Submit
Path:
~
/
/
opt
/
psa
/
admin
/
htdocs
/
modules
/
imunify360
/
assets
/
static
/
shared-dependencies
/
File Content:
a11y.min.87af77b136b7.js
System.register(["@angular/common","@angular/core","@angular/cdk/platform","rxjs","@angular/cdk/keycodes","rxjs/operators","@angular/cdk/coercion","@angular/cdk/observers","@angular/cdk/layout"],function(e){"use strict";var t,s,i,n,r,o,c,a,h,u,l,d,_,m,g,f,b,p,v,y,A,I,T,E,C,k,w,F,L,O,M,N,R,D,x,S,j,B,P,K,Z,U,H,W,V,$;return{setters:[function(e){t=e.DOCUMENT},function(e){s=e,e.Injectable,e.Inject,e.Directive,e.Input,i=e.InjectionToken,e.Optional,e.Output,e.NgModule,n=e.inject,r=e.APP_ID,o=e.QueryList,c=e.EventEmitter},function(e){a=e,h=e.normalizePassiveListenerOptions,u=e._getFocusedElementPierceShadowDom,l=e._getEventTarget,d=e._getShadowRoot},function(e){_=e.Subject,m=e.Subscription,g=e.BehaviorSubject,f=e.of},function(e){b=e.hasModifierKey,p=e.A,v=e.Z,y=e.ZERO,A=e.NINE,I=e.END,T=e.HOME,E=e.LEFT_ARROW,C=e.RIGHT_ARROW,k=e.UP_ARROW,w=e.DOWN_ARROW,F=e.TAB,L=e.ALT,O=e.CONTROL,M=e.MAC_META,N=e.META,R=e.SHIFT},function(e){D=e.tap,x=e.debounceTime,S=e.filter,j=e.map,B=e.take,P=e.skip,K=e.distinctUntilChanged,Z=e.takeUntil},function(e){U=e.coerceBooleanProperty,H=e.coerceElement},function(e){W=e,V=e.ObserversModule},function(e){$=e.BreakpointObserver}],execute:function(){e({LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY:ve,isFakeMousedownFromScreenReader:de,isFakeTouchstartFromScreenReader:_e});function Y(e,t){return(e.getAttribute(t)||"").match(/\S+/g)||[]}e("MESSAGES_CONTAINER_ID","cdk-describedby-message-container");const G=e("CDK_DESCRIBEDBY_ID_PREFIX","cdk-describedby-message"),z=e("CDK_DESCRIBEDBY_HOST_ATTRIBUTE","cdk-describedby-host");let X=0;class q{constructor(e,t){this._platform=t,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+X++,this._document=e,this._id=n(r)+"-"+X++}describe(e,t,s){if(!this._canBeDescribed(e,t))return;const i=Q(t,s);"string"!=typeof t?(J(t,this._id),this._messageRegistry.set(i,{messageElement:t,referenceCount:0})):this._messageRegistry.has(i)||this._createMessageElement(t,s),this._isElementDescribedByMessage(e,i)||this._addMessageReference(e,i)}removeDescription(e,t,s){if(!t||!this._isElementNode(e))return;const i=Q(t,s);if(this._isElementDescribedByMessage(e,i)&&this._removeMessageReference(e,i),"string"==typeof t){const e=this._messageRegistry.get(i);e&&0===e.referenceCount&&this._deleteMessageElement(i)}0===this._messagesContainer?.childNodes.length&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){const e=this._document.querySelectorAll(`[${z}="${this._id}"]`);for(let t=0;t<e.length;t++)this._removeCdkDescribedByReferenceIds(e[t]),e[t].removeAttribute(z);this._messagesContainer?.remove(),this._messagesContainer=null,this._messageRegistry.clear()}_createMessageElement(e,t){const s=this._document.createElement("div");J(s,this._id),s.textContent=e,t&&s.setAttribute("role",t),this._createMessagesContainer(),this._messagesContainer.appendChild(s),this._messageRegistry.set(Q(e,t),{messageElement:s,referenceCount:0})}_deleteMessageElement(e){this._messageRegistry.get(e)?.messageElement?.remove(),this._messageRegistry.delete(e)}_createMessagesContainer(){if(this._messagesContainer)return;const e="cdk-describedby-message-container",t=this._document.querySelectorAll(`.${e}[platform="server"]`);for(let e=0;e<t.length;e++)t[e].remove();const s=this._document.createElement("div");s.style.visibility="hidden",s.classList.add(e),s.classList.add("cdk-visually-hidden"),this._platform&&!this._platform.isBrowser&&s.setAttribute("platform","server"),this._document.body.appendChild(s),this._messagesContainer=s}_removeCdkDescribedByReferenceIds(e){const t=Y(e,"aria-describedby").filter(e=>0!=e.indexOf(G));e.setAttribute("aria-describedby",t.join(" "))}_addMessageReference(e,t){const s=this._messageRegistry.get(t);!function(e,t,s){const i=Y(e,t);i.some(e=>e.trim()==s.trim())||(i.push(s.trim()),e.setAttribute(t,i.join(" ")))}(e,"aria-describedby",s.messageElement.id),e.setAttribute(z,this._id),s.referenceCount++}_removeMessageReference(e,t){const s=this._messageRegistry.get(t);s.referenceCount--,function(e,t,s){const i=Y(e,t).filter(e=>e!=s.trim());i.length?e.setAttribute(t,i.join(" ")):e.removeAttribute(t)}(e,"aria-describedby",s.messageElement.id),e.removeAttribute(z)}_isElementDescribedByMessage(e,t){const s=Y(e,"aria-describedby"),i=this._messageRegistry.get(t),n=i&&i.messageElement.id;return!!n&&-1!=s.indexOf(n)}_canBeDescribed(e,t){if(!this._isElementNode(e))return!1;if(t&&"object"==typeof t)return!0;const s=null==t?"":`${t}`.trim(),i=e.getAttribute("aria-label");return!!s&&(!i||i.trim()!==s)}_isElementNode(e){return e.nodeType===this._document.ELEMENT_NODE}}function Q(e,t){return"string"==typeof e?`${t||""}/${e}`:e}function J(e,t){e.id||(e.id=`${G}-${t}-${X++}`)}e("AriaDescriber",q),q.\u0275fac=function(e){return new(e||q)(s.\u0275\u0275inject(t),s.\u0275\u0275inject(a.Platform))},q.\u0275prov=s.\u0275\u0275defineInjectable({token:q,factory:q.\u0275fac,providedIn:"root"});class ee{constructor(e){this._items=e,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new _,this._typeaheadSubscription=m.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._skipPredicateFn=e=>e.disabled,this._pressedLetters=[],this.tabOut=new _,this.change=new _,e instanceof o&&e.changes.subscribe(e=>{if(this._activeItem){const t=e.toArray().indexOf(this._activeItem);t>-1&&t!==this._activeItemIndex&&(this._activeItemIndex=t)}})}skipPredicate(e){return this._skipPredicateFn=e,this}withWrap(e=!0){return this._wrap=e,this}withVerticalOrientation(e=!0){return this._vertical=e,this}withHorizontalOrientation(e){return this._horizontal=e,this}withAllowedModifierKeys(e){return this._allowedModifierKeys=e,this}withTypeAhead(e=200){return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe(D(e=>this._pressedLetters.push(e)),x(e),S(()=>this._pressedLetters.length>0),j(()=>this._pressedLetters.join(""))).subscribe(e=>{const t=this._getItemsArray();for(let s=1;s<t.length+1;s++){const i=(this._activeItemIndex+s)%t.length,n=t[i];if(!this._skipPredicateFn(n)&&0===n.getLabel().toUpperCase().trim().indexOf(e)){this.setActiveItem(i);break}}this._pressedLetters=[]}),this}withHomeAndEnd(e=!0){return this._homeAndEnd=e,this}setActiveItem(e){const t=this._activeItem;this.updateActiveItem(e),this._activeItem!==t&&this.change.next(this._activeItemIndex)}onKeydown(e){const t=e.keyCode,s=["altKey","ctrlKey","metaKey","shiftKey"].every(t=>!e[t]||this._allowedModifierKeys.indexOf(t)>-1);switch(t){case F:return void this.tabOut.next();case w:if(this._vertical&&s){this.setNextItemActive();break}return;case k:if(this._vertical&&s){this.setPreviousItemActive();break}return;case C:if(this._horizontal&&s){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case E:if(this._horizontal&&s){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case T:if(this._homeAndEnd&&s){this.setFirstItemActive();break}return;case I:if(this._homeAndEnd&&s){this.setLastItemActive();break}return;default:return void((s||b(e,"shiftKey"))&&(e.key&&1===e.key.length?this._letterKeyStream.next(e.key.toLocaleUpperCase()):(t>=p&&t<=v||t>=y&&t<=A)&&this._letterKeyStream.next(String.fromCharCode(t))))}this._pressedLetters=[],e.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(e){const t=this._getItemsArray(),s="number"==typeof e?e:t.indexOf(e),i=t[s];this._activeItem=null==i?null:i,this._activeItemIndex=s}_setActiveItemByDelta(e){this._wrap?this._setActiveInWrapMode(e):this._setActiveInDefaultMode(e)}_setActiveInWrapMode(e){const t=this._getItemsArray();for(let s=1;s<=t.length;s++){const i=(this._activeItemIndex+e*s+t.length)%t.length,n=t[i];if(!this._skipPredicateFn(n))return void this.setActiveItem(i)}}_setActiveInDefaultMode(e){this._setActiveItemByIndex(this._activeItemIndex+e,e)}_setActiveItemByIndex(e,t){const s=this._getItemsArray();if(s[e]){for(;this._skipPredicateFn(s[e]);)if(!s[e+=t])return;this.setActiveItem(e)}}_getItemsArray(){return this._items instanceof o?this._items.toArray():this._items}}e("ListKeyManager",ee);e("ActiveDescendantKeyManager",class extends ee{setActiveItem(e){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(e),this.activeItem&&this.activeItem.setActiveStyles()}});e("FocusKeyManager",class extends ee{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(e){return this._origin=e,this}setActiveItem(e){super.setActiveItem(e),this.activeItem&&this.activeItem.focus(this._origin)}});e("IsFocusableConfig",class{constructor(){this.ignoreVisibility=!1}});class te{constructor(e){this._platform=e}isDisabled(e){return e.hasAttribute("disabled")}isVisible(e){return function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)}(e)&&"visible"===getComputedStyle(e).visibility}isTabbable(e){if(!this._platform.isBrowser)return!1;const t=function(e){try{return e.frameElement}catch{return null}}((s=e).ownerDocument&&s.ownerDocument.defaultView||window);var s;if(t){if(-1===ie(t))return!1;if(!this.isVisible(t))return!1}let i=e.nodeName.toLowerCase(),n=ie(e);return e.hasAttribute("contenteditable")?-1!==n:"iframe"!==i&&"object"!==i&&(!(this._platform.WEBKIT&&this._platform.IOS&&!function(e){let t=e.nodeName.toLowerCase(),s="input"===t&&e.type;return"text"===s||"password"===s||"select"===t||"textarea"===t}(e))&&("audio"===i?!!e.hasAttribute("controls")&&-1!==n:"video"===i?-1!==n&&(null!==n||(this._platform.FIREFOX||e.hasAttribute("controls"))):e.tabIndex>=0))}isFocusable(e,t){return function(e){if(function(e){return function(e){return"input"==e.nodeName.toLowerCase()}(e)&&"hidden"==e.type}(e))return!1;return function(e){let t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t}(e)||function(e){return function(e){return"a"==e.nodeName.toLowerCase()}(e)&&e.hasAttribute("href")}(e)||e.hasAttribute("contenteditable")||se(e)}(e)&&!this.isDisabled(e)&&(t?.ignoreVisibility||this.isVisible(e))}}function se(e){if(!e.hasAttribute("tabindex")||void 0===e.tabIndex)return!1;let t=e.getAttribute("tabindex");return!(!t||isNaN(parseInt(t,10)))}function ie(e){if(!se(e))return null;const t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t}e("InteractivityChecker",te),te.\u0275fac=function(e){return new(e||te)(s.\u0275\u0275inject(a.Platform))},te.\u0275prov=s.\u0275\u0275defineInjectable({token:te,factory:te.\u0275fac,providedIn:"root"});class ne{constructor(e,t,s,i,n=!1){this._element=e,this._checker=t,this._ngZone=s,this._document=i,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,n||this.attachAnchors()}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}destroy(){const e=this._startAnchor,t=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.remove()),t&&(t.removeEventListener("focus",this.endAnchorListener),t.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(e){return new Promise(t=>{this._executeOnStable(()=>t(this.focusInitialElement(e)))})}focusFirstTabbableElementWhenReady(e){return new Promise(t=>{this._executeOnStable(()=>t(this.focusFirstTabbableElement(e)))})}focusLastTabbableElementWhenReady(e){return new Promise(t=>{this._executeOnStable(()=>t(this.focusLastTabbableElement(e)))})}_getRegionBoundary(e){const t=this._element.querySelectorAll(`[cdk-focus-region-${e}], [cdkFocusRegion${e}], [cdk-focus-${e}]`);return"start"==e?t.length?t[0]:this._getFirstTabbableElement(this._element):t.length?t[t.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(e){const t=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(t){if(!this._checker.isFocusable(t)){const s=this._getFirstTabbableElement(t);return s?.focus(e),!!s}return t.focus(e),!0}return this.focusFirstTabbableElement(e)}focusFirstTabbableElement(e){const t=this._getRegionBoundary("start");return t&&t.focus(e),!!t}focusLastTabbableElement(e){const t=this._getRegionBoundary("end");return t&&t.focus(e),!!t}hasAttached(){return this._hasAttached}_getFirstTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;const t=e.children;for(let e=0;e<t.length;e++){const s=t[e].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(t[e]):null;if(s)return s}return null}_getLastTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;const t=e.children;for(let e=t.length-1;e>=0;e--){const s=t[e].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(t[e]):null;if(s)return s}return null}_createAnchor(){const e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,t){e?t.setAttribute("tabindex","0"):t.removeAttribute("tabindex")}toggleAnchors(e){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_executeOnStable(e){this._ngZone.isStable?e():this._ngZone.onStable.pipe(B(1)).subscribe(e)}}e("FocusTrap",ne);class re{constructor(e,t,s){this._checker=e,this._ngZone=t,this._document=s}create(e,t=!1){return new ne(e,this._checker,this._ngZone,this._document,t)}}e("FocusTrapFactory",re),re.\u0275fac=function(e){return new(e||re)(s.\u0275\u0275inject(te),s.\u0275\u0275inject(s.NgZone),s.\u0275\u0275inject(t))},re.\u0275prov=s.\u0275\u0275defineInjectable({token:re,factory:re.\u0275fac,providedIn:"root"});class oe{constructor(e,t,s){this._elementRef=e,this._focusTrapFactory=t,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(e){this.focusTrap.enabled=U(e)}get autoCapture(){return this._autoCapture}set autoCapture(e){this._autoCapture=U(e)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(e){const t=e.autoCapture;t&&!t.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=u(),this.focusTrap.focusInitialElementWhenReady()}}e("CdkTrapFocus",oe),oe.\u0275fac=function(e){return new(e||oe)(s.\u0275\u0275directiveInject(s.ElementRef),s.\u0275\u0275directiveInject(re),s.\u0275\u0275directiveInject(t))},oe.\u0275dir=s.\u0275\u0275defineDirective({type:oe,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"],features:[s.\u0275\u0275NgOnChangesFeature]});class ce extends ne{constructor(e,t,s,i,n,r,o){super(e,t,s,i,o.defer),this._focusTrapManager=n,this._inertStrategy=r,this._focusTrapManager.register(this)}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._enabled?this._focusTrapManager.register(this):this._focusTrapManager.deregister(this)}destroy(){this._focusTrapManager.deregister(this),super.destroy()}_enable(){this._inertStrategy.preventFocus(this),this.toggleAnchors(!0)}_disable(){this._inertStrategy.allowFocus(this),this.toggleAnchors(!1)}}e("ConfigurableFocusTrap",ce);const ae=e("FOCUS_TRAP_INERT_STRATEGY",new i("FOCUS_TRAP_INERT_STRATEGY"));class he{constructor(){this._listener=null}preventFocus(e){this._listener&&e._document.removeEventListener("focus",this._listener,!0),this._listener=t=>this._trapFocus(e,t),e._ngZone.runOutsideAngular(()=>{e._document.addEventListener("focus",this._listener,!0)})}allowFocus(e){this._listener&&(e._document.removeEventListener("focus",this._listener,!0),this._listener=null)}_trapFocus(e,t){const s=t.target,i=e._element;!s||i.contains(s)||s.closest?.("div.cdk-overlay-pane")||setTimeout(()=>{e.enabled&&!i.contains(e._document.activeElement)&&e.focusFirstTabbableElement()})}}e("EventListenerFocusTrapInertStrategy",he);class ue{constructor(){this._focusTrapStack=[]}register(e){this._focusTrapStack=this._focusTrapStack.filter(t=>t!==e);let t=this._focusTrapStack;t.length&&t[t.length-1]._disable(),t.push(e),e._enable()}deregister(e){e._disable();const t=this._focusTrapStack,s=t.indexOf(e);-1!==s&&(t.splice(s,1),t.length&&t[t.length-1]._enable())}}ue.\u0275fac=function(e){return new(e||ue)},ue.\u0275prov=s.\u0275\u0275defineInjectable({token:ue,factory:ue.\u0275fac,providedIn:"root"});class le{constructor(e,t,s,i,n){this._checker=e,this._ngZone=t,this._focusTrapManager=s,this._document=i,this._inertStrategy=n||new he}create(e,t={defer:!1}){let s;return s="boolean"==typeof t?{defer:t}:t,new ce(e,this._checker,this._ngZone,this._document,this._focusTrapManager,this._inertStrategy,s)}}function de(e){return 0===e.buttons||0===e.offsetX&&0===e.offsetY}function _e(e){const t=e.touches&&e.touches[0]||e.changedTouches&&e.changedTouches[0];return!(!t||-1!==t.identifier||null!=t.radiusX&&1!==t.radiusX||null!=t.radiusY&&1!==t.radiusY)}e("ConfigurableFocusTrapFactory",le),le.\u0275fac=function(e){return new(e||le)(s.\u0275\u0275inject(te),s.\u0275\u0275inject(s.NgZone),s.\u0275\u0275inject(ue),s.\u0275\u0275inject(t),s.\u0275\u0275inject(ae,8))},le.\u0275prov=s.\u0275\u0275defineInjectable({token:le,factory:le.\u0275fac,providedIn:"root"});const me=e("INPUT_MODALITY_DETECTOR_OPTIONS",new i("cdk-input-modality-detector-options")),ge=e("INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS",{ignoreKeys:[L,O,M,N,R]}),fe=h({passive:!0,capture:!0});class be{constructor(e,t,s,i){this._platform=e,this._mostRecentTarget=null,this._modality=new g(null),this._lastTouchMs=0,this._onKeydown=e=>{this._options?.ignoreKeys?.some(t=>t===e.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=l(e))},this._onMousedown=e=>{Date.now()-this._lastTouchMs<650||(this._modality.next(de(e)?"keyboard":"mouse"),this._mostRecentTarget=l(e))},this._onTouchstart=e=>{_e(e)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=l(e))},this._options={...ge,...i},this.modalityDetected=this._modality.pipe(P(1)),this.modalityChanged=this.modalityDetected.pipe(K()),e.isBrowser&&t.runOutsideAngular(()=>{s.addEventListener("keydown",this._onKeydown,fe),s.addEventListener("mousedown",this._onMousedown,fe),s.addEventListener("touchstart",this._onTouchstart,fe)})}get mostRecentModality(){return this._modality.value}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,fe),document.removeEventListener("mousedown",this._onMousedown,fe),document.removeEventListener("touchstart",this._onTouchstart,fe))}}e("InputModalityDetector",be),be.\u0275fac=function(e){return new(e||be)(s.\u0275\u0275inject(a.Platform),s.\u0275\u0275inject(s.NgZone),s.\u0275\u0275inject(t),s.\u0275\u0275inject(me,8))},be.\u0275prov=s.\u0275\u0275defineInjectable({token:be,factory:be.\u0275fac,providedIn:"root"});const pe=e("LIVE_ANNOUNCER_ELEMENT_TOKEN",new i("liveAnnouncerElement",{providedIn:"root",factory:ve}));function ve(){return null}const ye=e("LIVE_ANNOUNCER_DEFAULT_OPTIONS",new i("LIVE_ANNOUNCER_DEFAULT_OPTIONS"));class Ae{constructor(e,t,s,i){this._ngZone=t,this._defaultOptions=i,this._document=s,this._liveElement=e||this._createLiveElement()}announce(e,...t){const s=this._defaultOptions;let i,n;return 1===t.length&&"number"==typeof t[0]?n=t[0]:[i,n]=t,this.clear(),clearTimeout(this._previousTimeout),i||(i=s&&s.politeness?s.politeness:"polite"),null==n&&s&&(n=s.duration),this._liveElement.setAttribute("aria-live",i),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(e=>this._currentResolve=e)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=e,"number"==typeof n&&(this._previousTimeout=setTimeout(()=>this.clear(),n)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const e="cdk-live-announcer-element",t=this._document.getElementsByClassName(e),s=this._document.createElement("div");for(let e=0;e<t.length;e++)t[e].remove();return s.classList.add(e),s.classList.add("cdk-visually-hidden"),s.setAttribute("aria-atomic","true"),s.setAttribute("aria-live","polite"),this._document.body.appendChild(s),s}}e("LiveAnnouncer",Ae),Ae.\u0275fac=function(e){return new(e||Ae)(s.\u0275\u0275inject(pe,8),s.\u0275\u0275inject(s.NgZone),s.\u0275\u0275inject(t),s.\u0275\u0275inject(ye,8))},Ae.\u0275prov=s.\u0275\u0275defineInjectable({token:Ae,factory:Ae.\u0275fac,providedIn:"root"});class Ie{constructor(e,t,s,i){this._elementRef=e,this._liveAnnouncer=t,this._contentObserver=s,this._ngZone=i,this._politeness="polite"}get politeness(){return this._politeness}set politeness(e){this._politeness="off"===e||"assertive"===e?e:"polite","off"===this._politeness?this._subscription&&(this._subscription.unsubscribe(),this._subscription=null):this._subscription||(this._subscription=this._ngZone.runOutsideAngular(()=>this._contentObserver.observe(this._elementRef).subscribe(()=>{const e=this._elementRef.nativeElement.textContent;e!==this._previousAnnouncedText&&(this._liveAnnouncer.announce(e,this._politeness,this.duration),this._previousAnnouncedText=e)})))}ngOnDestroy(){this._subscription&&this._subscription.unsubscribe()}}e("CdkAriaLive",Ie),Ie.\u0275fac=function(e){return new(e||Ie)(s.\u0275\u0275directiveInject(s.ElementRef),s.\u0275\u0275directiveInject(Ae),s.\u0275\u0275directiveInject(W.ContentObserver),s.\u0275\u0275directiveInject(s.NgZone))},Ie.\u0275dir=s.\u0275\u0275defineDirective({type:Ie,selectors:[["","cdkAriaLive",""]],inputs:{politeness:["cdkAriaLive","politeness"],duration:["cdkAriaLiveDuration","duration"]},exportAs:["cdkAriaLive"]});const Te=e("FOCUS_MONITOR_DEFAULT_OPTIONS",new i("cdk-focus-monitor-default-options")),Ee=h({passive:!0,capture:!0});class Ce{constructor(e,t,s,i,n){this._ngZone=e,this._platform=t,this._inputModalityDetector=s,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new _,this._rootNodeFocusAndBlurListener=e=>{for(let t=l(e);t;t=t.parentElement)"focus"===e.type?this._onFocus(e,t):this._onBlur(e,t)},this._document=i,this._detectionMode=n?.detectionMode||0}monitor(e,t=!1){const s=H(e);if(!this._platform.isBrowser||1!==s.nodeType)return f(null);const i=d(s)||this._getDocument(),n=this._elementInfo.get(s);if(n)return t&&(n.checkChildren=!0),n.subject;const r={checkChildren:t,subject:new _,rootNode:i};return this._elementInfo.set(s,r),this._registerGlobalListeners(r),r.subject}stopMonitoring(e){const t=H(e),s=this._elementInfo.get(t);s&&(s.subject.complete(),this._setClasses(t),this._elementInfo.delete(t),this._removeGlobalListeners(s))}focusVia(e,t,s){const i=H(e);i===this._getDocument().activeElement?this._getClosestElementsInfo(i).forEach(([e,s])=>this._originChanged(e,t,s)):(this._setOrigin(t),"function"==typeof i.focus&&i.focus(s))}ngOnDestroy(){this._elementInfo.forEach((e,t)=>this.stopMonitoring(t))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(e){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(e)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:e&&this._isLastInteractionFromInputLabel(e)?"mouse":"program"}_shouldBeAttributedToTouch(e){return 1===this._detectionMode||!!e?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(e,t){e.classList.toggle("cdk-focused",!!t),e.classList.toggle("cdk-touch-focused","touch"===t),e.classList.toggle("cdk-keyboard-focused","keyboard"===t),e.classList.toggle("cdk-mouse-focused","mouse"===t),e.classList.toggle("cdk-program-focused","program"===t)}_setOrigin(e,t=!1){this._ngZone.runOutsideAngular(()=>{if(this._origin=e,this._originFromTouchInteraction="touch"===e&&t,0===this._detectionMode){clearTimeout(this._originTimeoutId);const e=this._originFromTouchInteraction?650:1;this._originTimeoutId=setTimeout(()=>this._origin=null,e)}})}_onFocus(e,t){const s=this._elementInfo.get(t),i=l(e);s&&(s.checkChildren||t===i)&&this._originChanged(t,this._getFocusOrigin(i),s)}_onBlur(e,t){const s=this._elementInfo.get(t);!s||s.checkChildren&&e.relatedTarget instanceof Node&&t.contains(e.relatedTarget)||(this._setClasses(t),this._emitOrigin(s,null))}_emitOrigin(e,t){e.subject.observers.length&&this._ngZone.run(()=>e.subject.next(t))}_registerGlobalListeners(e){if(!this._platform.isBrowser)return;const t=e.rootNode,s=this._rootNodeFocusListenerCount.get(t)||0;s||this._ngZone.runOutsideAngular(()=>{t.addEventListener("focus",this._rootNodeFocusAndBlurListener,Ee),t.addEventListener("blur",this._rootNodeFocusAndBlurListener,Ee)}),this._rootNodeFocusListenerCount.set(t,s+1),1===++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe(Z(this._stopInputModalityDetector)).subscribe(e=>{this._setOrigin(e,!0)}))}_removeGlobalListeners(e){const t=e.rootNode;if(this._rootNodeFocusListenerCount.has(t)){const e=this._rootNodeFocusListenerCount.get(t);e>1?this._rootNodeFocusListenerCount.set(t,e-1):(t.removeEventListener("focus",this._rootNodeFocusAndBlurListener,Ee),t.removeEventListener("blur",this._rootNodeFocusAndBlurListener,Ee),this._rootNodeFocusListenerCount.delete(t))}if(! --this._monitoredElementCount){this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId)}}_originChanged(e,t,s){this._setClasses(e,t),this._emitOrigin(s,t),this._lastFocusOrigin=t}_getClosestElementsInfo(e){const t=[];return this._elementInfo.forEach((s,i)=>{(i===e||s.checkChildren&&i.contains(e))&&t.push([i,s])}),t}_isLastInteractionFromInputLabel(e){const{_mostRecentTarget:t,mostRecentModality:s}=this._inputModalityDetector;if("mouse"!==s||!t||t===e||"INPUT"!==e.nodeName&&"TEXTAREA"!==e.nodeName||e.disabled)return!1;const i=e.labels;if(i)for(let e=0;e<i.length;e++)if(i[e].contains(t))return!0;return!1}}e("FocusMonitor",Ce),Ce.\u0275fac=function(e){return new(e||Ce)(s.\u0275\u0275inject(s.NgZone),s.\u0275\u0275inject(a.Platform),s.\u0275\u0275inject(be),s.\u0275\u0275inject(t,8),s.\u0275\u0275inject(Te,8))},Ce.\u0275prov=s.\u0275\u0275defineInjectable({token:Ce,factory:Ce.\u0275fac,providedIn:"root"});class ke{constructor(e,t){this._elementRef=e,this._focusMonitor=t,this._focusOrigin=null,this.cdkFocusChange=new c}get focusOrigin(){return this._focusOrigin}ngAfterViewInit(){const e=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(e,1===e.nodeType&&e.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(e=>{this._focusOrigin=e,this.cdkFocusChange.emit(e)})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}}e("CdkMonitorFocus",ke),ke.\u0275fac=function(e){return new(e||ke)(s.\u0275\u0275directiveInject(s.ElementRef),s.\u0275\u0275directiveInject(Ce))},ke.\u0275dir=s.\u0275\u0275defineDirective({type:ke,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"},exportAs:["cdkMonitorFocus"]});const we="cdk-high-contrast-black-on-white",Fe="cdk-high-contrast-white-on-black",Le="cdk-high-contrast-active";class Oe{constructor(e,t){this._platform=e,this._document=t,this._breakpointSubscription=n($).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const e=this._document.createElement("div");e.style.backgroundColor="rgb(1,2,3)",e.style.position="absolute",this._document.body.appendChild(e);const t=this._document.defaultView||window,s=t&&t.getComputedStyle?t.getComputedStyle(e):null,i=(s&&s.backgroundColor||"").replace(/ /g,"");switch(e.remove(),i){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return 2;case"rgb(255,255,255)":case"rgb(255,250,239)":return 1}return 0}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const e=this._document.body.classList;e.remove(Le,we,Fe),this._hasCheckedHighContrastMode=!0;const t=this.getHighContrastMode();1===t?e.add(Le,we):2===t&&e.add(Le,Fe)}}}e("HighContrastModeDetector",Oe),Oe.\u0275fac=function(e){return new(e||Oe)(s.\u0275\u0275inject(a.Platform),s.\u0275\u0275inject(t))},Oe.\u0275prov=s.\u0275\u0275defineInjectable({token:Oe,factory:Oe.\u0275fac,providedIn:"root"});class Me{constructor(e){e._applyBodyHighContrastModeCssClasses()}}e("A11yModule",Me),Me.\u0275fac=function(e){return new(e||Me)(s.\u0275\u0275inject(Oe))},Me.\u0275mod=s.\u0275\u0275defineNgModule({type:Me}),Me.\u0275inj=s.\u0275\u0275defineInjector({imports:[V]})}}});
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
a11y.min.87af77b136b7.js
31117 bytes
0644
accordion.min.0075d7e4bda1.js
3334 bytes
0644
amd.min.js
1288 bytes
0644
animations.min.67d0b2c35722.js
4270 bytes
0644
autocomplete.min.b8fb45c142b6.js
19857 bytes
0644
badge.min.474b5aef1217.js
4226 bytes
0644
bidi.min.68df829247b4.js
1939 bytes
0644
bottom-sheet.min.a7fb3501f7f8.js
7841 bytes
0644
browser.min.ee11ca64e883.js
60027 bytes
0644
button-toggle.min.2340e206952b.js
11749 bytes
0644
button.min.83e8fabfc158.js
19196 bytes
0644
card.min.886f310f0995.js
8403 bytes
0644
cdk-dialog.min.a8a2b31e946f.js
11590 bytes
0644
cdk.min.eb855fc8a7af.js
160 bytes
0644
chart.min.8f631cc0fc8d.js
197143 bytes
0644
checkbox.min.e351df03e020.js
18972 bytes
0644
chips.min.2e6461ff82b2.js
24887 bytes
0644
coercion.min.3b449d79723d.js
725 bytes
0644
collections.min.b89791f763bf.js
4623 bytes
0644
common.min.15ff3541ebe8.js
62830 bytes
0644
compiler.min.cd009adf48f8.js
336696 bytes
0644
core.min.f62d6cd1d8e7.js
185045 bytes
0644
datepicker.min.cab061c5a4f6.js
106866 bytes
0644
divider.min.a7470a9b7762.js
1565 bytes
0644
form-field.min.b8dbab3befe3.js
36356 bytes
0644
forms.min.80f675b7c98f.js
57342 bytes
0644
grid-list.min.d7c02f50908a.js
11831 bytes
0644
http.min.aec31d3816f2.js
19030 bytes
0644
icon.min.ffbc56b06055.js
13599 bytes
0644
input.min.1ea7090deda6.js
6980 bytes
0644
keycodes.min.605c57f67235.js
2062 bytes
0644
layout.min.8df2b70e5622.js
3598 bytes
0644
list.min.902887e22ee1.js
45061 bytes
0644
long-stack-trace-zone.min.js
2154 bytes
0755
material-core.min.dc7eb77e8879.js
27118 bytes
0644
material-dialog.min.6f12982eba9b.js
14642 bytes
0644
material.min.c8ae3876fcd0.js
135 bytes
0644
menu.min.dafa3180b1c8.js
25076 bytes
0644
minified.js
211624 bytes
0644
named-exports.min.js
678 bytes
0644
named-register.min.js
1007 bytes
0644
observers.min.bc88a44f45c5.js
3173 bytes
0644
overlay.min.dba6d9fa728f.js
42982 bytes
0644
paginator.min.a97ab23a31b8.js
13682 bytes
0644
platform-browser-animations.min.bd5497bc5449.js
26769 bytes
0644
platform-browser-dynamic.min.a167804656d6.js
2846 bytes
0644
platform-browser.min.7fb4007767f7.js
21805 bytes
0644
platform.min.fb6e7f12d699.js
3723 bytes
0644
portal.min.f77945843ce4.js
6999 bytes
0644
progress-bar.min.913197928105.js
10209 bytes
0644
progress-spinner.min.48ba2bf83ab5.js
10274 bytes
0644
radio.min.15275c6e7dac.js
13961 bytes
0644
router.min.3620fa413415.js
98095 bytes
0644
rxjs.umd.min.67c4c1e73767.js
88037 bytes
0644
scrolling.min.66a5637056c7.js
25434 bytes
0644
select.min.6465d7f4ec05.js
28057 bytes
0644
single-spa-angular-internals.min.bef0dda47422.js
558 bytes
0644
single-spa-angular.min.ae0438d8ae06.js
3800 bytes
0644
single-spa-layout.min.5bf6d9cda318.js
17978 bytes
0644
single-spa.min.1ef7e0b9902d.js
20611 bytes
0644
slide-toggle.min.019804b8fa15.js
11157 bytes
0644
slider.min.546a3560336a.js
22902 bytes
0644
snack-bar.min.c705709f4260.js
13243 bytes
0644
sort.min.7189290a6492.js
13758 bytes
0644
system.min.js
12231 bytes
0644
tabs.min.2991ec6bda6b.js
52968 bytes
0644
text-field.min.e0d3cf8aa31f.js
7393 bytes
0644
toolbar.min.33e88ee301ad.js
2671 bytes
0644
tooltip.min.fdbf4a8d3461.js
17343 bytes
0644
tree.min.b11775252976.js
7022 bytes
0644
zone-testing.js
110502 bytes
0755
zone.min.js
50019 bytes
0755
N4ST4R_ID | Naxtarrr