-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path13-es2015.790316531d6d43ec20be.js
1 lines (1 loc) · 89.8 KB
/
13-es2015.790316531d6d43ec20be.js
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{bSwM:function(e,t,i){"use strict";i.d(t,"a",function(){return v}),i.d(t,"b",function(){return O});var a=i("8LU1"),n=i("fXoL"),o=i("3Pt+"),r=i("FKr1"),s=i("R1ws"),l=i("GU7r"),c=i("u47x");const d=["input"],m=function(){return{enterDuration:150}},h=["*"],p=new n.x("mat-checkbox-default-options",{providedIn:"root",factory:u});function u(){return{color:"accent",clickAction:"check-indeterminate"}}let f=0;const b=u(),g={provide:o.l,useExisting:Object(n.eb)(()=>v),multi:!0};class _{}class k{constructor(e){this._elementRef=e}}const y=Object(r.E)(Object(r.z)(Object(r.A)(Object(r.B)(k))));let v=(()=>{class e extends y{constructor(e,t,i,a,o,r,s){super(e),this._changeDetectorRef=t,this._focusMonitor=i,this._ngZone=a,this._animationMode=r,this._options=s,this.ariaLabel="",this.ariaLabelledby=null,this._uniqueId="mat-checkbox-"+ ++f,this.id=this._uniqueId,this.labelPosition="after",this.name=null,this.change=new n.s,this.indeterminateChange=new n.s,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||b,this.color=this.defaultColor=this._options.color||b.color,this.tabIndex=parseInt(o)||0}get inputId(){return(this.id||this._uniqueId)+"-input"}get required(){return this._required}set required(e){this._required=Object(a.c)(e)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(e=>{e||Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}),this._syncIndeterminate(this._indeterminate)}ngAfterViewChecked(){}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}get checked(){return this._checked}set checked(e){e!=this.checked&&(this._checked=e,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(e){const t=Object(a.c)(e);t!==this.disabled&&(this._disabled=t,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(e){const t=e!=this._indeterminate;this._indeterminate=Object(a.c)(e),t&&(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(e){this.checked=!!e}registerOnChange(e){this._controlValueAccessorChangeFn=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this.disabled=e}_getAriaChecked(){return this.checked?"true":this.indeterminate?"mixed":"false"}_transitionCheckState(e){let t=this._currentCheckState,i=this._elementRef.nativeElement;if(t!==e&&(this._currentAnimationClass.length>0&&i.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(t,e),this._currentCheckState=e,this._currentAnimationClass.length>0)){i.classList.add(this._currentAnimationClass);const e=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{i.classList.remove(e)},1e3)})}}_emitChangeEvent(){const e=new _;e.source=this,e.checked=this.checked,this._controlValueAccessorChangeFn(this.checked),this.change.emit(e)}toggle(){this.checked=!this.checked}_onInputClick(e){var t;const i=null===(t=this._options)||void 0===t?void 0:t.clickAction;e.stopPropagation(),this.disabled||"noop"===i?this.disabled||"noop"!==i||(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==i&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this.toggle(),this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}focus(e="keyboard",t){this._focusMonitor.focusVia(this._inputElement,e,t)}_onInteractionEvent(e){e.stopPropagation()}_getAnimationClassForCheckStateTransition(e,t){if("NoopAnimations"===this._animationMode)return"";let i="";switch(e){case 0:if(1===t)i="unchecked-checked";else{if(3!=t)return"";i="unchecked-indeterminate"}break;case 2:i=1===t?"unchecked-checked":"unchecked-indeterminate";break;case 1:i=2===t?"checked-unchecked":"checked-indeterminate";break;case 3:i=1===t?"indeterminate-checked":"indeterminate-unchecked"}return"mat-checkbox-anim-"+i}_syncIndeterminate(e){const t=this._inputElement;t&&(t.nativeElement.indeterminate=e)}}return e.\u0275fac=function(t){return new(t||e)(n.Yb(n.p),n.Yb(n.i),n.Yb(c.h),n.Yb(n.I),n.jc("tabindex"),n.Yb(s.a,8),n.Yb(p,8))},e.\u0275cmp=n.Sb({type:e,selectors:[["mat-checkbox"]],viewQuery:function(e,t){if(1&e&&(n.Wc(d,!0),n.Wc(r.t,!0)),2&e){let e;n.Bc(e=n.mc())&&(t._inputElement=e.first),n.Bc(e=n.mc())&&(t.ripple=e.first)}},hostAttrs:[1,"mat-checkbox"],hostVars:12,hostBindings:function(e,t){2&e&&(n.hc("id",t.id),n.Nb("tabindex",null),n.Qb("mat-checkbox-indeterminate",t.indeterminate)("mat-checkbox-checked",t.checked)("mat-checkbox-disabled",t.disabled)("mat-checkbox-label-before","before"==t.labelPosition)("_mat-animation-noopable","NoopAnimations"===t._animationMode))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],id:"id",labelPosition:"labelPosition",name:"name",required:"required",checked:"checked",disabled:"disabled",indeterminate:"indeterminate",ariaDescribedby:["aria-describedby","ariaDescribedby"],value:"value"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[n.Lb([g]),n.Jb],ngContentSelectors:h,decls:17,vars:20,consts:[[1,"mat-checkbox-layout"],["label",""],[1,"mat-checkbox-inner-container"],["type","checkbox",1,"mat-checkbox-input","cdk-visually-hidden",3,"id","required","checked","disabled","tabIndex","change","click"],["input",""],["matRipple","",1,"mat-checkbox-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleRadius","matRippleCentered","matRippleAnimation"],[1,"mat-ripple-element","mat-checkbox-persistent-ripple"],[1,"mat-checkbox-frame"],[1,"mat-checkbox-background"],["version","1.1","focusable","false","viewBox","0 0 24 24",0,"xml","space","preserve",1,"mat-checkbox-checkmark"],["fill","none","stroke","white","d","M4.1,12.7 9,17.6 20.3,6.3",1,"mat-checkbox-checkmark-path"],[1,"mat-checkbox-mixedmark"],[1,"mat-checkbox-label",3,"cdkObserveContent"],["checkboxLabel",""],[2,"display","none"]],template:function(e,t){if(1&e&&(n.uc(),n.ec(0,"label",0,1),n.ec(2,"span",2),n.ec(3,"input",3,4),n.lc("change",function(e){return t._onInteractionEvent(e)})("click",function(e){return t._onInputClick(e)}),n.dc(),n.ec(5,"span",5),n.Zb(6,"span",6),n.dc(),n.Zb(7,"span",7),n.ec(8,"span",8),n.oc(),n.ec(9,"svg",9),n.Zb(10,"path",10),n.dc(),n.nc(),n.Zb(11,"span",11),n.dc(),n.dc(),n.ec(12,"span",12,13),n.lc("cdkObserveContent",function(){return t._onLabelTextChange()}),n.ec(14,"span",14),n.Sc(15,"\xa0"),n.dc(),n.tc(16),n.dc(),n.dc()),2&e){const e=n.Cc(1),i=n.Cc(13);n.Nb("for",t.inputId),n.Mb(2),n.Qb("mat-checkbox-inner-container-no-side-margin",!i.textContent||!i.textContent.trim()),n.Mb(1),n.vc("id",t.inputId)("required",t.required)("checked",t.checked)("disabled",t.disabled)("tabIndex",t.tabIndex),n.Nb("value",t.value)("name",t.name)("aria-label",t.ariaLabel||null)("aria-labelledby",t.ariaLabelledby)("aria-checked",t._getAriaChecked())("aria-describedby",t.ariaDescribedby),n.Mb(2),n.vc("matRippleTrigger",e)("matRippleDisabled",t._isRippleDisabled())("matRippleRadius",20)("matRippleCentered",!0)("matRippleAnimation",n.yc(19,m))}},directives:[r.t,l.a],styles:["@keyframes mat-checkbox-fade-in-background{0%{opacity:0}50%{opacity:1}}@keyframes mat-checkbox-fade-out-background{0%,50%{opacity:1}100%{opacity:0}}@keyframes mat-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:22.910259}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1)}100%{stroke-dashoffset:0}}@keyframes mat-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 mat-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:0}to{stroke-dashoffset:-22.910259}}@keyframes mat-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mat-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(360deg)}}@keyframes mat-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mat-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mat-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,100%{opacity:0;transform:scaleX(0)}}.mat-checkbox-background,.mat-checkbox-frame{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:2px;box-sizing:border-box;pointer-events:none}.mat-checkbox{display:inline-block;transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;-webkit-tap-highlight-color:transparent}._mat-animation-noopable.mat-checkbox{transition:none;animation:none}.mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple){opacity:.16}.mat-checkbox-layout{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:inherit;align-items:baseline;vertical-align:middle;display:inline-flex;white-space:nowrap}.mat-checkbox-label{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.mat-checkbox-inner-container{display:inline-block;height:16px;line-height:0;margin:auto;margin-right:8px;order:0;position:relative;vertical-align:middle;white-space:nowrap;width:16px;flex-shrink:0}[dir=rtl] .mat-checkbox-inner-container{margin-left:8px;margin-right:auto}.mat-checkbox-inner-container-no-side-margin{margin-left:0;margin-right:0}.mat-checkbox-frame{background-color:transparent;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);border-width:2px;border-style:solid}._mat-animation-noopable .mat-checkbox-frame{transition:none}.cdk-high-contrast-active .mat-checkbox.cdk-keyboard-focused .mat-checkbox-frame{border-style:dotted}.mat-checkbox-background{align-items:center;display:inline-flex;justify-content:center;transition:background-color 90ms cubic-bezier(0, 0, 0.2, 0.1),opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}._mat-animation-noopable .mat-checkbox-background{transition:none}.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background{background:none}.mat-checkbox-persistent-ripple{display:block;width:100%;height:100%;transform:none}.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:.04}.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple{opacity:.12}.mat-checkbox-persistent-ripple,.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:0}@media(hover: none){.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{display:none}}.mat-checkbox-checkmark{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.mat-checkbox-checkmark-path{stroke-dashoffset:22.910259;stroke-dasharray:22.910259;stroke-width:2.1333333333px}.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path{stroke:#000 !important}.mat-checkbox-mixedmark{width:calc(100% - 6px);height:2px;opacity:0;transform:scaleX(0) rotate(0deg);border-radius:2px}.cdk-high-contrast-active .mat-checkbox-mixedmark{height:0;border-top:solid 2px;margin-top:2px}.mat-checkbox-label-before .mat-checkbox-inner-container{order:1;margin-left:8px;margin-right:auto}[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container{margin-left:auto;margin-right:8px}.mat-checkbox-checked .mat-checkbox-checkmark{opacity:1}.mat-checkbox-checked .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-checked .mat-checkbox-mixedmark{transform:scaleX(1) rotate(-45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark{opacity:0;transform:rotate(45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-indeterminate .mat-checkbox-mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}.mat-checkbox-unchecked .mat-checkbox-background{background-color:transparent}.mat-checkbox-disabled{cursor:default}.cdk-high-contrast-active .mat-checkbox-disabled{opacity:.5}.mat-checkbox-anim-unchecked-checked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path{animation:180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-unchecked-indeterminate-mixedmark}.mat-checkbox-anim-checked-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path{animation:90ms linear 0ms mat-checkbox-checked-unchecked-checkmark-path}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-checkmark}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-mixedmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-checkmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-mixedmark}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark{animation:300ms linear 0ms mat-checkbox-indeterminate-unchecked-mixedmark}.mat-checkbox-input{bottom:0;left:50%}.mat-checkbox .mat-checkbox-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}\n"],encapsulation:2,changeDetection:0}),e})(),x=(()=>{class e{}return e.\u0275mod=n.Wb({type:e}),e.\u0275inj=n.Vb({factory:function(t){return new(t||e)}}),e})(),O=(()=>{class e{}return e.\u0275mod=n.Wb({type:e}),e.\u0275inj=n.Vb({factory:function(t){return new(t||e)},imports:[[r.u,r.j,l.c,x],r.j,x]}),e})()},d3UM:function(e,t,i){"use strict";i.d(t,"a",function(){return W}),i.d(t,"b",function(){return Z}),i.d(t,"c",function(){return H});var a=i("rDax"),n=i("ofXK"),o=i("fXoL"),r=i("FKr1"),s=i("kmnG"),l=i("vxfF"),c=i("u47x"),d=i("8LU1"),m=i("0EQZ"),h=i("FtGj"),p=i("XNiG"),u=i("NXyV"),f=i("VRyK"),b=i("JX91"),g=i("eIep"),_=i("IzEk"),k=i("pLZG"),y=i("lJxs"),v=i("/uUt"),x=i("1G5W"),O=i("R0Ic"),w=i("cH1L"),C=i("3Pt+");const j=["trigger"],S=["panel"];function M(e,t){if(1&e&&(o.ec(0,"span",8),o.Sc(1),o.dc()),2&e){const e=o.pc();o.Mb(1),o.Tc(e.placeholder||"\xa0")}}function I(e,t){if(1&e&&(o.ec(0,"span"),o.Sc(1),o.dc()),2&e){const e=o.pc(2);o.Mb(1),o.Tc(e.triggerValue||"\xa0")}}function R(e,t){1&e&&o.tc(0,0,["*ngSwitchCase","true"])}function A(e,t){if(1&e&&(o.ec(0,"span",9),o.Qc(1,I,2,1,"span",10),o.Qc(2,R,1,0,"ng-content",11),o.dc()),2&e){const e=o.pc();o.vc("ngSwitch",!!e.customTrigger),o.Mb(2),o.vc("ngSwitchCase",!0)}}function L(e,t){if(1&e){const e=o.fc();o.ec(0,"div",12),o.ec(1,"div",13,14),o.lc("@transformPanel.done",function(t){return o.Gc(e),o.pc()._panelDoneAnimatingStream.next(t.toState)})("keydown",function(t){return o.Gc(e),o.pc()._handleKeydown(t)}),o.tc(3,1),o.dc(),o.dc()}if(2&e){const e=o.pc();o.vc("@transformPanelWrap",void 0),o.Mb(1),o.Pb("mat-select-panel ",e._getPanelTheme(),""),o.Nc("transform-origin",e._transformOrigin)("font-size",e._triggerFontSize,"px"),o.vc("ngClass",e.panelClass)("@transformPanel",e.multiple?"showing-multiple":"showing"),o.Nb("id",e.id+"-panel")("aria-multiselectable",e.multiple)("aria-label",e.ariaLabel||null)("aria-labelledby",e._getPanelAriaLabelledby())}}const T=[[["mat-select-trigger"]],"*"],D=["mat-select-trigger","*"],E={transformPanelWrap:Object(O.m)("transformPanelWrap",[Object(O.l)("* => void",Object(O.h)("@transformPanel",[Object(O.f)()],{optional:!0}))]),transformPanel:Object(O.m)("transformPanel",[Object(O.j)("void",Object(O.k)({transform:"scaleY(0.8)",minWidth:"100%",opacity:0})),Object(O.j)("showing",Object(O.k)({opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"})),Object(O.j)("showing-multiple",Object(O.k)({opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"})),Object(O.l)("void => *",Object(O.e)("120ms cubic-bezier(0, 0, 0.2, 1)")),Object(O.l)("* => void",Object(O.e)("100ms 25ms linear",Object(O.k)({opacity:0})))])};let F=0;const z=new o.x("mat-select-scroll-strategy"),B=new o.x("MAT_SELECT_CONFIG"),P={provide:z,deps:[a.c],useFactory:function(e){return()=>e.scrollStrategies.reposition()}};class Y{constructor(e,t){this.source=e,this.value=t}}class V{constructor(e,t,i,a,n){this._elementRef=e,this._defaultErrorStateMatcher=t,this._parentForm=i,this._parentFormGroup=a,this.ngControl=n}}const N=Object(r.A)(Object(r.E)(Object(r.B)(Object(r.C)(V)))),q=new o.x("MatSelectTrigger");let H=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["mat-select-trigger"]],features:[o.Lb([{provide:q,useExisting:e}])]}),e})(),G=(()=>{class e extends N{constructor(e,t,i,a,n,r,s,l,c,d,m,h,v,x){var O,w,C;super(n,a,s,l,d),this._viewportRuler=e,this._changeDetectorRef=t,this._ngZone=i,this._dir=r,this._parentFormField=c,this.ngControl=d,this._liveAnnouncer=v,this._defaultOptions=x,this._panelOpen=!1,this._compareWith=(e,t)=>e===t,this._uid="mat-select-"+F++,this._triggerAriaLabelledBy=null,this._destroy=new p.a,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+F++,this._panelDoneAnimatingStream=new p.a,this._overlayPanelClass=(null===(O=this._defaultOptions)||void 0===O?void 0:O.overlayPanelClass)||"",this._focused=!1,this.controlType="mat-select",this._required=!1,this._multiple=!1,this._disableOptionCentering=null!==(C=null===(w=this._defaultOptions)||void 0===w?void 0:w.disableOptionCentering)&&void 0!==C&&C,this.ariaLabel="",this.optionSelectionChanges=Object(u.a)(()=>{const e=this.options;return e?e.changes.pipe(Object(b.a)(e),Object(g.a)(()=>Object(f.a)(...e.map(e=>e.onSelectionChange)))):this._ngZone.onStable.pipe(Object(_.a)(1),Object(g.a)(()=>this.optionSelectionChanges))}),this.openedChange=new o.s,this._openedStream=this.openedChange.pipe(Object(k.a)(e=>e),Object(y.a)(()=>{})),this._closedStream=this.openedChange.pipe(Object(k.a)(e=>!e),Object(y.a)(()=>{})),this.selectionChange=new o.s,this.valueChange=new o.s,this.ngControl&&(this.ngControl.valueAccessor=this),null!=(null==x?void 0:x.typeaheadDebounceInterval)&&(this._typeaheadDebounceInterval=x.typeaheadDebounceInterval),this._scrollStrategyFactory=h,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(m)||0,this.id=this.id}get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(e){this._placeholder=e,this.stateChanges.next()}get required(){return this._required}set required(e){this._required=Object(d.c)(e),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(e){this._multiple=Object(d.c)(e)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(e){this._disableOptionCentering=Object(d.c)(e)}get compareWith(){return this._compareWith}set compareWith(e){this._compareWith=e,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(e){e!==this._value&&(this.options&&this._setSelectionByValue(e),this._value=e)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(e){this._typeaheadDebounceInterval=Object(d.f)(e)}get id(){return this._id}set id(e){this._id=e||this._uid,this.stateChanges.next()}ngOnInit(){this._selectionModel=new m.c(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe(Object(v.a)(),Object(x.a)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe(Object(x.a)(this._destroy)).subscribe(e=>{e.added.forEach(e=>e.select()),e.removed.forEach(e=>e.deselect())}),this.options.changes.pipe(Object(b.a)(null),Object(x.a)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const e=this._getTriggerAriaLabelledby();if(e!==this._triggerAriaLabelledBy){const t=this._elementRef.nativeElement;this._triggerAriaLabelledBy=e,e?t.setAttribute("aria-labelledby",e):t.removeAttribute("aria-labelledby")}this.ngControl&&this.updateErrorState()}ngOnChanges(e){e.disabled&&this.stateChanges.next(),e.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._destroy.next(),this._destroy.complete(),this.stateChanges.complete()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched())}writeValue(e){this.value=e}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this.disabled=e,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel.selected:this._selectionModel.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const e=this._selectionModel.selected.map(e=>e.viewValue);return this._isRtl()&&e.reverse(),e.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(e){this.disabled||(this.panelOpen?this._handleOpenKeydown(e):this._handleClosedKeydown(e))}_handleClosedKeydown(e){const t=e.keyCode,i=t===h.e||t===h.q||t===h.j||t===h.n,a=t===h.g||t===h.o,n=this._keyManager;if(!n.isTyping()&&a&&!Object(h.t)(e)||(this.multiple||e.altKey)&&i)e.preventDefault(),this.open();else if(!this.multiple){const t=this.selected;n.onKeydown(e);const i=this.selected;i&&t!==i&&this._liveAnnouncer.announce(i.viewValue,1e4)}}_handleOpenKeydown(e){const t=this._keyManager,i=e.keyCode,a=i===h.e||i===h.q,n=t.isTyping();if(a&&e.altKey)e.preventDefault(),this.close();else if(n||i!==h.g&&i!==h.o||!t.activeItem||Object(h.t)(e))if(!n&&this._multiple&&i===h.a&&e.ctrlKey){e.preventDefault();const t=this.options.some(e=>!e.disabled&&!e.selected);this.options.forEach(e=>{e.disabled||(t?e.select():e.deselect())})}else{const i=t.activeItemIndex;t.onKeydown(e),this._multiple&&a&&e.shiftKey&&t.activeItem&&t.activeItemIndex!==i&&t.activeItem._selectViaInteraction()}else e.preventDefault(),t.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this.disabled||this.panelOpen||(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this.overlayDir.positionChange.pipe(Object(_.a)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?"mat-"+this._parentFormField.color:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this._setSelectionByValue(this.ngControl?this.ngControl.value:this._value),this.stateChanges.next()})}_setSelectionByValue(e){if(this._selectionModel.selected.forEach(e=>e.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&e)Array.isArray(e),e.forEach(e=>this._selectValue(e)),this._sortValues();else{const t=this._selectValue(e);t?this._keyManager.updateActiveItem(t):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectValue(e){const t=this.options.find(t=>{try{return null!=t.value&&this._compareWith(t.value,e)}catch(i){return!1}});return t&&this._selectionModel.select(t),t}_initKeyManager(){this._keyManager=new c.b(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withAllowedModifierKeys(["shiftKey"]),this._keyManager.tabOut.pipe(Object(x.a)(this._destroy)).subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.pipe(Object(x.a)(this._destroy)).subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):this._panelOpen||this.multiple||!this._keyManager.activeItem||this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const e=Object(f.a)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe(Object(x.a)(e)).subscribe(e=>{this._onSelect(e.source,e.isUserInput),e.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),Object(f.a)(...this.options.map(e=>e._stateChanges)).pipe(Object(x.a)(e)).subscribe(()=>{this._changeDetectorRef.markForCheck(),this.stateChanges.next()})}_onSelect(e,t){const i=this._selectionModel.isSelected(e);null!=e.value||this._multiple?(i!==e.selected&&(e.selected?this._selectionModel.select(e):this._selectionModel.deselect(e)),t&&this._keyManager.setActiveItem(e),this.multiple&&(this._sortValues(),t&&this.focus())):(e.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(e.value)),i!==this._selectionModel.isSelected(e)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const e=this.options.toArray();this._selectionModel.sort((t,i)=>this.sortComparator?this.sortComparator(t,i,e):e.indexOf(t)-e.indexOf(i)),this.stateChanges.next()}}_propagateChanges(e){let t=null;t=this.multiple?this.selected.map(e=>e.value):this.selected?this.selected.value:e,this._value=t,this.valueChange.emit(t),this._onChange(t),this.selectionChange.emit(this._getChangeEvent(t)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){this._keyManager&&(this.empty?this._keyManager.setFirstItemActive():this._keyManager.setActiveItem(this._selectionModel.selected[0]))}_canOpen(){var e;return!this._panelOpen&&!this.disabled&&(null===(e=this.options)||void 0===e?void 0:e.length)>0}focus(e){this._elementRef.nativeElement.focus(e)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const e=this._getLabelId();return this.ariaLabelledby?e+" "+this.ariaLabelledby:e}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getLabelId(){var e;return(null===(e=this._parentFormField)||void 0===e?void 0:e.getLabelId())||""}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;let e=this._getLabelId()+" "+this._valueId;return this.ariaLabelledby&&(e+=" "+this.ariaLabelledby),e}_panelDoneAnimating(e){this.openedChange.emit(e)}setDescribedByIds(e){this._ariaDescribedby=e.join(" ")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty}}return e.\u0275fac=function(t){return new(t||e)(o.Yb(l.j),o.Yb(o.i),o.Yb(o.I),o.Yb(r.d),o.Yb(o.p),o.Yb(w.c,8),o.Yb(C.p,8),o.Yb(C.i,8),o.Yb(s.a,8),o.Yb(C.m,10),o.jc("tabindex"),o.Yb(z),o.Yb(c.m),o.Yb(B,8))},e.\u0275dir=o.Tb({type:e,viewQuery:function(e,t){if(1&e&&(o.Wc(j,!0),o.Wc(S,!0),o.Wc(a.a,!0)),2&e){let e;o.Bc(e=o.mc())&&(t.trigger=e.first),o.Bc(e=o.mc())&&(t.panel=e.first),o.Bc(e=o.mc())&&(t.overlayDir=e.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],id:"id",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",typeaheadDebounceInterval:"typeaheadDebounceInterval",panelClass:"panelClass",ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",sortComparator:"sortComparator"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},features:[o.Jb,o.Kb]}),e})(),W=(()=>{class e extends G{constructor(){super(...arguments),this._scrollTop=0,this._triggerFontSize=0,this._transformOrigin="top",this._offsetY=0,this._positions=[{originX:"start",originY:"top",overlayX:"start",overlayY:"top"},{originX:"start",originY:"bottom",overlayX:"start",overlayY:"bottom"}]}_calculateOverlayScroll(e,t,i){const a=this._getItemHeight();return Math.min(Math.max(0,a*e-t+a/2),i)}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe(Object(x.a)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._changeDetectorRef.markForCheck())})}open(){super._canOpen()&&(super.open(),this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._triggerFontSize=parseInt(getComputedStyle(this.trigger.nativeElement).fontSize||"0"),this._calculateOverlayPosition(),this._ngZone.onStable.pipe(Object(_.a)(1)).subscribe(()=>{this._triggerFontSize&&this.overlayDir.overlayRef&&this.overlayDir.overlayRef.overlayElement&&(this.overlayDir.overlayRef.overlayElement.style.fontSize=this._triggerFontSize+"px")}))}_scrollOptionIntoView(e){const t=Object(r.x)(e,this.options,this.optionGroups),i=this._getItemHeight();this.panel.nativeElement.scrollTop=Object(r.y)((e+t)*i,i,this.panel.nativeElement.scrollTop,256)}_positioningSettled(){this._calculateOverlayOffsetX(),this.panel.nativeElement.scrollTop=this._scrollTop}_panelDoneAnimating(e){this.panelOpen?this._scrollTop=0:(this.overlayDir.offsetX=0,this._changeDetectorRef.markForCheck()),super._panelDoneAnimating(e)}_getChangeEvent(e){return new Y(this,e)}_calculateOverlayOffsetX(){const e=this.overlayDir.overlayRef.overlayElement.getBoundingClientRect(),t=this._viewportRuler.getViewportSize(),i=this._isRtl(),a=this.multiple?56:32;let n;if(this.multiple)n=40;else{let e=this._selectionModel.selected[0]||this.options.first;n=e&&e.group?32:16}i||(n*=-1);const o=0-(e.left+n-(i?a:0)),r=e.right+n-t.width+(i?0:a);o>0?n+=o+8:r>0&&(n-=r+8),this.overlayDir.offsetX=Math.round(n),this.overlayDir.overlayRef.updatePosition()}_calculateOverlayOffsetY(e,t,i){const a=this._getItemHeight(),n=(a-this._triggerRect.height)/2,o=Math.floor(256/a);let r;return this.disableOptionCentering?0:(r=0===this._scrollTop?e*a:this._scrollTop===i?(e-(this._getItemCount()-o))*a+(a-(this._getItemCount()*a-256)%a):t-a/2,Math.round(-1*r-n))}_checkOverlayWithinViewport(e){const t=this._getItemHeight(),i=this._viewportRuler.getViewportSize(),a=this._triggerRect.top-8,n=i.height-this._triggerRect.bottom-8,o=Math.abs(this._offsetY),r=Math.min(this._getItemCount()*t,256)-o-this._triggerRect.height;r>n?this._adjustPanelUp(r,n):o>a?this._adjustPanelDown(o,a,e):this._transformOrigin=this._getOriginBasedOnOption()}_adjustPanelUp(e,t){const i=Math.round(e-t);this._scrollTop-=i,this._offsetY-=i,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop<=0&&(this._scrollTop=0,this._offsetY=0,this._transformOrigin="50% bottom 0px")}_adjustPanelDown(e,t,i){const a=Math.round(e-t);if(this._scrollTop+=a,this._offsetY+=a,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop>=i)return this._scrollTop=i,this._offsetY=0,void(this._transformOrigin="50% top 0px")}_calculateOverlayPosition(){const e=this._getItemHeight(),t=this._getItemCount(),i=Math.min(t*e,256),a=t*e-i;let n;n=this.empty?0:Math.max(this.options.toArray().indexOf(this._selectionModel.selected[0]),0),n+=Object(r.x)(n,this.options,this.optionGroups);const o=i/2;this._scrollTop=this._calculateOverlayScroll(n,o,a),this._offsetY=this._calculateOverlayOffsetY(n,o,a),this._checkOverlayWithinViewport(a)}_getOriginBasedOnOption(){const e=this._getItemHeight(),t=(e-this._triggerRect.height)/2;return`50% ${Math.abs(this._offsetY)-t+e/2}px 0px`}_getItemHeight(){return 3*this._triggerFontSize}_getItemCount(){return this.options.length+this.optionGroups.length}}return e.\u0275fac=function(t){return X(t||e)},e.\u0275cmp=o.Sb({type:e,selectors:[["mat-select"]],contentQueries:function(e,t,i){if(1&e&&(o.Rb(i,q,!0),o.Rb(i,r.o,!0),o.Rb(i,r.g,!0)),2&e){let e;o.Bc(e=o.mc())&&(t.customTrigger=e.first),o.Bc(e=o.mc())&&(t.options=e),o.Bc(e=o.mc())&&(t.optionGroups=e)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","true",1,"mat-select"],hostVars:20,hostBindings:function(e,t){1&e&&o.lc("keydown",function(e){return t._handleKeydown(e)})("focus",function(){return t._onFocus()})("blur",function(){return t._onBlur()}),2&e&&(o.Nb("id",t.id)("tabindex",t.tabIndex)("aria-controls",t.panelOpen?t.id+"-panel":null)("aria-expanded",t.panelOpen)("aria-label",t.ariaLabel||null)("aria-required",t.required.toString())("aria-disabled",t.disabled.toString())("aria-invalid",t.errorState)("aria-describedby",t._ariaDescribedby||null)("aria-activedescendant",t._getAriaActiveDescendant()),o.Qb("mat-select-disabled",t.disabled)("mat-select-invalid",t.errorState)("mat-select-required",t.required)("mat-select-empty",t.empty)("mat-select-multiple",t.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matSelect"],features:[o.Lb([{provide:s.d,useExisting:e},{provide:r.h,useExisting:e}]),o.Jb],ngContentSelectors:D,decls:9,vars:12,consts:[["cdk-overlay-origin","",1,"mat-select-trigger",3,"click"],["origin","cdkOverlayOrigin","trigger",""],[1,"mat-select-value",3,"ngSwitch"],["class","mat-select-placeholder",4,"ngSwitchCase"],["class","mat-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[1,"mat-select-arrow-wrapper"],[1,"mat-select-arrow"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayMinWidth","cdkConnectedOverlayOffsetY","backdropClick","attach","detach"],[1,"mat-select-placeholder"],[1,"mat-select-value-text",3,"ngSwitch"],[4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-select-panel-wrap"],["role","listbox","tabindex","-1",3,"ngClass","keydown"],["panel",""]],template:function(e,t){if(1&e&&(o.uc(T),o.ec(0,"div",0,1),o.lc("click",function(){return t.toggle()}),o.ec(3,"div",2),o.Qc(4,M,2,1,"span",3),o.Qc(5,A,3,2,"span",4),o.dc(),o.ec(6,"div",5),o.Zb(7,"div",6),o.dc(),o.dc(),o.Qc(8,L,4,14,"ng-template",7),o.lc("backdropClick",function(){return t.close()})("attach",function(){return t._onAttached()})("detach",function(){return t.close()})),2&e){const e=o.Cc(1);o.Nb("aria-owns",t.panelOpen?t.id+"-panel":null),o.Mb(3),o.vc("ngSwitch",t.empty),o.Nb("id",t._valueId),o.Mb(1),o.vc("ngSwitchCase",!0),o.Mb(1),o.vc("ngSwitchCase",!1),o.Mb(3),o.vc("cdkConnectedOverlayPanelClass",t._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",t._scrollStrategy)("cdkConnectedOverlayOrigin",e)("cdkConnectedOverlayOpen",t.panelOpen)("cdkConnectedOverlayPositions",t._positions)("cdkConnectedOverlayMinWidth",null==t._triggerRect?null:t._triggerRect.width)("cdkConnectedOverlayOffsetY",t._offsetY)}},directives:[a.b,n.x,n.y,a.a,n.z,n.q],styles:[".mat-select{display:inline-block;width:100%;outline:none}.mat-select-trigger{display:inline-table;cursor:pointer;position:relative;box-sizing:border-box}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-select-value{display:table-cell;max-width:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{display:table-cell;vertical-align:middle}.mat-form-field-appearance-fill .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-25%)}.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:none}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-select-panel-wrap{flex-basis:100%}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%;border-radius:4px;outline:0}.cdk-high-contrast-active .mat-select-panel{outline:solid 1px}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable .mat-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-select-placeholder{color:transparent;-webkit-text-fill-color:transparent;transition:none;display:block}\n"],encapsulation:2,data:{animation:[E.transformPanelWrap,E.transformPanel]},changeDetection:0}),e})();const X=o.gc(W);let Z=(()=>{class e{}return e.\u0275mod=o.Wb({type:e}),e.\u0275inj=o.Vb({factory:function(t){return new(t||e)},providers:[P],imports:[[n.c,a.f,r.p,r.j],l.c,s.e,r.p,r.j]}),e})()},ihCf:function(e,t,i){"use strict";i.d(t,"a",function(){return p}),i.d(t,"b",function(){return u}),i.d(t,"c",function(){return f}),i.d(t,"d",function(){return b});var a=i("nLfN"),n=i("fXoL"),o=i("8LU1"),r=i("EY2u"),s=i("XNiG"),l=i("xgIS"),c=i("3UWI"),d=i("1G5W"),m=i("ofXK");const h=Object(a.f)({passive:!0});let p=(()=>{class e{constructor(e,t){this._platform=e,this._ngZone=t,this._monitoredElements=new Map}monitor(e){if(!this._platform.isBrowser)return r.a;const t=Object(o.e)(e),i=this._monitoredElements.get(t);if(i)return i.subject;const a=new s.a,n="cdk-text-field-autofilled",l=e=>{"cdk-text-field-autofill-start"!==e.animationName||t.classList.contains(n)?"cdk-text-field-autofill-end"===e.animationName&&t.classList.contains(n)&&(t.classList.remove(n),this._ngZone.run(()=>a.next({target:e.target,isAutofilled:!1}))):(t.classList.add(n),this._ngZone.run(()=>a.next({target:e.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{t.addEventListener("animationstart",l,h),t.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(t,{subject:a,unlisten:()=>{t.removeEventListener("animationstart",l,h)}}),a}stopMonitoring(e){const t=Object(o.e)(e),i=this._monitoredElements.get(t);i&&(i.unlisten(),i.subject.complete(),t.classList.remove("cdk-text-field-autofill-monitored"),t.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(t))}ngOnDestroy(){this._monitoredElements.forEach((e,t)=>this.stopMonitoring(t))}}return e.\u0275fac=function(t){return new(t||e)(n.ic(a.a),n.ic(n.I))},e.\u0275prov=Object(n.Ub)({factory:function(){return new e(Object(n.ic)(a.a),Object(n.ic)(n.I))},token:e,providedIn:"root"}),e})(),u=(()=>{class e{constructor(e,t){this._elementRef=e,this._autofillMonitor=t,this.cdkAutofill=new n.s}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(e=>this.cdkAutofill.emit(e))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}}return e.\u0275fac=function(t){return new(t||e)(n.Yb(n.p),n.Yb(p))},e.\u0275dir=n.Tb({type:e,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}),e})(),f=(()=>{class e{constructor(e,t,i,a){this._elementRef=e,this._platform=t,this._ngZone=i,this._destroyed=new s.a,this._enabled=!0,this._previousMinRows=-1,this._document=a,this._textareaElement=this._elementRef.nativeElement,this._measuringClass=t.FIREFOX?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring"}get minRows(){return this._minRows}set minRows(e){this._minRows=Object(o.f)(e),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(e){this._maxRows=Object(o.f)(e),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(e){e=Object(o.c)(e),this._enabled!==e&&((this._enabled=e)?this.resizeToFitContent(!0):this.reset())}_setMinHeight(){const e=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;e&&(this._textareaElement.style.minHeight=e)}_setMaxHeight(){const e=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;e&&(this._textareaElement.style.maxHeight=e)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const e=this._getWindow();Object(l.a)(e,"resize").pipe(Object(c.a)(16),Object(d.a)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0))}))}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let e=this._textareaElement.cloneNode(!1);e.rows=1,e.style.position="absolute",e.style.visibility="hidden",e.style.border="none",e.style.padding="0",e.style.height="",e.style.minHeight="",e.style.maxHeight="",e.style.overflow="hidden",this._textareaElement.parentNode.appendChild(e),this._cachedLineHeight=e.clientHeight,this._textareaElement.parentNode.removeChild(e),this._setMinHeight(),this._setMaxHeight()}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(e=!1){if(!this._enabled)return;if(this._cacheTextareaLineHeight(),!this._cachedLineHeight)return;const t=this._elementRef.nativeElement,i=t.value;if(!e&&this._minRows===this._previousMinRows&&i===this._previousValue)return;const a=t.placeholder;t.classList.add(this._measuringClass),t.placeholder="",t.style.height=t.scrollHeight-4+"px",t.classList.remove(this._measuringClass),t.placeholder=a,this._ngZone.runOutsideAngular(()=>{"undefined"!=typeof requestAnimationFrame?requestAnimationFrame(()=>this._scrollToCaretPosition(t)):setTimeout(()=>this._scrollToCaretPosition(t))}),this._previousValue=i,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(e){const{selectionStart:t,selectionEnd:i}=e,a=this._getDocument();this._destroyed.isStopped||a.activeElement!==e||e.setSelectionRange(t,i)}}return e.\u0275fac=function(t){return new(t||e)(n.Yb(n.p),n.Yb(a.a),n.Yb(n.I),n.Yb(m.e,8))},e.\u0275dir=n.Tb({type:e,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(e,t){1&e&&n.lc("input",function(){return t._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"]},exportAs:["cdkTextareaAutosize"]}),e})(),b=(()=>{class e{}return e.\u0275mod=n.Wb({type:e}),e.\u0275inj=n.Vb({factory:function(t){return new(t||e)},imports:[[a.b]]}),e})()},kmnG:function(e,t,i){"use strict";i.d(t,"a",function(){return te}),i.d(t,"b",function(){return z}),i.d(t,"c",function(){return ie}),i.d(t,"d",function(){return P}),i.d(t,"e",function(){return ae}),i.d(t,"f",function(){return H}),i.d(t,"g",function(){return G}),i.d(t,"h",function(){return Z}),i.d(t,"i",function(){return K}),i.d(t,"j",function(){return Y}),i.d(t,"k",function(){return V}),i.d(t,"l",function(){return B});var a=i("GU7r"),n=i("ofXK"),o=i("fXoL"),r=i("FKr1"),s=i("8LU1"),l=i("XNiG"),c=i("VRyK"),d=i("xgIS"),m=i("JX91"),h=i("1G5W"),p=i("IzEk"),u=i("R0Ic"),f=i("R1ws"),b=i("cH1L"),g=i("nLfN");const _=["underline"],k=["connectionContainer"],y=["inputContainer"],v=["label"];function x(e,t){1&e&&(o.cc(0),o.ec(1,"div",14),o.Zb(2,"div",15),o.Zb(3,"div",16),o.Zb(4,"div",17),o.dc(),o.ec(5,"div",18),o.Zb(6,"div",15),o.Zb(7,"div",16),o.Zb(8,"div",17),o.dc(),o.bc())}function O(e,t){1&e&&(o.ec(0,"div",19),o.tc(1,1),o.dc())}function w(e,t){if(1&e&&(o.cc(0),o.tc(1,2),o.ec(2,"span"),o.Sc(3),o.dc(),o.bc()),2&e){const e=o.pc(2);o.Mb(3),o.Tc(e._control.placeholder)}}function C(e,t){1&e&&o.tc(0,3,["*ngSwitchCase","true"])}function j(e,t){1&e&&(o.ec(0,"span",23),o.Sc(1," *"),o.dc())}function S(e,t){if(1&e){const e=o.fc();o.ec(0,"label",20,21),o.lc("cdkObserveContent",function(){return o.Gc(e),o.pc().updateOutlineGap()}),o.Qc(2,w,4,1,"ng-container",12),o.Qc(3,C,1,0,"ng-content",12),o.Qc(4,j,2,0,"span",22),o.dc()}if(2&e){const e=o.pc();o.Qb("mat-empty",e._control.empty&&!e._shouldAlwaysFloat())("mat-form-field-empty",e._control.empty&&!e._shouldAlwaysFloat())("mat-accent","accent"==e.color)("mat-warn","warn"==e.color),o.vc("cdkObserveContentDisabled","outline"!=e.appearance)("id",e._labelId)("ngSwitch",e._hasLabel()),o.Nb("for",e._control.id)("aria-owns",e._control.id),o.Mb(2),o.vc("ngSwitchCase",!1),o.Mb(1),o.vc("ngSwitchCase",!0),o.Mb(1),o.vc("ngIf",!e.hideRequiredMarker&&e._control.required&&!e._control.disabled)}}function M(e,t){1&e&&(o.ec(0,"div",24),o.tc(1,4),o.dc())}function I(e,t){if(1&e&&(o.ec(0,"div",25,26),o.Zb(2,"span",27),o.dc()),2&e){const e=o.pc();o.Mb(2),o.Qb("mat-accent","accent"==e.color)("mat-warn","warn"==e.color)}}function R(e,t){if(1&e&&(o.ec(0,"div"),o.tc(1,5),o.dc()),2&e){const e=o.pc();o.vc("@transitionMessages",e._subscriptAnimationState)}}function A(e,t){if(1&e&&(o.ec(0,"div",31),o.Sc(1),o.dc()),2&e){const e=o.pc(2);o.vc("id",e._hintLabelId),o.Mb(1),o.Tc(e.hintLabel)}}function L(e,t){if(1&e&&(o.ec(0,"div",28),o.Qc(1,A,2,2,"div",29),o.tc(2,6),o.Zb(3,"div",30),o.tc(4,7),o.dc()),2&e){const e=o.pc();o.vc("@transitionMessages",e._subscriptAnimationState),o.Mb(1),o.vc("ngIf",e.hintLabel)}}const T=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],D=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let E=0;const F=new o.x("MatError");let z=(()=>{class e{constructor(){this.id="mat-error-"+E++}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["mat-error"]],hostAttrs:["role","alert",1,"mat-error"],hostVars:1,hostBindings:function(e,t){2&e&&o.Nb("id",t.id)},inputs:{id:"id"},features:[o.Lb([{provide:F,useExisting:e}])]}),e})();const B={transitionMessages:Object(u.m)("transitionMessages",[Object(u.j)("enter",Object(u.k)({opacity:1,transform:"translateY(0%)"})),Object(u.l)("void => enter",[Object(u.k)({opacity:0,transform:"translateY(-100%)"}),Object(u.e)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let P=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e}),e})();function Y(e){return Error(`A hint was already declared for 'align="${e}"'.`)}function V(){return Error("mat-form-field must contain a MatFormFieldControl.")}let N=0;const q=new o.x("MatHint");let H=(()=>{class e{constructor(){this.align="start",this.id="mat-hint-"+N++}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["mat-hint"]],hostAttrs:[1,"mat-hint"],hostVars:4,hostBindings:function(e,t){2&e&&(o.Nb("id",t.id)("align",null),o.Qb("mat-form-field-hint-end","end"===t.align))},inputs:{align:"align",id:"id"},features:[o.Lb([{provide:q,useExisting:e}])]}),e})(),G=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["mat-label"]]}),e})(),W=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["mat-placeholder"]]}),e})();const X=new o.x("MatPrefix");let Z=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["","matPrefix",""]],features:[o.Lb([{provide:X,useExisting:e}])]}),e})();const Q=new o.x("MatSuffix");let K=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=o.Tb({type:e,selectors:[["","matSuffix",""]],features:[o.Lb([{provide:Q,useExisting:e}])]}),e})(),U=0;class J{constructor(e){this._elementRef=e}}const $=Object(r.z)(J,"primary"),ee=new o.x("MAT_FORM_FIELD_DEFAULT_OPTIONS"),te=new o.x("MatFormField");let ie=(()=>{class e extends ${constructor(e,t,i,a,n,o,r,s){super(e),this._elementRef=e,this._changeDetectorRef=t,this._dir=a,this._defaults=n,this._platform=o,this._ngZone=r,this._outlineGapCalculationNeededImmediately=!1,this._outlineGapCalculationNeededOnStable=!1,this._destroyed=new l.a,this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId="mat-hint-"+U++,this._labelId="mat-form-field-label-"+U++,this.floatLabel=this._getDefaultFloatLabelState(),this._animationsEnabled="NoopAnimations"!==s,this.appearance=n&&n.appearance?n.appearance:"legacy",this._hideRequiredMarker=!(!n||null==n.hideRequiredMarker)&&n.hideRequiredMarker}get appearance(){return this._appearance}set appearance(e){const t=this._appearance;this._appearance=e||this._defaults&&this._defaults.appearance||"legacy","outline"===this._appearance&&t!==e&&(this._outlineGapCalculationNeededOnStable=!0)}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(e){this._hideRequiredMarker=Object(s.c)(e)}_shouldAlwaysFloat(){return"always"===this.floatLabel&&!this._showAlwaysAnimate}_canLabelFloat(){return"never"!==this.floatLabel}get hintLabel(){return this._hintLabel}set hintLabel(e){this._hintLabel=e,this._processHints()}get floatLabel(){return"legacy"!==this.appearance&&"never"===this._floatLabel?"auto":this._floatLabel}set floatLabel(e){e!==this._floatLabel&&(this._floatLabel=e||this._getDefaultFloatLabelState(),this._changeDetectorRef.markForCheck())}get _control(){return this._explicitFormFieldControl||this._controlNonStatic||this._controlStatic}set _control(e){this._explicitFormFieldControl=e}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._connectionContainerRef||this._elementRef}ngAfterContentInit(){this._validateControlChild();const e=this._control;e.controlType&&this._elementRef.nativeElement.classList.add("mat-form-field-type-"+e.controlType),e.stateChanges.pipe(Object(m.a)(null)).subscribe(()=>{this._validatePlaceholders(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),e.ngControl&&e.ngControl.valueChanges&&e.ngControl.valueChanges.pipe(Object(h.a)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe(Object(h.a)(this._destroyed)).subscribe(()=>{this._outlineGapCalculationNeededOnStable&&this.updateOutlineGap()})}),Object(c.a)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._outlineGapCalculationNeededOnStable=!0,this._changeDetectorRef.markForCheck()}),this._hintChildren.changes.pipe(Object(m.a)(null)).subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.pipe(Object(m.a)(null)).subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._dir&&this._dir.change.pipe(Object(h.a)(this._destroyed)).subscribe(()=>{"function"==typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this.updateOutlineGap())}):this.updateOutlineGap()})}ngAfterContentChecked(){this._validateControlChild(),this._outlineGapCalculationNeededImmediately&&this.updateOutlineGap()}ngAfterViewInit(){this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_shouldForward(e){const t=this._control?this._control.ngControl:null;return t&&t[e]}_hasPlaceholder(){return!!(this._control&&this._control.placeholder||this._placeholderChild)}_hasLabel(){return!(!this._labelChildNonStatic&&!this._labelChildStatic)}_shouldLabelFloat(){return this._canLabelFloat()&&(this._control&&this._control.shouldLabelFloat||this._shouldAlwaysFloat())}_hideControlPlaceholder(){return"legacy"===this.appearance&&!this._hasLabel()||this._hasLabel()&&!this._shouldLabelFloat()}_hasFloatingLabel(){return this._hasLabel()||"legacy"===this.appearance&&this._hasPlaceholder()}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_animateAndLockLabel(){this._hasFloatingLabel()&&this._canLabelFloat()&&(this._animationsEnabled&&this._label&&(this._showAlwaysAnimate=!0,Object(d.a)(this._label.nativeElement,"transitionend").pipe(Object(p.a)(1)).subscribe(()=>{this._showAlwaysAnimate=!1})),this.floatLabel="always",this._changeDetectorRef.markForCheck())}_validatePlaceholders(){}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_getDefaultFloatLabelState(){return this._defaults&&this._defaults.floatLabel||"auto"}_syncDescribedByIds(){if(this._control){let e=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&e.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const t=this._hintChildren?this._hintChildren.find(e=>"start"===e.align):null,i=this._hintChildren?this._hintChildren.find(e=>"end"===e.align):null;t?e.push(t.id):this._hintLabel&&e.push(this._hintLabelId),i&&e.push(i.id)}else this._errorChildren&&e.push(...this._errorChildren.map(e=>e.id));this._control.setDescribedByIds(e)}}_validateControlChild(){}updateOutlineGap(){const e=this._label?this._label.nativeElement:null;if("outline"!==this.appearance||!e||!e.children.length||!e.textContent.trim())return;if(!this._platform.isBrowser)return;if(!this._isAttachedToDOM())return void(this._outlineGapCalculationNeededImmediately=!0);let t=0,i=0;const a=this._connectionContainerRef.nativeElement,n=a.querySelectorAll(".mat-form-field-outline-start"),o=a.querySelectorAll(".mat-form-field-outline-gap");if(this._label&&this._label.nativeElement.children.length){const n=a.getBoundingClientRect();if(0===n.width&&0===n.height)return this._outlineGapCalculationNeededOnStable=!0,void(this._outlineGapCalculationNeededImmediately=!1);const o=this._getStartEnd(n),r=e.children,s=this._getStartEnd(r[0].getBoundingClientRect());let l=0;for(let e=0;e<r.length;e++)l+=r[e].offsetWidth;t=Math.abs(s-o)-5,i=l>0?.75*l+10:0}for(let r=0;r<n.length;r++)n[r].style.width=t+"px";for(let r=0;r<o.length;r++)o[r].style.width=i+"px";this._outlineGapCalculationNeededOnStable=this._outlineGapCalculationNeededImmediately=!1}_getStartEnd(e){return this._dir&&"rtl"===this._dir.value?e.right:e.left}_isAttachedToDOM(){const e=this._elementRef.nativeElement;if(e.getRootNode){const t=e.getRootNode();return t&&t!==e}return document.documentElement.contains(e)}}return e.\u0275fac=function(t){return new(t||e)(o.Yb(o.p),o.Yb(o.i),o.Yb(o.p),o.Yb(b.c,8),o.Yb(ee,8),o.Yb(g.a),o.Yb(o.I),o.Yb(f.a,8))},e.\u0275cmp=o.Sb({type:e,selectors:[["mat-form-field"]],contentQueries:function(e,t,i){if(1&e&&(o.Rb(i,P,!0),o.Lc(i,P,!0),o.Rb(i,G,!0),o.Lc(i,G,!0),o.Rb(i,W,!0),o.Rb(i,F,!0),o.Rb(i,q,!0),o.Rb(i,X,!0),o.Rb(i,Q,!0)),2&e){let e;o.Bc(e=o.mc())&&(t._controlNonStatic=e.first),o.Bc(e=o.mc())&&(t._controlStatic=e.first),o.Bc(e=o.mc())&&(t._labelChildNonStatic=e.first),o.Bc(e=o.mc())&&(t._labelChildStatic=e.first),o.Bc(e=o.mc())&&(t._placeholderChild=e.first),o.Bc(e=o.mc())&&(t._errorChildren=e),o.Bc(e=o.mc())&&(t._hintChildren=e),o.Bc(e=o.mc())&&(t._prefixChildren=e),o.Bc(e=o.mc())&&(t._suffixChildren=e)}},viewQuery:function(e,t){if(1&e&&(o.Wc(_,!0),o.Mc(k,!0),o.Wc(y,!0),o.Wc(v,!0)),2&e){let e;o.Bc(e=o.mc())&&(t.underlineRef=e.first),o.Bc(e=o.mc())&&(t._connectionContainerRef=e.first),o.Bc(e=o.mc())&&(t._inputContainerRef=e.first),o.Bc(e=o.mc())&&(t._label=e.first)}},hostAttrs:[1,"mat-form-field"],hostVars:44,hostBindings:function(e,t){2&e&&o.Qb("mat-form-field-appearance-standard","standard"==t.appearance)("mat-form-field-appearance-fill","fill"==t.appearance)("mat-form-field-appearance-outline","outline"==t.appearance)("mat-form-field-appearance-legacy","legacy"==t.appearance)("mat-form-field-invalid",t._control.errorState)("mat-form-field-can-float",t._canLabelFloat())("mat-form-field-should-float",t._shouldLabelFloat())("mat-form-field-has-label",t._hasFloatingLabel())("mat-form-field-hide-placeholder",t._hideControlPlaceholder())("mat-form-field-disabled",t._control.disabled)("mat-form-field-autofilled",t._control.autofilled)("mat-focused",t._control.focused)("mat-accent","accent"==t.color)("mat-warn","warn"==t.color)("ng-untouched",t._shouldForward("untouched"))("ng-touched",t._shouldForward("touched"))("ng-pristine",t._shouldForward("pristine"))("ng-dirty",t._shouldForward("dirty"))("ng-valid",t._shouldForward("valid"))("ng-invalid",t._shouldForward("invalid"))("ng-pending",t._shouldForward("pending"))("_mat-animation-noopable",!t._animationsEnabled)},inputs:{color:"color",floatLabel:"floatLabel",appearance:"appearance",hideRequiredMarker:"hideRequiredMarker",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[o.Lb([{provide:te,useExisting:e}]),o.Jb],ngContentSelectors:D,decls:15,vars:8,consts:[[1,"mat-form-field-wrapper"],[1,"mat-form-field-flex",3,"click"],["connectionContainer",""],[4,"ngIf"],["class","mat-form-field-prefix",4,"ngIf"],[1,"mat-form-field-infix"],["inputContainer",""],[1,"mat-form-field-label-wrapper"],["class","mat-form-field-label",3,"cdkObserveContentDisabled","id","mat-empty","mat-form-field-empty","mat-accent","mat-warn","ngSwitch","cdkObserveContent",4,"ngIf"],["class","mat-form-field-suffix",4,"ngIf"],["class","mat-form-field-underline",4,"ngIf"],[1,"mat-form-field-subscript-wrapper",3,"ngSwitch"],[4,"ngSwitchCase"],["class","mat-form-field-hint-wrapper",4,"ngSwitchCase"],[1,"mat-form-field-outline"],[1,"mat-form-field-outline-start"],[1,"mat-form-field-outline-gap"],[1,"mat-form-field-outline-end"],[1,"mat-form-field-outline","mat-form-field-outline-thick"],[1,"mat-form-field-prefix"],[1,"mat-form-field-label",3,"cdkObserveContentDisabled","id","ngSwitch","cdkObserveContent"],["label",""],["class","mat-placeholder-required mat-form-field-required-marker","aria-hidden","true",4,"ngIf"],["aria-hidden","true",1,"mat-placeholder-required","mat-form-field-required-marker"],[1,"mat-form-field-suffix"],[1,"mat-form-field-underline"],["underline",""],[1,"mat-form-field-ripple"],[1,"mat-form-field-hint-wrapper"],["class","mat-hint",3,"id",4,"ngIf"],[1,"mat-form-field-hint-spacer"],[1,"mat-hint",3,"id"]],template:function(e,t){1&e&&(o.uc(T),o.ec(0,"div",0),o.ec(1,"div",1,2),o.lc("click",function(e){return t._control.onContainerClick&&t._control.onContainerClick(e)}),o.Qc(3,x,9,0,"ng-container",3),o.Qc(4,O,2,0,"div",4),o.ec(5,"div",5,6),o.tc(7),o.ec(8,"span",7),o.Qc(9,S,5,16,"label",8),o.dc(),o.dc(),o.Qc(10,M,2,0,"div",9),o.dc(),o.Qc(11,I,3,4,"div",10),o.ec(12,"div",11),o.Qc(13,R,2,1,"div",12),o.Qc(14,L,5,2,"div",13),o.dc(),o.dc()),2&e&&(o.Mb(3),o.vc("ngIf","outline"==t.appearance),o.Mb(1),o.vc("ngIf",t._prefixChildren.length),o.Mb(5),o.vc("ngIf",t._hasFloatingLabel()),o.Mb(1),o.vc("ngIf",t._suffixChildren.length),o.Mb(1),o.vc("ngIf","outline"!=t.appearance),o.Mb(1),o.vc("ngSwitch",t._getDisplayedMessages()),o.Mb(1),o.vc("ngSwitchCase","error"),o.Mb(1),o.vc("ngSwitchCase","hint"))},directives:[n.t,n.x,n.y,a.a],styles:[".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}.cdk-high-contrast-active .mat-form-field-infix{border-image:linear-gradient(transparent, transparent)}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-empty.mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scale3d(1, 1.0001, 1)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(0.5);opacity:0;transition:background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-subscript-wrapper .mat-icon,.mat-form-field-label-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field-hint-end{order:1}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}\n",'.mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:"";display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em}\n','.mat-input-element{font:inherit;background:transparent;color:currentColor;border:none;outline:none;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date],.mat-input-element[type=datetime],.mat-input-element[type=datetime-local],.mat-input-element[type=month],.mat-input-element[type=week],.mat-input-element[type=time]{line-height:1}.mat-input-element[type=date]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=month]::after,.mat-input-element[type=week]::after,.mat-input-element[type=time]::after{content:" ";white-space:pre;width:1px}.mat-input-element::-webkit-inner-spin-button,.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::-moz-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element:-ms-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:none}.mat-focused .cdk-high-contrast-active select.mat-input-element::-ms-value{color:inherit}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px}\n',".mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}.cdk-high-contrast-active .mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}.cdk-high-contrast-active .mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}.cdk-high-contrast-active .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px}\n",".mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-0.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-start,.mat-form-field-appearance-outline .mat-form-field-outline-end{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap{border-width:2px}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap{transition:none}\n",".mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}.cdk-high-contrast-active .mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}.cdk-high-contrast-active .mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}.cdk-high-contrast-active .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}\n"],encapsulation:2,data:{animation:[B.transitionMessages]},changeDetection:0}),e})(),ae=(()=>{class e{}return e.\u0275mod=o.Wb({type:e}),e.\u0275inj=o.Vb({factory:function(t){return new(t||e)},imports:[[n.c,r.j,a.c],r.j]}),e})()},qFsG:function(e,t,i){"use strict";i.d(t,"a",function(){return m}),i.d(t,"b",function(){return b}),i.d(t,"c",function(){return g});var a=i("ihCf"),n=i("fXoL"),o=i("8LU1"),r=i("nLfN"),s=i("FKr1"),l=i("kmnG"),c=i("XNiG"),d=i("3Pt+");const m=new n.x("MAT_INPUT_VALUE_ACCESSOR"),h=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let p=0;class u{constructor(e,t,i,a){this._defaultErrorStateMatcher=e,this._parentForm=t,this._parentFormGroup=i,this.ngControl=a}}const f=Object(s.C)(u);let b=(()=>{class e extends f{constructor(e,t,i,a,n,o,s,l,d,m){super(o,a,n,i),this._elementRef=e,this._platform=t,this.ngControl=i,this._autofillMonitor=l,this._formField=m,this._uid="mat-input-"+p++,this.focused=!1,this.stateChanges=new c.a,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._required=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(e=>Object(r.e)().has(e));const h=this._elementRef.nativeElement,u=h.nodeName.toLowerCase();this._inputValueAccessor=s||h,this._previousNativeValue=this.value,this.id=this.id,t.IOS&&d.runOutsideAngular(()=>{e.nativeElement.addEventListener("keyup",e=>{let t=e.target;t.value||t.selectionStart||t.selectionEnd||(t.setSelectionRange(1,1),t.setSelectionRange(0,0))})}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===u,this._isTextarea="textarea"===u,this._isNativeSelect&&(this.controlType=h.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(e){this._disabled=Object(o.c)(e),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(e){this._id=e||this._uid}get required(){return this._required}set required(e){this._required=Object(o.c)(e)}get type(){return this._type}set type(e){this._type=e||"text",this._validateType(),!this._isTextarea&&Object(r.e)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(e){e!==this.value&&(this._inputValueAccessor.value=e,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(e){this._readonly=Object(o.c)(e)}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(e=>{this.autofilled=e.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement)}ngDoCheck(){this.ngControl&&this.updateErrorState(),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(e){this._elementRef.nativeElement.focus(e)}_focusChanged(e){e===this.focused||this.readonly&&e||(this.focused=e,this.stateChanges.next())}_onInput(){}_dirtyCheckPlaceholder(){var e,t;const i=(null===(t=null===(e=this._formField)||void 0===e?void 0:e._hideControlPlaceholder)||void 0===t?void 0:t.call(e))?null:this.placeholder;if(i!==this._previousPlaceholder){const e=this._elementRef.nativeElement;this._previousPlaceholder=i,i?e.setAttribute("placeholder",i):e.removeAttribute("placeholder")}}_dirtyCheckNativeValue(){const e=this._elementRef.nativeElement.value;this._previousNativeValue!==e&&(this._previousNativeValue=e,this.stateChanges.next())}_validateType(){h.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let e=this._elementRef.nativeElement.validity;return e&&e.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const e=this._elementRef.nativeElement,t=e.options[0];return this.focused||e.multiple||!this.empty||!!(e.selectedIndex>-1&&t&&t.label)}return this.focused||!this.empty}setDescribedByIds(e){e.length?this._elementRef.nativeElement.setAttribute("aria-describedby",e.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}}return e.\u0275fac=function(t){return new(t||e)(n.Yb(n.p),n.Yb(r.a),n.Yb(d.m,10),n.Yb(d.p,8),n.Yb(d.i,8),n.Yb(s.d),n.Yb(m,10),n.Yb(a.a),n.Yb(n.I),n.Yb(l.a,8))},e.\u0275dir=n.Tb({type:e,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:9,hostBindings:function(e,t){1&e&&n.lc("focus",function(){return t._focusChanged(!0)})("blur",function(){return t._focusChanged(!1)})("input",function(){return t._onInput()}),2&e&&(n.hc("disabled",t.disabled)("required",t.required),n.Nb("id",t.id)("data-placeholder",t.placeholder)("readonly",t.readonly&&!t._isNativeSelect||null)("aria-invalid",t.errorState)("aria-required",t.required.toString()),n.Qb("mat-input-server",t._isServer))},inputs:{id:"id",disabled:"disabled",required:"required",type:"type",value:"value",readonly:"readonly",placeholder:"placeholder",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"]},exportAs:["matInput"],features:[n.Lb([{provide:l.d,useExisting:e}]),n.Jb,n.Kb]}),e})(),g=(()=>{class e{}return e.\u0275mod=n.Wb({type:e}),e.\u0275inj=n.Vb({factory:function(t){return new(t||e)},providers:[s.d],imports:[[a.d,l.e,s.j],a.d,l.e]}),e})()},zJiZ:function(e,t,i){"use strict";i.r(t),i.d(t,"TooltipAutoHideExample",function(){return f}),i.d(t,"TooltipCustomClassExample",function(){return b}),i.d(t,"TooltipDelayExample",function(){return g}),i.d(t,"TooltipDisabledExample",function(){return _}),i.d(t,"TooltipExamplesModule",function(){return S}),i.d(t,"TooltipHarnessExample",function(){return j}),i.d(t,"TooltipManualExample",function(){return k}),i.d(t,"TooltipMessageExample",function(){return y}),i.d(t,"TooltipModifiedDefaultsExample",function(){return x}),i.d(t,"TooltipOverviewExample",function(){return O}),i.d(t,"TooltipPositionExample",function(){return C});var a=i("ofXK"),n=i("fXoL"),o=i("3Pt+"),r=i("vxfF"),s=i("bTqV"),l=i("bSwM"),c=i("qFsG"),d=i("d3UM"),m=i("Qu3c"),h=i("kmnG"),p=i("FKr1");function u(e,t){if(1&e&&(Object(n.ec)(0,"mat-option",5),Object(n.Sc)(1),Object(n.dc)()),2&e){const e=t.$implicit;Object(n.vc)("value",e),Object(n.Mb)(1),Object(n.Uc)(" ",e," ")}}let f=(()=>{class e{constructor(){this.positionOptions=["below","above","left","right"],this.position=new o.e(this.positionOptions[0])}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-auto-hide-example"]],decls:9,vars:3,consts:[[3,"formControl"],[3,"value",4,"ngFor","ngForOf"],["cdkScrollable","",1,"example-container"],["mat-raised-button","","matTooltip","Info about the action","matTooltipHideDelay","100000","aria-label","Button that displays a tooltip that hides when scrolled out of the container",1,"example-button",3,"matTooltipPosition"],["tooltip","matTooltip"],[3,"value"]],template:function(e,t){1&e&&(Object(n.ec)(0,"mat-form-field"),Object(n.ec)(1,"mat-label"),Object(n.Sc)(2,"Tooltip position"),Object(n.dc)(),Object(n.ec)(3,"mat-select",0),Object(n.Qc)(4,u,2,2,"mat-option",1),Object(n.dc)(),Object(n.dc)(),Object(n.ec)(5,"div",2),Object(n.ec)(6,"button",3,4),Object(n.Sc)(8," Action "),Object(n.dc)(),Object(n.dc)()),2&e&&(Object(n.Mb)(3),Object(n.vc)("formControl",t.position),Object(n.Mb)(1),Object(n.vc)("ngForOf",t.positionOptions),Object(n.Mb)(2),Object(n.vc)("matTooltipPosition",t.position.value))},directives:[h.c,h.g,d.a,o.n,o.f,a.s,r.b,s.b,m.b,p.o],styles:[".example-button[_ngcontent-%COMP%] {\n display: block;\n margin: 80px auto 400px;\n}\n\n.example-container[_ngcontent-%COMP%] {\n height: 200px;\n overflow: auto;\n border: 1px solid #ccc;\n}"]}),e})(),b=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-custom-class-example"]],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","matTooltipClass","example-tooltip-red","aria-label","Button that shows a red tooltip",1,"example-button"]],template:function(e,t){1&e&&(Object(n.ec)(0,"button",0),Object(n.Sc)(1," Red-tooltip Action\n"),Object(n.dc)())},directives:[s.b,m.b],styles:[".example-button {\n margin-top: 16px;\n}\n\n.example-tooltip-red {\n background: #b71c1c;\n}\n"],encapsulation:2}),e})(),g=(()=>{class e{constructor(){this.showDelay=new o.e(1e3),this.hideDelay=new o.e(2e3)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-delay-example"]],decls:14,vars:4,consts:[[1,"example-user-input"],["matInput","","type","number","aria-label","Adds a delay between hovering over the button and displaying the tooltip",3,"formControl"],["matInput","","type","number","aria-label","Adds a delay between hovering away from the button and hiding the tooltip",3,"formControl"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip with a customized delay in showing and hiding",3,"matTooltipShowDelay","matTooltipHideDelay"]],template:function(e,t){1&e&&(Object(n.ec)(0,"mat-form-field",0),Object(n.ec)(1,"mat-label"),Object(n.Sc)(2,"Show delay"),Object(n.dc)(),Object(n.Zb)(3,"input",1),Object(n.ec)(4,"mat-hint"),Object(n.Sc)(5,"milliseconds"),Object(n.dc)(),Object(n.dc)(),Object(n.ec)(6,"mat-form-field",0),Object(n.ec)(7,"mat-label"),Object(n.Sc)(8,"Hide delay"),Object(n.dc)(),Object(n.Zb)(9,"input",2),Object(n.ec)(10,"mat-hint"),Object(n.Sc)(11,"milliseconds"),Object(n.dc)(),Object(n.dc)(),Object(n.ec)(12,"button",3),Object(n.Sc)(13," Action\n"),Object(n.dc)()),2&e&&(Object(n.Mb)(3),Object(n.vc)("formControl",t.showDelay),Object(n.Mb)(6),Object(n.vc)("formControl",t.hideDelay),Object(n.Mb)(3),Object(n.vc)("matTooltipShowDelay",t.showDelay.value)("matTooltipHideDelay",t.hideDelay.value))},directives:[h.c,h.g,c.b,o.s,o.c,o.n,o.f,h.f,s.b,m.b],styles:[".mat-form-field[_ngcontent-%COMP%] + .mat-form-field[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),e})(),_=(()=>{class e{constructor(){this.disabled=new o.e(!1)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-disabled-example"]],decls:4,vars:2,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip that can be programatically disabled",3,"matTooltipDisabled"],[1,"example-disabled-checkbox",3,"formControl"]],template:function(e,t){1&e&&(Object(n.ec)(0,"button",0),Object(n.Sc)(1," Action\n"),Object(n.dc)(),Object(n.ec)(2,"mat-checkbox",1),Object(n.Sc)(3," Tooltip disabled\n"),Object(n.dc)()),2&e&&(Object(n.vc)("matTooltipDisabled",t.disabled.value),Object(n.Mb)(2),Object(n.vc)("formControl",t.disabled))},directives:[s.b,m.b,l.a,o.n,o.f],styles:[".example-disabled-checkbox[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),e})(),k=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-manual-example"]],decls:12,vars:0,consts:[["mat-button","","aria-label","Show tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Show/Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-raised-button","","matTooltip","Info about the action","matTooltipPosition","right","aria-tooltip","Button that displays and hides a tooltip triggered by other buttons"],["tooltip","matTooltip"]],template:function(e,t){if(1&e){const e=Object(n.fc)();Object(n.ec)(0,"div"),Object(n.ec)(1,"span"),Object(n.Sc)(2," Click the following buttons to... "),Object(n.dc)(),Object(n.ec)(3,"button",0),Object(n.lc)("click",function(){return Object(n.Gc)(e),Object(n.Cc)(10).show()}),Object(n.Sc)(4," show "),Object(n.dc)(),Object(n.ec)(5,"button",1),Object(n.lc)("click",function(){return Object(n.Gc)(e),Object(n.Cc)(10).hide()}),Object(n.Sc)(6," hide "),Object(n.dc)(),Object(n.ec)(7,"button",2),Object(n.lc)("click",function(){return Object(n.Gc)(e),Object(n.Cc)(10).toggle()}),Object(n.Sc)(8," toggle show/hide "),Object(n.dc)(),Object(n.dc)(),Object(n.ec)(9,"button",3,4),Object(n.Sc)(11," Action\n"),Object(n.dc)()}},directives:[s.b,m.b],styles:[".example-action-button[_ngcontent-%COMP%] {\n margin-top: 16px;\n}"]}),e})(),y=(()=>{class e{constructor(){this.message=new o.e("Info about the action")}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-message-example"]],decls:6,vars:2,consts:[[1,"example-user-input"],["matInput","",3,"formControl"],["mat-raised-button","","aria-label","Button that displays a tooltip with a custom message",3,"matTooltip"]],template:function(e,t){1&e&&(Object(n.ec)(0,"mat-form-field",0),Object(n.ec)(1,"mat-label"),Object(n.Sc)(2,"Tooltip message"),Object(n.dc)(),Object(n.Zb)(3,"input",1),Object(n.dc)(),Object(n.ec)(4,"button",2),Object(n.Sc)(5," Action\n"),Object(n.dc)()),2&e&&(Object(n.Mb)(3),Object(n.vc)("formControl",t.message),Object(n.Mb)(1),Object(n.vc)("matTooltip",t.message.value))},directives:[h.c,h.g,c.b,o.c,o.n,o.f,s.b,m.b],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]}),e})();const v={showDelay:1e3,hideDelay:1e3,touchendHideDelay:1e3};let x=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-modified-defaults-example"]],features:[Object(n.Lb)([{provide:m.a,useValue:v}])],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","By default, I delay","aria-label","Button that displays a tooltip that has custom delays through a default config"]],template:function(e,t){1&e&&(Object(n.ec)(0,"button",0),Object(n.Sc)(1," Button with delay-default tooltip\n"),Object(n.dc)())},directives:[s.b,m.b],encapsulation:2}),e})(),O=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-overview-example"]],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip when focused or hovered over"]],template:function(e,t){1&e&&(Object(n.ec)(0,"button",0),Object(n.Sc)(1," Action\n"),Object(n.dc)())},directives:[s.b,m.b],encapsulation:2}),e})();function w(e,t){if(1&e&&(Object(n.ec)(0,"mat-option",4),Object(n.Sc)(1),Object(n.dc)()),2&e){const e=t.$implicit;Object(n.vc)("value",e),Object(n.Mb)(1),Object(n.Uc)(" ",e," ")}}let C=(()=>{class e{constructor(){this.positionOptions=["after","before","above","below","left","right"],this.position=new o.e(this.positionOptions[0])}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-position-example"]],decls:7,vars:3,consts:[[1,"example-user-input"],[3,"formControl"],[3,"value",4,"ngFor","ngForOf"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip in various positions",3,"matTooltipPosition"],[3,"value"]],template:function(e,t){1&e&&(Object(n.ec)(0,"mat-form-field",0),Object(n.ec)(1,"mat-label"),Object(n.Sc)(2,"Tooltip position"),Object(n.dc)(),Object(n.ec)(3,"mat-select",1),Object(n.Qc)(4,w,2,2,"mat-option",2),Object(n.dc)(),Object(n.dc)(),Object(n.ec)(5,"button",3),Object(n.Sc)(6," Action\n"),Object(n.dc)()),2&e&&(Object(n.Mb)(3),Object(n.vc)("formControl",t.position),Object(n.Mb)(1),Object(n.vc)("ngForOf",t.positionOptions),Object(n.Mb)(1),Object(n.vc)("matTooltipPosition",t.position.value))},directives:[h.c,h.g,d.a,o.n,o.f,a.s,s.b,m.b,p.o],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]}),e})(),j=(()=>{class e{constructor(){this.message="Tooltip message"}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=Object(n.Sb)({type:e,selectors:[["tooltip-harness-example"]],decls:4,vars:1,consts:[["id","one",3,"matTooltip"],["matTooltip","Static message","id","two"]],template:function(e,t){1&e&&(Object(n.ec)(0,"button",0),Object(n.Sc)(1,"Trigger 1"),Object(n.dc)(),Object(n.ec)(2,"button",1),Object(n.Sc)(3,"Trigger 2"),Object(n.dc)()),2&e&&Object(n.vc)("matTooltip",t.message)},directives:[m.b],encapsulation:2}),e})(),S=(()=>{class e{}return e.\u0275mod=Object(n.Wb)({type:e}),e.\u0275inj=Object(n.Vb)({factory:function(t){return new(t||e)},imports:[[a.c,s.c,l.b,c.c,d.b,m.c,o.t,r.h]]}),e})()}}]);