HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/CyberCP/public/imunifyav/assets/static/shared-dependencies/input.min.1ea7090deda6.js
System.register(["@angular/cdk/coercion","@angular/cdk/platform","@angular/cdk/text-field","@angular/core","@angular/forms","@angular/material/core","@angular/material/form-field","rxjs"],function(e){"use strict";var t,i,n,r,s,a,l,o,u,d,h,c,p,m,_,f,v;return{setters:[function(e){t=e.coerceBooleanProperty},function(e){i=e,n=e.getSupportedInputTypes},function(e){r=e,s=e.TextFieldModule},function(e){a=e.InjectionToken,l=e,e.Directive,e.Optional,e.Self,e.Inject,e.Input,e.NgModule},function(e){o=e,u=e.Validators},function(e){d=e.mixinErrorState,h=e,c=e.ErrorStateMatcher,p=e.MatCommonModule},function(e){m=e.MAT_FORM_FIELD,_=e.MatFormFieldControl,f=e.MatFormFieldModule},function(e){v=e.Subject}],execute:function(){function y(e){return Error(`Input type "${e}" isn't supported by matInput.`)}e("getMatInputUnsupportedTypeError",y);const g=e("MAT_INPUT_VALUE_ACCESSOR",new a("MAT_INPUT_VALUE_ACCESSOR")),I=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let C=0;const b=d(class{constructor(e,t,i,n){this._defaultErrorStateMatcher=e,this._parentForm=t,this._parentFormGroup=i,this.ngControl=n,this.stateChanges=new v}});class E extends b{constructor(e,t,i,r,s,a,l,o,u,d){super(a,r,s,i),this._elementRef=e,this._platform=t,this._autofillMonitor=o,this._formField=d,this._uid="mat-input-"+C++,this.focused=!1,this.stateChanges=new v,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(e=>n().has(e)),this._iOSKeyupListener=e=>{const t=e.target;t.value||0!==t.selectionStart||0!==t.selectionEnd||(t.setSelectionRange(1,1),t.setSelectionRange(0,0))};const h=this._elementRef.nativeElement,c=h.nodeName.toLowerCase();this._inputValueAccessor=l||h,this._previousNativeValue=this.value,this.id=this.id,t.IOS&&u.runOutsideAngular(()=>{e.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===c,this._isTextarea="textarea"===c,this._isInFormField=!!d,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=t(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??this.ngControl?.control?.hasValidator(u.required)??!1}set required(e){this._required=t(e)}get type(){return this._type}set type(e){this._type=e||"text",this._validateType(),!this._isTextarea&&n().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=t(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),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&this.updateErrorState(),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(e){this._elementRef.nativeElement.focus(e)}_focusChanged(e){e!==this.focused&&(this.focused=e,this.stateChanges.next())}_onInput(){}_dirtyCheckPlaceholder(){const e=this._formField,t=e&&"legacy"===e.appearance&&!e._hasLabel?.()?null:this.placeholder;if(t!==this._previousPlaceholder){const e=this._elementRef.nativeElement;this._previousPlaceholder=t,t?e.setAttribute("placeholder",t):e.removeAttribute("placeholder")}}_dirtyCheckNativeValue(){const e=this._elementRef.nativeElement.value;this._previousNativeValue!==e&&(this._previousNativeValue=e,this.stateChanges.next())}_validateType(){I.indexOf(this._type),0}_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()}_isInlineSelect(){const e=this._elementRef.nativeElement;return this._isNativeSelect&&(e.multiple||e.size>1)}}e("MatInput",E),E.\u0275fac=function(e){return new(e||E)(l.\u0275\u0275directiveInject(l.ElementRef),l.\u0275\u0275directiveInject(i.Platform),l.\u0275\u0275directiveInject(o.NgControl,10),l.\u0275\u0275directiveInject(o.NgForm,8),l.\u0275\u0275directiveInject(o.FormGroupDirective,8),l.\u0275\u0275directiveInject(h.ErrorStateMatcher),l.\u0275\u0275directiveInject(g,10),l.\u0275\u0275directiveInject(r.AutofillMonitor),l.\u0275\u0275directiveInject(l.NgZone),l.\u0275\u0275directiveInject(m,8))},E.\u0275dir=l.\u0275\u0275defineDirective({type:E,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:12,hostBindings:function(e,t){1&e&&l.\u0275\u0275listener("focus",function(){return t._focusChanged(!0)})("blur",function(){return t._focusChanged(!1)})("input",function(){return t._onInput()}),2&e&&(l.\u0275\u0275hostProperty("disabled",t.disabled)("required",t.required),l.\u0275\u0275attribute("id",t.id)("data-placeholder",t.placeholder)("name",t.name||null)("readonly",t.readonly&&!t._isNativeSelect||null)("aria-invalid",t.empty&&t.required?null:t.errorState)("aria-required",t.required),l.\u0275\u0275classProp("mat-input-server",t._isServer)("mat-native-select-inline",t._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[l.\u0275\u0275ProvidersFeature([{provide:_,useExisting:E}]),l.\u0275\u0275InheritDefinitionFeature,l.\u0275\u0275NgOnChangesFeature]});class S{}e("MatInputModule",S),S.\u0275fac=function(e){return new(e||S)},S.\u0275mod=l.\u0275\u0275defineNgModule({type:S}),S.\u0275inj=l.\u0275\u0275defineInjector({providers:[c],imports:[s,f,p,s,f]})}}});