-
Notifications
You must be signed in to change notification settings - Fork 2
/
5-es5.a4de23fa9ffde375c0cc.js
2 lines (2 loc) · 37.9 KB
/
5-es5.a4de23fa9ffde375c0cc.js
1
2
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{M2Lx:function(t,e,n){"use strict";n.d(e,"c",function(){return s}),n.d(e,"b",function(){return c}),n.d(e,"a",function(){return u}),n.d(e,"d",function(){return b});var i=n("n6gG"),a=n("CcnG"),o=n("6blF"),r=n("K9Ia"),l=n("Gi3i"),s=function(){function t(){}return t.prototype.create=function(t){return"undefined"==typeof MutationObserver?null:new MutationObserver(t)},t.ngInjectableDef=Object(a.Kb)({factory:function(){return new t},token:t,providedIn:"root"}),t}(),c=function(){function t(t){this._mutationObserverFactory=t,this._observedElements=new Map}return t.prototype.ngOnDestroy=function(){var t=this;this._observedElements.forEach(function(e,n){return t._cleanupObserver(n)})},t.prototype.observe=function(t){var e=this,n=Object(i.d)(t);return new o.a(function(t){var i=e._observeElement(n).subscribe(t);return function(){i.unsubscribe(),e._unobserveElement(n)}})},t.prototype._observeElement=function(t){if(this._observedElements.has(t))this._observedElements.get(t).count++;else{var e=new r.a,n=this._mutationObserverFactory.create(function(t){return e.next(t)});n&&n.observe(t,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(t,{observer:n,stream:e,count:1})}return this._observedElements.get(t).stream},t.prototype._unobserveElement=function(t){this._observedElements.has(t)&&(this._observedElements.get(t).count--,this._observedElements.get(t).count||this._cleanupObserver(t))},t.prototype._cleanupObserver=function(t){if(this._observedElements.has(t)){var e=this._observedElements.get(t),n=e.observer,i=e.stream;n&&n.disconnect(),i.complete(),this._observedElements.delete(t)}},t.ngInjectableDef=Object(a.Kb)({factory:function(){return new t(Object(a.Ob)(s))},token:t,providedIn:"root"}),t}(),u=function(){function t(t,e,n){this._contentObserver=t,this._elementRef=e,this._ngZone=n,this.event=new a.m,this._disabled=!1,this._currentSubscription=null}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=Object(i.b)(t),this._disabled?this._unsubscribe():this._subscribe()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"debounce",{get:function(){return this._debounce},set:function(t){this._debounce=Object(i.e)(t),this._subscribe()},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){this._currentSubscription||this.disabled||this._subscribe()},t.prototype.ngOnDestroy=function(){this._unsubscribe()},t.prototype._subscribe=function(){var t=this;this._unsubscribe();var e=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(function(){t._currentSubscription=(t.debounce?e.pipe(Object(l.a)(t.debounce)):e).subscribe(t.event)})},t.prototype._unsubscribe=function(){this._currentSubscription&&this._currentSubscription.unsubscribe()},t}(),b=function(){return function(){}}()},kF7p:function(t,e,n){"use strict";n.r(e);var i=n("CcnG"),a=function(){function t(){}return t.prototype.ngOnInit=function(){this.tabs=[];for(var t=0,e=Array.from(this.content.nativeElement.querySelectorAll("code-pane"));t<e.length;t++)this.tabs.push(this.getTabInfo(e[t]))},t.prototype.ngAfterViewInit=function(){var t=this;this.codeComponents.toArray().forEach(function(e,n){e.code=t.tabs[n].code})},t.prototype.getTabInfo=function(t){return{class:t.getAttribute("class"),code:t.innerHTML,language:t.getAttribute("language"),linenums:t.getAttribute("linenums")||this.linenums,path:t.getAttribute("path")||"",region:t.getAttribute("region")||"",header:t.getAttribute("header")}},t}(),o=function(){return function(){this.customElementComponent=a}}(),r=n("xYTU"),l=n("0GXo"),s=n("mrSG"),c=n("4c35"),u=n("Wf4p"),b=n("K9Ia"),d=n("pugT"),p=n("bne5"),h=n("F/XL"),m=n("p0ib"),f=n("gI3B"),g=(n("ihYY"),n("p0Sj")),_=n("ad02"),y=n("ny24"),x=n("n6gG"),v=n("YSh2"),C=n("lLAP"),I=n("dWZg"),k=new i.q("MatInkBarPositioner",{providedIn:"root",factory:function(){return function(t){return{left:t?(t.offsetLeft||0)+"px":"0",width:t?(t.offsetWidth||0)+"px":"0"}}}}),w=function(){function t(t,e,n){this._elementRef=t,this._ngZone=e,this._inkBarPositioner=n}return t.prototype.alignToElement=function(t){var e=this;this.show(),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(function(){requestAnimationFrame(function(){return e._setStyles(t)})}):this._setStyles(t)},t.prototype.show=function(){this._elementRef.nativeElement.style.visibility="visible"},t.prototype.hide=function(){this._elementRef.nativeElement.style.visibility="hidden"},t.prototype._setStyles=function(t){var e=this._inkBarPositioner(t),n=this._elementRef.nativeElement;n.style.left=e.left,n.style.width=e.width},t}(),O=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(s.c)(e,t),e}(c.b),T=function(){return function(){}}(),E=function(t){function e(e){var n=t.call(this)||this;return n._viewContainerRef=e,n.textLabel="",n._contentPortal=null,n._stateChanges=new b.a,n.position=null,n.origin=null,n.isActive=!1,n}return Object(s.c)(e,t),Object.defineProperty(e.prototype,"content",{get:function(){return this._contentPortal},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(t){(t.hasOwnProperty("textLabel")||t.hasOwnProperty("disabled"))&&this._stateChanges.next()},e.prototype.ngOnDestroy=function(){this._stateChanges.complete()},e.prototype.ngOnInit=function(){this._contentPortal=new c.h(this._explicitContent||this._implicitContent,this._viewContainerRef)},e}(Object(u.i)(T)),S=function(t){function e(e,n,i){var a=t.call(this,e,n)||this;return a._host=i,a._centeringSub=d.a.EMPTY,a._leavingSub=d.a.EMPTY,a}return Object(s.c)(e,t),e.prototype.ngOnInit=function(){var e=this;t.prototype.ngOnInit.call(this),this._centeringSub=this._host._beforeCentering.pipe(Object(g.a)(this._host._isCenterPosition(this._host._position))).subscribe(function(t){t&&!e.hasAttached()&&e.attach(e._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(function(){e.detach()})},e.prototype.ngOnDestroy=function(){t.prototype.ngOnDestroy.call(this),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()},e}(c.c),D=function(){function t(t,e,n){var a=this;this._elementRef=t,this._dir=e,this._dirChangeSubscription=d.a.EMPTY,this._translateTabComplete=new b.a,this._onCentering=new i.m,this._beforeCentering=new i.m,this._afterLeavingCenter=new i.m,this._onCentered=new i.m(!0),this.animationDuration="500ms",e&&(this._dirChangeSubscription=e.change.subscribe(function(t){a._computePositionAnimationState(t),n.markForCheck()})),this._translateTabComplete.pipe(Object(_.a)(function(t,e){return t.fromState===e.fromState&&t.toState===e.toState})).subscribe(function(t){a._isCenterPosition(t.toState)&&a._isCenterPosition(a._position)&&a._onCentered.emit(),a._isCenterPosition(t.fromState)&&!a._isCenterPosition(a._position)&&a._afterLeavingCenter.emit()})}return Object.defineProperty(t.prototype,"position",{set:function(t){this._positionIndex=t,this._computePositionAnimationState()},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin())},t.prototype.ngOnDestroy=function(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()},t.prototype._onTranslateTabStarted=function(t){var e=this._isCenterPosition(t.toState);this._beforeCentering.emit(e),e&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)},t.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t.prototype._isCenterPosition=function(t){return"center"==t||"left-origin-center"==t||"right-origin-center"==t},t.prototype._computePositionAnimationState=function(t){void 0===t&&(t=this._getLayoutDirection()),this._position=this._positionIndex<0?"ltr"==t?"left":"right":this._positionIndex>0?"ltr"==t?"right":"left":"center"},t.prototype._computePositionFromOrigin=function(){var t=this._getLayoutDirection();return"ltr"==t&&this.origin<=0||"rtl"==t&&this.origin>0?"left-origin-center":"right-origin-center"},t}(),P=function(){return function(){}}(),j=function(t){function e(e){var n=t.call(this)||this;return n.elementRef=e,n}return Object(s.c)(e,t),e.prototype.focus=function(){this.elementRef.nativeElement.focus()},e.prototype.getOffsetLeft=function(){return this.elementRef.nativeElement.offsetLeft},e.prototype.getOffsetWidth=function(){return this.elementRef.nativeElement.offsetWidth},e}(Object(u.i)(P)),L=Object(I.e)({passive:!0}),A=function(){return function(){}}(),F=function(t){function e(e,n,a,o,r,l){var s=t.call(this)||this;return s._elementRef=e,s._changeDetectorRef=n,s._viewportRuler=a,s._dir=o,s._ngZone=r,s._platform=l,s._scrollDistance=0,s._selectedIndexChanged=!1,s._destroyed=new b.a,s._showPaginationControls=!1,s._disableScrollAfter=!0,s._disableScrollBefore=!0,s._stopScrolling=new b.a,s._selectedIndex=0,s.selectFocusedIndex=new i.m,s.indexFocused=new i.m,r.runOutsideAngular(function(){Object(p.a)(e.nativeElement,"mouseleave").pipe(Object(y.a)(s._destroyed)).subscribe(function(){s._stopInterval()})}),s}return Object(s.c)(e,t),Object.defineProperty(e.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(t){t=Object(x.e)(t),this._selectedIndexChanged=this._selectedIndex!=t,this._selectedIndex=t,this._keyManager&&this._keyManager.updateActiveItemIndex(t)},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentChecked=function(){this._tabLabelCount!=this._labelWrappers.length&&(this.updatePagination(),this._tabLabelCount=this._labelWrappers.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())},e.prototype._handleKeydown=function(t){if(!Object(v.o)(t))switch(t.keyCode){case v.f:this._keyManager.setFirstItemActive(),t.preventDefault();break;case v.c:this._keyManager.setLastItemActive(),t.preventDefault();break;case v.d:case v.j:this.selectFocusedIndex.emit(this.focusIndex),t.preventDefault();break;default:this._keyManager.onKeydown(t)}},e.prototype.ngAfterContentInit=function(){var t=this,e=this._dir?this._dir.change:Object(h.a)(null),n=this._viewportRuler.change(150),i=function(){t.updatePagination(),t._alignInkBarToSelectedTab()};this._keyManager=new C.c(this._labelWrappers).withHorizontalOrientation(this._getLayoutDirection()).withWrap(),this._keyManager.updateActiveItem(0),"undefined"!=typeof requestAnimationFrame?requestAnimationFrame(i):i(),Object(m.a)(e,n).pipe(Object(y.a)(this._destroyed)).subscribe(function(){i(),t._keyManager.withHorizontalOrientation(t._getLayoutDirection())}),this._keyManager.change.pipe(Object(y.a)(this._destroyed)).subscribe(function(e){t.indexFocused.emit(e),t._setTabFocus(e)})},e.prototype.ngAfterViewInit=function(){var t=this;Object(p.a)(this._previousPaginator.nativeElement,"touchstart",L).pipe(Object(y.a)(this._destroyed)).subscribe(function(){t._handlePaginatorPress("before")}),Object(p.a)(this._nextPaginator.nativeElement,"touchstart",L).pipe(Object(y.a)(this._destroyed)).subscribe(function(){t._handlePaginatorPress("after")})},e.prototype.ngOnDestroy=function(){this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()},e.prototype._onContentChanges=function(){var t=this,e=this._elementRef.nativeElement.textContent;e!==this._currentTextContent&&(this._currentTextContent=e,this._ngZone.run(function(){t.updatePagination(),t._alignInkBarToSelectedTab(),t._changeDetectorRef.markForCheck()}))},e.prototype.updatePagination=function(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()},Object.defineProperty(e.prototype,"focusIndex",{get:function(){return this._keyManager?this._keyManager.activeItemIndex:0},set:function(t){this._isValidIndex(t)&&this.focusIndex!==t&&this._keyManager&&this._keyManager.setActiveItem(t)},enumerable:!0,configurable:!0}),e.prototype._isValidIndex=function(t){if(!this._labelWrappers)return!0;var e=this._labelWrappers?this._labelWrappers.toArray()[t]:null;return!!e&&!e.disabled},e.prototype._setTabFocus=function(t){if(this._showPaginationControls&&this._scrollToLabel(t),this._labelWrappers&&this._labelWrappers.length){this._labelWrappers.toArray()[t].focus();var e=this._tabListContainer.nativeElement,n=this._getLayoutDirection();e.scrollLeft="ltr"==n?0:e.scrollWidth-e.offsetWidth}},e.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},e.prototype._updateTabScrollPosition=function(){var t=this.scrollDistance,e=this._platform,n="ltr"===this._getLayoutDirection()?-t:t;this._tabList.nativeElement.style.transform="translateX("+Math.round(n)+"px)",(e.TRIDENT||e.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)},Object.defineProperty(e.prototype,"scrollDistance",{get:function(){return this._scrollDistance},set:function(t){this._scrollTo(t)},enumerable:!0,configurable:!0}),e.prototype._scrollHeader=function(t){return this._scrollTo(this._scrollDistance+("before"==t?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)},e.prototype._handlePaginatorClick=function(t){this._stopInterval(),this._scrollHeader(t)},e.prototype._scrollToLabel=function(t){var e=this._labelWrappers?this._labelWrappers.toArray()[t]:null;if(e){var n,i,a=this._tabListContainer.nativeElement.offsetWidth;"ltr"==this._getLayoutDirection()?i=(n=e.getOffsetLeft())+e.getOffsetWidth():n=(i=this._tabList.nativeElement.offsetWidth-e.getOffsetLeft())-e.getOffsetWidth();var o=this.scrollDistance,r=this.scrollDistance+a;n<o?this.scrollDistance-=o-n+60:i>r&&(this.scrollDistance+=i-r+60)}},e.prototype._checkPaginationEnabled=function(){var t=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;t||(this.scrollDistance=0),t!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=t},e.prototype._checkScrollingControls=function(){this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck()},e.prototype._getMaxScrollDistance=function(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0},e.prototype._alignInkBarToSelectedTab=function(){var t=this._labelWrappers&&this._labelWrappers.length?this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement:null;this._inkBar.alignToElement(t)},e.prototype._stopInterval=function(){this._stopScrolling.next()},e.prototype._handlePaginatorPress=function(t){var e=this;this._stopInterval(),Object(f.a)(650,100).pipe(Object(y.a)(Object(m.a)(this._stopScrolling,this._destroyed))).subscribe(function(){var n=e._scrollHeader(t),i=n.distance;(0===i||i>=n.maxScrollDistance)&&e._stopInterval()})},e.prototype._scrollTo=function(t){var e=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(e,t)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:e,distance:this._scrollDistance}},e}(Object(u.h)(A)),W=0,R=function(){return function(){}}(),M=new i.q("MAT_TABS_CONFIG"),H=function(){return function(t){this._elementRef=t}}(),B=function(t){function e(e,n,a){var o=t.call(this,e)||this;return o._changeDetectorRef=n,o._indexToSelect=0,o._tabBodyWrapperHeight=0,o._tabsSubscription=d.a.EMPTY,o._tabLabelSubscription=d.a.EMPTY,o._dynamicHeight=!1,o._selectedIndex=null,o.headerPosition="above",o.selectedIndexChange=new i.m,o.focusChange=new i.m,o.animationDone=new i.m,o.selectedTabChange=new i.m(!0),o._groupId=W++,o.animationDuration=a&&a.animationDuration?a.animationDuration:"500ms",o}return Object(s.c)(e,t),Object.defineProperty(e.prototype,"dynamicHeight",{get:function(){return this._dynamicHeight},set:function(t){this._dynamicHeight=Object(x.b)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(t){this._indexToSelect=Object(x.e)(t,null)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"animationDuration",{get:function(){return this._animationDuration},set:function(t){this._animationDuration=/^\d+$/.test(t)?t+"ms":t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(t){var e=this._elementRef.nativeElement;e.classList.remove("mat-background-"+this.backgroundColor),t&&e.classList.add("mat-background-"+t),this._backgroundColor=t},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentChecked=function(){var t=this,e=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=e){var n=null==this._selectedIndex;n||this.selectedTabChange.emit(this._createChangeEvent(e)),Promise.resolve().then(function(){t._tabs.forEach(function(t,n){return t.isActive=n===e}),n||t.selectedIndexChange.emit(e)})}this._tabs.forEach(function(n,i){n.position=i-e,null==t._selectedIndex||0!=n.position||n.origin||(n.origin=e-t._selectedIndex)}),this._selectedIndex!==e&&(this._selectedIndex=e,this._changeDetectorRef.markForCheck())},e.prototype.ngAfterContentInit=function(){var t=this;this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(function(){if(t._clampTabIndex(t._indexToSelect)===t._selectedIndex)for(var e=t._tabs.toArray(),n=0;n<e.length;n++)if(e[n].isActive){t._indexToSelect=t._selectedIndex=n;break}t._subscribeToTabLabels(),t._changeDetectorRef.markForCheck()})},e.prototype.ngOnDestroy=function(){this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()},e.prototype.realignInkBar=function(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()},e.prototype._focusChanged=function(t){this.focusChange.emit(this._createChangeEvent(t))},e.prototype._createChangeEvent=function(t){var e=new R;return e.index=t,this._tabs&&this._tabs.length&&(e.tab=this._tabs.toArray()[t]),e},e.prototype._subscribeToTabLabels=function(){var t=this;this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=m.a.apply(void 0,this._tabs.map(function(t){return t._stateChanges})).subscribe(function(){return t._changeDetectorRef.markForCheck()})},e.prototype._clampTabIndex=function(t){return Math.min(this._tabs.length-1,Math.max(t||0,0))},e.prototype._getTabLabelId=function(t){return"mat-tab-label-"+this._groupId+"-"+t},e.prototype._getTabContentId=function(t){return"mat-tab-content-"+this._groupId+"-"+t},e.prototype._setTabBodyWrapperHeight=function(t){if(this._dynamicHeight&&this._tabBodyWrapperHeight){var e=this._tabBodyWrapper.nativeElement;e.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(e.style.height=t+"px")}},e.prototype._removeTabBodyWrapperHeight=function(){var t=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=t.clientHeight,t.style.height="",this.animationDone.emit()},e.prototype._handleClick=function(t,e,n){t.disabled||(this.selectedIndex=e.focusIndex=n)},e.prototype._getTabIndex=function(t,e){return t.disabled?null:this.selectedIndex===e?0:-1},e}(Object(u.g)(Object(u.h)(H),"primary")),q=function(){return function(){}}(),z=n("Ip0R"),$=n("M2Lx"),G=n("Fzqc"),N=n("ZYjt"),Y=n("wFw1"),Q=n("qAlS"),Z=i.ob({encapsulation:2,styles:[".mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-high-contrast:active){.mat-tab-label.mat-tab-disabled{opacity:.5}}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{padding:0 12px}}@media (max-width:959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"],data:{}});function K(t){return i.Ib(0,[(t()(),i.gb(0,null,null,0))],null,null)}function V(t){return i.Ib(0,[(t()(),i.gb(16777216,null,null,1,null,K)),i.pb(1,212992,null,0,c.c,[i.j,i.Q],{portal:[0,"portal"]},null),(t()(),i.gb(0,null,null,0))],function(t,e){t(e,1,0,e.parent.context.$implicit.templateLabel)},null)}function X(t){return i.Ib(0,[(t()(),i.Gb(0,null,["",""]))],null,function(t,e){t(e,0,0,e.parent.context.$implicit.textLabel)})}function J(t){return i.Ib(0,[(t()(),i.qb(0,0,null,null,8,"div",[["cdkMonitorElementFocus",""],["class","mat-tab-label mat-ripple"],["mat-ripple",""],["matTabLabelWrapper",""],["role","tab"]],[[8,"id",0],[1,"tabIndex",0],[1,"aria-posinset",0],[1,"aria-setsize",0],[1,"aria-controls",0],[1,"aria-selected",0],[1,"aria-label",0],[1,"aria-labelledby",0],[2,"mat-tab-label-active",null],[2,"mat-ripple-unbounded",null],[2,"mat-tab-disabled",null],[1,"aria-disabled",0]],[[null,"click"]],function(t,e,n){var a=!0;return"click"===e&&(a=!1!==t.component._handleClick(t.context.$implicit,i.Ab(t.parent,3),t.context.index)&&a),a},null,null)),i.pb(1,212992,null,0,u.d,[i.k,i.A,I.a,[2,u.b],[2,Y.a]],{disabled:[0,"disabled"]},null),i.pb(2,147456,null,0,C.b,[i.k,C.d],null,null),i.pb(3,16384,[[3,4]],0,j,[i.k],{disabled:[0,"disabled"]},null),(t()(),i.qb(4,0,null,null,4,"div",[["class","mat-tab-label-content"]],null,null,null,null,null)),(t()(),i.gb(16777216,null,null,1,null,V)),i.pb(6,16384,null,0,z.k,[i.Q,i.N],{ngIf:[0,"ngIf"]},null),(t()(),i.gb(16777216,null,null,1,null,X)),i.pb(8,16384,null,0,z.k,[i.Q,i.N],{ngIf:[0,"ngIf"]},null)],function(t,e){t(e,1,0,e.context.$implicit.disabled||e.component.disableRipple),t(e,3,0,e.context.$implicit.disabled),t(e,6,0,e.context.$implicit.templateLabel),t(e,8,0,!e.context.$implicit.templateLabel)},function(t,e){var n=e.component;t(e,0,1,[n._getTabLabelId(e.context.index),n._getTabIndex(e.context.$implicit,e.context.index),e.context.index+1,n._tabs.length,n._getTabContentId(e.context.index),n.selectedIndex==e.context.index,e.context.$implicit.ariaLabel||null,!e.context.$implicit.ariaLabel&&e.context.$implicit.ariaLabelledby?e.context.$implicit.ariaLabelledby:null,n.selectedIndex==e.context.index,i.Ab(e,1).unbounded,i.Ab(e,3).disabled,!!i.Ab(e,3).disabled])})}function U(t){return i.Ib(0,[(t()(),i.qb(0,0,null,null,1,"mat-tab-body",[["class","mat-tab-body"],["role","tabpanel"]],[[8,"id",0],[1,"aria-labelledby",0],[2,"mat-tab-body-active",null]],[[null,"_onCentered"],[null,"_onCentering"]],function(t,e,n){var i=!0,a=t.component;return"_onCentered"===e&&(i=!1!==a._removeTabBodyWrapperHeight()&&i),"_onCentering"===e&&(i=!1!==a._setTabBodyWrapperHeight(n)&&i),i},it,et)),i.pb(1,245760,null,0,D,[i.k,[2,G.b],i.h],{_content:[0,"_content"],origin:[1,"origin"],animationDuration:[2,"animationDuration"],position:[3,"position"]},{_onCentering:"_onCentering",_onCentered:"_onCentered"})],function(t,e){t(e,1,0,e.context.$implicit.content,e.context.$implicit.origin,e.component.animationDuration,e.context.$implicit.position)},function(t,e){var n=e.component;t(e,0,0,n._getTabContentId(e.context.index),n._getTabLabelId(e.context.index),n.selectedIndex==e.context.index)})}function tt(t){return i.Ib(2,[i.Eb(671088640,1,{_tabBodyWrapper:0}),i.Eb(671088640,2,{_tabHeader:0}),(t()(),i.qb(2,0,null,null,4,"mat-tab-header",[["class","mat-tab-header"]],[[2,"mat-tab-header-pagination-controls-enabled",null],[2,"mat-tab-header-rtl",null]],[[null,"indexFocused"],[null,"selectFocusedIndex"]],function(t,e,n){var i=!0,a=t.component;return"indexFocused"===e&&(i=!1!==a._focusChanged(n)&&i),"selectFocusedIndex"===e&&(i=!1!==(a.selectedIndex=n)&&i),i},ot,at)),i.pb(3,7520256,[[2,4],["tabHeader",4]],1,F,[i.k,i.h,Q.e,[2,G.b],i.A,I.a],{disableRipple:[0,"disableRipple"],selectedIndex:[1,"selectedIndex"]},{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}),i.Eb(603979776,3,{_labelWrappers:1}),(t()(),i.gb(16777216,null,0,1,null,J)),i.pb(6,278528,null,0,z.j,[i.Q,i.N,i.t],{ngForOf:[0,"ngForOf"]},null),(t()(),i.qb(7,0,[[1,0],["tabBodyWrapper",1]],null,2,"div",[["class","mat-tab-body-wrapper"]],null,null,null,null,null)),(t()(),i.gb(16777216,null,null,1,null,U)),i.pb(9,278528,null,0,z.j,[i.Q,i.N,i.t],{ngForOf:[0,"ngForOf"]},null)],function(t,e){var n=e.component;t(e,3,0,n.disableRipple,n.selectedIndex),t(e,6,0,n._tabs),t(e,9,0,n._tabs)},function(t,e){t(e,2,0,i.Ab(e,3)._showPaginationControls,"rtl"==i.Ab(e,3)._getLayoutDirection())})}var et=i.ob({encapsulation:2,styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}"],data:{animation:[{type:7,name:"translateTab",definitions:[{type:0,name:"center, void, left-origin-center, right-origin-center",styles:{type:6,styles:{transform:"none"},offset:null},options:void 0},{type:0,name:"left",styles:{type:6,styles:{transform:"translate3d(-100%, 0, 0)",minHeight:"1px"},offset:null},options:void 0},{type:0,name:"right",styles:{type:6,styles:{transform:"translate3d(100%, 0, 0)",minHeight:"1px"},offset:null},options:void 0},{type:1,expr:"* => left, * => right, left => center, right => center",animation:{type:4,styles:null,timings:"{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)"},options:null},{type:1,expr:"void => left-origin-center",animation:[{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)"}],options:null},{type:1,expr:"void => right-origin-center",animation:[{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}}]}});function nt(t){return i.Ib(0,[(t()(),i.gb(0,null,null,0))],null,null)}function it(t){return i.Ib(2,[i.Eb(671088640,1,{_portalHost:0}),(t()(),i.qb(1,0,[["content",1]],null,4,"div",[["class","mat-tab-body-content"]],[[24,"@translateTab",0]],[[null,"@translateTab.start"],[null,"@translateTab.done"]],function(t,e,n){var i=!0,a=t.component;return"@translateTab.start"===e&&(i=!1!==a._onTranslateTabStarted(n)&&i),"@translateTab.done"===e&&(i=!1!==a._translateTabComplete.next(n)&&i),i},null,null)),i.Cb(2,{animationDuration:0}),i.Cb(3,{value:0,params:1}),(t()(),i.gb(16777216,null,null,1,null,nt)),i.pb(5,212992,null,0,S,[i.j,i.Q,D],null,null)],function(t,e){t(e,5,0)},function(t,e){var n=e.component,i=t(e,3,0,n._position,t(e,2,0,n.animationDuration));t(e,1,0,i)})}var at=i.ob({encapsulation:2,styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-high-contrast:active){.mat-tab-label.mat-tab-disabled{opacity:.5}}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}[mat-align-tabs=center] .mat-tab-labels{justify-content:center}[mat-align-tabs=end] .mat-tab-labels{justify-content:flex-end}"],data:{}});function ot(t){return i.Ib(2,[i.Eb(402653184,1,{_inkBar:0}),i.Eb(402653184,2,{_tabListContainer:0}),i.Eb(402653184,3,{_tabList:0}),i.Eb(671088640,4,{_nextPaginator:0}),i.Eb(671088640,5,{_previousPaginator:0}),(t()(),i.qb(5,0,[[5,0],["previousPaginator",1]],null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"],[null,"mousedown"],[null,"touchend"]],function(t,e,n){var i=!0,a=t.component;return"click"===e&&(i=!1!==a._handlePaginatorClick("before")&&i),"mousedown"===e&&(i=!1!==a._handlePaginatorPress("before")&&i),"touchend"===e&&(i=!1!==a._stopInterval()&&i),i},null,null)),i.pb(6,212992,null,0,u.d,[i.k,i.A,I.a,[2,u.b],[2,Y.a]],{disabled:[0,"disabled"]},null),(t()(),i.qb(7,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null)),(t()(),i.qb(8,0,[[2,0],["tabListContainer",1]],null,6,"div",[["class","mat-tab-label-container"]],null,[[null,"keydown"]],function(t,e,n){var i=!0;return"keydown"===e&&(i=!1!==t.component._handleKeydown(n)&&i),i},null,null)),(t()(),i.qb(9,0,[[3,0],["tabList",1]],null,5,"div",[["class","mat-tab-list"],["role","tablist"]],null,[[null,"cdkObserveContent"]],function(t,e,n){var i=!0;return"cdkObserveContent"===e&&(i=!1!==t.component._onContentChanges()&&i),i},null,null)),i.pb(10,1196032,null,0,$.a,[$.b,i.k,i.A],null,{event:"cdkObserveContent"}),(t()(),i.qb(11,0,null,null,1,"div",[["class","mat-tab-labels"]],null,null,null,null,null)),i.zb(null,0),(t()(),i.qb(13,0,null,null,1,"mat-ink-bar",[["class","mat-ink-bar"]],null,null,null,null,null)),i.pb(14,16384,[[1,4]],0,w,[i.k,i.A,k],null,null),(t()(),i.qb(15,0,[[4,0],["nextPaginator",1]],null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"mousedown"],[null,"click"],[null,"touchend"]],function(t,e,n){var i=!0,a=t.component;return"mousedown"===e&&(i=!1!==a._handlePaginatorPress("after")&&i),"click"===e&&(i=!1!==a._handlePaginatorClick("after")&&i),"touchend"===e&&(i=!1!==a._stopInterval()&&i),i},null,null)),i.pb(16,212992,null,0,u.d,[i.k,i.A,I.a,[2,u.b],[2,Y.a]],{disabled:[0,"disabled"]},null),(t()(),i.qb(17,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null))],function(t,e){var n=e.component;t(e,6,0,n._disableScrollBefore||n.disableRipple),t(e,16,0,n._disableScrollAfter||n.disableRipple)},function(t,e){var n=e.component;t(e,5,0,n._disableScrollBefore,i.Ab(e,6).unbounded),t(e,15,0,n._disableScrollAfter,i.Ab(e,16).unbounded)})}var rt=i.ob({encapsulation:2,styles:[],data:{}});function lt(t){return i.Ib(0,[i.zb(null,0),(t()(),i.gb(0,null,null,0))],null,null)}function st(t){return i.Ib(2,[i.Eb(402653184,1,{_implicitContent:0}),(t()(),i.gb(0,[[1,2]],null,0,null,lt))],null,null)}var ct=n("6CTB"),ut=n("vARd"),bt=n("vVVL"),dt=n("/ck9"),pt=n("vHPH"),ht=function(){return function(){}}(),mt=function(){return function(){}}(),ft=i.ob({encapsulation:2,styles:[".mat-card{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:block;position:relative;padding:16px;border-radius:4px}.mat-card .mat-divider-horizontal{position:absolute;left:0;width:100%}[dir=rtl] .mat-card .mat-divider-horizontal{left:auto;right:0}.mat-card .mat-divider-horizontal.mat-divider-inset{position:static;margin:0}[dir=rtl] .mat-card .mat-divider-horizontal.mat-divider-inset{margin-right:0}@media (-ms-high-contrast:active){.mat-card{outline:solid 1px}}.mat-card-actions,.mat-card-content,.mat-card-subtitle{display:block;margin-bottom:16px}.mat-card-title{display:block;margin-bottom:8px}.mat-card-actions{margin-left:-8px;margin-right:-8px;padding:8px 0}.mat-card-actions-align-end{display:flex;justify-content:flex-end}.mat-card-image{width:calc(100% + 32px);margin:0 -16px 16px -16px}.mat-card-footer{display:block;margin:0 -16px -16px -16px}.mat-card-actions .mat-button,.mat-card-actions .mat-raised-button{margin:0 8px}.mat-card-header{display:flex;flex-direction:row}.mat-card-header .mat-card-title{margin-bottom:12px}.mat-card-header-text{margin:0 16px}.mat-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.mat-card-title-group{display:flex;justify-content:space-between}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}.mat-card-title-group>.mat-card-xl-image{margin:-8px 0 8px}@media (max-width:599px){.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}}.mat-card-content>:first-child,.mat-card>:first-child{margin-top:0}.mat-card-content>:last-child:not(.mat-card-footer),.mat-card>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-16px;border-top-left-radius:inherit;border-top-right-radius:inherit}.mat-card>.mat-card-actions:last-child{margin-bottom:-8px;padding-bottom:0}.mat-card-actions .mat-button:first-child,.mat-card-actions .mat-raised-button:first-child{margin-left:0;margin-right:0}.mat-card-subtitle:not(:first-child),.mat-card-title:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}"],data:{}});function gt(t){return i.Ib(2,[i.zb(null,0),i.zb(null,1)],null,null)}var _t=i.ob({encapsulation:2,styles:[],data:{}});function yt(t){return i.Ib(0,[(t()(),i.qb(0,0,null,null,1,"span",[],[[8,"className",0]],null,null,null,null)),(t()(),i.Gb(1,null,["",""]))],null,function(t,e){t(e,0,0,i.sb(1,"",e.parent.context.$implicit.class,"")),t(e,1,0,e.parent.context.$implicit.header)})}function xt(t){return i.Ib(0,[(t()(),i.qb(0,16777216,null,null,7,"mat-tab",[["style","overflow-y: hidden;"]],null,null,null,st,rt)),i.pb(1,770048,[[3,4]],2,E,[i.Q],null,null),i.Eb(603979776,4,{templateLabel:0}),i.Eb(335544320,5,{_explicitContent:0}),(t()(),i.gb(16777216,null,0,1,null,yt)),i.pb(5,16384,[[4,4]],0,O,[i.N,i.Q],null,null),(t()(),i.qb(6,0,null,0,1,"aio-code",[],[[8,"className",0]],null,null,l.c,l.b)),i.pb(7,573440,[[2,4]],0,ct.a,[ut.b,bt.a,dt.a,pt.a],{language:[0,"language"],linenums:[1,"linenums"],path:[2,"path"],region:[3,"region"],header:[4,"header"]},null),(t()(),i.gb(0,null,null,0))],function(t,e){t(e,1,0),t(e,7,0,e.context.$implicit.language,e.context.$implicit.linenums,e.context.$implicit.path,e.context.$implicit.region,e.context.$implicit.header)},function(t,e){t(e,6,0,i.sb(1,"",e.context.$implicit.class,""))})}function vt(t){return i.Ib(0,[i.Eb(402653184,1,{content:0}),i.Eb(671088640,2,{codeComponents:1}),(t()(),i.qb(2,0,[[1,0],["content",1]],null,1,"div",[["style","display: none"]],null,null,null,null,null)),i.zb(null,0),(t()(),i.qb(4,0,null,null,6,"mat-card",[["class","mat-card"]],null,null,null,gt,ft)),i.pb(5,49152,null,0,ht,[],null,null),(t()(),i.qb(6,0,null,0,4,"mat-tab-group",[["class","code-tab-group mat-tab-group"],["disableRipple",""]],[[2,"mat-tab-group-dynamic-height",null],[2,"mat-tab-group-inverted-header",null]],null,null,tt,Z)),i.pb(7,3325952,null,1,B,[i.k,i.h,[2,M]],{disableRipple:[0,"disableRipple"]},null),i.Eb(603979776,3,{_tabs:1}),(t()(),i.gb(16777216,null,null,1,null,xt)),i.pb(10,278528,null,0,z.j,[i.Q,i.N,i.t],{ngForOf:[0,"ngForOf"]},null)],function(t,e){var n=e.component;t(e,7,0,""),t(e,10,0,n.tabs)},function(t,e){t(e,6,0,i.Ab(e,7).dynamicHeight,"below"===i.Ab(e,7).headerPosition)})}function Ct(t){return i.Ib(0,[(t()(),i.qb(0,0,null,null,1,"code-tabs",[],null,null,null,vt,_t)),i.pb(1,4308992,null,0,a,[],null,null)],function(t,e){t(e,1,0)},null)}var It=i.mb("code-tabs",a,Ct,{linenums:"linenums"},{},["*"]),kt=n("eDkP"),wt=n("UodH"),Ot=n("V90o");n.d(e,"CodeTabsModuleNgFactory",function(){return Tt});var Tt=i.nb(o,[],function(t){return i.xb([i.yb(512,i.j,i.bb,[[8,[r.a,r.b,l.a,It]],[3,i.j],i.y]),i.yb(4608,z.m,z.l,[i.v,[2,z.B]]),i.yb(4608,$.c,$.c,[]),i.yb(4608,kt.a,kt.a,[kt.g,kt.c,i.j,kt.f,kt.d,i.r,i.A,z.d,G.b,[2,z.g]]),i.yb(5120,kt.h,kt.i,[kt.a]),i.yb(4608,bt.a,bt.a,[pt.a]),i.yb(4608,dt.a,dt.a,[]),i.yb(1073742336,z.c,z.c,[]),i.yb(1073742336,G.a,G.a,[]),i.yb(1073742336,u.c,u.c,[[2,u.a],[2,N.f]]),i.yb(1073742336,mt,mt,[]),i.yb(1073742336,c.g,c.g,[]),i.yb(1073742336,I.b,I.b,[]),i.yb(1073742336,u.e,u.e,[]),i.yb(1073742336,$.d,$.d,[]),i.yb(1073742336,C.a,C.a,[]),i.yb(1073742336,q,q,[]),i.yb(1073742336,Q.c,Q.c,[]),i.yb(1073742336,kt.e,kt.e,[]),i.yb(1073742336,wt.c,wt.c,[]),i.yb(1073742336,ut.e,ut.e,[]),i.yb(1073742336,Ot.a,Ot.a,[]),i.yb(1073742336,o,o,[])])})}}]);
//# sourceMappingURL=5-es5.a4de23fa9ffde375c0cc.js.map