(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+rOU":function(t,a,e){"use strict";e.d(a,"a",(function(){return r})),e.d(a,"b",(function(){return d})),e.d(a,"c",(function(){return u})),e.d(a,"d",(function(){return l})),e.d(a,"e",(function(){return f})),e.d(a,"f",(function(){return A})),e.d(a,"g",(function(){return _})),e.d(a,"h",(function(){return i}));var n=e("fXoL"),o=e("ofXK");function c(){throw Error("Host already has a portal attached")}class s{attach(t){return null==t&&function(){throw Error("Attempting to attach a portal to a null PortalOutlet")}(),t.hasAttached()&&c(),this._attachedHost=t,t.attach(this)}detach(){let t=this._attachedHost;null==t?function(){throw Error("Attempting to detach a portal that is not attached to a host")}():(this._attachedHost=null,t.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(t){this._attachedHost=t}}class l extends s{constructor(t,a,e,n){super(),this.component=t,this.viewContainerRef=a,this.injector=e,this.componentFactoryResolver=n}}class i extends s{constructor(t,a,e){super(),this.templateRef=t,this.viewContainerRef=a,this.context=e}get origin(){return this.templateRef.elementRef}attach(t,a=this.context){return this.context=a,super.attach(t)}detach(){return this.context=void 0,super.detach()}}class b extends s{constructor(t){super(),this.element=t instanceof n.l?t.nativeElement:t}}class r{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(t){return t||function(){throw Error("Must provide a portal to attach")}(),this.hasAttached()&&c(),this._isDisposed&&function(){throw Error("This PortalOutlet has already been disposed")}(),t instanceof l?(this._attachedPortal=t,this.attachComponentPortal(t)):t instanceof i?(this._attachedPortal=t,this.attachTemplatePortal(t)):this.attachDomPortal&&t instanceof b?(this._attachedPortal=t,this.attachDomPortal(t)):void function(){throw Error("Attempting to attach an unknown Portal type. BasePortalOutlet accepts either a ComponentPortal or a TemplatePortal.")}()}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(t){this._disposeFn=t}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class f extends r{constructor(t,a,e,n,o){super(),this.outletElement=t,this._componentFactoryResolver=a,this._appRef=e,this._defaultInjector=n,this.attachDomPortal=t=>{if(!this._document)throw Error("Cannot attach DOM portal without _document constructor parameter");const a=t.element;if(!a.parentNode)throw Error("DOM portal content must be attached to a parent node.");const e=this._document.createComment("dom-portal");a.parentNode.insertBefore(e,a),this.outletElement.appendChild(a),super.setDisposeFn(()=>{e.parentNode&&e.parentNode.replaceChild(a,e)})},this._document=o}attachComponentPortal(t){const a=(t.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(t.component);let e;return t.viewContainerRef?(e=t.viewContainerRef.createComponent(a,t.viewContainerRef.length,t.injector||t.viewContainerRef.injector),this.setDisposeFn(()=>e.destroy())):(e=a.create(t.injector||this._defaultInjector),this._appRef.attachView(e.hostView),this.setDisposeFn(()=>{this._appRef.detachView(e.hostView),e.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(e)),e}attachTemplatePortal(t){let a=t.viewContainerRef,e=a.createEmbeddedView(t.templateRef,t.context);return e.detectChanges(),e.rootNodes.forEach(t=>this.outletElement.appendChild(t)),this.setDisposeFn(()=>{let t=a.indexOf(e);-1!==t&&a.remove(t)}),e}dispose(){super.dispose(),null!=this.outletElement.parentNode&&this.outletElement.parentNode.removeChild(this.outletElement)}_getComponentRootNode(t){return t.hostView.rootNodes[0]}}let d=(()=>{class t extends i{constructor(t,a){super(t,a)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M),n.Nb(n.Q))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[n.xb]}),t})(),u=(()=>{class t extends r{constructor(t,a,e){super(),this._componentFactoryResolver=t,this._viewContainerRef=a,this._isInitialized=!1,this.attached=new n.o,this.attachDomPortal=t=>{if(!this._document)throw Error("Cannot attach DOM portal without _document constructor parameter");const a=t.element;if(!a.parentNode)throw Error("DOM portal content must be attached to a parent node.");const e=this._document.createComment("dom-portal");t.setAttachedHost(this),a.parentNode.insertBefore(e,a),this._getRootNode().appendChild(a),super.setDisposeFn(()=>{e.parentNode&&e.parentNode.replaceChild(a,e)})},this._document=e}get portal(){return this._attachedPortal}set portal(t){(!this.hasAttached()||t||this._isInitialized)&&(this.hasAttached()&&super.detach(),t&&super.attach(t),this._attachedPortal=t)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedPortal=null,this._attachedRef=null}attachComponentPortal(t){t.setAttachedHost(this);const a=null!=t.viewContainerRef?t.viewContainerRef:this._viewContainerRef,e=(t.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(t.component),n=a.createComponent(e,a.length,t.injector||a.injector);return a!==this._viewContainerRef&&this._getRootNode().appendChild(n.hostView.rootNodes[0]),super.setDisposeFn(()=>n.destroy()),this._attachedPortal=t,this._attachedRef=n,this.attached.emit(n),n}attachTemplatePortal(t){t.setAttachedHost(this);const a=this._viewContainerRef.createEmbeddedView(t.templateRef,t.context);return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=t,this._attachedRef=a,this.attached.emit(a),a}_getRootNode(){const t=this._viewContainerRef.element.nativeElement;return t.nodeType===t.ELEMENT_NODE?t:t.parentNode}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.j),n.Nb(n.Q),n.Nb(o.d))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:["cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[n.xb]}),t})(),A=(()=>{class t extends u{}return t.\u0275fac=function(a){return L(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkPortalHost",""],["","portalHost",""]],inputs:{portal:["cdkPortalHost","portal"]},exportAs:["cdkPortalHost"],features:[n.zb([{provide:u,useExisting:t}]),n.xb]}),t})();const L=n.Vb(A);let _=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})()},"/uUt":function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");function o(t,a){return e=>e.lift(new c(t,a))}class c{constructor(t,a){this.compare=t,this.keySelector=a}call(t,a){return a.subscribe(new s(t,this.compare,this.keySelector))}}class s extends n.a{constructor(t,a,e){super(t),this.keySelector=e,this.hasKey=!1,"function"==typeof a&&(this.compare=a)}compare(t,a){return t===a}_next(t){let a;try{const{keySelector:e}=this;a=e?e(t):t}catch(n){return this.destination.error(n)}let e=!1;if(this.hasKey)try{const{compare:t}=this;e=t(this.key,a)}catch(n){return this.destination.error(n)}else this.hasKey=!0;e||(this.key=a,this.destination.next(t))}}},0:function(t,a,e){t.exports=e("zUnb")},"0EQZ":function(t,a,e){"use strict";e.d(a,"a",(function(){return i})),e.d(a,"b",(function(){return s})),e.d(a,"c",(function(){return b})),e.d(a,"d",(function(){return l}));var n=e("7+OI"),o=e("LRne"),c=e("XNiG");e("fXoL");class s{}function l(t){return t&&"function"==typeof t.connect}class i extends s{constructor(t){super(),this._data=t}connect(){return Object(n.a)(this._data)?this._data:Object(o.a)(this._data)}disconnect(){}}class b{constructor(t=!1,a,e=!0){this._multiple=t,this._emitChanges=e,this._selection=new Set,this._deselectedToEmit=[],this._selectedToEmit=[],this.changed=new c.a,a&&a.length&&(t?a.forEach(t=>this._markSelected(t)):this._markSelected(a[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...t){this._verifyValueAssignment(t),t.forEach(t=>this._markSelected(t)),this._emitChangeEvent()}deselect(...t){this._verifyValueAssignment(t),t.forEach(t=>this._unmarkSelected(t)),this._emitChangeEvent()}toggle(t){this.isSelected(t)?this.deselect(t):this.select(t)}clear(){this._unmarkAll(),this._emitChangeEvent()}isSelected(t){return this._selection.has(t)}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(t){this._multiple&&this.selected&&this._selected.sort(t)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(t){this.isSelected(t)||(this._multiple||this._unmarkAll(),this._selection.add(t),this._emitChanges&&this._selectedToEmit.push(t))}_unmarkSelected(t){this.isSelected(t)&&(this._selection.delete(t),this._emitChanges&&this._deselectedToEmit.push(t))}_unmarkAll(){this.isEmpty()||this._selection.forEach(t=>this._unmarkSelected(t))}_verifyValueAssignment(t){if(t.length>1&&!this._multiple)throw Error("Cannot pass multiple values into SelectionModel with single-value mode.")}}},"0EUg":function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("bHdf");function o(){return Object(n.a)(1)}},"0IaG":function(t,a,e){"use strict";e.d(a,"a",(function(){return O})),e.d(a,"b",(function(){return M})),e.d(a,"c",(function(){return F})),e.d(a,"d",(function(){return m})),e.d(a,"e",(function(){return w})),e.d(a,"f",(function(){return x})),e.d(a,"g",(function(){return E}));var n=e("rDax"),o=e("+rOU"),c=e("fXoL"),s=e("FKr1"),l=e("cH1L"),i=e("ofXK"),b=e("XNiG"),r=e("NXyV"),f=e("LRne"),d=e("pLZG"),u=e("IzEk"),A=e("JX91"),L=e("R0Ic"),_=e("FtGj"),I=e("u47x");function D(t,a){}class m{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.autoFocus=!0,this.restoreFocus=!0,this.closeOnNavigation=!0}}const C={dialogContainer:Object(L.m)("dialogContainer",[Object(L.j)("void, exit",Object(L.k)({opacity:0,transform:"scale(0.7)"})),Object(L.j)("enter",Object(L.k)({transform:"none"})),Object(L.l)("* => enter",Object(L.e)("150ms cubic-bezier(0, 0, 0.2, 1)",Object(L.k)({transform:"none",opacity:1}))),Object(L.l)("* => void, * => exit",Object(L.e)("75ms cubic-bezier(0.4, 0.0, 0.2, 1)",Object(L.k)({opacity:0})))])};function S(){throw Error("Attempting to attach dialog content after content is already attached")}let h=(()=>{class t extends o.a{constructor(t,a,e,n,o,s){super(),this._elementRef=t,this._focusTrapFactory=a,this._changeDetectorRef=e,this._config=o,this._focusMonitor=s,this._elementFocusedBeforeDialogWasOpened=null,this._closeInteractionType=null,this._state="enter",this._animationStateChanged=new c.o,this.attachDomPortal=t=>(this._portalOutlet.hasAttached()&&S(),this._setupFocusTrap(),this._portalOutlet.attachDomPortal(t)),this._ariaLabelledBy=o.ariaLabelledBy||null,this._document=n}attachComponentPortal(t){return this._portalOutlet.hasAttached()&&S(),this._setupFocusTrap(),this._portalOutlet.attachComponentPortal(t)}attachTemplatePortal(t){return this._portalOutlet.hasAttached()&&S(),this._setupFocusTrap(),this._portalOutlet.attachTemplatePortal(t)}_recaptureFocus(){this._containsFocus()||(!this._config.autoFocus||!this._focusTrap.focusInitialElement())&&this._elementRef.nativeElement.focus()}_trapFocus(){this._config.autoFocus?this._focusTrap.focusInitialElementWhenReady():this._containsFocus()||this._elementRef.nativeElement.focus()}_restoreFocus(){const t=this._elementFocusedBeforeDialogWasOpened;if(this._config.restoreFocus&&t&&"function"==typeof t.focus){const a=this._document.activeElement,e=this._elementRef.nativeElement;a&&a!==this._document.body&&a!==e&&!e.contains(a)||(this._focusMonitor?(this._focusMonitor.focusVia(t,this._closeInteractionType),this._closeInteractionType=null):t.focus())}this._focusTrap&&this._focusTrap.destroy()}_setupFocusTrap(){this._focusTrap||(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement)),this._document&&(this._elementFocusedBeforeDialogWasOpened=this._document.activeElement,this._elementRef.nativeElement.focus&&Promise.resolve().then(()=>this._elementRef.nativeElement.focus()))}_containsFocus(){const t=this._elementRef.nativeElement,a=this._document.activeElement;return t===a||t.contains(a)}_onAnimationDone(t){"enter"===t.toState?this._trapFocus():"exit"===t.toState&&this._restoreFocus(),this._animationStateChanged.emit(t)}_onAnimationStart(t){this._animationStateChanged.emit(t)}_startExitAnimation(){this._state="exit",this._changeDetectorRef.markForCheck()}}return t.\u0275fac=function(a){return new(a||t)(c.Nb(c.l),c.Nb(I.g),c.Nb(c.h),c.Nb(i.d,8),c.Nb(m),c.Nb(I.f))},t.\u0275cmp=c.Hb({type:t,selectors:[["mat-dialog-container"]],viewQuery:function(t,a){var e;1&t&&c.zc(o.c,!0),2&t&&c.qc(e=c.cc())&&(a._portalOutlet=e.first)},hostAttrs:["tabindex","-1","aria-modal","true",1,"mat-dialog-container"],hostVars:6,hostBindings:function(t,a){1&t&&c.Fb("@dialogContainer.start",(function(t){return a._onAnimationStart(t)}))("@dialogContainer.done",(function(t){return a._onAnimationDone(t)})),2&t&&(c.Bb("id",a._id)("role",a._config.role)("aria-labelledby",a._config.ariaLabel?null:a._ariaLabelledBy)("aria-label",a._config.ariaLabel)("aria-describedby",a._config.ariaDescribedBy||null),c.Hc("@dialogContainer",a._state))},features:[c.xb],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(t,a){1&t&&c.Bc(0,D,0,0,"ng-template",0)},directives:[o.c],styles:[".mat-dialog-container{display:block;padding:24px;border-radius:4px;box-sizing:border-box;overflow:auto;outline:0;width:100%;height:100%;min-height:inherit;max-height:inherit}.cdk-high-contrast-active .mat-dialog-container{outline:solid 1px}.mat-dialog-content{display:block;margin:0 -24px;padding:0 24px;max-height:65vh;overflow:auto;-webkit-overflow-scrolling:touch}.mat-dialog-title{margin:0 0 20px;display:block}.mat-dialog-actions{padding:8px 0;display:flex;flex-wrap:wrap;min-height:52px;align-items:center;margin-bottom:-24px}.mat-dialog-actions[align=end]{justify-content:flex-end}.mat-dialog-actions[align=center]{justify-content:center}.mat-dialog-actions .mat-button-base+.mat-button-base,.mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}\n"],encapsulation:2,data:{animation:[C.dialogContainer]}}),t})(),g=0;class G{constructor(t,a,e="mat-dialog-"+g++){this._overlayRef=t,this._containerInstance=a,this.id=e,this.disableClose=this._containerInstance._config.disableClose,this._afterOpened=new b.a,this._afterClosed=new b.a,this._beforeClosed=new b.a,this._state=0,a._id=e,a._animationStateChanged.pipe(Object(d.a)(t=>"done"===t.phaseName&&"enter"===t.toState),Object(u.a)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),a._animationStateChanged.pipe(Object(d.a)(t=>"done"===t.phaseName&&"exit"===t.toState),Object(u.a)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),t.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._afterClosed.next(this._result),this._afterClosed.complete(),this.componentInstance=null,this._overlayRef.dispose()}),t.keydownEvents().pipe(Object(d.a)(t=>t.keyCode===_.e&&!this.disableClose&&!Object(_.o)(t))).subscribe(t=>{t.preventDefault(),T(this,"keyboard")}),t.backdropClick().subscribe(()=>{this.disableClose?this._containerInstance._recaptureFocus():T(this,"mouse")})}close(t){this._result=t,this._containerInstance._animationStateChanged.pipe(Object(d.a)(t=>"start"===t.phaseName),Object(u.a)(1)).subscribe(a=>{this._beforeClosed.next(t),this._beforeClosed.complete(),this._overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),a.totalTime+100)}),this._containerInstance._startExitAnimation(),this._state=1}afterOpened(){return this._afterOpened.asObservable()}afterClosed(){return this._afterClosed.asObservable()}beforeClosed(){return this._beforeClosed.asObservable()}backdropClick(){return this._overlayRef.backdropClick()}keydownEvents(){return this._overlayRef.keydownEvents()}updatePosition(t){let a=this._getPositionStrategy();return t&&(t.left||t.right)?t.left?a.left(t.left):a.right(t.right):a.centerHorizontally(),t&&(t.top||t.bottom)?t.top?a.top(t.top):a.bottom(t.bottom):a.centerVertically(),this._overlayRef.updatePosition(),this}updateSize(t="",a=""){return this._getPositionStrategy().width(t).height(a),this._overlayRef.updatePosition(),this}addPanelClass(t){return this._overlayRef.addPanelClass(t),this}removePanelClass(t){return this._overlayRef.removePanelClass(t),this}getState(){return this._state}_finishDialogClose(){this._state=2,this._overlayRef.dispose()}_getPositionStrategy(){return this._overlayRef.getConfig().positionStrategy}}function T(t,a,e){return void 0!==t._containerInstance&&(t._containerInstance._closeInteractionType=a),t.close(e)}const p=new c.r("MatDialogData"),k=new c.r("mat-dialog-default-options"),v=new c.r("mat-dialog-scroll-strategy"),y={provide:v,deps:[n.c],useFactory:function(t){return()=>t.scrollStrategies.block()}};let O=(()=>{class t{constructor(t,a,e,n,o,c,s){this._overlay=t,this._injector=a,this._defaultOptions=n,this._parentDialog=c,this._overlayContainer=s,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new b.a,this._afterOpenedAtThisLevel=new b.a,this._ariaHiddenElements=new Map,this.afterAllClosed=Object(r.a)(()=>this.openDialogs.length?this._afterAllClosed:this._afterAllClosed.pipe(Object(A.a)(void 0))),this._scrollStrategy=o}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}get _afterAllClosed(){const t=this._parentDialog;return t?t._afterAllClosed:this._afterAllClosedAtThisLevel}open(t,a){if((a=function(t,a){return Object.assign(Object.assign({},a),t)}(a,this._defaultOptions||new m)).id&&this.getDialogById(a.id))throw Error(`Dialog with id "${a.id}" exists already. The dialog id must be unique.`);const e=this._createOverlay(a),n=this._attachDialogContainer(e,a),o=this._attachDialogContent(t,n,e,a);return this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(o),o.afterClosed().subscribe(()=>this._removeOpenDialog(o)),this.afterOpened.next(o),o}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(t){return this.openDialogs.find(a=>a.id===t)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_createOverlay(t){const a=this._getOverlayConfig(t);return this._overlay.create(a)}_getOverlayConfig(t){const a=new n.d({positionStrategy:this._overlay.position().global(),scrollStrategy:t.scrollStrategy||this._scrollStrategy(),panelClass:t.panelClass,hasBackdrop:t.hasBackdrop,direction:t.direction,minWidth:t.minWidth,minHeight:t.minHeight,maxWidth:t.maxWidth,maxHeight:t.maxHeight,disposeOnNavigation:t.closeOnNavigation});return t.backdropClass&&(a.backdropClass=t.backdropClass),a}_attachDialogContainer(t,a){const e=c.s.create({parent:a&&a.viewContainerRef&&a.viewContainerRef.injector||this._injector,providers:[{provide:m,useValue:a}]}),n=new o.d(h,a.viewContainerRef,e,a.componentFactoryResolver);return t.attach(n).instance}_attachDialogContent(t,a,e,n){const s=new G(e,a,n.id);if(t instanceof c.M)a.attachTemplatePortal(new o.h(t,null,{$implicit:n.data,dialogRef:s}));else{const e=this._createInjector(n,s,a),c=a.attachComponentPortal(new o.d(t,n.viewContainerRef,e));s.componentInstance=c.instance}return s.updateSize(n.width,n.height).updatePosition(n.position),s}_createInjector(t,a,e){const n=t&&t.viewContainerRef&&t.viewContainerRef.injector,o=[{provide:h,useValue:e},{provide:p,useValue:t.data},{provide:G,useValue:a}];return!t.direction||n&&n.get(l.b,null)||o.push({provide:l.b,useValue:{value:t.direction,change:Object(f.a)()}}),c.s.create({parent:n||this._injector,providers:o})}_removeOpenDialog(t){const a=this.openDialogs.indexOf(t);a>-1&&(this.openDialogs.splice(a,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((t,a)=>{t?a.setAttribute("aria-hidden",t):a.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),this._afterAllClosed.next()))}_hideNonDialogContentFromAssistiveTechnology(){const t=this._overlayContainer.getContainerElement();if(t.parentElement){const a=t.parentElement.children;for(let e=a.length-1;e>-1;e--){let n=a[e];n===t||"SCRIPT"===n.nodeName||"STYLE"===n.nodeName||n.hasAttribute("aria-live")||(this._ariaHiddenElements.set(n,n.getAttribute("aria-hidden")),n.setAttribute("aria-hidden","true"))}}}_closeDialogs(t){let a=t.length;for(;a--;)t[a].close()}}return t.\u0275fac=function(a){return new(a||t)(c.Xb(n.c),c.Xb(c.s),c.Xb(i.j,8),c.Xb(k,8),c.Xb(v),c.Xb(t,12),c.Xb(n.e))},t.\u0275prov=c.Jb({token:t,factory:t.\u0275fac}),t})(),B=0,F=(()=>{class t{constructor(t,a,e){this.dialogRef=t,this._elementRef=a,this._dialog=e,this.type="button"}ngOnInit(){this.dialogRef||(this.dialogRef=j(this._elementRef,this._dialog.openDialogs))}ngOnChanges(t){const a=t._matDialogClose||t._matDialogCloseResult;a&&(this.dialogResult=a.currentValue)}_onButtonClick(t){T(this.dialogRef,0===t.screenX&&0===t.screenY?"keyboard":"mouse",this.dialogResult)}}return t.\u0275fac=function(a){return new(a||t)(c.Nb(G,8),c.Nb(c.l),c.Nb(O))},t.\u0275dir=c.Ib({type:t,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(t,a){1&t&&c.bc("click",(function(t){return a._onButtonClick(t)})),2&t&&c.Bb("aria-label",a.ariaLabel||null)("type",a.type)},inputs:{type:"type",dialogResult:["mat-dialog-close","dialogResult"],ariaLabel:["aria-label","ariaLabel"],_matDialogClose:["matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],features:[c.yb]}),t})(),E=(()=>{class t{constructor(t,a,e){this._dialogRef=t,this._elementRef=a,this._dialog=e,this.id="mat-dialog-title-"+B++}ngOnInit(){this._dialogRef||(this._dialogRef=j(this._elementRef,this._dialog.openDialogs)),this._dialogRef&&Promise.resolve().then(()=>{const t=this._dialogRef._containerInstance;t&&!t._ariaLabelledBy&&(t._ariaLabelledBy=this.id)})}}return t.\u0275fac=function(a){return new(a||t)(c.Nb(G,8),c.Nb(c.l),c.Nb(O))},t.\u0275dir=c.Ib({type:t,selectors:[["","mat-dialog-title",""],["","matDialogTitle",""]],hostAttrs:[1,"mat-dialog-title"],hostVars:1,hostBindings:function(t,a){2&t&&c.Wb("id",a.id)},inputs:{id:"id"},exportAs:["matDialogTitle"]}),t})(),w=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=c.Ib({type:t,selectors:[["","mat-dialog-content",""],["mat-dialog-content"],["","matDialogContent",""]],hostAttrs:[1,"mat-dialog-content"]}),t})(),M=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=c.Ib({type:t,selectors:[["","mat-dialog-actions",""],["mat-dialog-actions"],["","matDialogActions",""]],hostAttrs:[1,"mat-dialog-actions"]}),t})();function j(t,a){let e=t.nativeElement.parentElement;for(;e&&!e.classList.contains("mat-dialog-container");)e=e.parentElement;return e?a.find(t=>t.id===e.id):null}let x=(()=>{class t{}return t.\u0275mod=c.Lb({type:t}),t.\u0275inj=c.Kb({factory:function(a){return new(a||t)},providers:[O,y],imports:[[n.f,o.g,s.e],s.e]}),t})()},"1G5W":function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("l7GE"),o=e("ZUHj");function c(t){return a=>a.lift(new s(t))}class s{constructor(t){this.notifier=t}call(t,a){const e=new l(t),n=Object(o.a)(e,this.notifier);return n&&!e.seenValue?(e.add(n),a.subscribe(e)):e}}class l extends n.a{constructor(t){super(t),this.seenValue=!1}notifyNext(t,a,e,n,o){this.seenValue=!0,this.complete()}notifyComplete(){}}},"2QA8":function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random())()},"2Vo4":function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("XNiG"),o=e("9ppp");class c extends n.a{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){const a=super._subscribe(t);return a&&!a.closed&&t.next(this._value),a}getValue(){if(this.hasError)throw this.thrownError;if(this.closed)throw new o.a;return this._value}next(t){super.next(this._value=t)}}},"2fFW":function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));let n=!1;const o={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){if(t){const t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else n&&console.log("RxJS: Back to a better error behavior. Thank you. <3");n=t},get useDeprecatedSynchronousErrorHandling(){return n}}},"3N8a":function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("quSY");class o extends n.a{constructor(t,a){super()}schedule(t,a=0){return this}}class c extends o{constructor(t,a){super(t,a),this.scheduler=t,this.work=a,this.pending=!1}schedule(t,a=0){if(this.closed)return this;this.state=t;const e=this.id,n=this.scheduler;return null!=e&&(this.id=this.recycleAsyncId(n,e,a)),this.pending=!0,this.delay=a,this.id=this.id||this.requestAsyncId(n,this.id,a),this}requestAsyncId(t,a,e=0){return setInterval(t.flush.bind(t,this),e)}recycleAsyncId(t,a,e=0){if(null!==e&&this.delay===e&&!1===this.pending)return a;clearInterval(a)}execute(t,a){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const e=this._execute(t,a);if(e)return e;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,a){let e=!1,n=void 0;try{this.work(t)}catch(o){e=!0,n=!!o&&o||new Error(o)}if(e)return this.unsubscribe(),n}_unsubscribe(){const t=this.id,a=this.scheduler,e=a.actions,n=e.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&e.splice(n,1),null!=t&&(this.id=this.recycleAsyncId(a,t,null)),this.delay=null}}},"3Pt+":function(t,a,e){"use strict";e.d(a,"a",(function(){return Ut})),e.d(a,"b",(function(){return u})),e.d(a,"c",(function(){return zt})),e.d(a,"d",(function(){return Ht})),e.d(a,"e",(function(){return Ft})),e.d(a,"f",(function(){return Jt})),e.d(a,"g",(function(){return G})),e.d(a,"h",(function(){return i})),e.d(a,"i",(function(){return D})),e.d(a,"j",(function(){return C})),e.d(a,"k",(function(){return S})),e.d(a,"l",(function(){return Ct})),e.d(a,"m",(function(){return vt})),e.d(a,"n",(function(){return J})),e.d(a,"o",(function(){return qt})),e.d(a,"p",(function(){return z})),e.d(a,"q",(function(){return k})),e.d(a,"r",(function(){return K})),e.d(a,"s",(function(){return yt}));var n=e("fXoL"),o=e("ofXK"),c=e("cp0P"),s=e("Cfvw"),l=e("lJxs");const i=new n.r("NgValueAccessor"),b={provide:i,useExisting:Object(n.U)(()=>r),multi:!0};let r=(()=>{class t{constructor(t,a){this._renderer=t,this._elementRef=a,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"checked",t)}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(t,a){1&t&&n.bc("change",(function(t){return a.onChange(t.target.checked)}))("blur",(function(){return a.onTouched()}))},features:[n.zb([b])]}),t})();const f={provide:i,useExisting:Object(n.U)(()=>u),multi:!0},d=new n.r("CompositionEventMode");let u=(()=>{class t{constructor(t,a,e){this._renderer=t,this._elementRef=a,this._compositionMode=e,this.onChange=t=>{},this.onTouched=()=>{},this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function(){const t=Object(o.z)()?Object(o.z)().getUserAgent():"";return/android (\d+)/.test(t.toLowerCase())}())}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==t?"":t)}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l),n.Nb(d,8))},t.\u0275dir=n.Ib({type:t,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(t,a){1&t&&n.bc("input",(function(t){return a._handleInput(t.target.value)}))("blur",(function(){return a.onTouched()}))("compositionstart",(function(){return a._compositionStart()}))("compositionend",(function(t){return a._compositionEnd(t.target.value)}))},features:[n.zb([f])]}),t})(),A=(()=>{class t{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}reset(t){this.control&&this.control.reset(t)}hasError(t,a){return!!this.control&&this.control.hasError(t,a)}getError(t,a){return this.control?this.control.getError(t,a):null}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t}),t})(),L=(()=>{class t extends A{get formDirective(){return null}get path(){return null}}return t.\u0275fac=function(a){return _(a||t)},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})();const _=n.Vb(L);function I(){throw new Error("unimplemented")}class D extends A{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null,this._rawValidators=[],this._rawAsyncValidators=[]}get validator(){return I()}get asyncValidator(){return I()}}class m{constructor(t){this._cd=t}get ngClassUntouched(){return!!this._cd.control&&this._cd.control.untouched}get ngClassTouched(){return!!this._cd.control&&this._cd.control.touched}get ngClassPristine(){return!!this._cd.control&&this._cd.control.pristine}get ngClassDirty(){return!!this._cd.control&&this._cd.control.dirty}get ngClassValid(){return!!this._cd.control&&this._cd.control.valid}get ngClassInvalid(){return!!this._cd.control&&this._cd.control.invalid}get ngClassPending(){return!!this._cd.control&&this._cd.control.pending}}let C=(()=>{class t extends m{constructor(t){super(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(D,2))},t.\u0275dir=n.Ib({type:t,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(t,a){2&t&&n.Eb("ng-untouched",a.ngClassUntouched)("ng-touched",a.ngClassTouched)("ng-pristine",a.ngClassPristine)("ng-dirty",a.ngClassDirty)("ng-valid",a.ngClassValid)("ng-invalid",a.ngClassInvalid)("ng-pending",a.ngClassPending)},features:[n.xb]}),t})(),S=(()=>{class t extends m{constructor(t){super(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,2))},t.\u0275dir=n.Ib({type:t,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:14,hostBindings:function(t,a){2&t&&n.Eb("ng-untouched",a.ngClassUntouched)("ng-touched",a.ngClassTouched)("ng-pristine",a.ngClassPristine)("ng-dirty",a.ngClassDirty)("ng-valid",a.ngClassValid)("ng-invalid",a.ngClassInvalid)("ng-pending",a.ngClassPending)},features:[n.xb]}),t})();function h(t){return null==t||0===t.length}function g(t){return null!=t&&"number"==typeof t.length}const G=new n.r("NgValidators"),T=new n.r("NgAsyncValidators"),p=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class k{static min(t){return a=>{if(h(a.value)||h(t))return null;const e=parseFloat(a.value);return!isNaN(e)&&e{if(h(a.value)||h(t))return null;const e=parseFloat(a.value);return!isNaN(e)&&e>t?{max:{max:t,actual:a.value}}:null}}static required(t){return h(t.value)?{required:!0}:null}static requiredTrue(t){return!0===t.value?null:{required:!0}}static email(t){return h(t.value)||p.test(t.value)?null:{email:!0}}static minLength(t){return a=>h(a.value)||!g(a.value)?null:a.value.lengthg(a.value)&&a.value.length>t?{maxlength:{requiredLength:t,actualLength:a.value.length}}:null}static pattern(t){if(!t)return k.nullValidator;let a,e;return"string"==typeof t?(e="","^"!==t.charAt(0)&&(e+="^"),e+=t,"$"!==t.charAt(t.length-1)&&(e+="$"),a=new RegExp(e)):(e=t.toString(),a=t),t=>{if(h(t.value))return null;const n=t.value;return a.test(n)?null:{pattern:{requiredPattern:e,actualValue:n}}}}static nullValidator(t){return null}static compose(t){if(!t)return null;const a=t.filter(v);return 0==a.length?null:function(t){return O(function(t,a){return a.map(a=>a(t))}(t,a))}}static composeAsync(t){if(!t)return null;const a=t.filter(v);return 0==a.length?null:function(t){const e=function(t,a){return a.map(a=>a(t))}(t,a).map(y);return Object(c.a)(e).pipe(Object(l.a)(O))}}}function v(t){return null!=t}function y(t){const a=Object(n.sb)(t)?Object(s.a)(t):t;if(!Object(n.rb)(a))throw new Error("Expected validator to return Promise or Observable.");return a}function O(t){let a={};return t.forEach(t=>{a=null!=t?Object.assign(Object.assign({},a),t):a}),0===Object.keys(a).length?null:a}function B(t){return t.validate?a=>t.validate(a):t}function F(t){return t.validate?a=>t.validate(a):t}const E={provide:i,useExisting:Object(n.U)(()=>w),multi:!0};let w=(()=>{class t{constructor(t,a){this._renderer=t,this._elementRef=a,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==t?"":t)}registerOnChange(t){this.onChange=a=>{t(""==a?null:parseFloat(a))}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(t,a){1&t&&n.bc("input",(function(t){return a.onChange(t.target.value)}))("blur",(function(){return a.onTouched()}))},features:[n.zb([E])]}),t})();const M={provide:i,useExisting:Object(n.U)(()=>x),multi:!0};let j=(()=>{class t{constructor(){this._accessors=[]}add(t,a){this._accessors.push([t,a])}remove(t){for(let a=this._accessors.length-1;a>=0;--a)if(this._accessors[a][1]===t)return void this._accessors.splice(a,1)}select(t){this._accessors.forEach(a=>{this._isSameGroup(a,t)&&a[1]!==t&&a[1].fireUncheck(t.value)})}_isSameGroup(t,a){return!!t[0].control&&t[0]._parent===a._control._parent&&t[1].name===a.name}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),x=(()=>{class t{constructor(t,a,e,n){this._renderer=t,this._elementRef=a,this._registry=e,this._injector=n,this.onChange=()=>{},this.onTouched=()=>{}}ngOnInit(){this._control=this._injector.get(D),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(t){this._state=t===this.value,this._renderer.setProperty(this._elementRef.nativeElement,"checked",this._state)}registerOnChange(t){this._fn=t,this.onChange=()=>{t(this.value),this._registry.select(this)}}fireUncheck(t){this.writeValue(t)}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_checkName(){this.name&&this.formControlName&&this.name!==this.formControlName&&this._throwNameError(),!this.name&&this.formControlName&&(this.name=this.formControlName)}_throwNameError(){throw new Error('\n If you define both a name and a formControlName attribute on your radio button, their values\n must match. Ex: \n ')}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l),n.Nb(j),n.Nb(n.s))},t.\u0275dir=n.Ib({type:t,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(t,a){1&t&&n.bc("change",(function(){return a.onChange()}))("blur",(function(){return a.onTouched()}))},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[n.zb([M])]}),t})();const V={provide:i,useExisting:Object(n.U)(()=>H),multi:!0};let H=(()=>{class t{constructor(t,a){this._renderer=t,this._elementRef=a,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",parseFloat(t))}registerOnChange(t){this.onChange=a=>{t(""==a?null:parseFloat(a))}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(t,a){1&t&&n.bc("change",(function(t){return a.onChange(t.target.value)}))("input",(function(t){return a.onChange(t.target.value)}))("blur",(function(){return a.onTouched()}))},features:[n.zb([V])]}),t})();const R='\n
\n \n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n firstName: new FormControl()\n });',P='\n
\n
\n \n
\n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n person: new FormGroup({ firstName: new FormControl() })\n });',N='\n
\n
\n \n
\n
';class U{static controlParentException(){throw new Error("formControlName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n "+R)}static ngModelGroupException(){throw new Error(`formControlName cannot be used with an ngModelGroup parent. It is only compatible with parents\n that also have a "form" prefix: formGroupName, formArrayName, or formGroup.\n\n Option 1: Update the parent to be formGroupName (reactive form strategy)\n\n ${P}\n\n Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n ${N}`)}static missingFormException(){throw new Error("formGroup expects a FormGroup instance. Please pass one in.\n\n Example:\n\n "+R)}static groupParentException(){throw new Error("formGroupName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n "+P)}static arrayParentException(){throw new Error('formArrayName must be used with a parent formGroup directive. You\'ll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n \n
\n
\n
\n \n
\n
\n
\n\n In your class:\n\n this.cityArray = new FormArray([new FormControl(\'SF\')]);\n this.myGroup = new FormGroup({\n cities: this.cityArray\n });')}static disabledAttrWarning(){console.warn("\n It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true\n when you set up this control in your component class, the disabled attribute will actually be set in the DOM for\n you. We recommend using this approach to avoid 'changed after checked' errors.\n\n Example:\n form = new FormGroup({\n first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),\n last: new FormControl('Drew', Validators.required)\n });\n ")}static ngModelWarning(t){console.warn(`\n It looks like you're using ngModel on the same form field as ${t}.\n Support for using the ngModel input property and ngModelChange event with\n reactive form directives has been deprecated in Angular v6 and will be removed\n in a future version of Angular.\n\n For more information on this, see our API docs here:\n https://angular.io/api/forms/${"formControl"===t?"FormControlDirective":"FormControlName"}#use-with-ngmodel\n `)}}const W={provide:i,useExisting:Object(n.U)(()=>z),multi:!0};function $(t,a){return null==t?""+a:(a&&"object"==typeof a&&(a="Object"),`${t}: ${a}`.slice(0,50))}let z=(()=>{class t{constructor(t,a){this._renderer=t,this._elementRef=a,this._optionMap=new Map,this._idCounter=0,this.onChange=t=>{},this.onTouched=()=>{},this._compareWith=Object.is}set compareWith(t){if("function"!=typeof t)throw new Error("compareWith must be a function, but received "+JSON.stringify(t));this._compareWith=t}writeValue(t){this.value=t;const a=this._getOptionId(t);null==a&&this._renderer.setProperty(this._elementRef.nativeElement,"selectedIndex",-1);const e=$(a,t);this._renderer.setProperty(this._elementRef.nativeElement,"value",e)}registerOnChange(t){this.onChange=a=>{this.value=this._getOptionValue(a),t(this.value)}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_registerOption(){return(this._idCounter++).toString()}_getOptionId(t){for(const a of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(a),t))return a;return null}_getOptionValue(t){const a=function(t){return t.split(":")[0]}(t);return this._optionMap.has(a)?this._optionMap.get(a):t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.F),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(t,a){1&t&&n.bc("change",(function(t){return a.onChange(t.target.value)}))("blur",(function(){return a.onTouched()}))},inputs:{compareWith:"compareWith"},features:[n.zb([W])]}),t})(),J=(()=>{class t{constructor(t,a,e){this._element=t,this._renderer=a,this._select=e,this._select&&(this.id=this._select._registerOption())}set ngValue(t){null!=this._select&&(this._select._optionMap.set(this.id,t),this._setElementValue($(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._setElementValue(t),this._select&&this._select.writeValue(this._select.value)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.F),n.Nb(z,9))},t.\u0275dir=n.Ib({type:t,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),t})();const q={provide:i,useExisting:Object(n.U)(()=>Q),multi:!0};function X(t,a){return null==t?""+a:("string"==typeof a&&(a=`'${a}'`),a&&"object"==typeof a&&(a="Object"),`${t}: ${a}`.slice(0,50))}let Q=(()=>{class t{constructor(t,a){this._renderer=t,this._elementRef=a,this._optionMap=new Map,this._idCounter=0,this.onChange=t=>{},this.onTouched=()=>{},this._compareWith=Object.is}set compareWith(t){if("function"!=typeof t)throw new Error("compareWith must be a function, but received "+JSON.stringify(t));this._compareWith=t}writeValue(t){let a;if(this.value=t,Array.isArray(t)){const e=t.map(t=>this._getOptionId(t));a=(t,a)=>{t._setSelected(e.indexOf(a.toString())>-1)}}else a=(t,a)=>{t._setSelected(!1)};this._optionMap.forEach(a)}registerOnChange(t){this.onChange=a=>{const e=[];if(void 0!==a.selectedOptions){const t=a.selectedOptions;for(let a=0;a{class t{constructor(t,a,e){this._element=t,this._renderer=a,this._select=e,this._select&&(this.id=this._select._registerOption(this))}set ngValue(t){null!=this._select&&(this._value=t,this._setElementValue(X(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(X(this.id,t)),this._select.writeValue(this._select.value)):this._setElementValue(t)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}_setSelected(t){this._renderer.setProperty(this._element.nativeElement,"selected",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.F),n.Nb(Q,9))},t.\u0275dir=n.Ib({type:t,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),t})();function Z(t,a){return[...a.path,t]}function Y(t,a){t||nt(a,"Cannot find control with"),a.valueAccessor||nt(a,"No value accessor for form control with"),t.validator=k.compose([t.validator,a.validator]),t.asyncValidator=k.composeAsync([t.asyncValidator,a.asyncValidator]),a.valueAccessor.writeValue(t.value),function(t,a){a.valueAccessor.registerOnChange(e=>{t._pendingValue=e,t._pendingChange=!0,t._pendingDirty=!0,"change"===t.updateOn&&tt(t,a)})}(t,a),function(t,a){t.registerOnChange((t,e)=>{a.valueAccessor.writeValue(t),e&&a.viewToModelUpdate(t)})}(t,a),function(t,a){a.valueAccessor.registerOnTouched(()=>{t._pendingTouched=!0,"blur"===t.updateOn&&t._pendingChange&&tt(t,a),"submit"!==t.updateOn&&t.markAsTouched()})}(t,a),a.valueAccessor.setDisabledState&&t.registerOnDisabledChange(t=>{a.valueAccessor.setDisabledState(t)}),a._rawValidators.forEach(a=>{a.registerOnValidatorChange&&a.registerOnValidatorChange(()=>t.updateValueAndValidity())}),a._rawAsyncValidators.forEach(a=>{a.registerOnValidatorChange&&a.registerOnValidatorChange(()=>t.updateValueAndValidity())})}function tt(t,a){t._pendingDirty&&t.markAsDirty(),t.setValue(t._pendingValue,{emitModelToViewChange:!1}),a.viewToModelUpdate(t._pendingValue),t._pendingChange=!1}function at(t,a){null==t&&nt(a,"Cannot find control with"),t.validator=k.compose([t.validator,a.validator]),t.asyncValidator=k.composeAsync([t.asyncValidator,a.asyncValidator])}function et(t){return nt(t,"There is no FormControl instance attached to form control element with")}function nt(t,a){let e;throw e=t.path.length>1?`path: '${t.path.join(" -> ")}'`:t.path[0]?`name: '${t.path}'`:"unspecified name attribute",new Error(`${a} ${e}`)}function ot(t){return null!=t?k.compose(t.map(B)):null}function ct(t){return null!=t?k.composeAsync(t.map(F)):null}function st(t,a){if(!t.hasOwnProperty("model"))return!1;const e=t.model;return!!e.isFirstChange()||!Object.is(a,e.currentValue)}const lt=[r,H,w,z,Q,x];function it(t,a){t._syncPendingControls(),a.forEach(t=>{const a=t.control;"submit"===a.updateOn&&a._pendingChange&&(t.viewToModelUpdate(a._pendingValue),a._pendingChange=!1)})}function bt(t,a){if(!a)return null;Array.isArray(a)||nt(t,"Value accessor was not provided as an array for form control with");let e=void 0,n=void 0,o=void 0;return a.forEach(a=>{var c;a.constructor===u?e=a:(c=a,lt.some(t=>c.constructor===t)?(n&&nt(t,"More than one built-in value accessor matches form control with"),n=a):(o&&nt(t,"More than one custom value accessor matches form control with"),o=a))}),o||n||e||(nt(t,"No valid value accessor for form control with"),null)}function rt(t,a){const e=t.indexOf(a);e>-1&&t.splice(e,1)}function ft(t){const a=ut(t)?t.validators:t;return Array.isArray(a)?ot(a):a||null}function dt(t,a){const e=ut(a)?a.asyncValidators:t;return Array.isArray(e)?ct(e):e||null}function ut(t){return null!=t&&!Array.isArray(t)&&"object"==typeof t}class At{constructor(t,a){this.validator=t,this.asyncValidator=a,this._onCollectionChange=()=>{},this.pristine=!0,this.touched=!1,this._onDisabledChange=[]}get parent(){return this._parent}get valid(){return"VALID"===this.status}get invalid(){return"INVALID"===this.status}get pending(){return"PENDING"==this.status}get disabled(){return"DISABLED"===this.status}get enabled(){return"DISABLED"!==this.status}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this.validator=ft(t)}setAsyncValidators(t){this.asyncValidator=dt(t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){this.touched=!0,this._parent&&!t.onlySelf&&this._parent.markAsTouched(t)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(t=>t.markAllAsTouched())}markAsUntouched(t={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(t=>{t.markAsUntouched({onlySelf:!0})}),this._parent&&!t.onlySelf&&this._parent._updateTouched(t)}markAsDirty(t={}){this.pristine=!1,this._parent&&!t.onlySelf&&this._parent.markAsDirty(t)}markAsPristine(t={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(t=>{t.markAsPristine({onlySelf:!0})}),this._parent&&!t.onlySelf&&this._parent._updatePristine(t)}markAsPending(t={}){this.status="PENDING",!1!==t.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!t.onlySelf&&this._parent.markAsPending(t)}disable(t={}){const a=this._parentMarkedDirty(t.onlySelf);this.status="DISABLED",this.errors=null,this._forEachChild(a=>{a.disable(Object.assign(Object.assign({},t),{onlySelf:!0}))}),this._updateValue(),!1!==t.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(Object.assign(Object.assign({},t),{skipPristineCheck:a})),this._onDisabledChange.forEach(t=>t(!0))}enable(t={}){const a=this._parentMarkedDirty(t.onlySelf);this.status="VALID",this._forEachChild(a=>{a.enable(Object.assign(Object.assign({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(Object.assign(Object.assign({},t),{skipPristineCheck:a})),this._onDisabledChange.forEach(t=>t(!1))}_updateAncestors(t){this._parent&&!t.onlySelf&&(this._parent.updateValueAndValidity(t),t.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(t){this._parent=t}updateValueAndValidity(t={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),"VALID"!==this.status&&"PENDING"!==this.status||this._runAsyncValidator(t.emitEvent)),!1!==t.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.updateValueAndValidity(t)}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(a=>a._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?"DISABLED":"VALID"}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t){if(this.asyncValidator){this.status="PENDING";const a=y(this.asyncValidator(this));this._asyncValidationSubscription=a.subscribe(a=>this.setErrors(a,{emitEvent:t}))}}_cancelExistingSubscription(){this._asyncValidationSubscription&&this._asyncValidationSubscription.unsubscribe()}setErrors(t,a={}){this.errors=t,this._updateControlsErrors(!1!==a.emitEvent)}get(t){return function(t,a,e){if(null==a)return null;if(Array.isArray(a)||(a=a.split(".")),Array.isArray(a)&&0===a.length)return null;let n=t;return a.forEach(t=>{n=n instanceof _t?n.controls.hasOwnProperty(t)?n.controls[t]:null:n instanceof It&&n.at(t)||null}),n}(this,t)}getError(t,a){const e=a?this.get(a):this;return e&&e.errors?e.errors[t]:null}hasError(t,a){return!!this.getError(t,a)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(t)}_initObservables(){this.valueChanges=new n.o,this.statusChanges=new n.o}_calculateStatus(){return this._allControlsDisabled()?"DISABLED":this.errors?"INVALID":this._anyControlsHaveStatus("PENDING")?"PENDING":this._anyControlsHaveStatus("INVALID")?"INVALID":"VALID"}_anyControlsHaveStatus(t){return this._anyControls(a=>a.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t={}){this.pristine=!this._anyControlsDirty(),this._parent&&!t.onlySelf&&this._parent._updatePristine(t)}_updateTouched(t={}){this.touched=this._anyControlsTouched(),this._parent&&!t.onlySelf&&this._parent._updateTouched(t)}_isBoxedValue(t){return"object"==typeof t&&null!==t&&2===Object.keys(t).length&&"value"in t&&"disabled"in t}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){ut(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&this._parent&&this._parent.dirty&&!this._parent._anyControlsDirty()}}class Lt extends At{constructor(t=null,a,e){super(ft(a),dt(e,a)),this._onChange=[],this._applyFormState(t),this._setUpdateStrategy(a),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),this._initObservables()}setValue(t,a={}){this.value=this._pendingValue=t,this._onChange.length&&!1!==a.emitModelToViewChange&&this._onChange.forEach(t=>t(this.value,!1!==a.emitViewToModelChange)),this.updateValueAndValidity(a)}patchValue(t,a={}){this.setValue(t,a)}reset(t=null,a={}){this._applyFormState(t),this.markAsPristine(a),this.markAsUntouched(a),this.setValue(this.value,a),this._pendingChange=!1}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_clearChangeFns(){this._onChange=[],this._onDisabledChange=[],this._onCollectionChange=()=>{}}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){this._isBoxedValue(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}}class _t extends At{constructor(t,a,e){super(ft(a),dt(e,a)),this.controls=t,this._initObservables(),this._setUpdateStrategy(a),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}registerControl(t,a){return this.controls[t]?this.controls[t]:(this.controls[t]=a,a.setParent(this),a._registerOnCollectionChange(this._onCollectionChange),a)}addControl(t,a){this.registerControl(t,a),this.updateValueAndValidity(),this._onCollectionChange()}removeControl(t){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity(),this._onCollectionChange()}setControl(t,a){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],a&&this.registerControl(t,a),this.updateValueAndValidity(),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,a={}){this._checkAllValuesPresent(t),Object.keys(t).forEach(e=>{this._throwIfControlMissing(e),this.controls[e].setValue(t[e],{onlySelf:!0,emitEvent:a.emitEvent})}),this.updateValueAndValidity(a)}patchValue(t,a={}){Object.keys(t).forEach(e=>{this.controls[e]&&this.controls[e].patchValue(t[e],{onlySelf:!0,emitEvent:a.emitEvent})}),this.updateValueAndValidity(a)}reset(t={},a={}){this._forEachChild((e,n)=>{e.reset(t[n],{onlySelf:!0,emitEvent:a.emitEvent})}),this._updatePristine(a),this._updateTouched(a),this.updateValueAndValidity(a)}getRawValue(){return this._reduceChildren({},(t,a,e)=>(t[e]=a instanceof Lt?a.value:a.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(t,a)=>!!a._syncPendingControls()||t);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_throwIfControlMissing(t){if(!Object.keys(this.controls).length)throw new Error("\n There are no form controls registered with this group yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.controls[t])throw new Error(`Cannot find form control with name: ${t}.`)}_forEachChild(t){Object.keys(this.controls).forEach(a=>t(this.controls[a],a))}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const a of Object.keys(this.controls)){const e=this.controls[a];if(this.contains(a)&&t(e))return!0}return!1}_reduceValue(){return this._reduceChildren({},(t,a,e)=>((a.enabled||this.disabled)&&(t[e]=a.value),t))}_reduceChildren(t,a){let e=t;return this._forEachChild((t,n)=>{e=a(e,t,n)}),e}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_checkAllValuesPresent(t){this._forEachChild((a,e)=>{if(void 0===t[e])throw new Error(`Must supply a value for form control with name: '${e}'.`)})}}class It extends At{constructor(t,a,e){super(ft(a),dt(e,a)),this.controls=t,this._initObservables(),this._setUpdateStrategy(a),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}at(t){return this.controls[t]}push(t){this.controls.push(t),this._registerControl(t),this.updateValueAndValidity(),this._onCollectionChange()}insert(t,a){this.controls.splice(t,0,a),this._registerControl(a),this.updateValueAndValidity()}removeAt(t){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),this.controls.splice(t,1),this.updateValueAndValidity()}setControl(t,a){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),this.controls.splice(t,1),a&&(this.controls.splice(t,0,a),this._registerControl(a)),this.updateValueAndValidity(),this._onCollectionChange()}get length(){return this.controls.length}setValue(t,a={}){this._checkAllValuesPresent(t),t.forEach((t,e)=>{this._throwIfControlMissing(e),this.at(e).setValue(t,{onlySelf:!0,emitEvent:a.emitEvent})}),this.updateValueAndValidity(a)}patchValue(t,a={}){t.forEach((t,e)=>{this.at(e)&&this.at(e).patchValue(t,{onlySelf:!0,emitEvent:a.emitEvent})}),this.updateValueAndValidity(a)}reset(t=[],a={}){this._forEachChild((e,n)=>{e.reset(t[n],{onlySelf:!0,emitEvent:a.emitEvent})}),this._updatePristine(a),this._updateTouched(a),this.updateValueAndValidity(a)}getRawValue(){return this.controls.map(t=>t instanceof Lt?t.value:t.getRawValue())}clear(){this.controls.length<1||(this._forEachChild(t=>t._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity())}_syncPendingControls(){let t=this.controls.reduce((t,a)=>!!a._syncPendingControls()||t,!1);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_throwIfControlMissing(t){if(!this.controls.length)throw new Error("\n There are no form controls registered with this array yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.at(t))throw new Error("Cannot find form control at index "+t)}_forEachChild(t){this.controls.forEach((a,e)=>{t(a,e)})}_updateValue(){this.value=this.controls.filter(t=>t.enabled||this.disabled).map(t=>t.value)}_anyControls(t){return this.controls.some(a=>a.enabled&&t(a))}_setUpControls(){this._forEachChild(t=>this._registerControl(t))}_checkAllValuesPresent(t){this._forEachChild((a,e)=>{if(void 0===t[e])throw new Error(`Must supply a value for form control at index: ${e}.`)})}_allControlsDisabled(){for(const t of this.controls)if(t.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(t){t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)}}const Dt={provide:L,useExisting:Object(n.U)(()=>Ct)},mt=(()=>Promise.resolve(null))();let Ct=(()=>{class t extends L{constructor(t,a){super(),this.submitted=!1,this._directives=[],this.ngSubmit=new n.o,this.form=new _t({},ot(t),ct(a))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){mt.then(()=>{const a=this._findContainer(t.path);t.control=a.registerControl(t.name,t.control),Y(t.control,t),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.push(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){mt.then(()=>{const a=this._findContainer(t.path);a&&a.removeControl(t.name),rt(this._directives,t)})}addFormGroup(t){mt.then(()=>{const a=this._findContainer(t.path),e=new _t({});at(e,t),a.registerControl(t.name,e),e.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){mt.then(()=>{const a=this._findContainer(t.path);a&&a.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,a){mt.then(()=>{this.form.get(t.path).setValue(a)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,it(this.form,this._directives),this.ngSubmit.emit(t),!1}onReset(){this.resetForm()}resetForm(t){this.form.reset(t),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(t){return t.pop(),t.length?this.form.get(t):this.form}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(G,10),n.Nb(T,10))},t.\u0275dir=n.Ib({type:t,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(t,a){1&t&&n.bc("submit",(function(t){return a.onSubmit(t)}))("reset",(function(){return a.onReset()}))},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.zb([Dt]),n.xb]}),t})(),St=(()=>{class t extends L{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return Z(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return ot(this._validators)}get asyncValidator(){return ct(this._asyncValidators)}_checkParentType(){}}return t.\u0275fac=function(a){return ht(a||t)},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})();const ht=n.Vb(St);class gt{static modelParentException(){throw new Error(`\n ngModel cannot be used to register form controls with a parent formGroup directive. Try using\n formGroup's partner directive "formControlName" instead. Example:\n\n ${R}\n\n Or, if you'd like to avoid registering this form control, indicate that it's standalone in ngModelOptions:\n\n Example:\n\n \n
\n \n \n
\n `)}static formGroupNameException(){throw new Error(`\n ngModel cannot be used to register form controls with a parent formGroupName or formArrayName directive.\n\n Option 1: Use formControlName instead of ngModel (reactive strategy):\n\n ${P}\n\n Option 2: Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n ${N}`)}static missingNameException(){throw new Error('If ngModel is used within a form tag, either the name attribute must be set or the form\n control must be defined as \'standalone\' in ngModelOptions.\n\n Example 1: \n Example 2: ')}static modelGroupParentException(){throw new Error(`\n ngModelGroup cannot be used with a parent formGroup directive.\n\n Option 1: Use formGroupName instead of ngModelGroup (reactive strategy):\n\n ${P}\n\n Option 2: Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n ${N}`)}}const Gt={provide:L,useExisting:Object(n.U)(()=>Tt)};let Tt=(()=>{class t extends St{constructor(t,a,e){super(),this._parent=t,this._validators=a,this._asyncValidators=e}_checkParentType(){this._parent instanceof t||this._parent instanceof Ct||gt.modelGroupParentException()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,5),n.Nb(G,10),n.Nb(T,10))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[n.zb([Gt]),n.xb]}),t})();const pt={provide:D,useExisting:Object(n.U)(()=>vt)},kt=(()=>Promise.resolve(null))();let vt=(()=>{class t extends D{constructor(t,a,e,o){super(),this.control=new Lt,this._registered=!1,this.update=new n.o,this._parent=t,this._rawValidators=a||[],this._rawAsyncValidators=e||[],this.valueAccessor=bt(this,o)}ngOnChanges(t){this._checkForErrors(),this._registered||this._setUpControl(),"isDisabled"in t&&this._updateDisabled(t),st(t,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._parent?Z(this.name,this._parent):[this.name]}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return ot(this._rawValidators)}get asyncValidator(){return ct(this._rawAsyncValidators)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Y(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){!(this._parent instanceof Tt)&&this._parent instanceof St?gt.formGroupNameException():this._parent instanceof Tt||this._parent instanceof Ct||gt.modelParentException()}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()||this.name||gt.missingNameException()}_updateValue(t){kt.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1})})}_updateDisabled(t){const a=t.isDisabled.currentValue,e=""===a||a&&"false"!==a;kt.then(()=>{e&&!this.control.disabled?this.control.disable():!e&&this.control.disabled&&this.control.enable()})}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,9),n.Nb(G,10),n.Nb(T,10),n.Nb(i,10))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[n.zb([pt]),n.xb,n.yb]}),t})(),yt=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),t})();const Ot=new n.r("NgModelWithFormControlWarning"),Bt={provide:L,useExisting:Object(n.U)(()=>Ft)};let Ft=(()=>{class t extends L{constructor(t,a){super(),this._validators=t,this._asyncValidators=a,this.submitted=!1,this.directives=[],this.form=null,this.ngSubmit=new n.o}ngOnChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations())}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(t){const a=this.form.get(t.path);return Y(a,t),a.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),a}getControl(t){return this.form.get(t.path)}removeControl(t){rt(this.directives,t)}addFormGroup(t){const a=this.form.get(t.path);at(a,t),a.updateValueAndValidity({emitEvent:!1})}removeFormGroup(t){}getFormGroup(t){return this.form.get(t.path)}addFormArray(t){const a=this.form.get(t.path);at(a,t),a.updateValueAndValidity({emitEvent:!1})}removeFormArray(t){}getFormArray(t){return this.form.get(t.path)}updateModel(t,a){this.form.get(t.path).setValue(a)}onSubmit(t){return this.submitted=!0,it(this.form,this.directives),this.ngSubmit.emit(t),!1}onReset(){this.resetForm()}resetForm(t){this.form.reset(t),this.submitted=!1}_updateDomValue(){this.directives.forEach(t=>{const a=this.form.get(t.path);t.control!==a&&(function(t,a){a.valueAccessor.registerOnChange(()=>et(a)),a.valueAccessor.registerOnTouched(()=>et(a)),a._rawValidators.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(null)}),a._rawAsyncValidators.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(null)}),t&&t._clearChangeFns()}(t.control,t),a&&Y(a,t),t.control=a)}),this.form._updateTreeValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(()=>this._updateDomValue()),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{}),this._oldForm=this.form}_updateValidators(){const t=ot(this._validators);this.form.validator=k.compose([this.form.validator,t]);const a=ct(this._asyncValidators);this.form.asyncValidator=k.composeAsync([this.form.asyncValidator,a])}_checkFormPresent(){this.form||U.missingFormException()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(G,10),n.Nb(T,10))},t.\u0275dir=n.Ib({type:t,selectors:[["","formGroup",""]],hostBindings:function(t,a){1&t&&n.bc("submit",(function(t){return a.onSubmit(t)}))("reset",(function(){return a.onReset()}))},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.zb([Bt]),n.xb,n.yb]}),t})();const Et={provide:L,useExisting:Object(n.U)(()=>wt)};let wt=(()=>{class t extends St{constructor(t,a,e){super(),this._parent=t,this._validators=a,this._asyncValidators=e}_checkParentType(){xt(this._parent)&&U.groupParentException()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,13),n.Nb(G,10),n.Nb(T,10))},t.\u0275dir=n.Ib({type:t,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[n.zb([Et]),n.xb]}),t})();const Mt={provide:L,useExisting:Object(n.U)(()=>jt)};let jt=(()=>{class t extends L{constructor(t,a,e){super(),this._parent=t,this._validators=a,this._asyncValidators=e}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return Z(null==this.name?this.name:this.name.toString(),this._parent)}get validator(){return ot(this._validators)}get asyncValidator(){return ct(this._asyncValidators)}_checkParentType(){xt(this._parent)&&U.arrayParentException()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,13),n.Nb(G,10),n.Nb(T,10))},t.\u0275dir=n.Ib({type:t,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[n.zb([Mt]),n.xb]}),t})();function xt(t){return!(t instanceof wt||t instanceof Ft||t instanceof jt)}const Vt={provide:D,useExisting:Object(n.U)(()=>Ht)};let Ht=(()=>{class t extends D{constructor(t,a,e,o,c){super(),this._ngModelWarningConfig=c,this._added=!1,this.update=new n.o,this._ngModelWarningSent=!1,this._parent=t,this._rawValidators=a||[],this._rawAsyncValidators=e||[],this.valueAccessor=bt(this,o)}set isDisabled(t){U.disabledAttrWarning()}ngOnChanges(a){var e,o;this._added||this._setUpControl(),st(a,this.viewModel)&&("formControlName",e=t,this,o=this._ngModelWarningConfig,Object(n.W)()&&"never"!==o&&((null!==o&&"once"!==o||e._ngModelWarningSentOnce)&&("always"!==o||this._ngModelWarningSent)||(U.ngModelWarning("formControlName"),e._ngModelWarningSentOnce=!0,this._ngModelWarningSent=!0)),this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}get path(){return Z(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return ot(this._rawValidators)}get asyncValidator(){return ct(this._rawAsyncValidators)}_checkParentType(){!(this._parent instanceof wt)&&this._parent instanceof St?U.ngModelGroupException():this._parent instanceof wt||this._parent instanceof Ft||this._parent instanceof jt||U.controlParentException()}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this._added=!0}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(L,13),n.Nb(G,10),n.Nb(T,10),n.Nb(i,10),n.Nb(Ot,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","formControlName",""]],inputs:{isDisabled:["disabled","isDisabled"],name:["formControlName","name"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[n.zb([Vt]),n.xb,n.yb]}),t._ngModelWarningSentOnce=!1,t})();const Rt={provide:G,useExisting:Object(n.U)(()=>Nt),multi:!0},Pt={provide:G,useExisting:Object(n.U)(()=>Ut),multi:!0};let Nt=(()=>{class t{constructor(){this._required=!1}get required(){return this._required}set required(t){this._required=null!=t&&!1!==t&&""+t!="false",this._onChange&&this._onChange()}validate(t){return this.required?k.required(t):null}registerOnValidatorChange(t){this._onChange=t}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(t,a){2&t&&n.Bb("required",a.required?"":null)},inputs:{required:"required"},features:[n.zb([Rt])]}),t})(),Ut=(()=>{class t extends Nt{validate(t){return this.required?k.requiredTrue(t):null}}return t.\u0275fac=function(a){return Wt(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(t,a){2&t&&n.Bb("required",a.required?"":null)},features:[n.zb([Pt]),n.xb]}),t})();const Wt=n.Vb(Ut);let $t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})(),zt=(()=>{class t{group(t,a=null){const e=this._reduceControls(t);let n=null,o=null,c=void 0;return null!=a&&(function(t){return void 0!==t.asyncValidators||void 0!==t.validators||void 0!==t.updateOn}(a)?(n=null!=a.validators?a.validators:null,o=null!=a.asyncValidators?a.asyncValidators:null,c=null!=a.updateOn?a.updateOn:void 0):(n=null!=a.validator?a.validator:null,o=null!=a.asyncValidator?a.asyncValidator:null)),new _t(e,{asyncValidators:o,updateOn:c,validators:n})}control(t,a,e){return new Lt(t,a,e)}array(t,a,e){const n=t.map(t=>this._createControl(t));return new It(n,a,e)}_reduceControls(t){const a={};return Object.keys(t).forEach(e=>{a[e]=this._createControl(t[e])}),a}_createControl(t){return t instanceof Lt||t instanceof _t||t instanceof It?t:Array.isArray(t)?this.control(t[0],t.length>1?t[1]:null,t.length>2?t[2]:null):this.control(t)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),Jt=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[j],imports:[$t]}),t})(),qt=(()=>{class t{static withConfig(a){return{ngModule:t,providers:[{provide:Ot,useValue:a.warnOnNgModelWithFormControl}]}}}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[zt,j],imports:[$t]}),t})()},"3UWI":function(t,a,e){"use strict";e.d(a,"a",(function(){return b}));var n=e("D0XW"),o=e("l7GE"),c=e("ZUHj");class s{constructor(t){this.durationSelector=t}call(t,a){return a.subscribe(new l(t,this.durationSelector))}}class l extends o.a{constructor(t,a){super(t),this.durationSelector=a,this.hasValue=!1}_next(t){if(this.value=t,this.hasValue=!0,!this.throttled){let e;try{const{durationSelector:a}=this;e=a(t)}catch(a){return this.destination.error(a)}const n=Object(c.a)(this,e);!n||n.closed?this.clearThrottle():this.add(this.throttled=n)}}clearThrottle(){const{value:t,hasValue:a,throttled:e}=this;e&&(this.remove(e),this.throttled=null,e.unsubscribe()),a&&(this.value=null,this.hasValue=!1,this.destination.next(t))}notifyNext(t,a,e,n){this.clearThrottle()}notifyComplete(){this.clearThrottle()}}var i=e("PqYM");function b(t,a=n.a){return e=()=>Object(i.a)(t,a),function(t){return t.lift(new s(e))};var e}},"4I5i":function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>{function t(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return t.prototype=Object.create(Error.prototype),t})()},"5+tZ":function(t,a,e){"use strict";e.d(a,"a",(function(){return i}));var n=e("ZUHj"),o=e("l7GE"),c=e("51Dv"),s=e("lJxs"),l=e("Cfvw");function i(t,a,e=Number.POSITIVE_INFINITY){return"function"==typeof a?n=>n.pipe(i((e,n)=>Object(l.a)(t(e,n)).pipe(Object(s.a)((t,o)=>a(e,t,n,o))),e)):("number"==typeof a&&(e=a),a=>a.lift(new b(t,e)))}class b{constructor(t,a=Number.POSITIVE_INFINITY){this.project=t,this.concurrent=a}call(t,a){return a.subscribe(new r(t,this.project,this.concurrent))}}class r extends o.a{constructor(t,a,e=Number.POSITIVE_INFINITY){super(t),this.project=a,this.concurrent=e,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(t){this.active0?this._next(a.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},"51Dv":function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");class o extends n.a{constructor(t,a,e){super(),this.parent=t,this.outerValue=a,this.outerIndex=e,this.index=0}_next(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)}_error(t){this.parent.notifyError(t,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}},"7+OI":function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("HDdC");function o(t){return!!t&&(t instanceof n.a||"function"==typeof t.lift&&"function"==typeof t.subscribe)}},"7Hc7":function(t,a,e){"use strict";e.d(a,"a",(function(){return d}));let n=1;const o=(()=>Promise.resolve())(),c={};function s(t){return t in c&&(delete c[t],!0)}const l={setImmediate(t){const a=n++;return c[a]=!0,o.then(()=>s(a)&&t()),a},clearImmediate(t){s(t)}};var i=e("3N8a");class b extends i.a{constructor(t,a){super(t,a),this.scheduler=t,this.work=a}requestAsyncId(t,a,e=0){return null!==e&&e>0?super.requestAsyncId(t,a,e):(t.actions.push(this),t.scheduled||(t.scheduled=l.setImmediate(t.flush.bind(t,null))))}recycleAsyncId(t,a,e=0){if(null!==e&&e>0||null===e&&this.delay>0)return super.recycleAsyncId(t,a,e);0===t.actions.length&&(l.clearImmediate(a),t.scheduled=void 0)}}var r=e("IjjT");class f extends r.a{flush(t){this.active=!0,this.scheduled=void 0;const{actions:a}=this;let e,n=-1,o=a.length;t=t||a.shift();do{if(e=t.execute(t.state,t.delay))break}while(++nthis._complete.call(this._context);l.a.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?(this.__tryOrSetError(t,a),this.unsubscribe()):(this.__tryOrUnsub(a),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(t,a){try{t.call(this._context,a)}catch(e){if(this.unsubscribe(),l.a.useDeprecatedSynchronousErrorHandling)throw e;Object(i.a)(e)}}__tryOrSetError(t,a,e){if(!l.a.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{a.call(this._context,e)}catch(n){return l.a.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=n,t.syncErrorThrown=!0,!0):(Object(i.a)(n),!0)}return!1}_unsubscribe(){const{_parentSubscriber:t}=this;this._context=null,this._parentSubscriber=null,t.unsubscribe()}}},"8LU1":function(t,a,e){"use strict";e.d(a,"a",(function(){return s})),e.d(a,"b",(function(){return l})),e.d(a,"c",(function(){return o})),e.d(a,"d",(function(){return i})),e.d(a,"e",(function(){return b})),e.d(a,"f",(function(){return c}));var n=e("fXoL");function o(t){return null!=t&&""+t!="false"}function c(t,a=0){return s(t)?Number(t):a}function s(t){return!isNaN(parseFloat(t))&&!isNaN(Number(t))}function l(t){return Array.isArray(t)?t:[t]}function i(t){return null==t?"":"string"==typeof t?t:t+"px"}function b(t){return t instanceof n.l?t.nativeElement:t}},"9ppp":function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>{function t(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return t.prototype=Object.create(Error.prototype),t})()},AytR:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n={production:!0,apiUrl:"https://itribss.com:5002"}},Cfvw:function(t,a,e){"use strict";e.d(a,"a",(function(){return f}));var n=e("HDdC"),o=e("SeVD"),c=e("quSY"),s=e("kJWO"),l=e("jZKg"),i=e("Lhse"),b=e("c2HN"),r=e("I55L");function f(t,a){return a?function(t,a){if(null!=t){if(function(t){return t&&"function"==typeof t[s.a]}(t))return function(t,a){return new n.a(e=>{const n=new c.a;return n.add(a.schedule(()=>{const o=t[s.a]();n.add(o.subscribe({next(t){n.add(a.schedule(()=>e.next(t)))},error(t){n.add(a.schedule(()=>e.error(t)))},complete(){n.add(a.schedule(()=>e.complete()))}}))})),n})}(t,a);if(Object(b.a)(t))return function(t,a){return new n.a(e=>{const n=new c.a;return n.add(a.schedule(()=>t.then(t=>{n.add(a.schedule(()=>{e.next(t),n.add(a.schedule(()=>e.complete()))}))},t=>{n.add(a.schedule(()=>e.error(t)))}))),n})}(t,a);if(Object(r.a)(t))return Object(l.a)(t,a);if(function(t){return t&&"function"==typeof t[i.a]}(t)||"string"==typeof t)return function(t,a){if(!t)throw new Error("Iterable cannot be null");return new n.a(e=>{const n=new c.a;let o;return n.add(()=>{o&&"function"==typeof o.return&&o.return()}),n.add(a.schedule(()=>{o=t[i.a](),n.add(a.schedule((function(){if(e.closed)return;let t,a;try{const e=o.next();t=e.value,a=e.done}catch(n){return void e.error(n)}a?e.complete():(e.next(t),this.schedule())})))})),n})}(t,a)}throw new TypeError((null!==t&&typeof t||t)+" is not observable")}(t,a):t instanceof n.a?t:new n.a(Object(o.a)(t))}},D0XW:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("3N8a");const o=new(e("IjjT").a)(n.a)},DH7j:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>Array.isArray||(t=>t&&"number"==typeof t.length))()},EY2u:function(t,a,e){"use strict";e.d(a,"a",(function(){return o})),e.d(a,"b",(function(){return c}));var n=e("HDdC");const o=new n.a(t=>t.complete());function c(t){return t?function(t){return new n.a(a=>t.schedule(()=>a.complete()))}(t):o}},FKr1:function(t,a,e){"use strict";e.d(a,"a",(function(){return y})),e.d(a,"b",(function(){return nt})),e.d(a,"c",(function(){return Z})),e.d(a,"d",(function(){return R})),e.d(a,"e",(function(){return h})),e.d(a,"f",(function(){return O})),e.d(a,"g",(function(){return E})),e.d(a,"h",(function(){return q})),e.d(a,"i",(function(){return Y})),e.d(a,"j",(function(){return et})),e.d(a,"k",(function(){return K})),e.d(a,"l",(function(){return U})),e.d(a,"m",(function(){return W})),e.d(a,"n",(function(){return P})),e.d(a,"o",(function(){return N})),e.d(a,"p",(function(){return H})),e.d(a,"q",(function(){return tt})),e.d(a,"r",(function(){return at})),e.d(a,"s",(function(){return G})),e.d(a,"t",(function(){return T})),e.d(a,"u",(function(){return g})),e.d(a,"v",(function(){return k})),e.d(a,"w",(function(){return v})),e.d(a,"x",(function(){return p})),e.d(a,"y",(function(){return B}));var n=e("fXoL"),o=e("u47x"),c=e("cH1L");const s=new n.P("10.0.2");var l=e("ofXK"),i=e("8LU1"),b=e("XNiG"),r=e("HDdC"),f=e("nLfN"),d=e("JX91"),u=e("R1ws"),A=e("FtGj");const L=["*",[["mat-option"],["ng-container"]]],_=["*","mat-option, ng-container"];function I(t,a){if(1&t&&n.Ob(0,"mat-pseudo-checkbox",3),2&t){const t=n.fc();n.lc("state",t.selected?"checked":"unchecked")("disabled",t.disabled)}}const D=["*"],m=new n.P("10.0.2"),C=new n.r("mat-sanity-checks",{providedIn:"root",factory:function(){return!0}});let S,h=(()=>{class t{constructor(t,a,e){this._hasDoneGlobalChecks=!1,this._document=e,t._applyBodyHighContrastModeCssClasses(),this._sanityChecks=a,this._hasDoneGlobalChecks||(this._checkDoctypeIsDefined(),this._checkThemeIsPresent(),this._checkCdkVersionMatch(),this._hasDoneGlobalChecks=!0)}_getDocument(){const t=this._document||document;return"object"==typeof t&&t?t:null}_getWindow(){const t=this._getDocument(),a=(null==t?void 0:t.defaultView)||window;return"object"==typeof a&&a?a:null}_checksAreEnabled(){return Object(n.W)()&&!this._isTestEnv()}_isTestEnv(){const t=this._getWindow();return t&&(t.__karma__||t.jasmine)}_checkDoctypeIsDefined(){const t=this._checksAreEnabled()&&(!0===this._sanityChecks||this._sanityChecks.doctype),a=this._getDocument();t&&a&&!a.doctype&&console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")}_checkThemeIsPresent(){const t=!this._checksAreEnabled()||!1===this._sanityChecks||!this._sanityChecks.theme,a=this._getDocument();if(t||!a||!a.body||"function"!=typeof getComputedStyle)return;const e=a.createElement("div");e.classList.add("mat-theme-loaded-marker"),a.body.appendChild(e);const n=getComputedStyle(e);n&&"none"!==n.display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),a.body.removeChild(e)}_checkCdkVersionMatch(){this._checksAreEnabled()&&(!0===this._sanityChecks||this._sanityChecks.version)&&m.full!==s.full&&console.warn("The Angular Material version ("+m.full+") does not match the Angular CDK version ("+s.full+").\nPlease ensure the versions of these two packages exactly match.")}}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)(n.Xb(o.h),n.Xb(C,8),n.Xb(l.d,8))},imports:[[c.a],c.a]}),t})();function g(t){return class extends t{constructor(...t){super(...t),this._disabled=!1}get disabled(){return this._disabled}set disabled(t){this._disabled=Object(i.c)(t)}}}function G(t,a){return class extends t{constructor(...t){super(...t),this.color=a}get color(){return this._color}set color(t){const e=t||a;e!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove("mat-"+this._color),e&&this._elementRef.nativeElement.classList.add("mat-"+e),this._color=e)}}}function T(t){return class extends t{constructor(...t){super(...t),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(t){this._disableRipple=Object(i.c)(t)}}}function p(t,a=0){return class extends t{constructor(...t){super(...t),this._tabIndex=a}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(t){this._tabIndex=null!=t?t:a}}}function k(t){return class extends t{constructor(...t){super(...t),this.errorState=!1,this.stateChanges=new b.a}updateErrorState(){const t=this.errorState,a=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);a!==t&&(this.errorState=a,this.stateChanges.next())}}}function v(t){return class extends t{constructor(...t){super(...t),this._isInitialized=!1,this._pendingSubscribers=[],this.initialized=new r.a(t=>{this._isInitialized?this._notifySubscriber(t):this._pendingSubscribers.push(t)})}_markInitialized(){if(this._isInitialized)throw Error("This directive has already been marked as initialized and should not be called twice.");this._isInitialized=!0,this._pendingSubscribers.forEach(this._notifySubscriber),this._pendingSubscribers=null}_notifySubscriber(t){t.next(),t.complete()}}}try{S="undefined"!=typeof Intl}catch(ot){S=!1}let y=(()=>{class t{isErrorState(t,a){return!!(t&&t.invalid&&(t.touched||a&&a.submitted))}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(n.Jb)({factory:function(){return new t},token:t,providedIn:"root"}),t})(),O=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","mat-line",""],["","matLine",""]],hostAttrs:[1,"mat-line"]}),t})();function B(t,a,e="mat"){t.changes.pipe(Object(d.a)(t)).subscribe(({length:t})=>{F(a,e+"-2-line",!1),F(a,e+"-3-line",!1),F(a,e+"-multi-line",!1),2===t||3===t?F(a,`${e}-${t}-line`,!0):t>3&&F(a,e+"-multi-line",!0)})}function F(t,a,e){const n=t.nativeElement.classList;e?n.add(a):n.remove(a)}let E=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[h],h]}),t})();class w{constructor(t,a,e){this._renderer=t,this.element=a,this.config=e,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const M={enterDuration:450,exitDuration:400},j=Object(f.f)({passive:!0}),x=["mousedown","touchstart"],V=["mouseup","mouseleave","touchend","touchcancel"];class H{constructor(t,a,e,n){this._target=t,this._ngZone=a,this._isPointerDown=!1,this._activeRipples=new Set,this._pointerUpEventsRegistered=!1,n.isBrowser&&(this._containerElement=Object(i.e)(e))}fadeInRipple(t,a,e={}){const n=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),o=Object.assign(Object.assign({},M),e.animation);e.centered&&(t=n.left+n.width/2,a=n.top+n.height/2);const c=e.radius||function(t,a,e){const n=Math.max(Math.abs(t-e.left),Math.abs(t-e.right)),o=Math.max(Math.abs(a-e.top),Math.abs(a-e.bottom));return Math.sqrt(n*n+o*o)}(t,a,n),s=t-n.left,l=a-n.top,i=o.enterDuration,b=document.createElement("div");b.classList.add("mat-ripple-element"),b.style.left=s-c+"px",b.style.top=l-c+"px",b.style.height=2*c+"px",b.style.width=2*c+"px",null!=e.color&&(b.style.backgroundColor=e.color),b.style.transitionDuration=i+"ms",this._containerElement.appendChild(b),window.getComputedStyle(b).getPropertyValue("opacity"),b.style.transform="scale(1)";const r=new w(this,b,e);return r.state=0,this._activeRipples.add(r),e.persistent||(this._mostRecentTransientRipple=r),this._runTimeoutOutsideZone(()=>{const t=r===this._mostRecentTransientRipple;r.state=1,e.persistent||t&&this._isPointerDown||r.fadeOut()},i),r}fadeOutRipple(t){const a=this._activeRipples.delete(t);if(t===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),this._activeRipples.size||(this._containerRect=null),!a)return;const e=t.element,n=Object.assign(Object.assign({},M),t.config.animation);e.style.transitionDuration=n.exitDuration+"ms",e.style.opacity="0",t.state=2,this._runTimeoutOutsideZone(()=>{t.state=3,e.parentNode.removeChild(e)},n.exitDuration)}fadeOutAll(){this._activeRipples.forEach(t=>t.fadeOut())}setupTriggerEvents(t){const a=Object(i.e)(t);a&&a!==this._triggerElement&&(this._removeTriggerEvents(),this._triggerElement=a,this._registerEvents(x))}handleEvent(t){"mousedown"===t.type?this._onMousedown(t):"touchstart"===t.type?this._onTouchStart(t):this._onPointerUp(),this._pointerUpEventsRegistered||(this._registerEvents(V),this._pointerUpEventsRegistered=!0)}_onMousedown(t){const a=Object(o.j)(t),e=this._lastTouchStartEvent&&Date.now(){!t.config.persistent&&(1===t.state||t.config.terminateOnPointerUp&&0===t.state)&&t.fadeOut()}))}_runTimeoutOutsideZone(t,a=0){this._ngZone.runOutsideAngular(()=>setTimeout(t,a))}_registerEvents(t){this._ngZone.runOutsideAngular(()=>{t.forEach(t=>{this._triggerElement.addEventListener(t,this,j)})})}_removeTriggerEvents(){this._triggerElement&&(x.forEach(t=>{this._triggerElement.removeEventListener(t,this,j)}),this._pointerUpEventsRegistered&&V.forEach(t=>{this._triggerElement.removeEventListener(t,this,j)}))}}const R=new n.r("mat-ripple-global-options");let P=(()=>{class t{constructor(t,a,e,n,o){this._elementRef=t,this._animationMode=o,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=n||{},this._rippleRenderer=new H(this,a,t,e)}get disabled(){return this._disabled}set disabled(t){this._disabled=t,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(t){this._trigger=t,this._setupTriggerEventsIfEnabled()}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:Object.assign(Object.assign(Object.assign({},this._globalOptions.animation),"NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{}),this.animation),terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(t,a=0,e){return"number"==typeof t?this._rippleRenderer.fadeInRipple(t,a,Object.assign(Object.assign({},this.rippleConfig),e)):this._rippleRenderer.fadeInRipple(0,0,Object.assign(Object.assign({},this.rippleConfig),t))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.A),n.Nb(f.a),n.Nb(R,8),n.Nb(u.a,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(t,a){2&t&&n.Eb("mat-ripple-unbounded",a.unbounded)},inputs:{radius:["matRippleRadius","radius"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"],color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],animation:["matRippleAnimation","animation"]},exportAs:["matRipple"]}),t})(),N=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[h,f.b],h]}),t})(),U=(()=>{class t{constructor(t){this._animationMode=t,this.state="unchecked",this.disabled=!1}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(u.a,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:8,hostBindings:function(t,a){2&t&&n.Eb("mat-pseudo-checkbox-indeterminate","indeterminate"===a.state)("mat-pseudo-checkbox-checked","checked"===a.state)("mat-pseudo-checkbox-disabled",a.disabled)("_mat-animation-noopable","NoopAnimations"===a._animationMode)},inputs:{state:"state",disabled:"disabled"},decls:0,vars:0,template:function(t,a){},styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:transparent}._mat-animation-noopable.mat-pseudo-checkbox{transition:none;animation:none}._mat-animation-noopable.mat-pseudo-checkbox::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}\n'],encapsulation:2,changeDetection:0}),t})(),W=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})();class ${}const z=g($);let J=0,q=(()=>{class t extends z{constructor(){super(...arguments),this._labelId="mat-optgroup-label-"+J++}}return t.\u0275fac=function(a){return X(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-optgroup"]],hostAttrs:["role","group",1,"mat-optgroup"],hostVars:4,hostBindings:function(t,a){2&t&&(n.Bb("aria-disabled",a.disabled.toString())("aria-labelledby",a._labelId),n.Eb("mat-optgroup-disabled",a.disabled))},inputs:{disabled:"disabled",label:"label"},exportAs:["matOptgroup"],features:[n.xb],ngContentSelectors:_,decls:4,vars:2,consts:[[1,"mat-optgroup-label",3,"id"]],template:function(t,a){1&t&&(n.kc(L),n.Tb(0,"label",0),n.Dc(1),n.jc(2),n.Sb(),n.jc(3,1)),2&t&&(n.lc("id",a._labelId),n.Ab(1),n.Fc("",a.label," "))},styles:[".mat-optgroup-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-optgroup-label[disabled]{cursor:default}[dir=rtl] .mat-optgroup-label{text-align:right}.mat-optgroup-label .mat-icon{margin-right:16px;vertical-align:middle}.mat-optgroup-label .mat-icon svg{vertical-align:top}[dir=rtl] .mat-optgroup-label .mat-icon{margin-left:16px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),t})();const X=n.Vb(q);let Q=0;class K{constructor(t,a=!1){this.source=t,this.isUserInput=a}}const Z=new n.r("MAT_OPTION_PARENT_COMPONENT");let Y=(()=>{class t{constructor(t,a,e,o){this._element=t,this._changeDetectorRef=a,this._parent=e,this.group=o,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+Q++,this.onSelectionChange=new n.o,this._stateChanges=new b.a}get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(t){this._disabled=Object(i.c)(t)}get disableRipple(){return this._parent&&this._parent.disableRipple}get active(){return this._active}get viewValue(){return(this._getHostElement().textContent||"").trim()}select(){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}deselect(){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}focus(t,a){const e=this._getHostElement();"function"==typeof e.focus&&e.focus(a)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(t){t.keyCode!==A.d&&t.keyCode!==A.j||Object(A.o)(t)||(this._selectViaInteraction(),t.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getAriaSelected(){return this.selected||!this.multiple&&null}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const t=this.viewValue;t!==this._mostRecentViewValue&&(this._mostRecentViewValue=t,this._stateChanges.next())}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(t=!1){this.onSelectionChange.emit(new K(this,t))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Z,8),n.Nb(q,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-option"]],hostAttrs:["role","option",1,"mat-option","mat-focus-indicator"],hostVars:12,hostBindings:function(t,a){1&t&&n.bc("click",(function(){return a._selectViaInteraction()}))("keydown",(function(t){return a._handleKeydown(t)})),2&t&&(n.Wb("id",a.id),n.Bb("tabindex",a._getTabIndex())("aria-selected",a._getAriaSelected())("aria-disabled",a.disabled.toString()),n.Eb("mat-selected",a.selected)("mat-option-multiple",a.multiple)("mat-active",a.active)("mat-option-disabled",a.disabled))},inputs:{id:"id",disabled:"disabled",value:"value"},outputs:{onSelectionChange:"onSelectionChange"},exportAs:["matOption"],ngContentSelectors:D,decls:4,vars:3,consts:[["class","mat-option-pseudo-checkbox",3,"state","disabled",4,"ngIf"],[1,"mat-option-text"],["mat-ripple","",1,"mat-option-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-option-pseudo-checkbox",3,"state","disabled"]],template:function(t,a){1&t&&(n.kc(),n.Bc(0,I,1,2,"mat-pseudo-checkbox",0),n.Tb(1,"span",1),n.jc(2),n.Sb(),n.Ob(3,"div",2)),2&t&&(n.lc("ngIf",a.multiple),n.Ab(3),n.lc("matRippleTrigger",a._getHostElement())("matRippleDisabled",a.disabled||a.disableRipple))},directives:[l.n,P,U],styles:[".mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:transparent}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.cdk-high-contrast-active .mat-option{margin:0 1px}.cdk-high-contrast-active .mat-option.mat-active{border:solid 1px currentColor;margin:0}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.cdk-high-contrast-active .mat-option .mat-option-ripple{opacity:.5}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),t})();function tt(t,a,e){if(e.length){let n=a.toArray(),o=e.toArray(),c=0;for(let a=0;ae+n?Math.max(0,o-n+a):e}let et=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[N,l.c,W]]}),t})();const nt=new n.r("mat-label-global-options")},FtGj:function(t,a,e){"use strict";e.d(a,"a",(function(){return L})),e.d(a,"b",(function(){return d})),e.d(a,"c",(function(){return l})),e.d(a,"d",(function(){return o})),e.d(a,"e",(function(){return c})),e.d(a,"f",(function(){return i})),e.d(a,"g",(function(){return b})),e.d(a,"h",(function(){return A})),e.d(a,"i",(function(){return f})),e.d(a,"j",(function(){return s})),e.d(a,"k",(function(){return n})),e.d(a,"l",(function(){return r})),e.d(a,"m",(function(){return _})),e.d(a,"n",(function(){return u})),e.d(a,"o",(function(){return I}));const n=9,o=13,c=27,s=32,l=35,i=36,b=37,r=38,f=39,d=40,u=48,A=57,L=65,_=90;function I(t,...a){return a.length?a.some(a=>t[a]):t.altKey||t.shiftKey||t.ctrlKey||t.metaKey}},GU7r:function(t,a,e){"use strict";e.d(a,"a",(function(){return r})),e.d(a,"b",(function(){return b})),e.d(a,"c",(function(){return f}));var n=e("8LU1"),o=e("fXoL"),c=e("HDdC"),s=e("XNiG"),l=e("Kj3r");let i=(()=>{class t{create(t){return"undefined"==typeof MutationObserver?null:new MutationObserver(t)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(o.Jb)({factory:function(){return new t},token:t,providedIn:"root"}),t})(),b=(()=>{class t{constructor(t){this._mutationObserverFactory=t,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach((t,a)=>this._cleanupObserver(a))}observe(t){const a=Object(n.e)(t);return new c.a(t=>{const e=this._observeElement(a).subscribe(t);return()=>{e.unsubscribe(),this._unobserveElement(a)}})}_observeElement(t){if(this._observedElements.has(t))this._observedElements.get(t).count++;else{const a=new s.a,e=this._mutationObserverFactory.create(t=>a.next(t));e&&e.observe(t,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(t,{observer:e,stream:a,count:1})}return this._observedElements.get(t).stream}_unobserveElement(t){this._observedElements.has(t)&&(this._observedElements.get(t).count--,this._observedElements.get(t).count||this._cleanupObserver(t))}_cleanupObserver(t){if(this._observedElements.has(t)){const{observer:a,stream:e}=this._observedElements.get(t);a&&a.disconnect(),e.complete(),this._observedElements.delete(t)}}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(i))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(i))},token:t,providedIn:"root"}),t})(),r=(()=>{class t{constructor(t,a,e){this._contentObserver=t,this._elementRef=a,this._ngZone=e,this.event=new o.o,this._disabled=!1,this._currentSubscription=null}get disabled(){return this._disabled}set disabled(t){this._disabled=Object(n.c)(t),this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(t){this._debounce=Object(n.f)(t),this._subscribe()}ngAfterContentInit(){this._currentSubscription||this.disabled||this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const t=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(()=>{this._currentSubscription=(this.debounce?t.pipe(Object(l.a)(this.debounce)):t).subscribe(this.event)})}_unsubscribe(){this._currentSubscription&&this._currentSubscription.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(b),o.Nb(o.l),o.Nb(o.A))},t.\u0275dir=o.Ib({type:t,selectors:[["","cdkObserveContent",""]],inputs:{disabled:["cdkObserveContentDisabled","disabled"],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"]}),t})(),f=(()=>{class t{}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)},providers:[i]}),t})()},GyhO:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("LRne"),o=e("0EUg");function c(...t){return Object(o.a)()(Object(n.a)(...t))}},HDdC:function(t,a,e){"use strict";e.d(a,"a",(function(){return b}));var n=e("7o/Q"),o=e("2QA8"),c=e("gRHU"),s=e("kJWO"),l=e("SpAZ"),i=e("2fFW");let b=(()=>{class t{constructor(t){this._isScalar=!1,t&&(this._subscribe=t)}lift(a){const e=new t;return e.source=this,e.operator=a,e}subscribe(t,a,e){const{operator:s}=this,l=function(t,a,e){if(t){if(t instanceof n.a)return t;if(t[o.a])return t[o.a]()}return t||a||e?new n.a(t,a,e):new n.a(c.a)}(t,a,e);if(l.add(s?s.call(l,this.source):this.source||i.a.useDeprecatedSynchronousErrorHandling&&!l.syncErrorThrowable?this._subscribe(l):this._trySubscribe(l)),i.a.useDeprecatedSynchronousErrorHandling&&l.syncErrorThrowable&&(l.syncErrorThrowable=!1,l.syncErrorThrown))throw l.syncErrorValue;return l}_trySubscribe(t){try{return this._subscribe(t)}catch(a){i.a.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=a),function(t){for(;t;){const{closed:a,destination:e,isStopped:o}=t;if(a||o)return!1;t=e&&e instanceof n.a?e:null}return!0}(t)?t.error(a):console.warn(a)}}forEach(t,a){return new(a=r(a))((a,e)=>{let n;n=this.subscribe(a=>{try{t(a)}catch(o){e(o),n&&n.unsubscribe()}},e,a)})}_subscribe(t){const{source:a}=this;return a&&a.subscribe(t)}[s.a](){return this}pipe(...t){return 0===t.length?this:(0===(a=t).length?l.a:1===a.length?a[0]:function(t){return a.reduce((t,a)=>a(t),t)})(this);var a}toPromise(t){return new(t=r(t))((t,a)=>{let e;this.subscribe(t=>e=t,t=>a(t),()=>t(e))})}}return t.create=a=>new t(a),t})();function r(t){if(t||(t=i.a.Promise||Promise),!t)throw new Error("no Promise impl found");return t}},I55L:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=t=>t&&"number"==typeof t.length&&"function"!=typeof t},IjjT:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));let n=(()=>{class t{constructor(a,e=t.now){this.SchedulerAction=a,this.now=e}schedule(t,a=0,e){return new this.SchedulerAction(this,t).schedule(e,a)}}return t.now=()=>Date.now(),t})();class o extends n{constructor(t,a=n.now){super(t,()=>o.delegate&&o.delegate!==this?o.delegate.now():a()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(t,a=0,e){return o.delegate&&o.delegate!==this?o.delegate.schedule(t,a,e):super.schedule(t,a,e)}flush(t){const{actions:a}=this;if(this.active)return void a.push(t);let e;this.active=!0;do{if(e=t.execute(t.state,t.delay))break}while(t=a.shift());if(this.active=!1,e){for(;t=a.shift();)t.unsubscribe();throw e}}}},IzEk:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("7o/Q"),o=e("4I5i"),c=e("EY2u");function s(t){return a=>0===t?Object(c.b)():a.lift(new l(t))}class l{constructor(t){if(this.total=t,this.total<0)throw new o.a}call(t,a){return a.subscribe(new i(t,this.total))}}class i extends n.a{constructor(t,a){super(t),this.total=a,this.count=0}_next(t){const a=this.total,e=++this.count;e<=a&&(this.destination.next(t),e===a&&(this.destination.complete(),this.unsubscribe()))}}},J9tS:function(t,a,e){"use strict";e.d(a,"a",(function(){return b})),e.d(a,"b",(function(){return A})),e.d(a,"c",(function(){return _}));var n=e("tk/3"),o=e("2Vo4"),c=e("lJxs"),s=e("AytR"),l=e("fXoL"),i=e("tyNb");let b=(()=>{class t{constructor(t,a){this.router=t,this.http=a,this.header=(new n.e).set("Access-Control-Allow-Origin","*"),this.userSubject=new o.a(JSON.parse(localStorage.getItem("user"))),this.user=this.userSubject.asObservable()}get userValue(){return this.userSubject.value}login(t,a){return this.http.post(s.a.apiUrl+"/users/login",{username:t,password:a}).pipe(Object(c.a)(t=>(localStorage.setItem("user",JSON.stringify(t)),this.userSubject.next(t),t)))}updateisLoggedInById(t){return this.http.get(`${s.a.apiUrl}/users/isLoggedIn/${t}`)}logout(){localStorage.removeItem("user"),this.userSubject.next(null),this.router.navigate(["/account/login"])}register(t){return this.http.post(s.a.apiUrl+"/users/register",t)}getAll(){return this.http.get(s.a.apiUrl+"/users")}getById(t){return this.http.get(`${s.a.apiUrl}/users/${t}`)}update(t,a){return this.http.put(`${s.a.apiUrl}/users/${t}`,a).pipe(Object(c.a)(e=>{if(t==this.userValue.id){const t=Object.assign(Object.assign({},this.userValue),a);localStorage.setItem("user",JSON.stringify(t)),this.userSubject.next(t)}return e}))}delete(t){return this.http.delete(`${s.a.apiUrl}/users/${t}`).pipe(Object(c.a)(a=>(t==this.userValue.id&&this.logout(),a)))}get_All_Data(){return this.http.get(s.a.apiUrl+"/getData/allData")}get_NewestDataForFOTA_508_509(){return this.http.get(s.a.apiUrl+"/getData/NewestDataForFOTA_508_509")}uploadbssgui(t){const a=new FormData;return a.append("file",t,t.name),this.http.post(s.a.apiUrl+"/getData/uploadbssgui",a,{reportProgress:!0,observe:"events"})}getlistofbssgui(){return this.http.get(s.a.apiUrl+"/getData/getlistofbssgui")}}return t.\u0275fac=function(a){return new(a||t)(l.Xb(i.b),l.Xb(n.b))},t.\u0275prov=l.Jb({token:t,factory:t.\u0275fac,providedIn:"root"}),t})();var r=e("XNiG"),f=e("pLZG");class d{constructor(t){Object.assign(this,t)}}var u=function(t){return t[t.Success=0]="Success",t[t.Error=1]="Error",t[t.Info=2]="Info",t[t.Warning=3]="Warning",t}({});let A=(()=>{class t{constructor(){this.subject=new r.a,this.defaultId="default-alert"}onAlert(t=this.defaultId){return this.subject.asObservable().pipe(Object(f.a)(a=>a&&a.id===t))}success(t,a){this.alert(new d(Object.assign(Object.assign({},a),{type:u.Success,message:t})))}error(t,a){this.alert(new d(Object.assign(Object.assign({},a),{type:u.Error,message:t})))}info(t,a){this.alert(new d(Object.assign(Object.assign({},a),{type:u.Info,message:t})))}warn(t,a){this.alert(new d(Object.assign(Object.assign({},a),{type:u.Warning,message:t})))}alert(t){t.id=t.id||this.defaultId,this.subject.next(t)}clear(t=this.defaultId){this.subject.next(new d({id:t}))}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=l.Jb({token:t,factory:t.\u0275fac,providedIn:"root"}),t})();var L=e("o9EK");let _=(()=>{class t{constructor(t){this.http=t,this.GetWeatherForecastUrl="https://opendata.cwa.gov.tw/api/v1/rest/datastore/F-C0032-001?Authorization=CWB-0604CC52-F08B-452F-87E6-5124597BB763&limit=50&format=JSON&locationName=%E6%A1%83%E5%9C%92%E5%B8%82",this.GetWeatherTemperatureForecastUrl="https://opendata.cwa.gov.tw/api/v1/rest/datastore/F-C0032-001?Authorization=CWB-0604CC52-F08B-452F-87E6-5124597BB763&locationName=%E6%A1%83%E5%9C%92%E5%B8%82",this.api502testUrl="https://itribss.com/CPC_BCS/test/mode",this.api503testUrl="https://itribss.com/CPC_BCS/test/eject_battery",this.api504testUrl="https://itribss.com/CPC_BCS/test/emergency_eject",this.api507testUrl="https://itribss.com/CPC_BCS/test/cabinet_info",this.api508testUrl="https://itribss.com/CPC_BCS/test/batteryFotaUpdate",this.api502prodUrl="https://itribss.com/CPC_BCS/mode",this.api503prodUrl="https://itribss.com/CPC_BCS/eject_battery",this.api504prodUrl="https://itribss.com/CPC_BCS/emergency_eject",this.api507prodUrl="https://itribss.com/CPC_BCS/cabinet_info",this.api508prodUrl="https://itribss.com/CPC_BCS/batteryFotaUpdate",this.api502prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/mode",this.api503prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/eject_battery",this.api504prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/emergency_eject",this.api507prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/cabinet_info",this.api508prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/batteryFotaUpdate",this.header=(new n.e).set("Access-Control-Allow-Origin","*"),this.userSubject=new o.a(JSON.parse(localStorage.getItem("user"))),this.user=this.userSubject.asObservable()}get userValue(){return this.userSubject.value}GetWeatherForecast(){return this.http.get(this.GetWeatherForecastUrl)}GetWeatherTemperatureForecast(){return this.http.get(this.GetWeatherTemperatureForecastUrl)}post502Mode_Test(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u904b\u884c\u6a21\u5f0f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"operation",exeParameter:{sysOpMode:a}}};return this.http.post(this.api502testUrl,e)}post503EjectBattery_Test(t,a,e){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const n={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u9000\u51fa\u96fb\u6c60",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"ejection",exeParameter:{battLocation:[{rackId:a,slotId:e}]}}};return this.http.post(this.api503testUrl,n)}post504EmergencyEject_Test(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u7dca\u6025\u9000\u51fa",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"emergency"}};return this.http.post(this.api504testUrl,a)}post507CabinetInfo_Test(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u63db\u96fb\u6ac3\u8cc7\u8a0a",exeContent:{exeClass:"system",exeAction:"read",exeFunction:"information"}};return this.http.post(this.api507testUrl,a)}post508BatteryFotaUpdate_Test(t,a,e,n,o){const c=new FormData,s=L.UUID.UUID().replace(/-/g,""),l=L.UUID.UUID().replace(/-/g,"");return c.append("deviceId","BSS_SERVER"),c.append("requestId",s),c.append("requestTime",Date.now().toString()),c.append("remark","\u7ad9_\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),c.append("missionFOTA.missionUuid",l),c.append("missionFOTA.missionDeviceIds",JSON.stringify([t])),c.append("missionFOTA.missionExpTime",n),c.append("missionFOTA.missionSHA256",a,a.name),c.append("missionFOTA.missionContent",e,e.name),c.append("missionFOTA.missionMode",o),this.http.post(this.api508testUrl,c)}post502Mode_Prod(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u904b\u884c\u6a21\u5f0f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"operation",exeParameter:{sysOpMode:a}}};return this.http.post(this.api502prodUrl,e)}post503EjectBattery_Prod(t,a,e){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const n={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u9000\u51fa\u96fb\u6c60",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"ejection",exeParameter:{battLocation:[{rackId:a,slotId:e}]}}};return this.http.post(this.api503prodUrl,n)}post504EmergencyEject_Prod(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u7dca\u6025\u9000\u51fa",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"emergency"}};return this.http.post(this.api504prodUrl,a)}post507CabinetInfo_Prod(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u63db\u96fb\u6ac3\u8cc7\u8a0a",exeContent:{exeClass:"system",exeAction:"read",exeFunction:"information"}};return this.http.post(this.api507prodUrl,a)}post508BatteryFotaUpdate_Prod(t,a,e,n,o){const c=new FormData,s=L.UUID.UUID().replace(/-/g,""),l=L.UUID.UUID().replace(/-/g,"");return c.append("deviceId","BSS_SERVER"),c.append("requestId",s),c.append("requestTime",Date.now().toString()),c.append("remark","\u7ad9_\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),c.append("missionFOTA.missionUuid",l),c.append("missionFOTA.missionDeviceIds",JSON.stringify([t])),c.append("missionFOTA.missionExpTime",n),c.append("missionFOTA.missionSHA256",a,a.name),c.append("missionFOTA.missionContent",e,e.name),c.append("missionFOTA.missionMode",o),this.http.post(this.api508prodUrl,c)}post502Mode_Prod_cpcjiadongeess(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u904b\u884c\u6a21\u5f0f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"operation",exeParameter:{sysOpMode:a}}};return this.http.post(this.api502prod_cpcjiadongeessUrl,e)}post503EjectBattery_Prod_cpcjiadongeess(t,a,e){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const n={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u9000\u51fa\u96fb\u6c60",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"ejection",exeParameter:{battLocation:[{rackId:a,slotId:e}]}}};return this.http.post(this.api503prod_cpcjiadongeessUrl,n)}post504EmergencyEject_Prod_cpcjiadongeess(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u7dca\u6025\u9000\u51fa",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"emergency"}};return this.http.post(this.api504prod_cpcjiadongeessUrl,a)}post507CabinetInfo_Prod_cpcjiadongeess(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_\u63db\u96fb\u6ac3\u8cc7\u8a0a",exeContent:{exeClass:"system",exeAction:"read",exeFunction:"information"}};return this.http.post(this.api507prod_cpcjiadongeessUrl,a)}post508BatteryFotaUpdate_Prod_cpcjiadongeess(t,a,e,n,o){const c=new FormData,s=L.UUID.UUID().replace(/-/g,""),l=L.UUID.UUID().replace(/-/g,"");return c.append("deviceId","BSS_SERVER"),c.append("requestId",s),c.append("requestTime",Date.now().toString()),c.append("remark","\u7ad9_\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),c.append("missionFOTA.missionUuid",l),c.append("missionFOTA.missionDeviceIds",JSON.stringify([t])),c.append("missionFOTA.missionExpTime",n),c.append("missionFOTA.missionSHA256",a,a.name),c.append("missionFOTA.missionContent",e,e.name),c.append("missionFOTA.missionMode",o),this.http.post(this.api508prod_cpcjiadongeessUrl,c)}}return t.\u0275fac=function(a){return new(a||t)(l.Xb(n.b))},t.\u0275prov=l.Jb({token:t,factory:t.\u0275fac,providedIn:"root"}),t})()},JIr8:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("l7GE"),o=e("51Dv"),c=e("ZUHj");function s(t){return function(a){const e=new l(t),n=a.lift(e);return e.caught=n}}class l{constructor(t){this.selector=t}call(t,a){return a.subscribe(new i(t,this.selector,this.caught))}}class i extends n.a{constructor(t,a,e){super(t),this.selector=a,this.caught=e}error(t){if(!this.isStopped){let e;try{e=this.selector(t,this.caught)}catch(a){return void super.error(a)}this._unsubscribeAndRecycle();const n=new o.a(this,void 0,void 0);this.add(n);const s=Object(c.a)(this,e,void 0,void 0,n);s!==n&&this.add(s)}}}},JX91:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("GyhO"),o=e("z+Ro");function c(...t){const a=t[t.length-1];return Object(o.a)(a)?(t.pop(),e=>Object(n.a)(t,e,a)):a=>Object(n.a)(t,a)}},Kj3r:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("7o/Q"),o=e("D0XW");function c(t,a=o.a){return e=>e.lift(new s(t,a))}class s{constructor(t,a){this.dueTime=t,this.scheduler=a}call(t,a){return a.subscribe(new l(t,this.dueTime,this.scheduler))}}class l extends n.a{constructor(t,a,e){super(t),this.dueTime=a,this.scheduler=e,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}_next(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(i,this.dueTime,this))}_complete(){this.debouncedNext(),this.destination.complete()}debouncedNext(){if(this.clearDebounce(),this.hasValue){const{lastValue:t}=this;this.lastValue=null,this.hasValue=!1,this.destination.next(t)}}clearDebounce(){const t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)}}function i(t){t.debouncedNext()}},LRne:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("z+Ro"),o=e("yCtX"),c=e("jZKg");function s(...t){let a=t[t.length-1];return Object(n.a)(a)?(t.pop(),Object(c.a)(t,a)):Object(o.a)(t)}},Lhse:function(t,a,e){"use strict";function n(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}e.d(a,"a",(function(){return o}));const o=n()},NJ4a:function(t,a,e){"use strict";function n(t){setTimeout(()=>{throw t},0)}e.d(a,"a",(function(){return n}))},NXyV:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("HDdC"),o=e("Cfvw"),c=e("EY2u");function s(t){return new n.a(a=>{let e;try{e=t()}catch(n){return void a.error(n)}return(e?Object(o.a)(e):Object(c.b)()).subscribe(a)})}},PqYM:function(t,a,e){"use strict";e.d(a,"a",(function(){return l}));var n=e("HDdC"),o=e("D0XW"),c=e("Y7HM"),s=e("z+Ro");function l(t=0,a,e){let l=-1;return Object(c.a)(a)?l=Number(a)<1?1:Number(a):Object(s.a)(a)&&(e=a),Object(s.a)(e)||(e=o.a),new n.a(a=>{const n=Object(c.a)(t)?t:+t-e.now();return e.schedule(i,n,{index:0,period:l,subscriber:a})})}function i(t){const{index:a,period:e,subscriber:n}=t;if(n.next(a),!n.closed){if(-1===e)return n.complete();t.index=a+1,this.schedule(t,e)}}},R0Ic:function(t,a,e){"use strict";e.d(a,"a",(function(){return c})),e.d(a,"b",(function(){return n})),e.d(a,"c",(function(){return o})),e.d(a,"d",(function(){return _})),e.d(a,"e",(function(){return l})),e.d(a,"f",(function(){return u})),e.d(a,"g",(function(){return f})),e.d(a,"h",(function(){return A})),e.d(a,"i",(function(){return i})),e.d(a,"j",(function(){return r})),e.d(a,"k",(function(){return b})),e.d(a,"l",(function(){return d})),e.d(a,"m",(function(){return s})),e.d(a,"n",(function(){return I})),e.d(a,"o",(function(){return D}));class n{}class o{}const c="*";function s(t,a){return{type:7,name:t,definitions:a,options:{}}}function l(t,a=null){return{type:4,styles:a,timings:t}}function i(t,a=null){return{type:2,steps:t,options:a}}function b(t){return{type:6,styles:t,offset:null}}function r(t,a,e){return{type:0,name:t,styles:a,options:e}}function f(t){return{type:5,steps:t}}function d(t,a,e=null){return{type:1,expr:t,animation:a,options:e}}function u(t=null){return{type:9,options:t}}function A(t,a,e=null){return{type:11,selector:t,animation:a,options:e}}function L(t){Promise.resolve(null).then(t)}class _{constructor(t=0,a=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this.parentPlayer=null,this.totalTime=t+a}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}onStart(t){this._onStartFns.push(t)}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){L(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(t=>t()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){}setPosition(t){}getPosition(){return 0}triggerCallback(t){const a="start"==t?this._onStartFns:this._onDoneFns;a.forEach(t=>t()),a.length=0}}class I{constructor(t){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=t;let a=0,e=0,n=0;const o=this.players.length;0==o?L(()=>this._onFinish()):this.players.forEach(t=>{t.onDone(()=>{++a==o&&this._onFinish()}),t.onDestroy(()=>{++e==o&&this._onDestroy()}),t.onStart(()=>{++n==o&&this._onStart()})}),this.totalTime=this.players.reduce((t,a)=>Math.max(t,a.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}init(){this.players.forEach(t=>t.init())}onStart(t){this._onStartFns.push(t)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(t=>t()),this._onStartFns=[])}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(t=>t.play())}pause(){this.players.forEach(t=>t.pause())}restart(){this.players.forEach(t=>t.restart())}finish(){this._onFinish(),this.players.forEach(t=>t.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(t=>t.destroy()),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){this.players.forEach(t=>t.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(t){const a=t*this.totalTime;this.players.forEach(t=>{const e=t.totalTime?Math.min(1,a/t.totalTime):1;t.setPosition(e)})}getPosition(){let t=0;return this.players.forEach(a=>{const e=a.getPosition();t=Math.min(e,t)}),t}beforeDestroy(){this.players.forEach(t=>{t.beforeDestroy&&t.beforeDestroy()})}triggerCallback(t){const a="start"==t?this._onStartFns:this._onDoneFns;a.forEach(t=>t()),a.length=0}}const D="!"},R1ws:function(t,a,e){"use strict";e.d(a,"a",(function(){return La})),e.d(a,"b",(function(){return Ia}));var n=e("fXoL"),o=e("jhN1"),c=e("R0Ic");function s(){return"undefined"!=typeof process&&"[object process]"==={}.toString.call(process)}function l(t){switch(t.length){case 0:return new c.d;case 1:return t[0];default:return new c.n(t)}}function i(t,a,e,n,o={},s={}){const l=[],i=[];let b=-1,r=null;if(n.forEach(t=>{const e=t.offset,n=e==b,f=n&&r||{};Object.keys(t).forEach(e=>{let n=e,i=t[e];if("offset"!==e)switch(n=a.normalizePropertyName(n,l),i){case c.o:i=o[e];break;case c.a:i=s[e];break;default:i=a.normalizeStyleValue(e,n,i,l)}f[n]=i}),n||i.push(f),r=f,b=e}),l.length){const t="\n - ";throw new Error(`Unable to animate due to the following errors:${t}${l.join(t)}`)}return i}function b(t,a,e,n){switch(a){case"start":t.onStart(()=>n(e&&r(e,"start",t)));break;case"done":t.onDone(()=>n(e&&r(e,"done",t)));break;case"destroy":t.onDestroy(()=>n(e&&r(e,"destroy",t)))}}function r(t,a,e){const n=e.totalTime,o=f(t.element,t.triggerName,t.fromState,t.toState,a||t.phaseName,null==n?t.totalTime:n,!!e.disabled),c=t._data;return null!=c&&(o._data=c),o}function f(t,a,e,n,o="",c=0,s){return{element:t,triggerName:a,fromState:e,toState:n,phaseName:o,totalTime:c,disabled:!!s}}function d(t,a,e){let n;return t instanceof Map?(n=t.get(a),n||t.set(a,n=e)):(n=t[a],n||(n=t[a]=e)),n}function u(t){const a=t.indexOf(":");return[t.substring(1,a),t.substr(a+1)]}let A=(t,a)=>!1,L=(t,a)=>!1,_=(t,a,e)=>[];const I=s();(I||"undefined"!=typeof Element)&&(A=(t,a)=>t.contains(a),L=(()=>{if(I||Element.prototype.matches)return(t,a)=>t.matches(a);{const t=Element.prototype,a=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;return a?(t,e)=>a.apply(t,[e]):L}})(),_=(t,a,e)=>{let n=[];if(e)n.push(...t.querySelectorAll(a));else{const e=t.querySelector(a);e&&n.push(e)}return n});let D=null,m=!1;function C(t){D||(D=("undefined"!=typeof document?document.body:null)||{},m=!!D.style&&"WebkitAppearance"in D.style);let a=!0;return D.style&&!function(t){return"ebkit"==t.substring(1,6)}(t)&&(a=t in D.style,!a&&m)&&(a="Webkit"+t.charAt(0).toUpperCase()+t.substr(1)in D.style),a}const S=L,h=A,g=_;function G(t){const a={};return Object.keys(t).forEach(e=>{const n=e.replace(/([a-z])([A-Z])/g,"$1-$2");a[n]=t[e]}),a}let T=(()=>{class t{validateStyleProperty(t){return C(t)}matchesElement(t,a){return S(t,a)}containsElement(t,a){return h(t,a)}query(t,a,e){return g(t,a,e)}computeStyle(t,a,e){return e||""}animate(t,a,e,n,o,s=[],l){return new c.d(e,n)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),p=(()=>{class t{}return t.NOOP=new T,t})();function k(t){if("number"==typeof t)return t;const a=t.match(/^(-?[\.\d]+)(m?s)/);return!a||a.length<2?0:v(parseFloat(a[1]),a[2])}function v(t,a){switch(a){case"s":return 1e3*t;default:return t}}function y(t,a,e){return t.hasOwnProperty("duration")?t:function(t,a,e){let n,o=0,c="";if("string"==typeof t){const e=t.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===e)return a.push(`The provided timing value "${t}" is invalid.`),{duration:0,delay:0,easing:""};n=v(parseFloat(e[1]),e[2]);const s=e[3];null!=s&&(o=v(parseFloat(s),e[4]));const l=e[5];l&&(c=l)}else n=t;if(!e){let e=!1,c=a.length;n<0&&(a.push("Duration values below 0 are not allowed for this animation step."),e=!0),o<0&&(a.push("Delay values below 0 are not allowed for this animation step."),e=!0),e&&a.splice(c,0,`The provided timing value "${t}" is invalid.`)}return{duration:n,delay:o,easing:c}}(t,a,e)}function O(t,a={}){return Object.keys(t).forEach(e=>{a[e]=t[e]}),a}function B(t,a,e={}){if(a)for(let n in t)e[n]=t[n];else O(t,e);return e}function F(t,a,e){return e?a+":"+e+";":""}function E(t){let a="";for(let e=0;e{const o=N(n);e&&!e.hasOwnProperty(n)&&(e[n]=t.style[o]),t.style[o]=a[n]}),s()&&E(t))}function M(t,a){t.style&&(Object.keys(a).forEach(a=>{const e=N(a);t.style[e]=""}),s()&&E(t))}function j(t){return Array.isArray(t)?1==t.length?t[0]:Object(c.i)(t):t}const x=new RegExp("{{\\s*(.+?)\\s*}}","g");function V(t){let a=[];if("string"==typeof t){let e;for(;e=x.exec(t);)a.push(e[1]);x.lastIndex=0}return a}function H(t,a,e){const n=t.toString(),o=n.replace(x,(t,n)=>{let o=a[n];return a.hasOwnProperty(n)||(e.push("Please provide a value for the animation param "+n),o=""),o.toString()});return o==n?t:o}function R(t){const a=[];let e=t.next();for(;!e.done;)a.push(e.value),e=t.next();return a}const P=/-+([a-z0-9])/g;function N(t){return t.replace(P,(...t)=>t[1].toUpperCase())}function U(t,a){return 0===t||0===a}function W(t,a,e){const n=Object.keys(e);if(n.length&&a.length){let c=a[0],s=[];if(n.forEach(t=>{c.hasOwnProperty(t)||s.push(t),c[t]=e[t]}),s.length)for(var o=1;ofunction(t,a,e){if(":"==t[0]){const n=function(t,a){switch(t){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(t,a)=>parseFloat(a)>parseFloat(t);case":decrement":return(t,a)=>parseFloat(a) *"}}(t,e);if("function"==typeof n)return void a.push(n);t=n}const n=t.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==n||n.length<4)return e.push(`The provided transition expression "${t}" is not supported`),a;const o=n[1],c=n[2],s=n[3];a.push(Q(o,s)),"<"!=c[0]||"*"==o&&"*"==s||a.push(Q(s,o))}(t,e,a)):e.push(t),e}const q=new Set(["true","1"]),X=new Set(["false","0"]);function Q(t,a){const e=q.has(t)||X.has(t),n=q.has(a)||X.has(a);return(o,c)=>{let s="*"==t||t==o,l="*"==a||a==c;return!s&&e&&"boolean"==typeof o&&(s=o?q.has(t):X.has(t)),!l&&n&&"boolean"==typeof c&&(l=c?q.has(a):X.has(a)),s&&l}}const K=new RegExp("s*:selfs*,?","g");function Z(t,a,e){return new Y(t).build(a,e)}class Y{constructor(t){this._driver=t}build(t,a){const e=new tt(a);return this._resetContextStyleTimingState(e),$(this,j(t),e)}_resetContextStyleTimingState(t){t.currentQuerySelector="",t.collectedStyles={},t.collectedStyles[""]={},t.currentTime=0}visitTrigger(t,a){let e=a.queryCount=0,n=a.depCount=0;const o=[],c=[];return"@"==t.name.charAt(0)&&a.errors.push("animation triggers cannot be prefixed with an `@` sign (e.g. trigger('@foo', [...]))"),t.definitions.forEach(t=>{if(this._resetContextStyleTimingState(a),0==t.type){const e=t,n=e.name;n.toString().split(/\s*,\s*/).forEach(t=>{e.name=t,o.push(this.visitState(e,a))}),e.name=n}else if(1==t.type){const o=this.visitTransition(t,a);e+=o.queryCount,n+=o.depCount,c.push(o)}else a.errors.push("only state() and transition() definitions can sit inside of a trigger()")}),{type:7,name:t.name,states:o,transitions:c,queryCount:e,depCount:n,options:null}}visitState(t,a){const e=this.visitStyle(t.styles,a),n=t.options&&t.options.params||null;if(e.containsDynamicStyles){const o=new Set,c=n||{};if(e.styles.forEach(t=>{if(at(t)){const a=t;Object.keys(a).forEach(t=>{V(a[t]).forEach(t=>{c.hasOwnProperty(t)||o.add(t)})})}}),o.size){const e=R(o.values());a.errors.push(`state("${t.name}", ...) must define default values for all the following style substitutions: ${e.join(", ")}`)}}return{type:0,name:t.name,style:e,options:n?{params:n}:null}}visitTransition(t,a){a.queryCount=0,a.depCount=0;const e=$(this,j(t.animation),a);return{type:1,matchers:J(t.expr,a.errors),animation:e,queryCount:a.queryCount,depCount:a.depCount,options:et(t.options)}}visitSequence(t,a){return{type:2,steps:t.steps.map(t=>$(this,t,a)),options:et(t.options)}}visitGroup(t,a){const e=a.currentTime;let n=0;const o=t.steps.map(t=>{a.currentTime=e;const o=$(this,t,a);return n=Math.max(n,a.currentTime),o});return a.currentTime=n,{type:3,steps:o,options:et(t.options)}}visitAnimate(t,a){const e=function(t,a){let e=null;if(t.hasOwnProperty("duration"))e=t;else if("number"==typeof t)return nt(y(t,a).duration,0,"");const n=t;if(n.split(/\s+/).some(t=>"{"==t.charAt(0)&&"{"==t.charAt(1))){const t=nt(0,0,"");return t.dynamic=!0,t.strValue=n,t}return e=e||y(n,a),nt(e.duration,e.delay,e.easing)}(t.timings,a.errors);let n;a.currentAnimateTimings=e;let o=t.styles?t.styles:Object(c.k)({});if(5==o.type)n=this.visitKeyframes(o,a);else{let o=t.styles,s=!1;if(!o){s=!0;const t={};e.easing&&(t.easing=e.easing),o=Object(c.k)(t)}a.currentTime+=e.duration+e.delay;const l=this.visitStyle(o,a);l.isEmptyStep=s,n=l}return a.currentAnimateTimings=null,{type:4,timings:e,style:n,options:null}}visitStyle(t,a){const e=this._makeStyleAst(t,a);return this._validateStyleAst(e,a),e}_makeStyleAst(t,a){const e=[];Array.isArray(t.styles)?t.styles.forEach(t=>{"string"==typeof t?t==c.a?e.push(t):a.errors.push(`The provided style string value ${t} is not allowed.`):e.push(t)}):e.push(t.styles);let n=!1,o=null;return e.forEach(t=>{if(at(t)){const a=t,e=a.easing;if(e&&(o=e,delete a.easing),!n)for(let t in a)if(a[t].toString().indexOf("{{")>=0){n=!0;break}}}),{type:6,styles:e,easing:o,offset:t.offset,containsDynamicStyles:n,options:null}}_validateStyleAst(t,a){const e=a.currentAnimateTimings;let n=a.currentTime,o=a.currentTime;e&&o>0&&(o-=e.duration+e.delay),t.styles.forEach(t=>{"string"!=typeof t&&Object.keys(t).forEach(e=>{if(!this._driver.validateStyleProperty(e))return void a.errors.push(`The provided animation property "${e}" is not a supported CSS property for animations`);const c=a.collectedStyles[a.currentQuerySelector],s=c[e];let l=!0;s&&(o!=n&&o>=s.startTime&&n<=s.endTime&&(a.errors.push(`The CSS property "${e}" that exists between the times of "${s.startTime}ms" and "${s.endTime}ms" is also being animated in a parallel animation between the times of "${o}ms" and "${n}ms"`),l=!1),o=s.startTime),l&&(c[e]={startTime:o,endTime:n}),a.options&&function(t,a,e){const n=a.params||{},o=V(t);o.length&&o.forEach(t=>{n.hasOwnProperty(t)||e.push(`Unable to resolve the local animation param ${t} in the given list of values`)})}(t[e],a.options,a.errors)})})}visitKeyframes(t,a){const e={type:5,styles:[],options:null};if(!a.currentAnimateTimings)return a.errors.push("keyframes() must be placed inside of a call to animate()"),e;let n=0;const o=[];let c=!1,s=!1,l=0;const i=t.steps.map(t=>{const e=this._makeStyleAst(t,a);let i=null!=e.offset?e.offset:function(t){if("string"==typeof t)return null;let a=null;if(Array.isArray(t))t.forEach(t=>{if(at(t)&&t.hasOwnProperty("offset")){const e=t;a=parseFloat(e.offset),delete e.offset}});else if(at(t)&&t.hasOwnProperty("offset")){const e=t;a=parseFloat(e.offset),delete e.offset}return a}(e.styles),b=0;return null!=i&&(n++,b=e.offset=i),s=s||b<0||b>1,c=c||b0&&n{const c=r>0?n==f?1:r*n:o[n],s=c*A;a.currentTime=d+u.delay+s,u.duration=s,this._validateStyleAst(t,a),t.offset=c,e.styles.push(t)}),e}visitReference(t,a){return{type:8,animation:$(this,j(t.animation),a),options:et(t.options)}}visitAnimateChild(t,a){return a.depCount++,{type:9,options:et(t.options)}}visitAnimateRef(t,a){return{type:10,animation:this.visitReference(t.animation,a),options:et(t.options)}}visitQuery(t,a){const e=a.currentQuerySelector,n=t.options||{};a.queryCount++,a.currentQuery=t;const[o,c]=function(t){const a=!!t.split(/\s*,\s*/).find(t=>":self"==t);return a&&(t=t.replace(K,"")),[t=t.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,t=>".ng-trigger-"+t.substr(1)).replace(/:animating/g,".ng-animating"),a]}(t.selector);a.currentQuerySelector=e.length?e+" "+o:o,d(a.collectedStyles,a.currentQuerySelector,{});const s=$(this,j(t.animation),a);return a.currentQuery=null,a.currentQuerySelector=e,{type:11,selector:o,limit:n.limit||0,optional:!!n.optional,includeSelf:c,animation:s,originalSelector:t.selector,options:et(t.options)}}visitStagger(t,a){a.currentQuery||a.errors.push("stagger() can only be used inside of query()");const e="full"===t.timings?{duration:0,delay:0,easing:"full"}:y(t.timings,a.errors,!0);return{type:12,animation:$(this,j(t.animation),a),timings:e,options:null}}}class tt{constructor(t){this.errors=t,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null}}function at(t){return!Array.isArray(t)&&"object"==typeof t}function et(t){var a;return t?(t=O(t)).params&&(t.params=(a=t.params)?O(a):null):t={},t}function nt(t,a,e){return{duration:t,delay:a,easing:e}}function ot(t,a,e,n,o,c,s=null,l=!1){return{type:1,element:t,keyframes:a,preStyleProps:e,postStyleProps:n,duration:o,delay:c,totalTime:o+c,easing:s,subTimeline:l}}class ct{constructor(){this._map=new Map}consume(t){let a=this._map.get(t);return a?this._map.delete(t):a=[],a}append(t,a){let e=this._map.get(t);e||this._map.set(t,e=[]),e.push(...a)}has(t){return this._map.has(t)}clear(){this._map.clear()}}const st=new RegExp(":enter","g"),lt=new RegExp(":leave","g");function it(t,a,e,n,o,c={},s={},l,i,b=[]){return(new bt).buildKeyframes(t,a,e,n,o,c,s,l,i,b)}class bt{buildKeyframes(t,a,e,n,o,c,s,l,i,b=[]){i=i||new ct;const r=new ft(t,a,i,n,o,b,[]);r.options=l,r.currentTimeline.setStyles([c],null,r.errors,l),$(this,e,r);const f=r.timelines.filter(t=>t.containsAnimation());if(f.length&&Object.keys(s).length){const t=f[f.length-1];t.allowOnlyTimelineStyles()||t.setStyles([s],null,r.errors,l)}return f.length?f.map(t=>t.buildKeyframes()):[ot(a,[],[],[],0,0,"",!1)]}visitTrigger(t,a){}visitState(t,a){}visitTransition(t,a){}visitAnimateChild(t,a){const e=a.subInstructions.consume(a.element);if(e){const n=a.createSubContext(t.options),o=a.currentTimeline.currentTime,c=this._visitSubInstructions(e,n,n.options);o!=c&&a.transformIntoNewTimeline(c)}a.previousNode=t}visitAnimateRef(t,a){const e=a.createSubContext(t.options);e.transformIntoNewTimeline(),this.visitReference(t.animation,e),a.transformIntoNewTimeline(e.currentTimeline.currentTime),a.previousNode=t}_visitSubInstructions(t,a,e){let n=a.currentTimeline.currentTime;const o=null!=e.duration?k(e.duration):null,c=null!=e.delay?k(e.delay):null;return 0!==o&&t.forEach(t=>{const e=a.appendInstructionToTimeline(t,o,c);n=Math.max(n,e.duration+e.delay)}),n}visitReference(t,a){a.updateOptions(t.options,!0),$(this,t.animation,a),a.previousNode=t}visitSequence(t,a){const e=a.subContextCount;let n=a;const o=t.options;if(o&&(o.params||o.delay)&&(n=a.createSubContext(o),n.transformIntoNewTimeline(),null!=o.delay)){6==n.previousNode.type&&(n.currentTimeline.snapshotCurrentStyles(),n.previousNode=rt);const t=k(o.delay);n.delayNextStep(t)}t.steps.length&&(t.steps.forEach(t=>$(this,t,n)),n.currentTimeline.applyStylesToKeyframe(),n.subContextCount>e&&n.transformIntoNewTimeline()),a.previousNode=t}visitGroup(t,a){const e=[];let n=a.currentTimeline.currentTime;const o=t.options&&t.options.delay?k(t.options.delay):0;t.steps.forEach(c=>{const s=a.createSubContext(t.options);o&&s.delayNextStep(o),$(this,c,s),n=Math.max(n,s.currentTimeline.currentTime),e.push(s.currentTimeline)}),e.forEach(t=>a.currentTimeline.mergeTimelineCollectedStyles(t)),a.transformIntoNewTimeline(n),a.previousNode=t}_visitTiming(t,a){if(t.dynamic){const e=t.strValue;return y(a.params?H(e,a.params,a.errors):e,a.errors)}return{duration:t.duration,delay:t.delay,easing:t.easing}}visitAnimate(t,a){const e=a.currentAnimateTimings=this._visitTiming(t.timings,a),n=a.currentTimeline;e.delay&&(a.incrementTime(e.delay),n.snapshotCurrentStyles());const o=t.style;5==o.type?this.visitKeyframes(o,a):(a.incrementTime(e.duration),this.visitStyle(o,a),n.applyStylesToKeyframe()),a.currentAnimateTimings=null,a.previousNode=t}visitStyle(t,a){const e=a.currentTimeline,n=a.currentAnimateTimings;!n&&e.getCurrentStyleProperties().length&&e.forwardFrame();const o=n&&n.easing||t.easing;t.isEmptyStep?e.applyEmptyStep(o):e.setStyles(t.styles,o,a.errors,a.options),a.previousNode=t}visitKeyframes(t,a){const e=a.currentAnimateTimings,n=a.currentTimeline.duration,o=e.duration,c=a.createSubContext().currentTimeline;c.easing=e.easing,t.styles.forEach(t=>{c.forwardTime((t.offset||0)*o),c.setStyles(t.styles,t.easing,a.errors,a.options),c.applyStylesToKeyframe()}),a.currentTimeline.mergeTimelineCollectedStyles(c),a.transformIntoNewTimeline(n+o),a.previousNode=t}visitQuery(t,a){const e=a.currentTimeline.currentTime,n=t.options||{},o=n.delay?k(n.delay):0;o&&(6===a.previousNode.type||0==e&&a.currentTimeline.getCurrentStyleProperties().length)&&(a.currentTimeline.snapshotCurrentStyles(),a.previousNode=rt);let c=e;const s=a.invokeQuery(t.selector,t.originalSelector,t.limit,t.includeSelf,!!n.optional,a.errors);a.currentQueryTotal=s.length;let l=null;s.forEach((e,n)=>{a.currentQueryIndex=n;const s=a.createSubContext(t.options,e);o&&s.delayNextStep(o),e===a.element&&(l=s.currentTimeline),$(this,t.animation,s),s.currentTimeline.applyStylesToKeyframe(),c=Math.max(c,s.currentTimeline.currentTime)}),a.currentQueryIndex=0,a.currentQueryTotal=0,a.transformIntoNewTimeline(c),l&&(a.currentTimeline.mergeTimelineCollectedStyles(l),a.currentTimeline.snapshotCurrentStyles()),a.previousNode=t}visitStagger(t,a){const e=a.parentContext,n=a.currentTimeline,o=t.timings,c=Math.abs(o.duration),s=c*(a.currentQueryTotal-1);let l=c*a.currentQueryIndex;switch(o.duration<0?"reverse":o.easing){case"reverse":l=s-l;break;case"full":l=e.currentStaggerTime}const i=a.currentTimeline;l&&i.delayNextStep(l);const b=i.currentTime;$(this,t.animation,a),a.previousNode=t,e.currentStaggerTime=n.currentTime-b+(n.startTime-e.currentTimeline.startTime)}}const rt={};class ft{constructor(t,a,e,n,o,c,s,l){this._driver=t,this.element=a,this.subInstructions=e,this._enterClassName=n,this._leaveClassName=o,this.errors=c,this.timelines=s,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=rt,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=l||new dt(this._driver,a,0),s.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(t,a){if(!t)return;const e=t;let n=this.options;null!=e.duration&&(n.duration=k(e.duration)),null!=e.delay&&(n.delay=k(e.delay));const o=e.params;if(o){let t=n.params;t||(t=this.options.params={}),Object.keys(o).forEach(e=>{a&&t.hasOwnProperty(e)||(t[e]=H(o[e],t,this.errors))})}}_copyOptions(){const t={};if(this.options){const a=this.options.params;if(a){const e=t.params={};Object.keys(a).forEach(t=>{e[t]=a[t]})}}return t}createSubContext(t=null,a,e){const n=a||this.element,o=new ft(this._driver,n,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(n,e||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(t),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o}transformIntoNewTimeline(t){return this.previousNode=rt,this.currentTimeline=this.currentTimeline.fork(this.element,t),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(t,a,e){const n={duration:null!=a?a:t.duration,delay:this.currentTimeline.currentTime+(null!=e?e:0)+t.delay,easing:""},o=new ut(this._driver,t.element,t.keyframes,t.preStyleProps,t.postStyleProps,n,t.stretchStartingKeyframe);return this.timelines.push(o),n}incrementTime(t){this.currentTimeline.forwardTime(this.currentTimeline.duration+t)}delayNextStep(t){t>0&&this.currentTimeline.delayNextStep(t)}invokeQuery(t,a,e,n,o,c){let s=[];if(n&&s.push(this.element),t.length>0){t=(t=t.replace(st,"."+this._enterClassName)).replace(lt,"."+this._leaveClassName);let a=this._driver.query(this.element,t,1!=e);0!==e&&(a=e<0?a.slice(a.length+e,a.length):a.slice(0,e)),s.push(...a)}return o||0!=s.length||c.push(`\`query("${a}")\` returned zero elements. (Use \`query("${a}", { optional: true })\` if you wish to allow this.)`),s}}class dt{constructor(t,a,e,n){this._driver=t,this.element=a,this.startTime=e,this._elementTimelineStylesLookup=n,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(a),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(a,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}}getCurrentStyleProperties(){return Object.keys(this._currentKeyframe)}get currentTime(){return this.startTime+this.duration}delayNextStep(t){const a=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||a?(this.forwardTime(this.currentTime+t),a&&this.snapshotCurrentStyles()):this.startTime+=t}fork(t,a){return this.applyStylesToKeyframe(),new dt(this._driver,t,a||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(t){this.applyStylesToKeyframe(),this.duration=t,this._loadKeyframe()}_updateStyle(t,a){this._localTimelineStyles[t]=a,this._globalTimelineStyles[t]=a,this._styleSummary[t]={time:this.currentTime,value:a}}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(t){t&&(this._previousKeyframe.easing=t),Object.keys(this._globalTimelineStyles).forEach(t=>{this._backFill[t]=this._globalTimelineStyles[t]||c.a,this._currentKeyframe[t]=c.a}),this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(t,a,e,n){a&&(this._previousKeyframe.easing=a);const o=n&&n.params||{},s=function(t,a){const e={};let n;return t.forEach(t=>{"*"===t?(n=n||Object.keys(a),n.forEach(t=>{e[t]=c.a})):B(t,!1,e)}),e}(t,this._globalTimelineStyles);Object.keys(s).forEach(t=>{const a=H(s[t],o,e);this._pendingStyles[t]=a,this._localTimelineStyles.hasOwnProperty(t)||(this._backFill[t]=this._globalTimelineStyles.hasOwnProperty(t)?this._globalTimelineStyles[t]:c.a),this._updateStyle(t,a)})}applyStylesToKeyframe(){const t=this._pendingStyles,a=Object.keys(t);0!=a.length&&(this._pendingStyles={},a.forEach(a=>{this._currentKeyframe[a]=t[a]}),Object.keys(this._localTimelineStyles).forEach(t=>{this._currentKeyframe.hasOwnProperty(t)||(this._currentKeyframe[t]=this._localTimelineStyles[t])}))}snapshotCurrentStyles(){Object.keys(this._localTimelineStyles).forEach(t=>{const a=this._localTimelineStyles[t];this._pendingStyles[t]=a,this._updateStyle(t,a)})}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const t=[];for(let a in this._currentKeyframe)t.push(a);return t}mergeTimelineCollectedStyles(t){Object.keys(t._styleSummary).forEach(a=>{const e=this._styleSummary[a],n=t._styleSummary[a];(!e||n.time>e.time)&&this._updateStyle(a,n.value)})}buildKeyframes(){this.applyStylesToKeyframe();const t=new Set,a=new Set,e=1===this._keyframes.size&&0===this.duration;let n=[];this._keyframes.forEach((o,s)=>{const l=B(o,!0);Object.keys(l).forEach(e=>{const n=l[e];n==c.o?t.add(e):n==c.a&&a.add(e)}),e||(l.offset=s/this.duration),n.push(l)});const o=t.size?R(t.values()):[],s=a.size?R(a.values()):[];if(e){const t=n[0],a=O(t);t.offset=0,a.offset=1,n=[t,a]}return ot(this.element,n,o,s,this.duration,this.startTime,this.easing,!1)}}class ut extends dt{constructor(t,a,e,n,o,c,s=!1){super(t,a,c.delay),this.element=a,this.keyframes=e,this.preStyleProps=n,this.postStyleProps=o,this._stretchStartingKeyframe=s,this.timings={duration:c.duration,delay:c.delay,easing:c.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let t=this.keyframes,{delay:a,duration:e,easing:n}=this.timings;if(this._stretchStartingKeyframe&&a){const o=[],c=e+a,s=a/c,l=B(t[0],!1);l.offset=0,o.push(l);const i=B(t[0],!1);i.offset=At(s),o.push(i);const b=t.length-1;for(let n=1;n<=b;n++){let s=B(t[n],!1);s.offset=At((a+s.offset*e)/c),o.push(s)}e=c,a=0,n="",t=o}return ot(this.element,t,this.preStyleProps,this.postStyleProps,e,a,n,!0)}}function At(t,a=3){const e=Math.pow(10,a-1);return Math.round(t*e)/e}class Lt{}class _t extends Lt{normalizePropertyName(t,a){return N(t)}normalizeStyleValue(t,a,e,n){let o="";const c=e.toString().trim();if(It[a]&&0!==e&&"0"!==e)if("number"==typeof e)o="px";else{const a=e.match(/^[+-]?[\d\.]+([a-z]*)$/);a&&0==a[1].length&&n.push(`Please provide a CSS unit value for ${t}:${e}`)}return c+o}}const It=(()=>function(t){const a={};return t.forEach(t=>a[t]=!0),a}("width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",")))();function Dt(t,a,e,n,o,c,s,l,i,b,r,f,d){return{type:0,element:t,triggerName:a,isRemovalTransition:o,fromState:e,fromStyles:c,toState:n,toStyles:s,timelines:l,queriedElements:i,preStyleProps:b,postStyleProps:r,totalTime:f,errors:d}}const mt={};class Ct{constructor(t,a,e){this._triggerName=t,this.ast=a,this._stateStyles=e}match(t,a,e,n){return function(t,a,e,n,o){return t.some(t=>t(a,e,n,o))}(this.ast.matchers,t,a,e,n)}buildStyles(t,a,e){const n=this._stateStyles["*"],o=this._stateStyles[t],c=n?n.buildStyles(a,e):{};return o?o.buildStyles(a,e):c}build(t,a,e,n,o,c,s,l,i,b){const r=[],f=this.ast.options&&this.ast.options.params||mt,u=this.buildStyles(e,s&&s.params||mt,r),A=l&&l.params||mt,L=this.buildStyles(n,A,r),_=new Set,I=new Map,D=new Map,m="void"===n,C={params:Object.assign(Object.assign({},f),A)},S=b?[]:it(t,a,this.ast.animation,o,c,u,L,C,i,r);let h=0;if(S.forEach(t=>{h=Math.max(t.duration+t.delay,h)}),r.length)return Dt(a,this._triggerName,e,n,m,u,L,[],[],I,D,h,r);S.forEach(t=>{const e=t.element,n=d(I,e,{});t.preStyleProps.forEach(t=>n[t]=!0);const o=d(D,e,{});t.postStyleProps.forEach(t=>o[t]=!0),e!==a&&_.add(e)});const g=R(_.values());return Dt(a,this._triggerName,e,n,m,u,L,S,g,I,D,h)}}class St{constructor(t,a){this.styles=t,this.defaultParams=a}buildStyles(t,a){const e={},n=O(this.defaultParams);return Object.keys(t).forEach(a=>{const e=t[a];null!=e&&(n[a]=e)}),this.styles.styles.forEach(t=>{if("string"!=typeof t){const o=t;Object.keys(o).forEach(t=>{let c=o[t];c.length>1&&(c=H(c,n,a)),e[t]=c})}}),e}}class ht{constructor(t,a){this.name=t,this.ast=a,this.transitionFactories=[],this.states={},a.states.forEach(t=>{this.states[t.name]=new St(t.style,t.options&&t.options.params||{})}),gt(this.states,"true","1"),gt(this.states,"false","0"),a.transitions.forEach(a=>{this.transitionFactories.push(new Ct(t,a,this.states))}),this.fallbackTransition=new Ct(t,{type:1,animation:{type:2,steps:[],options:null},matchers:[(t,a)=>!0],options:null,queryCount:0,depCount:0},this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(t,a,e,n){return this.transitionFactories.find(o=>o.match(t,a,e,n))||null}matchStyles(t,a,e){return this.fallbackTransition.buildStyles(t,a,e)}}function gt(t,a,e){t.hasOwnProperty(a)?t.hasOwnProperty(e)||(t[e]=t[a]):t.hasOwnProperty(e)&&(t[a]=t[e])}const Gt=new ct;class Tt{constructor(t,a,e){this.bodyNode=t,this._driver=a,this._normalizer=e,this._animations={},this._playersById={},this.players=[]}register(t,a){const e=[],n=Z(this._driver,a,e);if(e.length)throw new Error("Unable to build the animation due to the following errors: "+e.join("\n"));this._animations[t]=n}_buildPlayer(t,a,e){const n=t.element,o=i(0,this._normalizer,0,t.keyframes,a,e);return this._driver.animate(n,o,t.duration,t.delay,t.easing,[],!0)}create(t,a,e={}){const n=[],o=this._animations[t];let s;const i=new Map;if(o?(s=it(this._driver,a,o,"ng-enter","ng-leave",{},{},e,Gt,n),s.forEach(t=>{const a=d(i,t.element,{});t.postStyleProps.forEach(t=>a[t]=null)})):(n.push("The requested animation doesn't exist or has already been destroyed"),s=[]),n.length)throw new Error("Unable to create the animation due to the following errors: "+n.join("\n"));i.forEach((t,a)=>{Object.keys(t).forEach(e=>{t[e]=this._driver.computeStyle(a,e,c.a)})});const b=l(s.map(t=>{const a=i.get(t.element);return this._buildPlayer(t,{},a)}));return this._playersById[t]=b,b.onDestroy(()=>this.destroy(t)),this.players.push(b),b}destroy(t){const a=this._getPlayer(t);a.destroy(),delete this._playersById[t];const e=this.players.indexOf(a);e>=0&&this.players.splice(e,1)}_getPlayer(t){const a=this._playersById[t];if(!a)throw new Error("Unable to find the timeline player referenced by "+t);return a}listen(t,a,e,n){const o=f(a,"","","");return b(this._getPlayer(t),e,o,n),()=>{}}command(t,a,e,n){if("register"==e)return void this.register(t,n[0]);if("create"==e)return void this.create(t,a,n[0]||{});const o=this._getPlayer(t);switch(e){case"play":o.play();break;case"pause":o.pause();break;case"reset":o.reset();break;case"restart":o.restart();break;case"finish":o.finish();break;case"init":o.init();break;case"setPosition":o.setPosition(parseFloat(n[0]));break;case"destroy":this.destroy(t)}}}const pt=[],kt={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},vt={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0};class yt{constructor(t,a=""){this.namespaceId=a;const e=t&&t.hasOwnProperty("value");if(this.value=null!=(n=e?t.value:t)?n:null,e){const a=O(t);delete a.value,this.options=a}else this.options={};var n;this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(t){const a=t.params;if(a){const t=this.options.params;Object.keys(a).forEach(e=>{null==t[e]&&(t[e]=a[e])})}}}const Ot=new yt("void");class Bt{constructor(t,a,e){this.id=t,this.hostElement=a,this._engine=e,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+t,Vt(a,this._hostClassName)}listen(t,a,e,n){if(!this._triggers.hasOwnProperty(a))throw new Error(`Unable to listen on the animation trigger event "${e}" because the animation trigger "${a}" doesn't exist!`);if(null==e||0==e.length)throw new Error(`Unable to listen on the animation trigger "${a}" because the provided event is undefined!`);if("start"!=(o=e)&&"done"!=o)throw new Error(`The provided animation trigger event "${e}" for the animation trigger "${a}" is not supported!`);var o;const c=d(this._elementListeners,t,[]),s={name:a,phase:e,callback:n};c.push(s);const l=d(this._engine.statesByElement,t,{});return l.hasOwnProperty(a)||(Vt(t,"ng-trigger"),Vt(t,"ng-trigger-"+a),l[a]=Ot),()=>{this._engine.afterFlush(()=>{const t=c.indexOf(s);t>=0&&c.splice(t,1),this._triggers[a]||delete l[a]})}}register(t,a){return!this._triggers[t]&&(this._triggers[t]=a,!0)}_getTrigger(t){const a=this._triggers[t];if(!a)throw new Error(`The provided animation trigger "${t}" has not been registered!`);return a}trigger(t,a,e,n=!0){const o=this._getTrigger(a),c=new Et(this.id,a,t);let s=this._engine.statesByElement.get(t);s||(Vt(t,"ng-trigger"),Vt(t,"ng-trigger-"+a),this._engine.statesByElement.set(t,s={}));let l=s[a];const i=new yt(e,this.id);if(!(e&&e.hasOwnProperty("value"))&&l&&i.absorbOptions(l.options),s[a]=i,l||(l=Ot),"void"!==i.value&&l.value===i.value){if(!function(t,a){const e=Object.keys(t),n=Object.keys(a);if(e.length!=n.length)return!1;for(let o=0;o{M(t,e),w(t,n)})}return}const b=d(this._engine.playersByElement,t,[]);b.forEach(t=>{t.namespaceId==this.id&&t.triggerName==a&&t.queued&&t.destroy()});let r=o.matchTransition(l.value,i.value,t,i.params),f=!1;if(!r){if(!n)return;r=o.fallbackTransition,f=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:t,triggerName:a,transition:r,fromState:l,toState:i,player:c,isFallbackTransition:f}),f||(Vt(t,"ng-animate-queued"),c.onStart(()=>{Ht(t,"ng-animate-queued")})),c.onDone(()=>{let a=this.players.indexOf(c);a>=0&&this.players.splice(a,1);const e=this._engine.playersByElement.get(t);if(e){let t=e.indexOf(c);t>=0&&e.splice(t,1)}}),this.players.push(c),b.push(c),c}deregister(t){delete this._triggers[t],this._engine.statesByElement.forEach((a,e)=>{delete a[t]}),this._elementListeners.forEach((a,e)=>{this._elementListeners.set(e,a.filter(a=>a.name!=t))})}clearElementCache(t){this._engine.statesByElement.delete(t),this._elementListeners.delete(t);const a=this._engine.playersByElement.get(t);a&&(a.forEach(t=>t.destroy()),this._engine.playersByElement.delete(t))}_signalRemovalForInnerTriggers(t,a){const e=this._engine.driver.query(t,".ng-trigger",!0);e.forEach(t=>{if(t.__ng_removed)return;const e=this._engine.fetchNamespacesByElement(t);e.size?e.forEach(e=>e.triggerLeaveAnimation(t,a,!1,!0)):this.clearElementCache(t)}),this._engine.afterFlushAnimationsDone(()=>e.forEach(t=>this.clearElementCache(t)))}triggerLeaveAnimation(t,a,e,n){const o=this._engine.statesByElement.get(t);if(o){const c=[];if(Object.keys(o).forEach(a=>{if(this._triggers[a]){const e=this.trigger(t,a,"void",n);e&&c.push(e)}}),c.length)return this._engine.markElementAsRemoved(this.id,t,!0,a),e&&l(c).onDone(()=>this._engine.processLeaveNode(t)),!0}return!1}prepareLeaveAnimationListeners(t){const a=this._elementListeners.get(t);if(a){const e=new Set;a.forEach(a=>{const n=a.name;if(e.has(n))return;e.add(n);const o=this._triggers[n].fallbackTransition,c=this._engine.statesByElement.get(t)[n]||Ot,s=new yt("void"),l=new Et(this.id,n,t);this._engine.totalQueuedPlayers++,this._queue.push({element:t,triggerName:n,transition:o,fromState:c,toState:s,player:l,isFallbackTransition:!0})})}}removeNode(t,a){const e=this._engine;if(t.childElementCount&&this._signalRemovalForInnerTriggers(t,a),this.triggerLeaveAnimation(t,a,!0))return;let n=!1;if(e.totalAnimations){const a=e.players.length?e.playersByQueriedElement.get(t):[];if(a&&a.length)n=!0;else{let a=t;for(;a=a.parentNode;)if(e.statesByElement.get(a)){n=!0;break}}}if(this.prepareLeaveAnimationListeners(t),n)e.markElementAsRemoved(this.id,t,!1,a);else{const n=t.__ng_removed;n&&n!==kt||(e.afterFlush(()=>this.clearElementCache(t)),e.destroyInnerAnimations(t),e._onRemovalComplete(t,a))}}insertNode(t,a){Vt(t,this._hostClassName)}drainQueuedTransitions(t){const a=[];return this._queue.forEach(e=>{const n=e.player;if(n.destroyed)return;const o=e.element,c=this._elementListeners.get(o);c&&c.forEach(a=>{if(a.name==e.triggerName){const n=f(o,e.triggerName,e.fromState.value,e.toState.value);n._data=t,b(e.player,a.phase,n,a.callback)}}),n.markedForDestroy?this._engine.afterFlush(()=>{n.destroy()}):a.push(e)}),this._queue=[],a.sort((t,a)=>{const e=t.transition.ast.depCount,n=a.transition.ast.depCount;return 0==e||0==n?e-n:this._engine.driver.containsElement(t.element,a.element)?1:-1})}destroy(t){this.players.forEach(t=>t.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,t)}elementContainsData(t){let a=!1;return this._elementListeners.has(t)&&(a=!0),a=!!this._queue.find(a=>a.element===t)||a,a}}class Ft{constructor(t,a,e){this.bodyNode=t,this.driver=a,this._normalizer=e,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(t,a)=>{}}_onRemovalComplete(t,a){this.onRemovalComplete(t,a)}get queuedPlayers(){const t=[];return this._namespaceList.forEach(a=>{a.players.forEach(a=>{a.queued&&t.push(a)})}),t}createNamespace(t,a){const e=new Bt(t,a,this);return a.parentNode?this._balanceNamespaceList(e,a):(this.newHostElements.set(a,e),this.collectEnterElement(a)),this._namespaceLookup[t]=e}_balanceNamespaceList(t,a){const e=this._namespaceList.length-1;if(e>=0){let n=!1;for(let o=e;o>=0;o--)if(this.driver.containsElement(this._namespaceList[o].hostElement,a)){this._namespaceList.splice(o+1,0,t),n=!0;break}n||this._namespaceList.splice(0,0,t)}else this._namespaceList.push(t);return this.namespacesByHostElement.set(a,t),t}register(t,a){let e=this._namespaceLookup[t];return e||(e=this.createNamespace(t,a)),e}registerTrigger(t,a,e){let n=this._namespaceLookup[t];n&&n.register(a,e)&&this.totalAnimations++}destroy(t,a){if(!t)return;const e=this._fetchNamespace(t);this.afterFlush(()=>{this.namespacesByHostElement.delete(e.hostElement),delete this._namespaceLookup[t];const a=this._namespaceList.indexOf(e);a>=0&&this._namespaceList.splice(a,1)}),this.afterFlushAnimationsDone(()=>e.destroy(a))}_fetchNamespace(t){return this._namespaceLookup[t]}fetchNamespacesByElement(t){const a=new Set,e=this.statesByElement.get(t);if(e){const t=Object.keys(e);for(let n=0;n=0&&this.collectedLeaveElements.splice(t,1)}if(t){const n=this._fetchNamespace(t);n&&n.insertNode(a,e)}n&&this.collectEnterElement(a)}collectEnterElement(t){this.collectedEnterElements.push(t)}markElementAsDisabled(t,a){a?this.disabledNodes.has(t)||(this.disabledNodes.add(t),Vt(t,"ng-animate-disabled")):this.disabledNodes.has(t)&&(this.disabledNodes.delete(t),Ht(t,"ng-animate-disabled"))}removeNode(t,a,e,n){if(wt(a)){const o=t?this._fetchNamespace(t):null;if(o?o.removeNode(a,n):this.markElementAsRemoved(t,a,!1,n),e){const e=this.namespacesByHostElement.get(a);e&&e.id!==t&&e.removeNode(a,n)}}else this._onRemovalComplete(a,n)}markElementAsRemoved(t,a,e,n){this.collectedLeaveElements.push(a),a.__ng_removed={namespaceId:t,setForRemoval:n,hasAnimation:e,removedBeforeQueried:!1}}listen(t,a,e,n,o){return wt(a)?this._fetchNamespace(t).listen(a,e,n,o):()=>{}}_buildInstruction(t,a,e,n,o){return t.transition.build(this.driver,t.element,t.fromState.value,t.toState.value,e,n,t.fromState.options,t.toState.options,a,o)}destroyInnerAnimations(t){let a=this.driver.query(t,".ng-trigger",!0);a.forEach(t=>this.destroyActiveAnimationsForElement(t)),0!=this.playersByQueriedElement.size&&(a=this.driver.query(t,".ng-animating",!0),a.forEach(t=>this.finishActiveQueriedAnimationOnElement(t)))}destroyActiveAnimationsForElement(t){const a=this.playersByElement.get(t);a&&a.forEach(t=>{t.queued?t.markedForDestroy=!0:t.destroy()})}finishActiveQueriedAnimationOnElement(t){const a=this.playersByQueriedElement.get(t);a&&a.forEach(t=>t.finish())}whenRenderingDone(){return new Promise(t=>{if(this.players.length)return l(this.players).onDone(()=>t());t()})}processLeaveNode(t){const a=t.__ng_removed;if(a&&a.setForRemoval){if(t.__ng_removed=kt,a.namespaceId){this.destroyInnerAnimations(t);const e=this._fetchNamespace(a.namespaceId);e&&e.clearElementCache(t)}this._onRemovalComplete(t,a.setForRemoval)}this.driver.matchesElement(t,".ng-animate-disabled")&&this.markElementAsDisabled(t,!1),this.driver.query(t,".ng-animate-disabled",!0).forEach(t=>{this.markElementAsDisabled(t,!1)})}flush(t=-1){let a=[];if(this.newHostElements.size&&(this.newHostElements.forEach((t,a)=>this._balanceNamespaceList(t,a)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let e=0;et()),this._flushFns=[],this._whenQuietFns.length){const t=this._whenQuietFns;this._whenQuietFns=[],a.length?l(a).onDone(()=>{t.forEach(t=>t())}):t.forEach(t=>t())}}reportError(t){throw new Error("Unable to process animations due to the following failed trigger transitions\n "+t.join("\n"))}_flushAnimations(t,a){const e=new ct,n=[],o=new Map,s=[],i=new Map,b=new Map,r=new Map,f=new Set;this.disabledNodes.forEach(t=>{f.add(t);const a=this.driver.query(t,".ng-animate-queued",!0);for(let e=0;e{const e="ng-enter"+I++;_.set(a,e),t.forEach(t=>Vt(t,e))});const D=[],m=new Set,C=new Set;for(let c=0;cm.add(t)):C.add(t))}const S=new Map,h=xt(A,Array.from(m));h.forEach((t,a)=>{const e="ng-leave"+I++;S.set(a,e),t.forEach(t=>Vt(t,e))}),t.push(()=>{L.forEach((t,a)=>{const e=_.get(a);t.forEach(t=>Ht(t,e))}),h.forEach((t,a)=>{const e=S.get(a);t.forEach(t=>Ht(t,e))}),D.forEach(t=>{this.processLeaveNode(t)})});const g=[],G=[];for(let c=this._namespaceList.length-1;c>=0;c--)this._namespaceList[c].drainQueuedTransitions(a).forEach(t=>{const a=t.player,o=t.element;if(g.push(a),this.collectedEnterElements.length){const t=o.__ng_removed;if(t&&t.setForMove)return void a.destroy()}const c=!u||!this.driver.containsElement(u,o),l=S.get(o),f=_.get(o),A=this._buildInstruction(t,e,f,l,c);if(A.errors&&A.errors.length)G.push(A);else{if(c)return a.onStart(()=>M(o,A.fromStyles)),a.onDestroy(()=>w(o,A.toStyles)),void n.push(a);if(t.isFallbackTransition)return a.onStart(()=>M(o,A.fromStyles)),a.onDestroy(()=>w(o,A.toStyles)),void n.push(a);A.timelines.forEach(t=>t.stretchStartingKeyframe=!0),e.append(o,A.timelines),s.push({instruction:A,player:a,element:o}),A.queriedElements.forEach(t=>d(i,t,[]).push(a)),A.preStyleProps.forEach((t,a)=>{const e=Object.keys(t);if(e.length){let t=b.get(a);t||b.set(a,t=new Set),e.forEach(a=>t.add(a))}}),A.postStyleProps.forEach((t,a)=>{const e=Object.keys(t);let n=r.get(a);n||r.set(a,n=new Set),e.forEach(t=>n.add(t))})}});if(G.length){const t=[];G.forEach(a=>{t.push(`@${a.triggerName} has failed due to:\n`),a.errors.forEach(a=>t.push(`- ${a}\n`))}),g.forEach(t=>t.destroy()),this.reportError(t)}const T=new Map,p=new Map;s.forEach(t=>{const a=t.element;e.has(a)&&(p.set(a,a),this._beforeAnimationBuild(t.player.namespaceId,t.instruction,T))}),n.forEach(t=>{const a=t.element;this._getPreviousPlayers(a,!1,t.namespaceId,t.triggerName,null).forEach(t=>{d(T,a,[]).push(t),t.destroy()})});const k=D.filter(t=>Pt(t,b,r)),v=new Map;jt(v,this.driver,C,r,c.a).forEach(t=>{Pt(t,b,r)&&k.push(t)});const y=new Map;L.forEach((t,a)=>{jt(y,this.driver,new Set(t),b,c.o)}),k.forEach(t=>{const a=v.get(t),e=y.get(t);v.set(t,Object.assign(Object.assign({},a),e))});const O=[],B=[],F={};s.forEach(t=>{const{element:a,player:c,instruction:s}=t;if(e.has(a)){if(f.has(a))return c.onDestroy(()=>w(a,s.toStyles)),c.disabled=!0,c.overrideTotalTime(s.totalTime),void n.push(c);let t=F;if(p.size>1){let e=a;const n=[];for(;e=e.parentNode;){const a=p.get(e);if(a){t=a;break}n.push(e)}n.forEach(a=>p.set(a,t))}const e=this._buildAnimation(c.namespaceId,s,T,o,y,v);if(c.setRealPlayer(e),t===F)O.push(c);else{const a=this.playersByElement.get(t);a&&a.length&&(c.parentPlayer=l(a)),n.push(c)}}else M(a,s.fromStyles),c.onDestroy(()=>w(a,s.toStyles)),B.push(c),f.has(a)&&n.push(c)}),B.forEach(t=>{const a=o.get(t.element);if(a&&a.length){const e=l(a);t.setRealPlayer(e)}}),n.forEach(t=>{t.parentPlayer?t.syncPlayerEvents(t.parentPlayer):t.destroy()});for(let c=0;c!t.destroyed);n.length?Rt(this,t,n):this.processLeaveNode(t)}return D.length=0,O.forEach(t=>{this.players.push(t),t.onDone(()=>{t.destroy();const a=this.players.indexOf(t);this.players.splice(a,1)}),t.play()}),O}elementContainsData(t,a){let e=!1;const n=a.__ng_removed;return n&&n.setForRemoval&&(e=!0),this.playersByElement.has(a)&&(e=!0),this.playersByQueriedElement.has(a)&&(e=!0),this.statesByElement.has(a)&&(e=!0),this._fetchNamespace(t).elementContainsData(a)||e}afterFlush(t){this._flushFns.push(t)}afterFlushAnimationsDone(t){this._whenQuietFns.push(t)}_getPreviousPlayers(t,a,e,n,o){let c=[];if(a){const a=this.playersByQueriedElement.get(t);a&&(c=a)}else{const a=this.playersByElement.get(t);if(a){const t=!o||"void"==o;a.forEach(a=>{a.queued||(t||a.triggerName==n)&&c.push(a)})}}return(e||n)&&(c=c.filter(t=>!(e&&e!=t.namespaceId||n&&n!=t.triggerName))),c}_beforeAnimationBuild(t,a,e){const n=a.element,o=a.isRemovalTransition?void 0:t,c=a.isRemovalTransition?void 0:a.triggerName;for(const s of a.timelines){const t=s.element,l=t!==n,i=d(e,t,[]);this._getPreviousPlayers(t,l,o,c,a.toState).forEach(t=>{const a=t.getRealPlayer();a.beforeDestroy&&a.beforeDestroy(),t.destroy(),i.push(t)})}M(n,a.fromStyles)}_buildAnimation(t,a,e,n,o,s){const b=a.triggerName,r=a.element,f=[],u=new Set,A=new Set,L=a.timelines.map(a=>{const l=a.element;u.add(l);const d=l.__ng_removed;if(d&&d.removedBeforeQueried)return new c.d(a.duration,a.delay);const L=l!==r,_=function(t){const a=[];return function t(a,e){for(let n=0;nt.getRealPlayer())).filter(t=>!!t.element&&t.element===l),I=o.get(l),D=s.get(l),m=i(0,this._normalizer,0,a.keyframes,I,D),C=this._buildPlayer(a,m,_);if(a.subTimeline&&n&&A.add(l),L){const a=new Et(t,b,l);a.setRealPlayer(C),f.push(a)}return C});f.forEach(t=>{d(this.playersByQueriedElement,t.element,[]).push(t),t.onDone(()=>function(t,a,e){let n;if(t instanceof Map){if(n=t.get(a),n){if(n.length){const t=n.indexOf(e);n.splice(t,1)}0==n.length&&t.delete(a)}}else if(n=t[a],n){if(n.length){const t=n.indexOf(e);n.splice(t,1)}0==n.length&&delete t[a]}return n}(this.playersByQueriedElement,t.element,t))}),u.forEach(t=>Vt(t,"ng-animating"));const _=l(L);return _.onDestroy(()=>{u.forEach(t=>Ht(t,"ng-animating")),w(r,a.toStyles)}),A.forEach(t=>{d(n,t,[]).push(_)}),_}_buildPlayer(t,a,e){return a.length>0?this.driver.animate(t.element,a,t.duration,t.delay,t.easing,e):new c.d(t.duration,t.delay)}}class Et{constructor(t,a,e){this.namespaceId=t,this.triggerName=a,this.element=e,this._player=new c.d,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(t){this._containsRealPlayer||(this._player=t,Object.keys(this._queuedCallbacks).forEach(a=>{this._queuedCallbacks[a].forEach(e=>b(t,a,void 0,e))}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(t.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(t){this.totalTime=t}syncPlayerEvents(t){const a=this._player;a.triggerCallback&&t.onStart(()=>a.triggerCallback("start")),t.onDone(()=>this.finish()),t.onDestroy(()=>this.destroy())}_queueEvent(t,a){d(this._queuedCallbacks,t,[]).push(a)}onDone(t){this.queued&&this._queueEvent("done",t),this._player.onDone(t)}onStart(t){this.queued&&this._queueEvent("start",t),this._player.onStart(t)}onDestroy(t){this.queued&&this._queueEvent("destroy",t),this._player.onDestroy(t)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(t){this.queued||this._player.setPosition(t)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(t){const a=this._player;a.triggerCallback&&a.triggerCallback(t)}}function wt(t){return t&&1===t.nodeType}function Mt(t,a){const e=t.style.display;return t.style.display=null!=a?a:"none",e}function jt(t,a,e,n,o){const c=[];e.forEach(t=>c.push(Mt(t)));const s=[];n.forEach((e,n)=>{const c={};e.forEach(t=>{const e=c[t]=a.computeStyle(n,t,o);e&&0!=e.length||(n.__ng_removed=vt,s.push(n))}),t.set(n,c)});let l=0;return e.forEach(t=>Mt(t,c[l++])),s}function xt(t,a){const e=new Map;if(t.forEach(t=>e.set(t,[])),0==a.length)return e;const n=new Set(a),o=new Map;return a.forEach(t=>{const a=function t(a){if(!a)return 1;let c=o.get(a);if(c)return c;const s=a.parentNode;return c=e.has(s)?s:n.has(s)?1:t(s),o.set(a,c),c}(t);1!==a&&e.get(a).push(t)}),e}function Vt(t,a){if(t.classList)t.classList.add(a);else{let e=t.$$classes;e||(e=t.$$classes={}),e[a]=!0}}function Ht(t,a){if(t.classList)t.classList.remove(a);else{let e=t.$$classes;e&&delete e[a]}}function Rt(t,a,e){l(e).onDone(()=>t.processLeaveNode(a))}function Pt(t,a,e){const n=e.get(t);if(!n)return!1;let o=a.get(t);return o?n.forEach(t=>o.add(t)):a.set(t,n),e.delete(t),!0}class Nt{constructor(t,a,e){this.bodyNode=t,this._driver=a,this._triggerCache={},this.onRemovalComplete=(t,a)=>{},this._transitionEngine=new Ft(t,a,e),this._timelineEngine=new Tt(t,a,e),this._transitionEngine.onRemovalComplete=(t,a)=>this.onRemovalComplete(t,a)}registerTrigger(t,a,e,n,o){const c=t+"-"+n;let s=this._triggerCache[c];if(!s){const t=[],a=Z(this._driver,o,t);if(t.length)throw new Error(`The animation trigger "${n}" has failed to build due to the following errors:\n - ${t.join("\n - ")}`);s=function(t,a){return new ht(t,a)}(n,a),this._triggerCache[c]=s}this._transitionEngine.registerTrigger(a,n,s)}register(t,a){this._transitionEngine.register(t,a)}destroy(t,a){this._transitionEngine.destroy(t,a)}onInsert(t,a,e,n){this._transitionEngine.insertNode(t,a,e,n)}onRemove(t,a,e,n){this._transitionEngine.removeNode(t,a,n||!1,e)}disableAnimations(t,a){this._transitionEngine.markElementAsDisabled(t,a)}process(t,a,e,n){if("@"==e.charAt(0)){const[t,o]=u(e);this._timelineEngine.command(t,a,o,n)}else this._transitionEngine.trigger(t,a,e,n)}listen(t,a,e,n,o){if("@"==e.charAt(0)){const[t,n]=u(e);return this._timelineEngine.listen(t,a,n,o)}return this._transitionEngine.listen(t,a,e,n,o)}flush(t=-1){this._transitionEngine.flush(t)}get players(){return this._transitionEngine.players.concat(this._timelineEngine.players)}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}}function Ut(t,a){let e=null,n=null;return Array.isArray(a)&&a.length?(e=$t(a[0]),a.length>1&&(n=$t(a[a.length-1]))):a&&(e=$t(a)),e||n?new Wt(t,e,n):null}let Wt=(()=>{class t{constructor(a,e,n){this._element=a,this._startStyles=e,this._endStyles=n,this._state=0;let o=t.initialStylesByElement.get(a);o||t.initialStylesByElement.set(a,o={}),this._initialStyles=o}start(){this._state<1&&(this._startStyles&&w(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(w(this._element,this._initialStyles),this._endStyles&&(w(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(t.initialStylesByElement.delete(this._element),this._startStyles&&(M(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(M(this._element,this._endStyles),this._endStyles=null),w(this._element,this._initialStyles),this._state=3)}}return t.initialStylesByElement=new WeakMap,t})();function $t(t){let a=null;const e=Object.keys(t);for(let n=0;nthis._handleCallback(t)}apply(){!function(t,a){const e=Yt(t,"").trim();e.length&&(function(t,a){let e=0;for(let n=0;n=this._delay&&e>=this._duration&&this.finish()}finish(){this._finished||(this._finished=!0,this._onDoneFn(),Kt(this._element,this._eventFn,!0))}destroy(){this._destroyed||(this._destroyed=!0,this.finish(),function(t,a){const e=Yt(t,"").split(","),n=Qt(e,a);n>=0&&(e.splice(n,1),Zt(t,"",e.join(",")))}(this._element,this._name))}}function qt(t,a,e){Zt(t,"PlayState",e,Xt(t,a))}function Xt(t,a){const e=Yt(t,"");return e.indexOf(",")>0?Qt(e.split(","),a):Qt([e],a)}function Qt(t,a){for(let e=0;e=0)return e;return-1}function Kt(t,a,e){e?t.removeEventListener("animationend",a):t.addEventListener("animationend",a)}function Zt(t,a,e,n){const o="animation"+a;if(null!=n){const a=t.style[o];if(a.length){const t=a.split(",");t[n]=e,e=t.join(",")}}t.style[o]=e}function Yt(t,a){return t.style["animation"+a]}class ta{constructor(t,a,e,n,o,c,s,l){this.element=t,this.keyframes=a,this.animationName=e,this._duration=n,this._delay=o,this._finalStyles=s,this._specialStyles=l,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this.currentSnapshot={},this._state=0,this.easing=c||"linear",this.totalTime=n+o,this._buildStyler()}onStart(t){this._onStartFns.push(t)}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}destroy(){this.init(),this._state>=4||(this._state=4,this._styler.destroy(),this._flushStartFns(),this._flushDoneFns(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}_flushDoneFns(){this._onDoneFns.forEach(t=>t()),this._onDoneFns=[]}_flushStartFns(){this._onStartFns.forEach(t=>t()),this._onStartFns=[]}finish(){this.init(),this._state>=3||(this._state=3,this._styler.finish(),this._flushStartFns(),this._specialStyles&&this._specialStyles.finish(),this._flushDoneFns())}setPosition(t){this._styler.setPosition(t)}getPosition(){return this._styler.getPosition()}hasStarted(){return this._state>=2}init(){this._state>=1||(this._state=1,this._styler.apply(),this._delay&&this._styler.pause())}play(){this.init(),this.hasStarted()||(this._flushStartFns(),this._state=2,this._specialStyles&&this._specialStyles.start()),this._styler.resume()}pause(){this.init(),this._styler.pause()}restart(){this.reset(),this.play()}reset(){this._styler.destroy(),this._buildStyler(),this._styler.apply()}_buildStyler(){this._styler=new Jt(this.element,this.animationName,this._duration,this._delay,this.easing,"forwards",()=>this.finish())}triggerCallback(t){const a="start"==t?this._onStartFns:this._onDoneFns;a.forEach(t=>t()),a.length=0}beforeDestroy(){this.init();const t={};if(this.hasStarted()){const a=this._state>=3;Object.keys(this._finalStyles).forEach(e=>{"offset"!=e&&(t[e]=a?this._finalStyles[e]:z(this.element,e))})}this.currentSnapshot=t}}class aa extends c.d{constructor(t,a){super(),this.element=t,this._startingStyles={},this.__initialized=!1,this._styles=G(a)}init(){!this.__initialized&&this._startingStyles&&(this.__initialized=!0,Object.keys(this._styles).forEach(t=>{this._startingStyles[t]=this.element.style[t]}),super.init())}play(){this._startingStyles&&(this.init(),Object.keys(this._styles).forEach(t=>this.element.style.setProperty(t,this._styles[t])),super.play())}destroy(){this._startingStyles&&(Object.keys(this._startingStyles).forEach(t=>{const a=this._startingStyles[t];a?this.element.style.setProperty(t,a):this.element.style.removeProperty(t)}),this._startingStyles=null,super.destroy())}}class ea{constructor(){this._count=0,this._head=document.querySelector("head"),this._warningIssued=!1}validateStyleProperty(t){return C(t)}matchesElement(t,a){return S(t,a)}containsElement(t,a){return h(t,a)}query(t,a,e){return g(t,a,e)}computeStyle(t,a,e){return window.getComputedStyle(t)[a]}buildKeyframeElement(t,a,e){e=e.map(t=>G(t));let n=`@keyframes ${a} {\n`,o="";e.forEach(t=>{o=" ";const a=parseFloat(t.offset);n+=`${o}${100*a}% {\n`,o+=" ",Object.keys(t).forEach(a=>{const e=t[a];switch(a){case"offset":return;case"easing":return void(e&&(n+=`${o}animation-timing-function: ${e};\n`));default:return void(n+=`${o}${a}: ${e};\n`)}}),n+=o+"}\n"}),n+="}\n";const c=document.createElement("style");return c.innerHTML=n,c}animate(t,a,e,n,o,c=[],s){s&&this._notifyFaultyScrubber();const l=c.filter(t=>t instanceof ta),i={};U(e,n)&&l.forEach(t=>{let a=t.currentSnapshot;Object.keys(a).forEach(t=>i[t]=a[t])});const b=function(t){let a={};return t&&(Array.isArray(t)?t:[t]).forEach(t=>{Object.keys(t).forEach(e=>{"offset"!=e&&"easing"!=e&&(a[e]=t[e])})}),a}(a=W(t,a,i));if(0==e)return new aa(t,b);const r="gen_css_kf_"+this._count++,f=this.buildKeyframeElement(t,r,a);document.querySelector("head").appendChild(f);const d=Ut(t,a),u=new ta(t,a,r,e,n,o,b,d);return u.onDestroy(()=>{var t;(t=f).parentNode.removeChild(t)}),u}_notifyFaultyScrubber(){this._warningIssued||(console.warn("@angular/animations: please load the web-animations.js polyfill to allow programmatic access...\n"," visit http://bit.ly/IWukam to learn more about using the web-animation-js polyfill."),this._warningIssued=!0)}}class na{constructor(t,a,e,n){this.element=t,this.keyframes=a,this.options=e,this._specialStyles=n,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.currentSnapshot={},this._duration=e.duration,this._delay=e.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const t=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,t,this.options),this._finalKeyframe=t.length?t[t.length-1]:{},this.domPlayer.addEventListener("finish",()=>this._onFinish())}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_triggerWebAnimation(t,a,e){return t.animate(a,e)}onStart(t){this._onStartFns.push(t)}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(t=>t()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}setPosition(t){this.domPlayer.currentTime=t*this.time}getPosition(){return this.domPlayer.currentTime/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const t={};this.hasStarted()&&Object.keys(this._finalKeyframe).forEach(a=>{"offset"!=a&&(t[a]=this._finished?this._finalKeyframe[a]:z(this.element,a))}),this.currentSnapshot=t}triggerCallback(t){const a="start"==t?this._onStartFns:this._onDoneFns;a.forEach(t=>t()),a.length=0}}class oa{constructor(){this._isNativeImpl=/\{\s*\[native\s+code\]\s*\}/.test(ca().toString()),this._cssKeyframesDriver=new ea}validateStyleProperty(t){return C(t)}matchesElement(t,a){return S(t,a)}containsElement(t,a){return h(t,a)}query(t,a,e){return g(t,a,e)}computeStyle(t,a,e){return window.getComputedStyle(t)[a]}overrideWebAnimationsSupport(t){this._isNativeImpl=t}animate(t,a,e,n,o,c=[],s){if(!s&&!this._isNativeImpl)return this._cssKeyframesDriver.animate(t,a,e,n,o,c);const l={duration:e,delay:n,fill:0==n?"both":"forwards"};o&&(l.easing=o);const i={},b=c.filter(t=>t instanceof na);U(e,n)&&b.forEach(t=>{let a=t.currentSnapshot;Object.keys(a).forEach(t=>i[t]=a[t])});const r=Ut(t,a=W(t,a=a.map(t=>B(t,!1)),i));return new na(t,a,l,r)}}function ca(){return"undefined"!=typeof window&&void 0!==window.document&&Element.prototype.animate||{}}var sa=e("ofXK");let la=(()=>{class t extends c.b{constructor(t,a){super(),this._nextAnimationId=0,this._renderer=t.createRenderer(a.body,{id:"0",encapsulation:n.R.None,styles:[],data:{animation:[]}})}build(t){const a=this._nextAnimationId.toString();this._nextAnimationId++;const e=Array.isArray(t)?Object(c.i)(t):t;return ra(this._renderer,null,a,"register",[e]),new ia(a,this._renderer)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.G),n.Xb(sa.d))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();class ia extends c.c{constructor(t,a){super(),this._id=t,this._renderer=a}create(t,a){return new ba(this._id,t,a||{},this._renderer)}}class ba{constructor(t,a,e,n){this.id=t,this.element=a,this._renderer=n,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",e)}_listen(t,a){return this._renderer.listen(this.element,`@@${this.id}:${t}`,a)}_command(t,...a){return ra(this._renderer,this.element,this.id,t,a)}onDone(t){this._listen("done",t)}onStart(t){this._listen("start",t)}onDestroy(t){this._listen("destroy",t)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset")}setPosition(t){this._command("setPosition",t)}getPosition(){return 0}}function ra(t,a,e,n,o){return t.setProperty(a,`@@${e}:${n}`,o)}let fa=(()=>{class t{constructor(t,a,e){this.delegate=t,this.engine=a,this._zone=e,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,this.promise=Promise.resolve(0),a.onRemovalComplete=(t,a)=>{a&&a.parentNode(t)&&a.removeChild(t.parentNode,t)}}createRenderer(t,a){const e=this.delegate.createRenderer(t,a);if(!(t&&a&&a.data&&a.data.animation)){let t=this._rendererCache.get(e);return t||(t=new da("",e,this.engine),this._rendererCache.set(e,t)),t}const n=a.id,o=a.id+"-"+this._currentId;this._currentId++,this.engine.register(o,t);const c=a=>{Array.isArray(a)?a.forEach(c):this.engine.registerTrigger(n,o,t,a.name,a)};return a.data.animation.forEach(c),new ua(this,o,e,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){this.promise.then(()=>{this._microtaskId++})}scheduleListenerCallback(t,a,e){t>=0&&ta(e)):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then(()=>{this._zone.run(()=>{this._animationCallbacksBuffer.forEach(t=>{const[a,e]=t;a(e)}),this._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([a,e]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.G),n.Xb(Nt),n.Xb(n.A))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();class da{constructor(t,a,e){this.namespaceId=t,this.delegate=a,this.engine=e,this.destroyNode=this.delegate.destroyNode?t=>a.destroyNode(t):null}get data(){return this.delegate.data}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.delegate.destroy()}createElement(t,a){return this.delegate.createElement(t,a)}createComment(t){return this.delegate.createComment(t)}createText(t){return this.delegate.createText(t)}appendChild(t,a){this.delegate.appendChild(t,a),this.engine.onInsert(this.namespaceId,a,t,!1)}insertBefore(t,a,e){this.delegate.insertBefore(t,a,e),this.engine.onInsert(this.namespaceId,a,t,!0)}removeChild(t,a,e){this.engine.onRemove(this.namespaceId,a,this.delegate,e)}selectRootElement(t,a){return this.delegate.selectRootElement(t,a)}parentNode(t){return this.delegate.parentNode(t)}nextSibling(t){return this.delegate.nextSibling(t)}setAttribute(t,a,e,n){this.delegate.setAttribute(t,a,e,n)}removeAttribute(t,a,e){this.delegate.removeAttribute(t,a,e)}addClass(t,a){this.delegate.addClass(t,a)}removeClass(t,a){this.delegate.removeClass(t,a)}setStyle(t,a,e,n){this.delegate.setStyle(t,a,e,n)}removeStyle(t,a,e){this.delegate.removeStyle(t,a,e)}setProperty(t,a,e){"@"==a.charAt(0)&&"@.disabled"==a?this.disableAnimations(t,!!e):this.delegate.setProperty(t,a,e)}setValue(t,a){this.delegate.setValue(t,a)}listen(t,a,e){return this.delegate.listen(t,a,e)}disableAnimations(t,a){this.engine.disableAnimations(t,a)}}class ua extends da{constructor(t,a,e,n){super(a,e,n),this.factory=t,this.namespaceId=a}setProperty(t,a,e){"@"==a.charAt(0)?"."==a.charAt(1)&&"@.disabled"==a?this.disableAnimations(t,e=void 0===e||!!e):this.engine.process(this.namespaceId,t,a.substr(1),e):this.delegate.setProperty(t,a,e)}listen(t,a,e){if("@"==a.charAt(0)){const n=function(t){switch(t){case"body":return document.body;case"document":return document;case"window":return window;default:return t}}(t);let o=a.substr(1),c="";return"@"!=o.charAt(0)&&([o,c]=function(t){const a=t.indexOf(".");return[t.substring(0,a),t.substr(a+1)]}(o)),this.engine.listen(this.namespaceId,n,o,c,t=>{this.factory.scheduleListenerCallback(t._data||-1,e,t)})}return this.delegate.listen(t,a,e)}}let Aa=(()=>{class t extends Nt{constructor(t,a,e){super(t.body,a,e)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(sa.d),n.Xb(p),n.Xb(Lt))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();const La=new n.r("AnimationModuleType"),_a=[{provide:p,useFactory:function(){return"function"==typeof ca()?new oa:new ea}},{provide:La,useValue:"BrowserAnimations"},{provide:c.b,useClass:la},{provide:Lt,useFactory:function(){return new _t}},{provide:Nt,useClass:Aa},{provide:n.G,useFactory:function(t,a,e){return new fa(t,a,e)},deps:[o.d,Nt,n.A]}];let Ia=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:_a,imports:[o.a]}),t})()},SeVD:function(t,a,e){"use strict";e.d(a,"a",(function(){return r}));var n=e("ngJS"),o=e("NJ4a"),c=e("Lhse"),s=e("kJWO"),l=e("I55L"),i=e("c2HN"),b=e("XoHu");const r=t=>{if(t&&"function"==typeof t[s.a])return r=t,t=>{const a=r[s.a]();if("function"!=typeof a.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return a.subscribe(t)};if(Object(l.a)(t))return Object(n.a)(t);if(Object(i.a)(t))return e=t,t=>(e.then(a=>{t.closed||(t.next(a),t.complete())},a=>t.error(a)).then(null,o.a),t);if(t&&"function"==typeof t[c.a])return a=t,t=>{const e=a[c.a]();for(;;){let a;try{a=e.next()}catch(n){return t.error(n),t}if(a.done){t.complete();break}if(t.next(a.value),t.closed)break}return"function"==typeof e.return&&t.add(()=>{e.return&&e.return()}),t};{const a=Object(b.a)(t)?"an invalid object":`'${t}'`;throw new TypeError(`You provided ${a} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`)}var a,e,r}},SpAZ:function(t,a,e){"use strict";function n(t){return t}e.d(a,"a",(function(){return n}))},SxV6:function(t,a,e){"use strict";e.d(a,"a",(function(){return b}));var n=e("sVev"),o=e("pLZG"),c=e("IzEk"),s=e("xbPD"),l=e("XDbj"),i=e("SpAZ");function b(t,a){const e=arguments.length>=2;return b=>b.pipe(t?Object(o.a)((a,e)=>t(a,e,b)):i.a,Object(c.a)(1),e?Object(s.a)(a):Object(l.a)(()=>new n.a))}},VRyK:function(t,a,e){"use strict";e.d(a,"a",(function(){return l}));var n=e("HDdC"),o=e("z+Ro"),c=e("bHdf"),s=e("yCtX");function l(...t){let a=Number.POSITIVE_INFINITY,e=null,l=t[t.length-1];return Object(o.a)(l)?(e=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(a=t.pop())):"number"==typeof l&&(a=t.pop()),null===e&&1===t.length&&t[0]instanceof n.a?t[0]:Object(c.a)(a)(Object(s.a)(t,e))}},WMd4:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("EY2u"),o=e("LRne"),c=e("z6cu");let s=(()=>{class t{constructor(t,a,e){this.kind=t,this.value=a,this.error=e,this.hasValue="N"===t}observe(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}}do(t,a,e){switch(this.kind){case"N":return t&&t(this.value);case"E":return a&&a(this.error);case"C":return e&&e()}}accept(t,a,e){return t&&"function"==typeof t.next?this.observe(t):this.do(t,a,e)}toObservable(){switch(this.kind){case"N":return Object(o.a)(this.value);case"E":return Object(c.a)(this.error);case"C":return Object(n.b)()}throw new Error("unexpected notification kind value")}static createNext(a){return void 0!==a?new t("N",a):t.undefinedValueNotification}static createError(a){return new t("E",void 0,a)}static createComplete(){return t.completeNotification}}return t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t})()},XDbj:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("sVev"),o=e("7o/Q");function c(t=i){return a=>a.lift(new s(t))}class s{constructor(t){this.errorFactory=t}call(t,a){return a.subscribe(new l(t,this.errorFactory))}}class l extends o.a{constructor(t,a){super(t),this.errorFactory=a,this.hasValue=!1}_next(t){this.hasValue=!0,this.destination.next(t)}_complete(){if(this.hasValue)return this.destination.complete();{let a;try{a=this.errorFactory()}catch(t){a=t}this.destination.error(a)}}}function i(){return new n.a}},XNiG:function(t,a,e){"use strict";e.d(a,"b",(function(){return b})),e.d(a,"a",(function(){return r}));var n=e("HDdC"),o=e("7o/Q"),c=e("quSY"),s=e("9ppp"),l=e("Ylt2"),i=e("2QA8");class b extends o.a{constructor(t){super(t),this.destination=t}}let r=(()=>{class t extends n.a{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[i.a](){return new b(this)}lift(t){const a=new f(this,this);return a.operator=t,a}next(t){if(this.closed)throw new s.a;if(!this.isStopped){const{observers:a}=this,e=a.length,n=a.slice();for(let o=0;onew f(t,a),t})();class f extends r{constructor(t,a){super(),this.destination=t,this.source=a}next(t){const{destination:a}=this;a&&a.next&&a.next(t)}error(t){const{destination:a}=this;a&&a.error&&this.destination.error(t)}complete(){const{destination:t}=this;t&&t.complete&&this.destination.complete()}_subscribe(t){const{source:a}=this;return a?this.source.subscribe(t):c.a.EMPTY}}},XoHu:function(t,a,e){"use strict";function n(t){return null!==t&&"object"==typeof t}e.d(a,"a",(function(){return n}))},Y7HM:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("DH7j");function o(t){return!Object(n.a)(t)&&t-parseFloat(t)+1>=0}},Ylt2:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("quSY");class o extends n.a{constructor(t,a){super(),this.subject=t,this.subscriber=a,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const t=this.subject,a=t.observers;if(this.subject=null,!a||0===a.length||t.isStopped||t.closed)return;const e=a.indexOf(this.subscriber);-1!==e&&a.splice(e,1)}}},ZUHj:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("51Dv"),o=e("SeVD"),c=e("HDdC");function s(t,a,e,s,l=new n.a(t,e,s)){if(!l.closed)return a instanceof c.a?a.subscribe(l):Object(o.a)(a)(l)}},bHdf:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("5+tZ"),o=e("SpAZ");function c(t=Number.POSITIVE_INFINITY){return Object(n.a)(o.a,t)}},bOdf:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("5+tZ");function o(t,a){return Object(n.a)(t,a,1)}},c2HN:function(t,a,e){"use strict";function n(t){return!!t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}e.d(a,"a",(function(){return n}))},cH1L:function(t,a,e){"use strict";e.d(a,"a",(function(){return l})),e.d(a,"b",(function(){return s}));var n=e("fXoL"),o=e("ofXK");const c=new n.r("cdk-dir-doc",{providedIn:"root",factory:function(){return Object(n.V)(o.d)}});let s=(()=>{class t{constructor(t){if(this.value="ltr",this.change=new n.o,t){const a=t.documentElement?t.documentElement.dir:null,e=(t.body?t.body.dir:null)||a;this.value="ltr"===e||"rtl"===e?e:"ltr"}}ngOnDestroy(){this.change.complete()}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(c,8))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(c,8))},token:t,providedIn:"root"}),t})(),l=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})()},cp0P:function(t,a,e){"use strict";e.d(a,"a",(function(){return i}));var n=e("HDdC"),o=e("DH7j"),c=e("lJxs"),s=e("XoHu"),l=e("Cfvw");function i(...t){if(1===t.length){const a=t[0];if(Object(o.a)(a))return b(a,null);if(Object(s.a)(a)&&Object.getPrototypeOf(a)===Object.prototype){const t=Object.keys(a);return b(t.map(t=>a[t]),t)}}if("function"==typeof t[t.length-1]){const a=t.pop();return b(t=1===t.length&&Object(o.a)(t[0])?t[0]:t,null).pipe(Object(c.a)(t=>a(...t)))}return b(t,null)}function b(t,a){return new n.a(e=>{const n=t.length;if(0===n)return void e.complete();const o=new Array(n);let c=0,s=0;for(let i=0;i{r||(r=!0,s++),o[i]=t},error:t=>e.error(t),complete:()=>{c++,c!==n&&r||(s===n&&e.next(a?a.reduce((t,a,e)=>(t[a]=o[e],t),{}):o),e.complete())}}))}})}},eIep:function(t,a,e){"use strict";e.d(a,"a",(function(){return i}));var n=e("l7GE"),o=e("51Dv"),c=e("ZUHj"),s=e("lJxs"),l=e("Cfvw");function i(t,a){return"function"==typeof a?e=>e.pipe(i((e,n)=>Object(l.a)(t(e,n)).pipe(Object(s.a)((t,o)=>a(e,t,n,o))))):a=>a.lift(new b(t))}class b{constructor(t){this.project=t}call(t,a){return a.subscribe(new r(t,this.project))}}class r extends n.a{constructor(t,a){super(t),this.project=a,this.index=0}_next(t){let a;const e=this.index++;try{a=this.project(t,e)}catch(n){return void this.destination.error(n)}this._innerSub(a,t,e)}_innerSub(t,a,e){const n=this.innerSubscription;n&&n.unsubscribe();const s=new o.a(this,a,e),l=this.destination;l.add(s),this.innerSubscription=Object(c.a)(this,t,void 0,void 0,s),this.innerSubscription!==s&&l.add(this.innerSubscription)}_complete(){const{innerSubscription:t}=this;t&&!t.closed||super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=null}notifyComplete(t){this.destination.remove(t),this.innerSubscription=null,this.isStopped&&super._complete()}notifyNext(t,a,e,n,o){this.destination.next(a)}}},fXoL:function(t,a,e){"use strict";e.d(a,"a",(function(){return vc})),e.d(a,"b",(function(){return Ui})),e.d(a,"c",(function(){return Vi})),e.d(a,"d",(function(){return ji})),e.d(a,"e",(function(){return xi})),e.d(a,"f",(function(){return Mb})),e.d(a,"g",(function(){return gb})),e.d(a,"h",(function(){return rc})),e.d(a,"i",(function(){return tb})),e.d(a,"j",(function(){return sl})),e.d(a,"k",(function(){return zi})),e.d(a,"l",(function(){return ll})),e.d(a,"m",(function(){return Bb})),e.d(a,"n",(function(){return ge})),e.d(a,"o",(function(){return di})),e.d(a,"p",(function(){return z})),e.d(a,"q",(function(){return r})),e.d(a,"r",(function(){return $})),e.d(a,"s",(function(){return kc})),e.d(a,"t",(function(){return pl})),e.d(a,"u",(function(){return kl})),e.d(a,"v",(function(){return $i})),e.d(a,"w",(function(){return lt})),e.d(a,"x",(function(){return Tb})),e.d(a,"y",(function(){return st})),e.d(a,"z",(function(){return Db})),e.d(a,"A",(function(){return nb})),e.d(a,"B",(function(){return f})),e.d(a,"C",(function(){return Ni})),e.d(a,"D",(function(){return Pi})),e.d(a,"E",(function(){return Ai})),e.d(a,"F",(function(){return fl})),e.d(a,"G",(function(){return bl})),e.d(a,"H",(function(){return rl})),e.d(a,"I",(function(){return ul})),e.d(a,"J",(function(){return dn})),e.d(a,"K",(function(){return u})),e.d(a,"L",(function(){return vb})),e.d(a,"M",(function(){return Bl})),e.d(a,"N",(function(){return fb})),e.d(a,"O",(function(){return dc})),e.d(a,"P",(function(){return Al})),e.d(a,"Q",(function(){return El})),e.d(a,"R",(function(){return _t})),e.d(a,"S",(function(){return mb})),e.d(a,"T",(function(){return Pe})),e.d(a,"U",(function(){return O})),e.d(a,"V",(function(){return et})),e.d(a,"W",(function(){return Re})),e.d(a,"X",(function(){return Eb})),e.d(a,"Y",(function(){return Ab})),e.d(a,"Z",(function(){return Wi})),e.d(a,"ab",(function(){return uc})),e.d(a,"bb",(function(){return Xl})),e.d(a,"cb",(function(){return rn})),e.d(a,"db",(function(){return ze})),e.d(a,"eb",(function(){return Be})),e.d(a,"fb",(function(){return Ee})),e.d(a,"gb",(function(){return xe})),e.d(a,"hb",(function(){return Me})),e.d(a,"ib",(function(){return we})),e.d(a,"jb",(function(){return je})),e.d(a,"kb",(function(){return $l})),e.d(a,"lb",(function(){return Fb})),e.d(a,"mb",(function(){return zl})),e.d(a,"nb",(function(){return Jl})),e.d(a,"ob",(function(){return Fe})),e.d(a,"pb",(function(){return x})),e.d(a,"qb",(function(){return Ec})),e.d(a,"rb",(function(){return as})),e.d(a,"sb",(function(){return ts})),e.d(a,"tb",(function(){return Wl})),e.d(a,"ub",(function(){return Rt})),e.d(a,"vb",(function(){return k})),e.d(a,"wb",(function(){return Oe})),e.d(a,"xb",(function(){return Ps})),e.d(a,"yb",(function(){return Js})),e.d(a,"zb",(function(){return nl})),e.d(a,"Ab",(function(){return Mn})),e.d(a,"Bb",(function(){return Vc})),e.d(a,"Cb",(function(){return Ss})),e.d(a,"Db",(function(){return xs})),e.d(a,"Eb",(function(){return Cs})),e.d(a,"Fb",(function(){return ns})),e.d(a,"Gb",(function(){return ki})),e.d(a,"Hb",(function(){return Ct})),e.d(a,"Ib",(function(){return kt})),e.d(a,"Jb",(function(){return I})),e.d(a,"Kb",(function(){return D})),e.d(a,"Lb",(function(){return Gt})),e.d(a,"Mb",(function(){return vt})),e.d(a,"Nb",(function(){return Nc})),e.d(a,"Ob",(function(){return Xc})),e.d(a,"Pb",(function(){return Zc})),e.d(a,"Qb",(function(){return Kc})),e.d(a,"Rb",(function(){return Qc})),e.d(a,"Sb",(function(){return qc})),e.d(a,"Tb",(function(){return Jc})),e.d(a,"Ub",(function(){return Yc})),e.d(a,"Vb",(function(){return me})),e.d(a,"Wb",(function(){return Vs})),e.d(a,"Xb",(function(){return at})),e.d(a,"Yb",(function(){return Uc})),e.d(a,"Zb",(function(){return Mi})),e.d(a,"ac",(function(){return Wc})),e.d(a,"bc",(function(){return es})),e.d(a,"cc",(function(){return Oi})),e.d(a,"dc",(function(){return Ea})),e.d(a,"ec",(function(){return Fa})),e.d(a,"fc",(function(){return ls})),e.d(a,"gc",(function(){return li})),e.d(a,"hc",(function(){return ii})),e.d(a,"ic",(function(){return bi})),e.d(a,"jc",(function(){return rs})),e.d(a,"kc",(function(){return bs})),e.d(a,"lc",(function(){return $c})),e.d(a,"mc",(function(){return fs})),e.d(a,"nc",(function(){return ai})),e.d(a,"oc",(function(){return ei})),e.d(a,"pc",(function(){return ni})),e.d(a,"qc",(function(){return gi})),e.d(a,"rc",(function(){return Pc})),e.d(a,"sc",(function(){return te})),e.d(a,"tc",(function(){return Ya})),e.d(a,"uc",(function(){return sa})),e.d(a,"vc",(function(){return un})),e.d(a,"wc",(function(){return An})),e.d(a,"xc",(function(){return Tt})),e.d(a,"yc",(function(){return vi})),e.d(a,"zc",(function(){return Gi})),e.d(a,"Ac",(function(){return ms})),e.d(a,"Bc",(function(){return Rc})),e.d(a,"Cc",(function(){return wi})),e.d(a,"Dc",(function(){return Es})),e.d(a,"Ec",(function(){return ws})),e.d(a,"Fc",(function(){return Ms})),e.d(a,"Gc",(function(){return js})),e.d(a,"Hc",(function(){return Hs})),e.d(a,"Ic",(function(){return Ti}));var n=e("XNiG"),o=e("quSY"),c=e("HDdC"),s=e("VRyK"),l=e("w1tV");function i(t){return{toString:t}.toString()}function b(t,a,e){return i(()=>{const n=function(t){return function(...a){if(t){const e=t(...a);for(const t in e)this[t]=e[t]}}}(a);function o(...t){if(this instanceof o)return n.apply(this,t),this;const a=new o(...t);return e.annotation=a,e;function e(t,e,n){const o=t.hasOwnProperty("__parameters__")?t.__parameters__:Object.defineProperty(t,"__parameters__",{value:[]}).__parameters__;for(;o.length<=n;)o.push(null);return(o[n]=o[n]||[]).push(a),t}}return e&&(o.prototype=Object.create(e.prototype)),o.prototype.ngMetadataName=t,o.annotationCls=o,o})}const r=b("Inject",t=>({token:t})),f=b("Optional"),d=b("Self"),u=b("SkipSelf");var A=function(t){return t[t.Default=0]="Default",t[t.Host=1]="Host",t[t.Self=2]="Self",t[t.SkipSelf=4]="SkipSelf",t[t.Optional=8]="Optional",t}({});function L(t){for(let a in t)if(t[a]===L)return a;throw Error("Could not find renamed property on target object.")}function _(t,a){for(const e in a)a.hasOwnProperty(e)&&!t.hasOwnProperty(e)&&(t[e]=a[e])}function I(t){return{token:t.token,providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function D(t){return{factory:t.factory,providers:t.providers||[],imports:t.imports||[]}}function m(t){return C(t,t[h])||C(t,t[T])}function C(t,a){return a&&a.token===t?a:null}function S(t){return t&&(t.hasOwnProperty(g)||t.hasOwnProperty(p))?t[g]:null}const h=L({"\u0275prov":L}),g=L({"\u0275inj":L}),G=L({"\u0275provFallback":L}),T=L({ngInjectableDef:L}),p=L({ngInjectorDef:L});function k(t){if("string"==typeof t)return t;if(Array.isArray(t))return"["+t.map(k).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;const a=t.toString();if(null==a)return""+a;const e=a.indexOf("\n");return-1===e?a:a.substring(0,e)}function v(t,a){return null==t||""===t?null===a?"":a:null==a||""===a?t:t+" "+a}const y=L({__forward_ref__:L});function O(t){return t.__forward_ref__=O,t.toString=function(){return k(this())},t}function B(t){return F(t)?t():t}function F(t){return"function"==typeof t&&t.hasOwnProperty(y)&&t.__forward_ref__===O}const E="undefined"!=typeof globalThis&&globalThis,w="undefined"!=typeof window&&window,M="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,j="undefined"!=typeof global&&global,x=E||j||w||M,V=L({"\u0275cmp":L}),H=L({"\u0275dir":L}),R=L({"\u0275pipe":L}),P=L({"\u0275mod":L}),N=L({"\u0275loc":L}),U=L({"\u0275fac":L}),W=L({__NG_ELEMENT_ID__:L});class ${constructor(t,a){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof a?this.__NG_ELEMENT_ID__=a:void 0!==a&&(this.\u0275prov=I({token:this,providedIn:a.providedIn||"root",factory:a.factory}))}toString(){return"InjectionToken "+this._desc}}const z=new $("INJECTOR",-1),J={},q=/\n/gm,X=L({provide:String,useValue:L});let Q,K=void 0;function Z(t){const a=K;return K=t,a}function Y(t){const a=Q;return Q=t,a}function tt(t,a=A.Default){if(void 0===K)throw new Error("inject() must be called from an injection context");return null===K?nt(t,void 0,a):K.get(t,a&A.Optional?null:void 0,a)}function at(t,a=A.Default){return(Q||tt)(B(t),a)}const et=at;function nt(t,a,e){const n=m(t);if(n&&"root"==n.providedIn)return void 0===n.value?n.value=n.factory():n.value;if(e&A.Optional)return null;if(void 0!==a)return a;throw new Error(`Injector: NOT_FOUND [${k(t)}]`)}function ot(t){const a=[];for(let e=0;eArray.isArray(t)?it(t,a):a(t))}function bt(t,a,e){a>=t.length?t.push(e):t.splice(a,0,e)}function rt(t,a){return a>=t.length-1?t.pop():t.splice(a,1)[0]}function ft(t,a){const e=[];for(let n=0;n=0?t[1|n]=e:(n=~n,function(t,a,e,n){let o=t.length;if(o==a)t.push(e,n);else if(1===o)t.push(n,t[0]),t[0]=e;else{for(o--,t.push(t[o-1],t[o]);o>a;)t[o]=t[o-2],o--;t[a]=e,t[a+1]=n}}(t,n,a,e)),n}function ut(t,a){const e=At(t,a);if(e>=0)return t[1|e]}function At(t,a){return function(t,a,e){let n=0,o=t.length>>1;for(;o!==n;){const e=n+(o-n>>1),c=t[e<<1];if(a===c)return e<<1;c>a?o=e:n=e+1}return~(o<<1)}(t,a)}var Lt=function(t){return t[t.OnPush=0]="OnPush",t[t.Default=1]="Default",t}({}),_t=function(t){return t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom",t}({});const It={},Dt=[];let mt=0;function Ct(t){return i(()=>{const a=t.type,e=a.prototype,n={},o={type:a,providersResolver:null,decls:t.decls,vars:t.vars,factory:null,template:t.template||null,consts:t.consts||null,ngContentSelectors:t.ngContentSelectors,hostBindings:t.hostBindings||null,hostVars:t.hostVars||0,hostAttrs:t.hostAttrs||null,contentQueries:t.contentQueries||null,declaredInputs:n,inputs:null,outputs:null,exportAs:t.exportAs||null,onChanges:null,onInit:e.ngOnInit||null,doCheck:e.ngDoCheck||null,afterContentInit:e.ngAfterContentInit||null,afterContentChecked:e.ngAfterContentChecked||null,afterViewInit:e.ngAfterViewInit||null,afterViewChecked:e.ngAfterViewChecked||null,onDestroy:e.ngOnDestroy||null,onPush:t.changeDetection===Lt.OnPush,directiveDefs:null,pipeDefs:null,selectors:t.selectors||Dt,viewQuery:t.viewQuery||null,features:t.features||null,data:t.data||{},encapsulation:t.encapsulation||_t.Emulated,id:"c",styles:t.styles||Dt,_:null,setInput:null,schemas:t.schemas||null,tView:null},c=t.directives,s=t.features,l=t.pipes;return o.id+=mt++,o.inputs=pt(t.inputs,n),o.outputs=pt(t.outputs),s&&s.forEach(t=>t(o)),o.directiveDefs=c?()=>("function"==typeof c?c():c).map(St):null,o.pipeDefs=l?()=>("function"==typeof l?l():l).map(ht):null,o})}function St(t){return yt(t)||function(t){return t[H]||null}(t)}function ht(t){return function(t){return t[R]||null}(t)}const gt={};function Gt(t){const a={type:t.type,bootstrap:t.bootstrap||Dt,declarations:t.declarations||Dt,imports:t.imports||Dt,exports:t.exports||Dt,transitiveCompileScopes:null,schemas:t.schemas||null,id:t.id||null};return null!=t.id&&i(()=>{gt[t.id]=t.type}),a}function Tt(t,a){return i(()=>{const e=Bt(t,!0);e.declarations=a.declarations||Dt,e.imports=a.imports||Dt,e.exports=a.exports||Dt})}function pt(t,a){if(null==t)return It;const e={};for(const n in t)if(t.hasOwnProperty(n)){let o=t[n],c=o;Array.isArray(o)&&(c=o[1],o=o[0]),e[o]=n,a&&(a[o]=c)}return e}const kt=Ct;function vt(t){return{type:t.type,name:t.name,factory:null,pure:!1!==t.pure,onDestroy:t.type.prototype.ngOnDestroy||null}}function yt(t){return t[V]||null}function Ot(t,a){return t.hasOwnProperty(U)?t[U]:null}function Bt(t,a){const e=t[P]||null;if(!e&&!0===a)throw new Error(`Type ${k(t)} does not have '\u0275mod' property.`);return e}function Ft(t){return Array.isArray(t)&&"object"==typeof t[1]}function Et(t){return Array.isArray(t)&&!0===t[1]}function wt(t){return 0!=(8&t.flags)}function Mt(t){return 2==(2&t.flags)}function jt(t){return 1==(1&t.flags)}function xt(t){return null!==t.template}function Vt(t){return 0!=(512&t[2])}let Ht=void 0;function Rt(t){Ht=t}function Pt(){return void 0!==Ht?Ht:"undefined"!=typeof document?document:void 0}function Nt(t){return!!t.listen}const Ut={createRenderer:(t,a)=>Pt()};function Wt(t){for(;Array.isArray(t);)t=t[0];return t}function $t(t,a){return Wt(a[t+20])}function zt(t,a){return Wt(a[t.index])}function Jt(t,a){return t.data[a+20]}function qt(t,a){return t[a+20]}function Xt(t,a){const e=a[t];return Ft(e)?e:e[0]}function Qt(t){const a=function(t){return t.__ngContext__||null}(t);return a?Array.isArray(a)?a:a.lView:null}function Kt(t){return 4==(4&t[2])}function Zt(t){return 128==(128&t[2])}function Yt(t,a){return null===t||null==a?null:t[a]}function ta(t){t[18]=0}function aa(t,a){t[5]+=a;let e=t,n=t[3];for(;null!==n&&(1===a&&1===e[5]||-1===a&&0===e[5]);)n[5]+=a,e=n,n=n[3]}const ea={lFrame:Ta(null),bindingsEnabled:!0,checkNoChangesMode:!1};function na(){return ea.bindingsEnabled}function oa(){return ea.lFrame.lView}function ca(){return ea.lFrame.tView}function sa(t){ea.lFrame.contextLView=t}function la(){return ea.lFrame.previousOrParentTNode}function ia(t,a){ea.lFrame.previousOrParentTNode=t,ea.lFrame.isParent=a}function ba(){return ea.lFrame.isParent}function ra(){ea.lFrame.isParent=!1}function fa(){return ea.checkNoChangesMode}function da(t){ea.checkNoChangesMode=t}function ua(){const t=ea.lFrame;let a=t.bindingRootIndex;return-1===a&&(a=t.bindingRootIndex=t.tView.bindingStartIndex),a}function Aa(){return ea.lFrame.bindingIndex}function La(){return ea.lFrame.bindingIndex++}function _a(t){const a=ea.lFrame,e=a.bindingIndex;return a.bindingIndex=a.bindingIndex+t,e}function Ia(t,a){const e=ea.lFrame;e.bindingIndex=e.bindingRootIndex=t,Da(a)}function Da(t){ea.lFrame.currentDirectiveIndex=t}function ma(t){const a=ea.lFrame.currentDirectiveIndex;return-1===a?null:t[a]}function Ca(){return ea.lFrame.currentQueryIndex}function Sa(t){ea.lFrame.currentQueryIndex=t}function ha(t,a){const e=Ga();ea.lFrame=e,e.previousOrParentTNode=a,e.lView=t}function ga(t,a){const e=Ga(),n=t[1];ea.lFrame=e,e.previousOrParentTNode=a,e.lView=t,e.tView=n,e.contextLView=t,e.bindingIndex=n.bindingStartIndex}function Ga(){const t=ea.lFrame,a=null===t?null:t.child;return null===a?Ta(t):a}function Ta(t){const a={previousOrParentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:0,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:t,child:null};return null!==t&&(t.child=a),a}function pa(){const t=ea.lFrame;return ea.lFrame=t.parent,t.previousOrParentTNode=null,t.lView=null,t}const ka=pa;function va(){const t=pa();t.isParent=!0,t.tView=null,t.selectedIndex=0,t.contextLView=null,t.elementDepthCount=0,t.currentDirectiveIndex=-1,t.currentNamespace=null,t.bindingRootIndex=-1,t.bindingIndex=-1,t.currentQueryIndex=0}function ya(){return ea.lFrame.selectedIndex}function Oa(t){ea.lFrame.selectedIndex=t}function Ba(){const t=ea.lFrame;return Jt(t.tView,t.selectedIndex)}function Fa(){ea.lFrame.currentNamespace="http://www.w3.org/2000/svg"}function Ea(){ea.lFrame.currentNamespace=null}function wa(t,a){for(let e=a.directiveStart,n=a.directiveEnd;e=n)break}else a[s]<0&&(t[18]+=65536),(c>11>16&&(3&t[2])===a&&(t[2]+=2048,c.call(s)):c.call(s)}class Ra{constructor(t,a,e){this.factory=t,this.resolving=!1,this.canSeeViewProviders=a,this.injectImpl=e}}function Pa(t,a,e){const n=Nt(t);let o=0;for(;oa){s=c-1;break}}}for(;c>16}function Xa(t,a){let e=qa(t),n=a;for(;e>0;)n=n[15],e--;return n}function Qa(t){return"string"==typeof t?t:null==t?"":""+t}function Ka(t){return"function"==typeof t?t.name||t.toString():"object"==typeof t&&null!=t&&"function"==typeof t.type?t.type.name||t.type.toString():Qa(t)}const Za=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(x))();function Ya(t){return{name:"window",target:t.ownerDocument.defaultView}}function te(t){return{name:"body",target:t.ownerDocument.body}}function ae(t){return t instanceof Function?t():t}let ee=!0;function ne(t){const a=ee;return ee=t,a}let oe=0;function ce(t,a){const e=le(t,a);if(-1!==e)return e;const n=a[1];n.firstCreatePass&&(t.injectorIndex=a.length,se(n.data,t),se(a,null),se(n.blueprint,null));const o=ie(t,a),c=t.injectorIndex;if(za(o)){const t=Ja(o),e=Xa(o,a),n=e[1].data;for(let o=0;o<8;o++)a[c+o]=e[t+o]|n[t+o]}return a[c+8]=o,c}function se(t,a){t.push(0,0,0,0,0,0,0,0,a)}function le(t,a){return-1===t.injectorIndex||t.parent&&t.parent.injectorIndex===t.injectorIndex||null==a[t.injectorIndex+8]?-1:t.injectorIndex}function ie(t,a){if(t.parent&&-1!==t.parent.injectorIndex)return t.parent.injectorIndex;let e=a[6],n=1;for(;e&&-1===e.injectorIndex;)e=(a=a[15])?a[6]:null,n++;return e?e.injectorIndex|n<<16:-1}function be(t,a,e){!function(t,a,e){let n;"string"==typeof e?n=e.charCodeAt(0)||0:e.hasOwnProperty(W)&&(n=e[W]),null==n&&(n=e[W]=oe++);const o=255&n,c=1<0?255&a:a}(e);if("function"==typeof o){ha(a,t);try{const t=o();if(null!=t||n&A.Optional)return t;throw new Error(`No provider for ${Ka(e)}!`)}finally{ka()}}else if("number"==typeof o){if(-1===o)return new Ie(t,a);let c=null,s=le(t,a),l=-1,i=n&A.Host?a[16][6]:null;for((-1===s||n&A.SkipSelf)&&(l=-1===s?ie(t,a):a[s+8],_e(n,!1)?(c=a[1],s=Ja(l),a=Xa(l,a)):s=-1);-1!==s;){l=a[s+8];const t=a[1];if(Le(o,s,t.data)){const t=de(s,a,e,c,n,i);if(t!==fe)return t}_e(n,a[1].data[s+8]===i)&&Le(o,s,a)?(c=t,s=Ja(l),a=Xa(l,a)):s=-1}}}if(n&A.Optional&&void 0===o&&(o=null),0==(n&(A.Self|A.Host))){const t=a[9],c=Y(void 0);try{return t?t.get(e,o,n&A.Optional):nt(e,o,n&A.Optional)}finally{Y(c)}}if(n&A.Optional)return o;throw new Error(`NodeInjector: NOT_FOUND [${Ka(e)}]`)}const fe={};function de(t,a,e,n,o,c){const s=a[1],l=s.data[t+8],i=ue(l,s,e,null==n?Mt(l)&&ee:n!=s&&3===l.type,o&A.Host&&c===l);return null!==i?Ae(a,s,i,l):fe}function ue(t,a,e,n,o){const c=t.providerIndexes,s=a.data,l=65535&c,i=t.directiveStart,b=c>>16,r=o?l+b:t.directiveEnd;for(let f=n?l:l+b;f=i&&t.type===e)return f}if(o){const t=s[i];if(t&&xt(t)&&t.type===e)return i}return null}function Ae(t,a,e,n){let o=t[e];const c=a.data;if(o instanceof Ra){const s=o;if(s.resolving)throw new Error("Circular dep for "+Ka(c[e]));const l=ne(s.canSeeViewProviders);let i;s.resolving=!0,s.injectImpl&&(i=Y(s.injectImpl)),ha(t,n);try{o=t[e]=s.factory(void 0,c,t,n),a.firstCreatePass&&e>=n.directiveStart&&function(t,a,e){const{onChanges:n,onInit:o,doCheck:c}=a;n&&((e.preOrderHooks||(e.preOrderHooks=[])).push(t,n),(e.preOrderCheckHooks||(e.preOrderCheckHooks=[])).push(t,n)),o&&(e.preOrderHooks||(e.preOrderHooks=[])).push(-t,o),c&&((e.preOrderHooks||(e.preOrderHooks=[])).push(t,c),(e.preOrderCheckHooks||(e.preOrderCheckHooks=[])).push(t,c))}(e,c[e],a)}finally{s.injectImpl&&Y(i),ne(l),s.resolving=!1,ka()}}return o}function Le(t,a,e){const n=64&t,o=32&t;let c;return c=128&t?n?o?e[a+7]:e[a+6]:o?e[a+5]:e[a+4]:n?o?e[a+3]:e[a+2]:o?e[a+1]:e[a],!!(c&1<{const t=De(B(a));return t?t():null};let e=Ot(a);if(null===e){const t=S(a);e=t&&t.factory}return e||null}function me(t){return i(()=>{const a=t.prototype.constructor,e=a[U]||De(a),n=Object.prototype;let o=Object.getPrototypeOf(t.prototype).constructor;for(;o&&o!==n;){const t=o[U]||De(o);if(t&&t!==e)return t;o=Object.getPrototypeOf(o)}return t=>new t})}function Ce(t){return t.ngDebugContext}function Se(t){return t.ngOriginalError}function he(t,...a){t.error(...a)}class ge{constructor(){this._console=console}handleError(t){const a=this._findOriginalError(t),e=this._findContext(t),n=function(t){return t.ngErrorLogger||he}(t);n(this._console,"ERROR",t),a&&n(this._console,"ORIGINAL ERROR",a),e&&n(this._console,"ERROR CONTEXT",e)}_findContext(t){return t?Ce(t)?Ce(t):this._findContext(Se(t)):null}_findOriginalError(t){let a=Se(t);for(;a&&Se(a);)a=Se(a);return a}}class Ge{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return"SafeValue must use [property]=binding: "+this.changingThisBreaksApplicationSecurity+" (see http://g.co/ng/security#xss)"}}class Te extends Ge{getTypeName(){return"HTML"}}class pe extends Ge{getTypeName(){return"Style"}}class ke extends Ge{getTypeName(){return"Script"}}class ve extends Ge{getTypeName(){return"URL"}}class ye extends Ge{getTypeName(){return"ResourceURL"}}function Oe(t){return t instanceof Ge?t.changingThisBreaksApplicationSecurity:t}function Be(t,a){const e=Fe(t);if(null!=e&&e!==a){if("ResourceURL"===e&&"URL"===a)return!0;throw new Error(`Required a safe ${a}, got a ${e} (see http://g.co/ng/security#xss)`)}return e===a}function Fe(t){return t instanceof Ge&&t.getTypeName()||null}function Ee(t){return new Te(t)}function we(t){return new pe(t)}function Me(t){return new ke(t)}function je(t){return new ve(t)}function xe(t){return new ye(t)}let Ve=!0,He=!1;function Re(){return He=!0,Ve}function Pe(){if(He)throw new Error("Cannot enable prod mode after platform setup.");Ve=!1}class Ne{getInertBodyElement(t){t=""+t+"";try{const a=(new window.DOMParser).parseFromString(t,"text/html").body;return a.removeChild(a.firstChild),a}catch(a){return null}}}class Ue{constructor(t){if(this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const t=this.inertDocument.createElement("html");this.inertDocument.appendChild(t);const a=this.inertDocument.createElement("body");t.appendChild(a)}}getInertBodyElement(t){const a=this.inertDocument.createElement("template");if("content"in a)return a.innerHTML=t,a;const e=this.inertDocument.createElement("body");return e.innerHTML=t,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(e),e}stripCustomNsAttrs(t){const a=t.attributes;for(let n=a.length-1;0ze(t.trim())).join(", ")),this.buf.push(" ",a,'="',ln(s),'"')}var n;return this.buf.push(">"),!0}endElement(t){const a=t.nodeName.toLowerCase();Ye.hasOwnProperty(a)&&!Xe.hasOwnProperty(a)&&(this.buf.push(""))}chars(t){this.buf.push(ln(t))}checkClobberedElement(t,a){if(a&&(t.compareDocumentPosition(a)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error("Failed to sanitize html because the element is clobbered: "+t.outerHTML);return a}}const cn=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,sn=/([^\#-~ |!])/g;function ln(t){return t.replace(/&/g,"&").replace(cn,(function(t){return"&#"+(1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536)+";"})).replace(sn,(function(t){return"&#"+t.charCodeAt(0)+";"})).replace(//g,">")}let bn;function rn(t,a){let e=null;try{bn=bn||function(t){return function(){try{return!!(new window.DOMParser).parseFromString("","text/html")}catch(t){return!1}}()?new Ne:new Ue(t)}(t);let n=a?String(a):"";e=bn.getInertBodyElement(n);let o=5,c=n;do{if(0===o)throw new Error("Failed to sanitize html because the input is unstable");o--,n=c,c=e.innerHTML,e=bn.getInertBodyElement(n)}while(n!==c);const s=new on,l=s.sanitizeChildren(fn(e)||e);return Re()&&s.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss"),l}finally{if(e){const t=fn(e)||e;for(;t.firstChild;)t.removeChild(t.firstChild)}}}function fn(t){return"content"in t&&function(t){return t.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===t.nodeName}(t)?t.content:null}var dn=function(t){return t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL",t}({});function un(t){const a=Ln();return a?a.sanitize(dn.HTML,t)||"":Be(t,"HTML")?Oe(t):rn(Pt(),Qa(t))}function An(t){const a=Ln();return a?a.sanitize(dn.URL,t)||"":Be(t,"URL")?Oe(t):ze(Qa(t))}function Ln(){const t=oa();return t&&t[12]}function _n(t,a){t.__ngContext__=a}function In(t){throw new Error("Multiple components match node with tagname "+t.tagName)}function Dn(){throw new Error("Cannot mix multi providers and regular providers")}function mn(t,a,e){let n=t.length;for(;;){const o=t.indexOf(a,e);if(-1===o)return o;if(0===o||t.charCodeAt(o-1)<=32){const e=a.length;if(o+e===n||t.charCodeAt(o+e)<=32)return o}e=o+1}}function Cn(t,a,e){let n=0;for(;nc?"":o[r+1].toLowerCase();const a=8&n?t:null;if(a&&-1!==mn(a,b,0)||2&n&&b!==t){if(Gn(n))return!1;s=!0}}}}else{if(!s&&!Gn(n)&&!Gn(i))return!1;if(s&&Gn(i))continue;s=!1,n=i|1&n}}return Gn(n)||s}function Gn(t){return 0==(1&t)}function Tn(t,a,e,n){if(null===a)return-1;let o=0;if(n||!e){let e=!1;for(;o-1)for(e++;e0?'="'+a+'"':"")+"]"}else 8&n?o+="."+s:4&n&&(o+=" "+s);else""===o||Gn(s)||(a+=vn(c,o),o=""),n=s,c=c||!Gn(n);e++}return""!==o&&(a+=vn(c,o)),a}const On={};function Bn(t){const a=t[3];return Et(a)?a[3]:a}function Fn(t){return wn(t[13])}function En(t){return wn(t[4])}function wn(t){for(;null!==t&&!Et(t);)t=t[4];return t}function Mn(t){jn(ca(),oa(),ya()+t,fa())}function jn(t,a,e,n){if(!n)if(3==(3&a[2])){const n=t.preOrderCheckHooks;null!==n&&Ma(a,n,e)}else{const n=t.preOrderHooks;null!==n&&ja(a,n,0,e)}Oa(e)}function xn(t,a){return t<<17|a<<2}function Vn(t){return t>>17&32767}function Hn(t){return 2|t}function Rn(t){return(131068&t)>>2}function Pn(t,a){return-131069&t|a<<2}function Nn(t){return 1|t}function Un(t,a){const e=t.contentQueries;if(null!==e)for(let n=0;n20&&jn(t,a,0,fa()),e(n,o)}finally{Oa(c)}}function Kn(t,a,e){if(wt(a)){const n=a.directiveEnd;for(let o=a.directiveStart;o0&&function t(a){for(let n=Fn(a);null!==n;n=En(n))for(let a=10;a0&&t(e)}const e=a[1].components;if(null!==e)for(let n=0;n0&&t(o)}}(e)}}function So(t,a){const e=Xt(a,t),n=e[1];!function(t,a){for(let e=a.length;ePromise.resolve(null))();function vo(t){return t[7]||(t[7]=[])}function yo(t,a,e){return(null===t||xt(t))&&(e=function(t){for(;Array.isArray(t);){if("object"==typeof t[1])return t;t=t[0]}return null}(e[a.index])),e[11]}function Oo(t,a){const e=t[9],n=e?e.get(ge,null):null;n&&n.handleError(a)}function Bo(t,a,e,n,o){for(let c=0;c0&&(t[e-1][4]=n[4]);const c=rt(t,10+a);jo(n[1],n,!1,null);const s=c[19];null!==s&&s.detachView(c[1]),n[3]=null,n[4]=null,n[2]&=-129}return n}function Ho(t,a){if(!(256&a[2])){const e=a[11];Nt(e)&&e.destroyNode&&Ko(t,a,e,3,null,null),function(t){let a=t[13];if(!a)return Po(t[1],t);for(;a;){let e=null;if(Ft(a))e=a[13];else{const t=a[10];t&&(e=t)}if(!e){for(;a&&!a[4]&&a!==t;)Ft(a)&&Po(a[1],a),a=Ro(a,t);null===a&&(a=t),Ft(a)&&Po(a[1],a),e=a&&a[4]}a=e}}(a)}}function Ro(t,a){let e;return Ft(t)&&(e=t[6])&&2===e.type?Eo(e,t):t[3]===a?null:t[3]}function Po(t,a){if(!(256&a[2])){a[2]&=-129,a[2]|=256,function(t,a){let e;if(null!=t&&null!=(e=t.destroyHooks))for(let n=0;n=0?t[l]():t[-l].unsubscribe(),n+=2}else e[n].call(t[e[n+1]]);a[7]=null}}(t,a);const e=a[6];e&&3===e.type&&Nt(a[11])&&a[11].destroy();const n=a[17];if(null!==n&&Et(a[3])){n!==a[3]&&xo(n,a);const e=a[19];null!==e&&e.detachView(t)}}}function No(t,a,e){let n=a.parent;for(;null!=n&&(4===n.type||5===n.type);)n=(a=n).parent;if(null==n){const t=e[6];return 2===t.type?wo(t,e):e[0]}if(a&&5===a.type&&4&a.flags)return zt(a,e).parentNode;if(2&n.flags){const a=t.data,e=a[a[n.index].directiveStart].encapsulation;if(e!==_t.ShadowDom&&e!==_t.Native)return null}return zt(n,e)}function Uo(t,a,e,n){Nt(t)?t.insertBefore(a,e,n):a.insertBefore(e,n,!0)}function Wo(t,a,e){Nt(t)?t.appendChild(a,e):a.appendChild(e)}function $o(t,a,e,n){null!==n?Uo(t,a,e,n):Wo(t,a,e)}function zo(t,a){return Nt(t)?t.parentNode(a):a.parentNode}function Jo(t,a){if(2===t.type){const e=Eo(t,a);return null===e?null:Xo(e.indexOf(a,10)-10,e)}return 4===t.type||5===t.type?zt(t,a):null}function qo(t,a,e,n){const o=No(t,n,a);if(null!=o){const t=a[11],c=Jo(n.parent||a[6],a);if(Array.isArray(e))for(let a=0;a-1&&this._viewContainerRef.detach(t),this._viewContainerRef=null}Ho(this._lView[1],this._lView)}onDestroy(t){eo(this._lView[1],this._lView,null,t)}markForCheck(){go(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-129}reattach(){this._lView[2]|=128}detectChanges(){Go(this._lView[1],this._lView,this.context)}checkNoChanges(){!function(t,a,e){da(!0);try{Go(t,a,e)}finally{da(!1)}}(this._lView[1],this._lView,this.context)}attachToViewContainerRef(t){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=t}detachFromAppRef(){var t;this._appRef=null,Ko(this._lView[1],t=this._lView,t[11],2,null,null)}attachToAppRef(t){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=t}}class ec extends ac{constructor(t){super(t),this._view=t}detectChanges(){To(this._view)}checkNoChanges(){!function(t){da(!0);try{To(t)}finally{da(!1)}}(this._view)}get context(){return null}}let nc,oc,cc;function sc(t,a,e){return nc||(nc=class extends t{}),new nc(zt(a,e))}function lc(t,a,e,n){return oc||(oc=class extends t{constructor(t,a,e){super(),this._declarationView=t,this._declarationTContainer=a,this.elementRef=e}createEmbeddedView(t){const a=this._declarationTContainer.tViews,e=$n(this._declarationView,a,t,16,null,a.node);e[17]=this._declarationView[this._declarationTContainer.index];const n=this._declarationView[19];return null!==n&&(e[19]=n.createEmbeddedView(a)),Jn(a,e,t),new ac(e)}}),0===e.type?new oc(n,e,sc(a,e,n)):null}function ic(t,a,e,n){let o;cc||(cc=class extends t{constructor(t,a,e){super(),this._lContainer=t,this._hostTNode=a,this._hostView=e}get element(){return sc(a,this._hostTNode,this._hostView)}get injector(){return new Ie(this._hostTNode,this._hostView)}get parentInjector(){const t=ie(this._hostTNode,this._hostView),a=Xa(t,this._hostView),e=function(t,a,e){if(e.parent&&-1!==e.parent.injectorIndex){const t=e.parent.injectorIndex;let a=e.parent;for(;null!=a.parent&&t==a.parent.injectorIndex;)a=a.parent;return a}let n=qa(t),o=a,c=a[6];for(;n>1;)o=o[15],c=o[6],n--;return c}(t,this._hostView,this._hostTNode);return za(t)&&null!=e?new Ie(e,a):new Ie(null,this._hostView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){return null!==this._lContainer[8]&&this._lContainer[8][t]||null}get length(){return this._lContainer.length-10}createEmbeddedView(t,a,e){const n=t.createEmbeddedView(a||{});return this.insert(n,e),n}createComponent(t,a,e,n,o){const c=e||this.parentInjector;if(!o&&null==t.ngModule&&c){const t=c.get(st,null);t&&(o=t)}const s=t.create(c,n,void 0,o);return this.insert(s.hostView,a),s}insert(t,a){const e=t._lView,n=e[1];if(t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");if(this.allocateContainerIfNeeded(),Et(e[3])){const a=this.indexOf(t);if(-1!==a)this.detach(a);else{const a=e[3],n=new cc(a,a[6],a[3]);n.detach(n.indexOf(t))}}const o=this._adjustIndex(a);return function(t,a,e,n){const o=10+n,c=e.length;n>0&&(e[o-1][4]=a),n{class t{}return t.__NG_ELEMENT_ID__=()=>fc(),t})();const fc=bc,dc=Function,uc=new $("Set Injector scope."),Ac={},Lc={},_c=[];let Ic=void 0;function Dc(){return void 0===Ic&&(Ic=new ct),Ic}function mc(t,a=null,e=null,n){return new Cc(t,e,a||Dc(),n)}class Cc{constructor(t,a,e,n=null){this.parent=e,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this._destroyed=!1;const o=[];a&&it(a,e=>this.processProvider(e,t,a)),it([t],t=>this.processInjectorType(t,[],o)),this.records.set(z,gc(void 0,this));const c=this.records.get(uc);this.scope=null!=c?c.value:null,this.source=n||("object"==typeof t?null:k(t))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach(t=>t.ngOnDestroy())}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}}get(t,a=J,e=A.Default){this.assertNotDestroyed();const n=Z(this);try{if(!(e&A.SkipSelf)){let a=this.records.get(t);if(void 0===a){const e=("function"==typeof(o=t)||"object"==typeof o&&o instanceof $)&&m(t);a=e&&this.injectableDefInScope(e)?gc(Sc(t),Ac):null,this.records.set(t,a)}if(null!=a)return this.hydrate(t,a)}return(e&A.Self?Dc():this.parent).get(t,a=e&A.Optional&&a===J?null:a)}catch(c){if("NullInjectorError"===c.name){if((c.ngTempTokenPath=c.ngTempTokenPath||[]).unshift(k(t)),n)throw c;return function(t,a,e,n){const o=t.ngTempTokenPath;throw a.__source&&o.unshift(a.__source),t.message=function(t,a,e,n=null){t=t&&"\n"===t.charAt(0)&&"\u0275"==t.charAt(1)?t.substr(2):t;let o=k(a);if(Array.isArray(a))o=a.map(k).join(" -> ");else if("object"==typeof a){let t=[];for(let e in a)if(a.hasOwnProperty(e)){let n=a[e];t.push(e+":"+("string"==typeof n?JSON.stringify(n):k(n)))}o=`{${t.join(", ")}}`}return`${e}${n?"("+n+")":""}[${o}]: ${t.replace(q,"\n ")}`}("\n"+t.message,o,e,n),t.ngTokenPath=o,t.ngTempTokenPath=null,t}(c,t,"R3InjectorError",this.source)}throw c}finally{Z(n)}var o}_resolveInjectorDefTypes(){this.injectorDefTypes.forEach(t=>this.get(t))}toString(){const t=[];return this.records.forEach((a,e)=>t.push(k(e))),`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new Error("Injector has already been destroyed.")}processInjectorType(t,a,e){if(!(t=B(t)))return!1;let n=S(t);const o=null==n&&t.ngModule||void 0,c=void 0===o?t:o,s=-1!==e.indexOf(c);if(void 0!==o&&(n=S(o)),null==n)return!1;if(null!=n.imports&&!s){let t;e.push(c);try{it(n.imports,n=>{this.processInjectorType(n,a,e)&&(void 0===t&&(t=[]),t.push(n))})}finally{}if(void 0!==t)for(let a=0;athis.processProvider(t,e,n||_c))}}this.injectorDefTypes.add(c),this.records.set(c,gc(n.factory,Ac));const l=n.providers;if(null!=l&&!s){const a=t;it(l,t=>this.processProvider(t,a,l))}return void 0!==o&&void 0!==t.providers}processProvider(t,a,e){let n=Tc(t=B(t))?t:B(t&&t.provide);const o=function(t,a,e){return Gc(t)?gc(void 0,t.useValue):gc(hc(t,a,e),Ac)}(t,a,e);if(Tc(t)||!0!==t.multi){const t=this.records.get(n);t&&void 0!==t.multi&&Dn()}else{let a=this.records.get(n);a?void 0===a.multi&&Dn():(a=gc(void 0,Ac,!0),a.factory=()=>ot(a.multi),this.records.set(n,a)),n=t,a.multi.push(t)}this.records.set(n,o)}hydrate(t,a){var e;return a.value===Lc?function(t){throw new Error("Cannot instantiate cyclic dependency! "+t)}(k(t)):a.value===Ac&&(a.value=Lc,a.value=a.factory()),"object"==typeof a.value&&a.value&&null!==(e=a.value)&&"object"==typeof e&&"function"==typeof e.ngOnDestroy&&this.onDestroy.add(a.value),a.value}injectableDefInScope(t){return!!t.providedIn&&("string"==typeof t.providedIn?"any"===t.providedIn||t.providedIn===this.scope:this.injectorDefTypes.has(t.providedIn))}}function Sc(t){const a=m(t),e=null!==a?a.factory:Ot(t);if(null!==e)return e;const n=S(t);if(null!==n)return n.factory;if(t instanceof $)throw new Error(`Token ${k(t)} is missing a \u0275prov definition.`);if(t instanceof Function)return function(t){const a=t.length;if(a>0){const e=ft(a,"?");throw new Error(`Can't resolve all parameters for ${k(t)}: (${e.join(", ")}).`)}const e=function(t){const a=t&&(t[h]||t[T]||t[G]&&t[G]());if(a){const e=function(t){if(t.hasOwnProperty("name"))return t.name;const a=(""+t).match(/^function\s*([^\s(]+)/);return null===a?"":a[1]}(t);return console.warn(`DEPRECATED: DI is instantiating a token "${e}" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "${e}" class.`),a}return null}(t);return null!==e?()=>e.factory(t):()=>new t}(t);throw new Error("unreachable")}function hc(t,a,e){let n=void 0;if(Tc(t)){const a=B(t);return Ot(a)||Sc(a)}if(Gc(t))n=()=>B(t.useValue);else if((o=t)&&o.useFactory)n=()=>t.useFactory(...ot(t.deps||[]));else if(function(t){return!(!t||!t.useExisting)}(t))n=()=>at(B(t.useExisting));else{const o=B(t&&(t.useClass||t.provide));if(o||function(t,a,e){let n="";throw t&&a&&(n=` - only instances of Provider and Type are allowed, got: [${a.map(t=>t==e?"?"+e+"?":"...").join(", ")}]`),new Error(`Invalid provider for the NgModule '${k(t)}'`+n)}(a,e,t),!function(t){return!!t.deps}(t))return Ot(o)||Sc(o);n=()=>new o(...ot(t.deps))}var o;return n}function gc(t,a,e=!1){return{factory:t,value:a,multi:e?[]:void 0}}function Gc(t){return null!==t&&"object"==typeof t&&X in t}function Tc(t){return"function"==typeof t}const pc=function(t,a,e){return function(t,a=null,e=null,n){const o=mc(t,a,e,n);return o._resolveInjectorDefTypes(),o}({name:e},a,t,e)};let kc=(()=>{class t{static create(t,a){return Array.isArray(t)?pc(t,a,""):pc(t.providers,t.parent,t.name||"")}}return t.THROW_IF_NOT_FOUND=J,t.NULL=new ct,t.\u0275prov=I({token:t,providedIn:"any",factory:()=>at(z)}),t.__NG_ELEMENT_ID__=-1,t})();const vc=new $("AnalyzeForEntryComponents");function yc(t,a,e){let n=e?t.styles:null,o=e?t.classes:null,c=0;if(null!==a)for(let s=0;sl(Wt(t[n.index])).target:n.index;if(Nt(e)){let s=null;if(!l&&i&&(s=function(t,a,e,n){const o=t.cleanup;if(null!=o)for(let c=0;ce?t[e]:null}"string"==typeof t&&(c+=2)}return null}(t,a,o,n.index)),null!==s)(s.__ngLastListenerFn__||s).__ngNextListenerFn__=c,s.__ngLastListenerFn__=c,f=!1;else{c=ss(n,a,c,!1);const t=e.listen(u.name||A,o,c);r.push(c,t),b&&b.push(o,_,L,L+1)}}else c=ss(n,a,c,!0),A.addEventListener(o,c,s),r.push(c),b&&b.push(o,_,L,s)}const d=n.outputs;let u;if(f&&null!==d&&(u=d[o])){const t=u.length;if(t)for(let e=0;e0;)a=a[15],t--;return a}(t,ea.lFrame.contextLView))[8]}(t)}function is(t,a){let e=null;const n=function(t){const a=t.attrs;if(null!=a){const t=a.indexOf(5);if(0==(1&t))return a[t+1]}return null}(t);for(let o=0;o=0}const Ls={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function _s(t){return t.substring(Ls.key,Ls.keyEnd)}function Is(t,a){const e=Ls.textEnd;return e===a?-1:(a=Ls.keyEnd=function(t,a,e){for(;a32;)a++;return a}(t,Ls.key=a,e),Ds(t,a,e))}function Ds(t,a,e){for(;a=0;e=Is(a,e))dt(t,_s(a),!0)}function gs(t,a,e,n){const o=oa(),c=ca(),s=_a(2);c.firstUpdatePass&&ps(c,t,s,n),a!==On&&jc(o,s,a)&&ys(c,c.data[ya()+20],o,o[11],t,o[s+1]=function(t,a){return null==t||("string"==typeof a?t+=a:"object"==typeof t&&(t=k(Oe(t)))),t}(a,e),n,s)}function Gs(t,a,e,n){const o=ca(),c=_a(2);o.firstUpdatePass&&ps(o,null,c,n);const s=oa();if(e!==On&&jc(s,c,e)){const l=o.data[ya()+20];if(Fs(l,n)&&!Ts(o,c)){let t=n?l.classesWithoutHost:l.stylesWithoutHost;null!==t&&(e=v(t,e||"")),zc(o,l,s,e,n)}else!function(t,a,e,n,o,c,s,l){o===On&&(o=ds);let i=0,b=0,r=0=t.expandoStartIndex}function ps(t,a,e,n){const o=t.data;if(null===o[e+1]){const c=o[ya()+20],s=Ts(t,e);Fs(c,n)&&null===a&&!s&&(a=!1),a=function(t,a,e,n){const o=ma(t);let c=n?a.residualClasses:a.residualStyles;if(null===o)0===(n?a.classBindings:a.styleBindings)&&(e=vs(e=ks(null,t,a,e,n),a.attrs,n),c=null);else{const s=a.directiveStylingLast;if(-1===s||t[s]!==o)if(e=ks(o,t,a,e,n),null===c){let e=function(t,a,e){const n=e?a.classBindings:a.styleBindings;if(0!==Rn(n))return t[Vn(n)]}(t,a,n);void 0!==e&&Array.isArray(e)&&(e=ks(null,t,a,e[1],n),e=vs(e,a.attrs,n),function(t,a,e,n){t[Vn(e?a.classBindings:a.styleBindings)]=n}(t,a,n,e))}else c=function(t,a,e){let n=void 0;const o=a.directiveEnd;for(let c=1+a.directiveStylingLast;c0)&&(r=!0)}else b=e;if(o)if(0!==i){const a=Vn(t[l+1]);t[n+1]=xn(a,l),0!==a&&(t[a+1]=Pn(t[a+1],n)),t[l+1]=131071&t[l+1]|n<<17}else t[n+1]=xn(l,0),0!==l&&(t[l+1]=Pn(t[l+1],n)),l=n;else t[n+1]=xn(i,0),0===l?l=n:t[i+1]=Pn(t[i+1],n),i=n;r&&(t[n+1]=Hn(t[n+1])),us(t,b,n,!0),us(t,b,n,!1),function(t,a,e,n,o){const c=o?t.residualClasses:t.residualStyles;null!=c&&"string"==typeof a&&At(c,a)>=0&&(e[n+1]=Nn(e[n+1]))}(a,b,t,n,c),s=xn(l,i),c?a.classBindings=s:a.styleBindings=s}(o,c,a,e,s,n)}}function ks(t,a,e,n,o){let c=null;const s=e.directiveEnd;let l=e.directiveStylingLast;for(-1===l?l=e.directiveStart:l++;l0;){const a=t[o],c=Array.isArray(a),i=c?a[1]:a,b=null===i;let r=e[o+1];r===On&&(r=b?ds:void 0);let f=b?ut(r,n):i===n?r:void 0;if(c&&!Bs(f)&&(f=ut(a,n)),Bs(f)&&(l=f,s))return l;const d=t[o+1];o=s?Vn(d):Rn(d)}if(null!==a){let t=c?a.residualClasses:a.residualStyles;null!=t&&(l=ut(t,n))}return l}function Bs(t){return void 0!==t}function Fs(t,a){return 0!=(t.flags&(a?16:32))}function Es(t,a=""){const e=oa(),n=ca(),o=t+20,c=n.firstCreatePass?zn(n,e[6],t,3,null,null):n.data[o],s=e[o]=function(t,a){return Nt(a)?a.createText(t):a.createTextNode(t)}(a,e[11]);qo(n,e,s,c),ia(c,!1)}function ws(t){return Ms("",t,""),ws}function Ms(t,a,e){const n=oa(),o=Hc(n,t,a,e);return o!==On&&Fo(n,ya(),o),Ms}function js(t,a,e,n,o,c,s,l,i){const b=oa(),r=function(t,a,e,n,o,c,s,l,i,b){const r=function(t,a,e,n,o,c){const s=xc(t,a,e,n);return xc(t,a+2,o,c)||s}(t,Aa(),e,o,s,i);return _a(4),r?a+Qa(e)+n+Qa(o)+c+Qa(s)+l+Qa(i)+b:On}(b,t,a,e,n,o,c,s,l,i);return r!==On&&Fo(b,ya(),r),js}function xs(t,a,e){Gs(dt,hs,Hc(oa(),t,a,e),!0)}function Vs(t,a,e){const n=oa();return jc(n,La(),a)&&co(ca(),Ba(),n,t,a,n[11],e,!0),Vs}function Hs(t,a,e){const n=oa();if(jc(n,La(),a)){const o=ca(),c=Ba();co(o,c,n,t,a,yo(ma(o.data),c,n),e,!0)}return Hs}function Rs(t,a){const e=Qt(t)[1],n=e.data.length-1;wa(e,{directiveStart:n,directiveEnd:n+1})}function Ps(t){let a=Object.getPrototypeOf(t.type.prototype).constructor,e=!0;const n=[t];for(;a;){let o=void 0;if(xt(t))o=a.\u0275cmp||a.\u0275dir;else{if(a.\u0275cmp)throw new Error("Directives cannot inherit Components");o=a.\u0275dir}if(o){if(e){n.push(o);const a=t;a.inputs=Ns(t.inputs),a.declaredInputs=Ns(t.declaredInputs),a.outputs=Ns(t.outputs);const e=o.hostBindings;e&&$s(t,e);const c=o.viewQuery,s=o.contentQueries;if(c&&Us(t,c),s&&Ws(t,s),_(t.inputs,o.inputs),_(t.declaredInputs,o.declaredInputs),_(t.outputs,o.outputs),xt(o)&&o.data.animation){const a=t.data;a.animation=(a.animation||[]).concat(o.data.animation)}a.afterContentChecked=a.afterContentChecked||o.afterContentChecked,a.afterContentInit=t.afterContentInit||o.afterContentInit,a.afterViewChecked=t.afterViewChecked||o.afterViewChecked,a.afterViewInit=t.afterViewInit||o.afterViewInit,a.doCheck=t.doCheck||o.doCheck,a.onDestroy=t.onDestroy||o.onDestroy,a.onInit=t.onInit||o.onInit}const a=o.features;if(a)for(let n=0;n=0;n--){const o=t[n];o.hostVars=a+=o.hostVars,o.hostAttrs=Wa(o.hostAttrs,e=Wa(e,o.hostAttrs))}}(n)}function Ns(t){return t===It?{}:t===Dt?[]:t}function Us(t,a){const e=t.viewQuery;t.viewQuery=e?(t,n)=>{a(t,n),e(t,n)}:a}function Ws(t,a){const e=t.contentQueries;t.contentQueries=e?(t,n,o)=>{a(t,n,o),e(t,n,o)}:a}function $s(t,a){const e=t.hostBindings;t.hostBindings=e?(t,n)=>{a(t,n),e(t,n)}:a}class zs{constructor(t,a,e){this.previousValue=t,this.currentValue=a,this.firstChange=e}isFirstChange(){return this.firstChange}}function Js(t){t.type.prototype.ngOnChanges&&(t.setInput=qs,t.onChanges=function(){const t=Xs(this),a=t&&t.current;if(a){const e=t.previous;if(e===It)t.previous=a;else for(let t in a)e[t]=a[t];t.current=null,this.ngOnChanges(a)}})}function qs(t,a,e,n){const o=Xs(t)||function(t,a){return t.__ngSimpleChanges__=a}(t,{previous:It,current:null}),c=o.current||(o.current={}),s=o.previous,l=this.declaredInputs[e],i=s[l];c[l]=new zs(i&&i.currentValue,a,s===It),t[n]=a}function Xs(t){return t.__ngSimpleChanges__||null}function Qs(t,a,e,n,o){if(t=B(t),Array.isArray(t))for(let c=0;c>16;if(Tc(t)||!t.multi){const n=new Ra(i,o,Nc),u=Ys(l,a,o?r:r+d,f);-1===u?(be(ce(b,s),c,l),Ks(c,t,a.length),a.push(l),b.directiveStart++,b.directiveEnd++,o&&(b.providerIndexes+=65536),e.push(n),s.push(n)):(e[u]=n,s[u]=n)}else{const u=Ys(l,a,r+d,f),A=Ys(l,a,r,r+d),L=u>=0&&e[u],_=A>=0&&e[A];if(o&&!_||!o&&!L){be(ce(b,s),c,l);const r=function(t,a,e,n,o){const c=new Ra(t,e,Nc);return c.multi=[],c.index=a,c.componentProviders=0,Zs(c,o,n&&!e),c}(o?al:tl,e.length,o,n,i);!o&&_&&(e[A].providerFactory=r),Ks(c,t,a.length,0),a.push(l),b.directiveStart++,b.directiveEnd++,o&&(b.providerIndexes+=65536),e.push(r),s.push(r)}else Ks(c,t,u>-1?u:A,Zs(e[o?A:u],i,!o&&n));!o&&n&&_&&e[A].componentProviders++}}}function Ks(t,a,e,n){const o=Tc(a);if(o||a.useClass){const c=(a.useClass||a).prototype.ngOnDestroy;if(c){const s=t.destroyHooks||(t.destroyHooks=[]);if(!o&&a.multi){const t=s.indexOf(e);-1===t?s.push(e,[n,c]):s[t+1].push(n,c)}else s.push(e,c)}}}function Zs(t,a,e){return e&&t.componentProviders++,t.multi.push(a)-1}function Ys(t,a,e,n){for(let o=e;o{e.providersResolver=(e,n)=>function(t,a,e){const n=ca();if(n.firstCreatePass){const o=xt(t);Qs(e,n.data,n.blueprint,o,!0),Qs(a,n.data,n.blueprint,o,!1)}}(e,n?n(t):t,a)}}Js.ngInherit=!0;class ol{}class cl{resolveComponentFactory(t){throw function(t){const a=Error(`No component factory found for ${k(t)}. Did you add it to @NgModule.entryComponents?`);return a.ngComponent=t,a}(t)}}let sl=(()=>{class t{}return t.NULL=new cl,t})(),ll=(()=>{class t{constructor(t){this.nativeElement=t}}return t.__NG_ELEMENT_ID__=()=>il(t),t})();const il=function(t){return sc(t,la(),oa())};class bl{}var rl=function(t){return t[t.Important=1]="Important",t[t.DashCase=2]="DashCase",t}({});let fl=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>dl(),t})();const dl=function(){const t=oa(),a=Xt(la().index,t);return function(t){const a=t[11];if(Nt(a))return a;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(Ft(a)?a:t)};let ul=(()=>{class t{}return t.\u0275prov=I({token:t,providedIn:"root",factory:()=>null}),t})();class Al{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const Ll=new Al("10.0.4");class _l{constructor(){}supports(t){return Ec(t)}create(t){return new Dl(t)}}const Il=(t,a)=>a;class Dl{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||Il}forEachItem(t){let a;for(a=this._itHead;null!==a;a=a._next)t(a)}forEachOperation(t){let a=this._itHead,e=this._removalsHead,n=0,o=null;for(;a||e;){const c=!e||a&&a.currentIndex{n=this._trackByFn(a,t),null!==o&&Object.is(o.trackById,n)?(c&&(o=this._verifyReinsertion(o,t,n,a)),Object.is(o.item,t)||this._addIdentityChange(o,t)):(o=this._mismatch(o,t,n,a),c=!0),o=o._next,a++}),this.length=a;return this._truncate(o),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t,a;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=a)t.previousIndex=t.currentIndex,a=t._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,a,e,n){let o;return null===t?o=this._itTail:(o=t._prev,this._remove(t)),null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(e,n))?(Object.is(t.item,a)||this._addIdentityChange(t,a),this._moveAfter(t,o,n)):null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(e,null))?(Object.is(t.item,a)||this._addIdentityChange(t,a),this._reinsertAfter(t,o,n)):t=this._addAfter(new ml(a,e),o,n),t}_verifyReinsertion(t,a,e,n){let o=null===this._unlinkedRecords?null:this._unlinkedRecords.get(e,null);return null!==o?t=this._reinsertAfter(o,t._prev,n):t.currentIndex!=n&&(t.currentIndex=n,this._addToMoves(t,n)),t}_truncate(t){for(;null!==t;){const a=t._next;this._addToRemovals(this._unlink(t)),t=a}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,a,e){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const n=t._prevRemoved,o=t._nextRemoved;return null===n?this._removalsHead=o:n._nextRemoved=o,null===o?this._removalsTail=n:o._prevRemoved=n,this._insertAfter(t,a,e),this._addToMoves(t,e),t}_moveAfter(t,a,e){return this._unlink(t),this._insertAfter(t,a,e),this._addToMoves(t,e),t}_addAfter(t,a,e){return this._insertAfter(t,a,e),this._additionsTail=null===this._additionsTail?this._additionsHead=t:this._additionsTail._nextAdded=t,t}_insertAfter(t,a,e){const n=null===a?this._itHead:a._next;return t._next=n,t._prev=a,null===n?this._itTail=t:n._prev=t,null===a?this._itHead=t:a._next=t,null===this._linkedRecords&&(this._linkedRecords=new Sl),this._linkedRecords.put(t),t.currentIndex=e,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const a=t._prev,e=t._next;return null===a?this._itHead=e:a._next=e,null===e?this._itTail=a:e._prev=a,t}_addToMoves(t,a){return t.previousIndex===a||(this._movesTail=null===this._movesTail?this._movesHead=t:this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Sl),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,a){return t.item=a,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=t:this._identityChangesTail._nextIdentityChange=t,t}}class ml{constructor(t,a){this.item=t,this.trackById=a,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class Cl{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,a){let e;for(e=this._head;null!==e;e=e._nextDup)if((null===a||a<=e.currentIndex)&&Object.is(e.trackById,t))return e;return null}remove(t){const a=t._prevDup,e=t._nextDup;return null===a?this._head=e:a._nextDup=e,null===e?this._tail=a:e._prevDup=a,null===this._head}}class Sl{constructor(){this.map=new Map}put(t){const a=t.trackById;let e=this.map.get(a);e||(e=new Cl,this.map.set(a,e)),e.add(t)}get(t,a){const e=this.map.get(t);return e?e.get(t,a):null}remove(t){const a=t.trackById;return this.map.get(a).remove(t)&&this.map.delete(a),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function hl(t,a,e){const n=t.previousIndex;if(null===n)return n;let o=0;return e&&n{if(a&&a.key===e)this._maybeAddToChanges(a,t),this._appendAfter=a,a=a._next;else{const n=this._getOrCreateRecordForKey(e,t);a=this._insertBeforeOrAppend(a,n)}}),a){a._prev&&(a._prev._next=null),this._removalsHead=a;for(let t=a;null!==t;t=t._nextRemoved)t===this._mapHead&&(this._mapHead=null),this._records.delete(t.key),t._nextRemoved=t._next,t.previousValue=t.currentValue,t.currentValue=null,t._prev=null,t._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,a){if(t){const e=t._prev;return a._next=t,a._prev=e,t._prev=a,e&&(e._next=a),t===this._mapHead&&(this._mapHead=a),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=a,a._prev=this._appendAfter):this._mapHead=a,this._appendAfter=a,null}_getOrCreateRecordForKey(t,a){if(this._records.has(t)){const e=this._records.get(t);this._maybeAddToChanges(e,a);const n=e._prev,o=e._next;return n&&(n._next=o),o&&(o._prev=n),e._next=null,e._prev=null,e}const e=new Tl(t);return this._records.set(t,e),e.currentValue=a,this._addToAdditions(e),e}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,a){Object.is(a,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=a,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,a){t instanceof Map?t.forEach(a):Object.keys(t).forEach(e=>a(t[e],e))}}class Tl{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}let pl=(()=>{class t{constructor(t){this.factories=t}static create(a,e){if(null!=e){const t=e.factories.slice();a=a.concat(t)}return new t(a)}static extend(a){return{provide:t,useFactory:e=>{if(!e)throw new Error("Cannot extend IterableDiffers without a parent injector");return t.create(a,e)},deps:[[t,new u,new f]]}}find(t){const a=this.factories.find(a=>a.supports(t));if(null!=a)return a;throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'`);var e}}return t.\u0275prov=I({token:t,providedIn:"root",factory:()=>new t([new _l])}),t})(),kl=(()=>{class t{constructor(t){this.factories=t}static create(a,e){if(e){const t=e.factories.slice();a=a.concat(t)}return new t(a)}static extend(a){return{provide:t,useFactory:e=>{if(!e)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return t.create(a,e)},deps:[[t,new u,new f]]}}find(t){const a=this.factories.find(a=>a.supports(t));if(a)return a;throw new Error(`Cannot find a differ supporting object '${t}'`)}}return t.\u0275prov=I({token:t,providedIn:"root",factory:()=>new t([new gl])}),t})();const vl=[new gl],yl=new pl([new _l]),Ol=new kl(vl);let Bl=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>Fl(t,ll),t})();const Fl=function(t,a){return lc(t,a,la(),oa())};let El=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>wl(t,ll),t})();const wl=function(t,a){return ic(t,a,la(),oa())},Ml={};class jl extends sl{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const a=yt(t);return new Hl(a,this.ngModule)}}function xl(t){const a=[];for(let e in t)t.hasOwnProperty(e)&&a.push({propName:t[e],templateName:e});return a}const Vl=new $("SCHEDULER_TOKEN",{providedIn:"root",factory:()=>Za});class Hl extends ol{constructor(t,a){super(),this.componentDef=t,this.ngModule=a,this.componentType=t.type,this.selector=t.selectors.map(yn).join(","),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!a}get inputs(){return xl(this.componentDef.inputs)}get outputs(){return xl(this.componentDef.outputs)}create(t,a,e,n){const o=(n=n||this.ngModule)?function(t,a){return{get:(e,n,o)=>{const c=t.get(e,Ml,o);return c!==Ml||n===Ml?c:a.get(e,n,o)}}}(t,n.injector):t,c=o.get(bl,Ut),s=o.get(ul,null),l=c.createRenderer(null,this.componentDef),i=this.componentDef.selectors[0][0]||"div",b=e?function(t,a,e){if(Nt(t))return t.selectRootElement(a,e===_t.ShadowDom);let n="string"==typeof a?t.querySelector(a):a;return n.textContent="",n}(l,e,this.componentDef.encapsulation):Wn(i,c.createRenderer(null,this.componentDef),function(t){const a=t.toLowerCase();return"svg"===a?"http://www.w3.org/2000/svg":"math"===a?"http://www.w3.org/1998/MathML/":null}(i)),r=this.componentDef.onPush?576:528,f={components:[],scheduler:Za,clean:ko,playerHandler:null,flags:0},d=ao(0,-1,null,1,0,null,null,null,null,null),u=$n(null,d,f,r,null,null,c,l,s,o);let A,L;ga(u,null);try{const t=function(t,a,e,n,o,c){const s=e[1];e[20]=t;const l=zn(s,null,0,3,null,null),i=l.mergedAttrs=a.hostAttrs;null!==i&&(yc(l,i,!0),null!==t&&(Pa(o,t,i),null!==l.classes&&tc(o,t,l.classes),null!==l.styles&&Yo(o,t,l.styles)));const b=n.createRenderer(t,a),r=$n(e,to(a),null,a.onPush?64:16,e[20],l,n,b,void 0);return s.firstCreatePass&&(be(ce(l,e),s,a.type),fo(s,l),Ao(l,e.length,1)),ho(e,r),e[20]=r}(b,this.componentDef,u,c,l);if(b)if(e)Pa(l,b,["ng-version",Ll.full]);else{const{attrs:t,classes:a}=function(t){const a=[],e=[];let n=1,o=2;for(;n0&&tc(l,b,a.join(" "))}if(L=Jt(d,0),void 0!==a){const t=L.projection=[];for(let e=0;et(s,a)),a.contentQueries&&a.contentQueries(1,s,e.length-1);const l=la();if(c.firstCreatePass&&(null!==a.hostBindings||null!==a.hostAttrs)){Oa(l.index-20);const t=e[1];lo(t,a),io(t,e,a.hostVars),bo(a,s)}return s}(t,this.componentDef,u,f,[Rs]),Jn(d,u,null)}finally{va()}const _=new Rl(this.componentType,A,sc(ll,L,u),u,L);return d.node.child=L,_}}class Rl extends class{}{constructor(t,a,e,n,o){super(),this.location=e,this._rootLView=n,this._tNode=o,this.destroyCbs=[],this.instance=a,this.hostView=this.changeDetectorRef=new ec(n),function(t,a,e,n){let o=t.node;null==o&&(t.node=o=no(0,null,2,-1,null,null)),n[6]=o}(n[1],0,0,n),this.componentType=t}get injector(){return new Ie(this._tNode,this._rootLView)}destroy(){this.destroyCbs&&(this.destroyCbs.forEach(t=>t()),this.destroyCbs=null,!this.hostView.destroyed&&this.hostView.destroy())}onDestroy(t){this.destroyCbs&&this.destroyCbs.push(t)}}const Pl=void 0;var Nl=["en",[["a","p"],["AM","PM"],Pl],[["AM","PM"],Pl,Pl],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Pl,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Pl,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Pl,"{1} 'at' {0}",Pl],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(t){let a=Math.floor(Math.abs(t)),e=t.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===e?1:5}];let Ul={};function Wl(t,a,e){"string"!=typeof a&&(e=a,a=t[Xl.LocaleId]),a=a.toLowerCase().replace(/_/g,"-"),Ul[a]=t,e&&(Ul[a][Xl.ExtraData]=e)}function $l(t){const a=function(t){return t.toLowerCase().replace(/_/g,"-")}(t);let e=ql(a);if(e)return e;const n=a.split("-")[0];if(e=ql(n),e)return e;if("en"===n)return Nl;throw new Error(`Missing locale data for the locale "${t}".`)}function zl(t){return $l(t)[Xl.CurrencyCode]||null}function Jl(t){return $l(t)[Xl.PluralCase]}function ql(t){return t in Ul||(Ul[t]=x.ng&&x.ng.common&&x.ng.common.locales&&x.ng.common.locales[t]),Ul[t]}var Xl=function(t){return t[t.LocaleId=0]="LocaleId",t[t.DayPeriodsFormat=1]="DayPeriodsFormat",t[t.DayPeriodsStandalone=2]="DayPeriodsStandalone",t[t.DaysFormat=3]="DaysFormat",t[t.DaysStandalone=4]="DaysStandalone",t[t.MonthsFormat=5]="MonthsFormat",t[t.MonthsStandalone=6]="MonthsStandalone",t[t.Eras=7]="Eras",t[t.FirstDayOfWeek=8]="FirstDayOfWeek",t[t.WeekendRange=9]="WeekendRange",t[t.DateFormat=10]="DateFormat",t[t.TimeFormat=11]="TimeFormat",t[t.DateTimeFormat=12]="DateTimeFormat",t[t.NumberSymbols=13]="NumberSymbols",t[t.NumberFormats=14]="NumberFormats",t[t.CurrencyCode=15]="CurrencyCode",t[t.CurrencySymbol=16]="CurrencySymbol",t[t.CurrencyName=17]="CurrencyName",t[t.Currencies=18]="Currencies",t[t.Directionality=19]="Directionality",t[t.PluralCase=20]="PluralCase",t[t.ExtraData=21]="ExtraData",t}({});let Ql="en-US";function Kl(t){var a,e;e="Expected localeId to be defined",null==(a=t)&&function(t,a,e,n){throw new Error("ASSERTION ERROR: "+t+` [Expected=> null != ${a} <=Actual]`)}(e,a),"string"==typeof t&&(Ql=t.toLowerCase().replace(/_/g,"-"))}const Zl=new Map;class Yl extends st{constructor(t,a){super(),this._parent=a,this._bootstrapComponents=[],this.injector=this,this.destroyCbs=[],this.componentFactoryResolver=new jl(this);const e=Bt(t),n=t[N]||null;n&&Kl(n),this._bootstrapComponents=ae(e.bootstrap),this._r3Injector=mc(t,a,[{provide:st,useValue:this},{provide:sl,useValue:this.componentFactoryResolver}],k(t)),this._r3Injector._resolveInjectorDefTypes(),this.instance=this.get(t)}get(t,a=kc.THROW_IF_NOT_FOUND,e=A.Default){return t===kc||t===st||t===z?this:this._r3Injector.get(t,a,e)}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(t=>t()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class ti extends lt{constructor(t){super(),this.moduleType=t,null!==Bt(t)&&function t(a){if(null!==a.\u0275mod.id){const t=a.\u0275mod.id;(function(t,a,e){if(a&&a!==e)throw new Error(`Duplicate module registered for ${t} - ${k(a)} vs ${k(a.name)}`)})(t,Zl.get(t),a),Zl.set(t,a)}let e=a.\u0275mod.imports;e instanceof Function&&(e=e()),e&&e.forEach(a=>t(a))}(t)}create(t){return new Yl(this.moduleType,t)}}function ai(t,a,e){const n=ua()+t,o=oa();return o[n]===On?Mc(o,n,e?a.call(e):a()):function(t,a){return t[a]}(o,n)}function ei(t,a,e,n){return ci(oa(),ua(),t,a,e,n)}function ni(t,a,e,n,o){return si(oa(),ua(),t,a,e,n,o)}function oi(t,a){const e=t[a];return e===On?void 0:e}function ci(t,a,e,n,o,c){const s=a+e;return jc(t,s,o)?Mc(t,s+1,c?n.call(c,o):n(o)):oi(t,s+1)}function si(t,a,e,n,o,c,s){const l=a+e;return xc(t,l,o,c)?Mc(t,l+2,s?n.call(s,o,c):n(o,c)):oi(t,l+2)}function li(t,a){const e=ca();let n;const o=t+20;e.firstCreatePass?(n=function(t,a){if(a)for(let e=a.length-1;e>=0;e--){const n=a[e];if(t===n.name)return n}throw new Error(`The pipe '${t}' could not be found!`)}(a,e.pipeRegistry),e.data[o]=n,n.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(o,n.onDestroy)):n=e.data[o];const c=n.factory||(n.factory=Ot(n.type)),s=Y(Nc),l=ne(!1),i=c();return ne(l),Y(s),function(t,a,e,n){const o=e+20;o>=t.data.length&&(t.data[o]=null,t.blueprint[o]=null),a[o]=n}(e,oa(),t,i),i}function ii(t,a,e){const n=oa(),o=qt(n,t);return fi(n,ri(n,t)?ci(n,ua(),a,o.transform,e,o):o.transform(e))}function bi(t,a,e,n){const o=oa(),c=qt(o,t);return fi(o,ri(o,t)?si(o,ua(),a,c.transform,e,n,c):c.transform(e,n))}function ri(t,a){return t[1].data[a+20].pure}function fi(t,a){return Fc.isWrapped(a)&&(a=Fc.unwrap(a),t[Aa()]=On),a}const di=class extends n.a{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,a,e){let n,c=t=>null,s=()=>null;t&&"object"==typeof t?(n=this.__isAsync?a=>{setTimeout(()=>t.next(a))}:a=>{t.next(a)},t.error&&(c=this.__isAsync?a=>{setTimeout(()=>t.error(a))}:a=>{t.error(a)}),t.complete&&(s=this.__isAsync?()=>{setTimeout(()=>t.complete())}:()=>{t.complete()})):(n=this.__isAsync?a=>{setTimeout(()=>t(a))}:a=>{t(a)},a&&(c=this.__isAsync?t=>{setTimeout(()=>a(t))}:t=>{a(t)}),e&&(s=this.__isAsync?()=>{setTimeout(()=>e())}:()=>{e()}));const l=super.subscribe(n,c,s);return t instanceof o.a&&t.add(l),l}};function ui(){return this._results[Bc()]()}class Ai{constructor(){this.dirty=!0,this._results=[],this.changes=new di,this.length=0;const t=Bc(),a=Ai.prototype;a[t]||(a[t]=ui)}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,a){return this._results.reduce(t,a)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t){this._results=function t(a,e){void 0===e&&(e=a);for(let n=0;n0)o.push(l[a/2]);else{const c=s[a+1],l=e[-n];for(let a=10;a{class t{constructor(t){this.appInits=t,this.initialized=!1,this.done=!1,this.donePromise=new Promise((t,a)=>{this.resolve=t,this.reject=a})}runInitializers(){if(this.initialized)return;const t=[],a=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let e=0;e{a()}).catch(t=>{this.reject(t)}),0===t.length&&a(),this.initialized=!0}}return t.\u0275fac=function(a){return new(a||t)(at(ji,8))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();const Vi=new $("AppId"),Hi={provide:Vi,useFactory:function(){return`${Ri()}${Ri()}${Ri()}`},deps:[]};function Ri(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Pi=new $("Platform Initializer"),Ni=new $("Platform ID"),Ui=new $("appBootstrapListener");let Wi=(()=>{class t{log(t){console.log(t)}warn(t){console.warn(t)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();const $i=new $("LocaleId"),zi=new $("DefaultCurrencyCode");class Ji{constructor(t,a){this.ngModuleFactory=t,this.componentFactories=a}}const qi=function(t){return new ti(t)},Xi=qi,Qi=function(t){return Promise.resolve(qi(t))},Ki=function(t){const a=qi(t),e=ae(Bt(t).declarations).reduce((t,a)=>{const e=yt(a);return e&&t.push(new Hl(e)),t},[]);return new Ji(a,e)},Zi=Ki,Yi=function(t){return Promise.resolve(Ki(t))};let tb=(()=>{class t{constructor(){this.compileModuleSync=Xi,this.compileModuleAsync=Qi,this.compileModuleAndAllComponentsSync=Zi,this.compileModuleAndAllComponentsAsync=Yi}clearCache(){}clearCacheFor(t){}getModuleId(t){}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();const ab=(()=>Promise.resolve(0))();function eb(t){"undefined"==typeof Zone?ab.then(()=>{t&&t.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",t)}class nb{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:a=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new di(!1),this.onMicrotaskEmpty=new di(!1),this.onStable=new di(!1),this.onError=new di(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched(),this._nesting=0,this._outer=this._inner=Zone.current,Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec)),this.shouldCoalesceEventChangeDetection=a,this.lastRequestAnimationFrameId=-1,this.nativeRequestAnimationFrame=function(){let t=x.requestAnimationFrame,a=x.cancelAnimationFrame;if("undefined"!=typeof Zone&&t&&a){const e=t[Zone.__symbol__("OriginalDelegate")];e&&(t=e);const n=a[Zone.__symbol__("OriginalDelegate")];n&&(a=n)}return{nativeRequestAnimationFrame:t,nativeCancelAnimationFrame:a}}().nativeRequestAnimationFrame,function(t){const a=!!t.shouldCoalesceEventChangeDetection&&t.nativeRequestAnimationFrame&&(()=>{!function(t){-1===t.lastRequestAnimationFrameId&&(t.lastRequestAnimationFrameId=t.nativeRequestAnimationFrame.call(x,()=>{t.fakeTopEventTask||(t.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{t.lastRequestAnimationFrameId=-1,lb(t),sb(t)},void 0,()=>{},()=>{})),t.fakeTopEventTask.invoke()}),lb(t))}(t)});t._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0,maybeDelayChangeDetection:a},onInvokeTask:(e,n,o,c,s,l)=>{try{return ib(t),e.invokeTask(o,c,s,l)}finally{a&&"eventTask"===c.type&&a(),bb(t)}},onInvoke:(a,e,n,o,c,s,l)=>{try{return ib(t),a.invoke(n,o,c,s,l)}finally{bb(t)}},onHasTask:(a,e,n,o)=>{a.hasTask(n,o),e===n&&("microTask"==o.change?(t._hasPendingMicrotasks=o.microTask,lb(t),sb(t)):"macroTask"==o.change&&(t.hasPendingMacrotasks=o.macroTask))},onHandleError:(a,e,n,o)=>(a.handleError(n,o),t.runOutsideAngular(()=>t.onError.emit(o)),!1)})}(this)}static isInAngularZone(){return!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!nb.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(nb.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(t,a,e){return this._inner.run(t,a,e)}runTask(t,a,e,n){const o=this._inner,c=o.scheduleEventTask("NgZoneEvent: "+n,t,cb,ob,ob);try{return o.runTask(c,a,e)}finally{o.cancelTask(c)}}runGuarded(t,a,e){return this._inner.runGuarded(t,a,e)}runOutsideAngular(t){return this._outer.run(t)}}function ob(){}const cb={};function sb(t){if(0==t._nesting&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(()=>t.onStable.emit(null))}finally{t.isStable=!0}}}function lb(t){t.hasPendingMicrotasks=!!(t._hasPendingMicrotasks||t.shouldCoalesceEventChangeDetection&&-1!==t.lastRequestAnimationFrameId)}function ib(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function bb(t){t._nesting--,sb(t)}class rb{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new di,this.onMicrotaskEmpty=new di,this.onStable=new di,this.onError=new di}run(t,a,e){return t.apply(a,e)}runGuarded(t,a,e){return t.apply(a,e)}runOutsideAngular(t){return t()}runTask(t,a,e,n){return t.apply(a,e)}}let fb=(()=>{class t{constructor(t){this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{nb.assertNotInAngularZone(),eb(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())eb(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(a=>!a.updateCb||!a.updateCb(t)||(clearTimeout(a.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,a,e){let n=-1;a&&a>0&&(n=setTimeout(()=>{this._callbacks=this._callbacks.filter(t=>t.timeoutId!==n),t(this._didWork,this.getPendingTasks())},a)),this._callbacks.push({doneCb:t,timeoutId:n,updateCb:e})}whenStable(t,a,e){if(e&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(t,a,e),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(t,a,e){return[]}}return t.\u0275fac=function(a){return new(a||t)(at(nb))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})(),db=(()=>{class t{constructor(){this._applications=new Map,_b.addToWindow(this)}registerApplication(t,a){this._applications.set(t,a)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,a=!0){return _b.findTestabilityInTree(this,t,a)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();class ub{addToWindow(t){}findTestabilityInTree(t,a,e){return null}}function Ab(t){_b=t}let Lb,_b=new ub;const Ib=new $("AllowMultipleToken");class Db{constructor(t,a){this.name=t,this.token=a}}function mb(t,a,e=[]){const n="Platform: "+a,o=new $(n);return(a=[])=>{let c=Cb();if(!c||c.injector.get(Ib,!1))if(t)t(e.concat(a).concat({provide:o,useValue:!0}));else{const t=e.concat(a).concat({provide:o,useValue:!0},{provide:uc,useValue:"platform"});!function(t){if(Lb&&!Lb.destroyed&&!Lb.injector.get(Ib,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Lb=t.get(Sb);const a=t.get(Pi,null);a&&a.forEach(t=>t())}(kc.create({providers:t,name:n}))}return function(t){const a=Cb();if(!a)throw new Error("No platform exists!");if(!a.injector.get(t,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return a}(o)}}function Cb(){return Lb&&!Lb.destroyed?Lb:null}let Sb=(()=>{class t{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,a){const e=function(t,a){let e;return e="noop"===t?new rb:("zone.js"===t?void 0:t)||new nb({enableLongStackTrace:Re(),shouldCoalesceEventChangeDetection:a}),e}(a?a.ngZone:void 0,a&&a.ngZoneEventCoalescing||!1),n=[{provide:nb,useValue:e}];return e.run(()=>{const a=kc.create({providers:n,parent:this.injector,name:t.moduleType.name}),o=t.create(a),c=o.injector.get(ge,null);if(!c)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return o.onDestroy(()=>Gb(this._modules,o)),e.runOutsideAngular(()=>e.onError.subscribe({next:t=>{c.handleError(t)}})),function(t,a,e){try{const n=e();return ts(n)?n.catch(e=>{throw a.runOutsideAngular(()=>t.handleError(e)),e}):n}catch(n){throw a.runOutsideAngular(()=>t.handleError(n)),n}}(c,e,()=>{const t=o.injector.get(xi);return t.runInitializers(),t.donePromise.then(()=>(Kl(o.injector.get($i,"en-US")||"en-US"),this._moduleDoBootstrap(o),o))})})}bootstrapModule(t,a=[]){const e=hb({},a);return function(t,a,e){const n=new ti(e);return Promise.resolve(n)}(0,0,t).then(t=>this.bootstrapModuleFactory(t,e))}_moduleDoBootstrap(t){const a=t.injector.get(gb);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(t=>a.bootstrap(t));else{if(!t.instance.ngDoBootstrap)throw new Error(`The module ${k(t.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.`);t.instance.ngDoBootstrap(a)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(t=>t.destroy()),this._destroyListeners.forEach(t=>t()),this._destroyed=!0}get destroyed(){return this._destroyed}}return t.\u0275fac=function(a){return new(a||t)(at(kc))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();function hb(t,a){return Array.isArray(a)?a.reduce(hb,t):Object.assign(Object.assign({},t),a)}let gb=(()=>{class t{constructor(t,a,e,n,o,i){this._zone=t,this._console=a,this._injector=e,this._exceptionHandler=n,this._componentFactoryResolver=o,this._initStatus=i,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=Re(),this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const b=new c.a(t=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{t.next(this._stable),t.complete()})}),r=new c.a(t=>{let a;this._zone.runOutsideAngular(()=>{a=this._zone.onStable.subscribe(()=>{nb.assertNotInAngularZone(),eb(()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,t.next(!0))})})});const e=this._zone.onUnstable.subscribe(()=>{nb.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{t.next(!1)}))});return()=>{a.unsubscribe(),e.unsubscribe()}});this.isStable=Object(s.a)(b,r.pipe(Object(l.a)()))}bootstrap(t,a){if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");let e;e=t instanceof ol?t:this._componentFactoryResolver.resolveComponentFactory(t),this.componentTypes.push(e.componentType);const n=e.isBoundToModule?void 0:this._injector.get(st),o=e.create(kc.NULL,[],a||e.selector,n);o.onDestroy(()=>{this._unloadComponent(o)});const c=o.injector.get(fb,null);return c&&o.injector.get(db).registerApplication(o.location.nativeElement,c),this._loadComponent(o),Re()&&this._console.log("Angular is running in development mode. Call enableProdMode() to enable production mode."),o}tick(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");try{this._runningTick=!0;for(let t of this._views)t.detectChanges();if(this._enforceNoNewChanges)for(let t of this._views)t.checkNoChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){const a=t;this._views.push(a),a.attachToAppRef(this)}detachView(t){const a=t;Gb(this._views,a),a.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(Ui,[]).concat(this._bootstrapListeners).forEach(a=>a(t))}_unloadComponent(t){this.detachView(t.hostView),Gb(this.components,t)}ngOnDestroy(){this._views.slice().forEach(t=>t.destroy())}get viewCount(){return this._views.length}}return t.\u0275fac=function(a){return new(a||t)(at(nb),at(Wi),at(kc),at(ge),at(sl),at(xi))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();function Gb(t,a){const e=t.indexOf(a);e>-1&&t.splice(e,1)}class Tb{}class pb{}const kb={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};let vb=(()=>{class t{constructor(t,a){this._compiler=t,this._config=a||kb}load(t){return this.loadAndCompile(t)}loadAndCompile(t){let[a,n]=t.split("#");return void 0===n&&(n="default"),e("zn8P")(a).then(t=>t[n]).then(t=>yb(t,a,n)).then(t=>this._compiler.compileModuleAsync(t))}loadFactory(t){let[a,n]=t.split("#"),o="NgFactory";return void 0===n&&(n="default",o=""),e("zn8P")(this._config.factoryPathPrefix+a+this._config.factoryPathSuffix).then(t=>t[n+o]).then(t=>yb(t,a,n))}}return t.\u0275fac=function(a){return new(a||t)(at(tb),at(pb,8))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();function yb(t,a,e){if(!t)throw new Error(`Cannot find '${e}' in '${a}'`);return t}class Ob extends rc{}class Bb extends Ob{}const Fb=function(t){return null},Eb=mb(null,"core",[{provide:Ni,useValue:"unknown"},{provide:Sb,deps:[kc]},{provide:db,deps:[]},{provide:Wi,deps:[]}]),wb=[{provide:gb,useClass:gb,deps:[nb,Wi,kc,ge,sl,xi]},{provide:Vl,deps:[nb],useFactory:function(t){let a=[];return t.onStable.subscribe(()=>{for(;a.length;)a.pop()()}),function(t){a.push(t)}}},{provide:xi,useClass:xi,deps:[[new f,ji]]},{provide:tb,useClass:tb,deps:[]},Hi,{provide:pl,useFactory:function(){return yl},deps:[]},{provide:kl,useFactory:function(){return Ol},deps:[]},{provide:$i,useFactory:function(t){return Kl(t=t||"undefined"!=typeof $localize&&$localize.locale||"en-US"),t},deps:[[new r($i),new f,new u]]},{provide:zi,useValue:"USD"}];let Mb=(()=>{class t{constructor(t){}}return t.\u0275mod=Gt({type:t}),t.\u0275inj=D({factory:function(a){return new(a||t)(at(gb))},providers:wb}),t})()},gRHU:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("2fFW"),o=e("NJ4a");const c={closed:!0,next(t){},error(t){if(n.a.useDeprecatedSynchronousErrorHandling)throw t;Object(o.a)(t)},complete(){}}},itXk:function(t,a,e){"use strict";e.d(a,"a",(function(){return b}));var n=e("z+Ro"),o=e("DH7j"),c=e("l7GE"),s=e("ZUHj"),l=e("yCtX");const i={};function b(...t){let a=null,e=null;return Object(n.a)(t[t.length-1])&&(e=t.pop()),"function"==typeof t[t.length-1]&&(a=t.pop()),1===t.length&&Object(o.a)(t[0])&&(t=t[0]),Object(l.a)(t,e).lift(new r(a))}class r{constructor(t){this.resultSelector=t}call(t,a){return a.subscribe(new f(t,this.resultSelector))}}class f extends c.a{constructor(t,a){super(t),this.resultSelector=a,this.active=0,this.values=[],this.observables=[]}_next(t){this.values.push(i),this.observables.push(t)}_complete(){const t=this.observables,a=t.length;if(0===a)this.destination.complete();else{this.active=a,this.toRespond=a;for(let e=0;e{const n=new o.a;let c=0;return n.add(a.schedule((function(){c!==t.length?(e.next(t[c++]),e.closed||n.add(this.schedule())):e.complete()}))),n})}},jhN1:function(t,a,e){"use strict";e.d(a,"a",(function(){return x})),e.d(a,"b",(function(){return B})),e.d(a,"c",(function(){return M})),e.d(a,"d",(function(){return S}));var n=e("ofXK"),o=e("fXoL");class c extends n.x{constructor(){super()}supportsDOMEvents(){return!0}}class s extends c{static makeCurrent(){Object(n.B)(new s)}getProperty(t,a){return t[a]}log(t){window.console&&window.console.log&&window.console.log(t)}logGroup(t){window.console&&window.console.group&&window.console.group(t)}logGroupEnd(){window.console&&window.console.groupEnd&&window.console.groupEnd()}onAndCancel(t,a,e){return t.addEventListener(a,e,!1),()=>{t.removeEventListener(a,e,!1)}}dispatchEvent(t,a){t.dispatchEvent(a)}remove(t){return t.parentNode&&t.parentNode.removeChild(t),t}getValue(t){return t.value}createElement(t,a){return(a=a||this.getDefaultDocument()).createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,a){return"window"===a?window:"document"===a?t:"body"===a?t.body:null}getHistory(){return window.history}getLocation(){return window.location}getBaseHref(t){const a=i||(i=document.querySelector("base"),i)?i.getAttribute("href"):null;return null==a?null:(e=a,l||(l=document.createElement("a")),l.setAttribute("href",e),"/"===l.pathname.charAt(0)?l.pathname:"/"+l.pathname);var e}resetBaseElement(){i=null}getUserAgent(){return window.navigator.userAgent}performanceNow(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()}supportsCookies(){return!0}getCookie(t){return Object(n.A)(document.cookie,t)}}let l,i=null;const b=new o.r("TRANSITION_ID"),r=[{provide:o.d,useFactory:function(t,a,e){return()=>{e.get(o.e).donePromise.then(()=>{const e=Object(n.z)();Array.prototype.slice.apply(a.querySelectorAll("style[ng-transition]")).filter(a=>a.getAttribute("ng-transition")===t).forEach(t=>e.remove(t))})}},deps:[b,n.d,o.s],multi:!0}];class f{static init(){Object(o.Y)(new f)}addToWindow(t){o.pb.getAngularTestability=(a,e=!0)=>{const n=t.findTestabilityInTree(a,e);if(null==n)throw new Error("Could not find testability for element.");return n},o.pb.getAllAngularTestabilities=()=>t.getAllTestabilities(),o.pb.getAllAngularRootElements=()=>t.getAllRootElements(),o.pb.frameworkStabilizers||(o.pb.frameworkStabilizers=[]),o.pb.frameworkStabilizers.push(t=>{const a=o.pb.getAllAngularTestabilities();let e=a.length,n=!1;const c=function(a){n=n||a,e--,0==e&&t(n)};a.forEach((function(t){t.whenStable(c)}))})}findTestabilityInTree(t,a,e){if(null==a)return null;const o=t.getTestability(a);return null!=o?o:e?Object(n.z)().isShadowRoot(a)?this.findTestabilityInTree(t,a.host,!0):this.findTestabilityInTree(t,a.parentElement,!0):null}}const d=new o.r("EventManagerPlugins");let u=(()=>{class t{constructor(t,a){this._zone=a,this._eventNameToPlugin=new Map,t.forEach(t=>t.manager=this),this._plugins=t.slice().reverse()}addEventListener(t,a,e){return this._findPluginFor(a).addEventListener(t,a,e)}addGlobalEventListener(t,a,e){return this._findPluginFor(a).addGlobalEventListener(t,a,e)}getZone(){return this._zone}_findPluginFor(t){const a=this._eventNameToPlugin.get(t);if(a)return a;const e=this._plugins;for(let n=0;n{class t{constructor(){this._stylesSet=new Set}addStyles(t){const a=new Set;t.forEach(t=>{this._stylesSet.has(t)||(this._stylesSet.add(t),a.add(t))}),this.onStylesAdded(a)}onStylesAdded(t){}getAllStyles(){return Array.from(this._stylesSet)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})(),_=(()=>{class t extends L{constructor(t){super(),this._doc=t,this._hostNodes=new Set,this._styleNodes=new Set,this._hostNodes.add(t.head)}_addStylesToHost(t,a){t.forEach(t=>{const e=this._doc.createElement("style");e.textContent=t,this._styleNodes.add(a.appendChild(e))})}addHost(t){this._addStylesToHost(this._stylesSet,t),this._hostNodes.add(t)}removeHost(t){this._hostNodes.delete(t)}onStylesAdded(t){this._hostNodes.forEach(a=>this._addStylesToHost(t,a))}ngOnDestroy(){this._styleNodes.forEach(t=>Object(n.z)().remove(t))}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.d))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();const I={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},D=/%COMP%/g;function m(t,a,e){for(let n=0;n{if("__ngUnwrap__"===a)return t;!1===t(a)&&(a.preventDefault(),a.returnValue=!1)}}let S=(()=>{class t{constructor(t,a,e){this.eventManager=t,this.sharedStylesHost=a,this.appId=e,this.rendererByCompId=new Map,this.defaultRenderer=new h(t)}createRenderer(t,a){if(!t||!a)return this.defaultRenderer;switch(a.encapsulation){case o.R.Emulated:{let e=this.rendererByCompId.get(a.id);return e||(e=new g(this.eventManager,this.sharedStylesHost,a,this.appId),this.rendererByCompId.set(a.id,e)),e.applyToHost(t),e}case o.R.Native:case o.R.ShadowDom:return new G(this.eventManager,this.sharedStylesHost,t,a);default:if(!this.rendererByCompId.has(a.id)){const t=m(a.id,a.styles,[]);this.sharedStylesHost.addStyles(t),this.rendererByCompId.set(a.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(u),o.Xb(_),o.Xb(o.c))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();class h{constructor(t){this.eventManager=t,this.data=Object.create(null)}destroy(){}createElement(t,a){return a?document.createElementNS(I[a]||a,t):document.createElement(t)}createComment(t){return document.createComment(t)}createText(t){return document.createTextNode(t)}appendChild(t,a){t.appendChild(a)}insertBefore(t,a,e){t&&t.insertBefore(a,e)}removeChild(t,a){t&&t.removeChild(a)}selectRootElement(t,a){let e="string"==typeof t?document.querySelector(t):t;if(!e)throw new Error(`The selector "${t}" did not match any elements`);return a||(e.textContent=""),e}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,a,e,n){if(n){a=n+":"+a;const o=I[n];o?t.setAttributeNS(o,a,e):t.setAttribute(a,e)}else t.setAttribute(a,e)}removeAttribute(t,a,e){if(e){const n=I[e];n?t.removeAttributeNS(n,a):t.removeAttribute(`${e}:${a}`)}else t.removeAttribute(a)}addClass(t,a){t.classList.add(a)}removeClass(t,a){t.classList.remove(a)}setStyle(t,a,e,n){n&o.H.DashCase?t.style.setProperty(a,e,n&o.H.Important?"important":""):t.style[a]=e}removeStyle(t,a,e){e&o.H.DashCase?t.style.removeProperty(a):t.style[a]=""}setProperty(t,a,e){t[a]=e}setValue(t,a){t.nodeValue=a}listen(t,a,e){return"string"==typeof t?this.eventManager.addGlobalEventListener(t,a,C(e)):this.eventManager.addEventListener(t,a,C(e))}}class g extends h{constructor(t,a,e,n){super(t),this.component=e;const o=m(n+"-"+e.id,e.styles,[]);a.addStyles(o),this.contentAttr="_ngcontent-%COMP%".replace(D,n+"-"+e.id),this.hostAttr=function(t){return"_nghost-%COMP%".replace(D,t)}(n+"-"+e.id)}applyToHost(t){super.setAttribute(t,this.hostAttr,"")}createElement(t,a){const e=super.createElement(t,a);return super.setAttribute(e,this.contentAttr,""),e}}class G extends h{constructor(t,a,e,n){super(t),this.sharedStylesHost=a,this.hostEl=e,this.component=n,this.shadowRoot=n.encapsulation===o.R.ShadowDom?e.attachShadow({mode:"open"}):e.createShadowRoot(),this.sharedStylesHost.addHost(this.shadowRoot);const c=m(n.id,n.styles,[]);for(let o=0;o{class t extends A{constructor(t){super(t)}supports(t){return!0}addEventListener(t,a,e){return t.addEventListener(a,e,!1),()=>this.removeEventListener(t,a,e)}removeEventListener(t,a,e){return t.removeEventListener(a,e)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.d))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();const p=["alt","control","meta","shift"],k={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},v={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","\x90":"NumLock"},y={alt:t=>t.altKey,control:t=>t.ctrlKey,meta:t=>t.metaKey,shift:t=>t.shiftKey};let O=(()=>{class t extends A{constructor(t){super(t)}supports(a){return null!=t.parseEventName(a)}addEventListener(a,e,o){const c=t.parseEventName(e),s=t.eventCallback(c.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Object(n.z)().onAndCancel(a,c.domEventName,s))}static parseEventName(a){const e=a.toLowerCase().split("."),n=e.shift();if(0===e.length||"keydown"!==n&&"keyup"!==n)return null;const o=t._normalizeKey(e.pop());let c="";if(p.forEach(t=>{const a=e.indexOf(t);a>-1&&(e.splice(a,1),c+=t+".")}),c+=o,0!=e.length||0===o.length)return null;const s={};return s.domEventName=n,s.fullKey=c,s}static getEventFullKey(t){let a="",e=function(t){let a=t.key;if(null==a){if(a=t.keyIdentifier,null==a)return"Unidentified";a.startsWith("U+")&&(a=String.fromCharCode(parseInt(a.substring(2),16)),3===t.location&&v.hasOwnProperty(a)&&(a=v[a]))}return k[a]||a}(t);return e=e.toLowerCase()," "===e?e="space":"."===e&&(e="dot"),p.forEach(n=>{n!=e&&(0,y[n])(t)&&(a+=n+".")}),a+=e,a}static eventCallback(a,e,n){return o=>{t.getEventFullKey(o)===a&&n.runGuarded(()=>e(o))}}static _normalizeKey(t){switch(t){case"esc":return"escape";default:return t}}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.d))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})(),B=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(o.Jb)({factory:function(){return Object(o.Xb)(E)},token:t,providedIn:"root"}),t})();function F(t){return new E(t.get(n.d))}let E=(()=>{class t extends B{constructor(t){super(),this._doc=t}sanitize(t,a){if(null==a)return null;switch(t){case o.J.NONE:return a;case o.J.HTML:return Object(o.eb)(a,"HTML")?Object(o.wb)(a):Object(o.cb)(this._doc,String(a));case o.J.STYLE:return Object(o.eb)(a,"Style")?Object(o.wb)(a):a;case o.J.SCRIPT:if(Object(o.eb)(a,"Script"))return Object(o.wb)(a);throw new Error("unsafe value used in a script context");case o.J.URL:return Object(o.ob)(a),Object(o.eb)(a,"URL")?Object(o.wb)(a):Object(o.db)(String(a));case o.J.RESOURCE_URL:if(Object(o.eb)(a,"ResourceURL"))return Object(o.wb)(a);throw new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${t} (see http://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(t){return Object(o.fb)(t)}bypassSecurityTrustStyle(t){return Object(o.ib)(t)}bypassSecurityTrustScript(t){return Object(o.hb)(t)}bypassSecurityTrustUrl(t){return Object(o.jb)(t)}bypassSecurityTrustResourceUrl(t){return Object(o.gb)(t)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return F(Object(o.Xb)(o.p))},token:t,providedIn:"root"}),t})();const w=[{provide:o.C,useValue:n.y},{provide:o.D,useValue:function(){s.makeCurrent(),f.init()},multi:!0},{provide:n.d,useFactory:function(){return Object(o.ub)(document),document},deps:[]}],M=Object(o.S)(o.X,"browser",w),j=[[],{provide:o.ab,useValue:"root"},{provide:o.n,useFactory:function(){return new o.n},deps:[]},{provide:d,useClass:T,multi:!0,deps:[n.d,o.A,o.C]},{provide:d,useClass:O,multi:!0,deps:[n.d]},[],{provide:S,useClass:S,deps:[u,_,o.c]},{provide:o.G,useExisting:S},{provide:L,useExisting:_},{provide:_,useClass:_,deps:[n.d]},{provide:o.N,useClass:o.N,deps:[o.A]},{provide:u,useClass:u,deps:[d,o.A]},[]];let x=(()=>{class t{constructor(t){if(t)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}static withServerTransition(a){return{ngModule:t,providers:[{provide:o.c,useValue:a.appId},{provide:b,useExisting:o.c},r]}}}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)(o.Xb(t,12))},providers:j,imports:[n.c,o.f]}),t})();"undefined"!=typeof window&&window},kJWO:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")()},l7GE:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");class o extends n.a{notifyNext(t,a,e,n,o){this.destination.next(a)}notifyError(t,a){this.destination.error(t)}notifyComplete(t){this.destination.complete()}}},lJxs:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");function o(t,a){return function(e){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return e.lift(new c(t,a))}}class c{constructor(t,a){this.project=t,this.thisArg=a}call(t,a){return a.subscribe(new s(t,this.project,this.thisArg))}}class s extends n.a{constructor(t,a,e){super(t),this.project=a,this.count=0,this.thisArg=e||this}_next(t){let a;try{a=this.project.call(this.thisArg,t,this.count++)}catch(e){return void this.destination.error(e)}this.destination.next(a)}}},n6bG:function(t,a,e){"use strict";function n(t){return"function"==typeof t}e.d(a,"a",(function(){return n}))},nLfN:function(t,a,e){"use strict";e.d(a,"a",(function(){return l})),e.d(a,"b",(function(){return i})),e.d(a,"c",(function(){return I})),e.d(a,"d",(function(){return _})),e.d(a,"e",(function(){return r})),e.d(a,"f",(function(){return A})),e.d(a,"g",(function(){return L}));var n=e("fXoL"),o=e("ofXK");let c;try{c="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch(D){c=!1}let s,l=(()=>{class t{constructor(t){this._platformId=t,this.isBrowser=this._platformId?Object(o.v)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!c)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.C))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(n.C))},token:t,providedIn:"root"}),t})(),i=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})();const b=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function r(){if(s)return s;if("object"!=typeof document||!document)return s=new Set(b),s;let t=document.createElement("input");return s=new Set(b.filter(a=>(t.setAttribute("type",a),t.type===a))),s}let f,d,u;function A(t){return function(){if(null==f&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>f=!0}))}finally{f=f||!1}return f}()?t:!!t.capture}function L(){return!("object"!=typeof document||!("scrollBehavior"in document.documentElement.style))}function _(){if("object"!=typeof document||!document)return 0;if(null==d){const t=document.createElement("div"),a=t.style;t.dir="rtl",a.width="1px",a.overflow="auto",a.visibility="hidden",a.pointerEvents="none",a.position="absolute";const e=document.createElement("div"),n=e.style;n.width="2px",n.height="1px",t.appendChild(e),document.body.appendChild(t),d=0,0===t.scrollLeft&&(t.scrollLeft=1,d=0===t.scrollLeft?1:2),t.parentNode.removeChild(t)}return d}function I(t){if(function(){if(null==u){const t="undefined"!=typeof document?document.head:null;u=!(!t||!t.createShadowRoot&&!t.attachShadow)}return u}()){const a=t.getRootNode?t.getRootNode():null;if("undefined"!=typeof ShadowRoot&&ShadowRoot&&a instanceof ShadowRoot)return a}return null}},nYR2:function(t,a,e){"use strict";e.d(a,"a",(function(){return c}));var n=e("7o/Q"),o=e("quSY");function c(t){return a=>a.lift(new s(t))}class s{constructor(t){this.callback=t}call(t,a){return a.subscribe(new l(t,this.callback))}}class l extends n.a{constructor(t,a){super(t),this.add(new o.a(a))}}},ngJS:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=t=>a=>{for(let e=0,n=t.length;e{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(n.Jb)({factory:r,token:t,providedIn:"platform"}),t})();function r(){return Object(n.Xb)(d)}const f=new n.r("Location Initialized");let d=(()=>{class t extends b{constructor(t){super(),this._doc=t,this._init()}_init(){this.location=c().getLocation(),this._history=c().getHistory()}getBaseHrefFromDOM(){return c().getBaseHref(this._doc)}onPopState(t){c().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",t,!1)}onHashChange(t){c().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",t,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(t){this.location.pathname=t}pushState(t,a,e){u()?this._history.pushState(t,a,e):this.location.hash=e}replaceState(t,a,e){u()?this._history.replaceState(t,a,e):this.location.hash=e}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(i))},t.\u0275prov=Object(n.Jb)({factory:A,token:t,providedIn:"platform"}),t})();function u(){return!!window.history.pushState}function A(){return new d(Object(n.Xb)(i))}function L(t,a){if(0==t.length)return a;if(0==a.length)return t;let e=0;return t.endsWith("/")&&e++,a.startsWith("/")&&e++,2==e?t+a.substring(1):1==e?t+a:t+"/"+a}function _(t){const a=t.match(/#|\?|$/),e=a&&a.index||t.length;return t.slice(0,e-("/"===t[e-1]?1:0))+t.slice(e)}function I(t){return t&&"?"!==t[0]?"?"+t:t}let D=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(n.Jb)({factory:m,token:t,providedIn:"root"}),t})();function m(t){const a=Object(n.Xb)(i).location;return new S(Object(n.Xb)(b),a&&a.origin||"")}const C=new n.r("appBaseHref");let S=(()=>{class t extends D{constructor(t,a){if(super(),this._platformLocation=t,null==a&&(a=this._platformLocation.getBaseHrefFromDOM()),null==a)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=a}onPopState(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)}getBaseHref(){return this._baseHref}prepareExternalUrl(t){return L(this._baseHref,t)}path(t=!1){const a=this._platformLocation.pathname+I(this._platformLocation.search),e=this._platformLocation.hash;return e&&t?`${a}${e}`:a}pushState(t,a,e,n){const o=this.prepareExternalUrl(e+I(n));this._platformLocation.pushState(t,a,o)}replaceState(t,a,e,n){const o=this.prepareExternalUrl(e+I(n));this._platformLocation.replaceState(t,a,o)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(b),n.Xb(C,8))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),h=(()=>{class t extends D{constructor(t,a){super(),this._platformLocation=t,this._baseHref="",null!=a&&(this._baseHref=a)}onPopState(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)}getBaseHref(){return this._baseHref}path(t=!1){let a=this._platformLocation.hash;return null==a&&(a="#"),a.length>0?a.substring(1):a}prepareExternalUrl(t){const a=L(this._baseHref,t);return a.length>0?"#"+a:a}pushState(t,a,e,n){let o=this.prepareExternalUrl(e+I(n));0==o.length&&(o=this._platformLocation.pathname),this._platformLocation.pushState(t,a,o)}replaceState(t,a,e,n){let o=this.prepareExternalUrl(e+I(n));0==o.length&&(o=this._platformLocation.pathname),this._platformLocation.replaceState(t,a,o)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(b),n.Xb(C,8))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),g=(()=>{class t{constructor(t,a){this._subject=new n.o,this._urlChangeListeners=[],this._platformStrategy=t;const e=this._platformStrategy.getBaseHref();this._platformLocation=a,this._baseHref=_(T(e)),this._platformStrategy.onPopState(t=>{this._subject.emit({url:this.path(!0),pop:!0,state:t.state,type:t.type})})}path(t=!1){return this.normalize(this._platformStrategy.path(t))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(t,a=""){return this.path()==this.normalize(t+I(a))}normalize(a){return t.stripTrailingSlash(function(t,a){return t&&a.startsWith(t)?a.substring(t.length):a}(this._baseHref,T(a)))}prepareExternalUrl(t){return t&&"/"!==t[0]&&(t="/"+t),this._platformStrategy.prepareExternalUrl(t)}go(t,a="",e=null){this._platformStrategy.pushState(e,"",t,a),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+I(a)),e)}replaceState(t,a="",e=null){this._platformStrategy.replaceState(e,"",t,a),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+I(a)),e)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(t){this._urlChangeListeners.push(t),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(t=>{this._notifyUrlChangeListeners(t.url,t.state)}))}_notifyUrlChangeListeners(t="",a){this._urlChangeListeners.forEach(e=>e(t,a))}subscribe(t,a,e){return this._subject.subscribe({next:t,error:a,complete:e})}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(D),n.Xb(b))},t.normalizeQueryParams=I,t.joinWithSlash=L,t.stripTrailingSlash=_,t.\u0275prov=Object(n.Jb)({factory:G,token:t,providedIn:"root"}),t})();function G(){return new g(Object(n.Xb)(D),Object(n.Xb)(b))}function T(t){return t.replace(/\/index.html$/,"")}var p=function(t){return t[t.Decimal=0]="Decimal",t[t.Percent=1]="Percent",t[t.Currency=2]="Currency",t[t.Scientific=3]="Scientific",t}({}),k=function(t){return t[t.Zero=0]="Zero",t[t.One=1]="One",t[t.Two=2]="Two",t[t.Few=3]="Few",t[t.Many=4]="Many",t[t.Other=5]="Other",t}({}),v=function(t){return t[t.Format=0]="Format",t[t.Standalone=1]="Standalone",t}({}),y=function(t){return t[t.Narrow=0]="Narrow",t[t.Abbreviated=1]="Abbreviated",t[t.Wide=2]="Wide",t[t.Short=3]="Short",t}({}),O=function(t){return t[t.Short=0]="Short",t[t.Medium=1]="Medium",t[t.Long=2]="Long",t[t.Full=3]="Full",t}({}),B=function(t){return t[t.Decimal=0]="Decimal",t[t.Group=1]="Group",t[t.List=2]="List",t[t.PercentSign=3]="PercentSign",t[t.PlusSign=4]="PlusSign",t[t.MinusSign=5]="MinusSign",t[t.Exponential=6]="Exponential",t[t.SuperscriptingExponent=7]="SuperscriptingExponent",t[t.PerMille=8]="PerMille",t[t[1/0]=9]="Infinity",t[t.NaN=10]="NaN",t[t.TimeSeparator=11]="TimeSeparator",t[t.CurrencyDecimal=12]="CurrencyDecimal",t[t.CurrencyGroup=13]="CurrencyGroup",t}({});function F(t,a){return V(Object(n.kb)(t)[n.bb.DateFormat],a)}function E(t,a){return V(Object(n.kb)(t)[n.bb.TimeFormat],a)}function w(t,a){return V(Object(n.kb)(t)[n.bb.DateTimeFormat],a)}function M(t,a){const e=Object(n.kb)(t),o=e[n.bb.NumberSymbols][a];if(void 0===o){if(a===B.CurrencyDecimal)return e[n.bb.NumberSymbols][B.Decimal];if(a===B.CurrencyGroup)return e[n.bb.NumberSymbols][B.Group]}return o}const j=n.nb;function x(t){if(!t[n.bb.ExtraData])throw new Error(`Missing extra locale data for the locale "${t[n.bb.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function V(t,a){for(let e=a;e>-1;e--)if(void 0!==t[e])return t[e];throw new Error("Locale data API: locale data undefined")}function H(t){const[a,e]=t.split(":");return{hours:+a,minutes:+e}}const R=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,P={},N=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var U=function(t){return t[t.Short=0]="Short",t[t.ShortGMT=1]="ShortGMT",t[t.Long=2]="Long",t[t.Extended=3]="Extended",t}({}),W=function(t){return t[t.FullYear=0]="FullYear",t[t.Month=1]="Month",t[t.Date=2]="Date",t[t.Hours=3]="Hours",t[t.Minutes=4]="Minutes",t[t.Seconds=5]="Seconds",t[t.FractionalSeconds=6]="FractionalSeconds",t[t.Day=7]="Day",t}({}),$=function(t){return t[t.DayPeriods=0]="DayPeriods",t[t.Days=1]="Days",t[t.Months=2]="Months",t[t.Eras=3]="Eras",t}({});function z(t,a){return a&&(t=t.replace(/\{([^}]+)}/g,(function(t,e){return null!=a&&e in a?a[e]:t}))),t}function J(t,a,e="-",n,o){let c="";(t<0||o&&t<=0)&&(o?t=1-t:(t=-t,c=e));let s=String(t);for(;s.length0||l>-e)&&(l+=e),t===W.Hours)0===l&&-12===e&&(l=12);else if(t===W.FractionalSeconds)return i=a,J(l,3).substr(0,i);var i;const b=M(s,B.MinusSign);return J(l,a,b,n,o)}}function X(t,a,e=v.Format,o=!1){return function(c,s){return function(t,a,e,o,c,s){switch(e){case $.Months:return function(t,a,e){const o=Object(n.kb)(t),c=V([o[n.bb.MonthsFormat],o[n.bb.MonthsStandalone]],a);return V(c,e)}(a,c,o)[t.getMonth()];case $.Days:return function(t,a,e){const o=Object(n.kb)(t),c=V([o[n.bb.DaysFormat],o[n.bb.DaysStandalone]],a);return V(c,e)}(a,c,o)[t.getDay()];case $.DayPeriods:const l=t.getHours(),i=t.getMinutes();if(s){const t=function(t){const a=Object(n.kb)(t);return x(a),(a[n.bb.ExtraData][2]||[]).map(t=>"string"==typeof t?H(t):[H(t[0]),H(t[1])])}(a),e=function(t,a,e){const o=Object(n.kb)(t);x(o);const c=V([o[n.bb.ExtraData][0],o[n.bb.ExtraData][1]],a)||[];return V(c,e)||[]}(a,c,o),s=t.findIndex(t=>{if(Array.isArray(t)){const[a,e]=t,n=l>=a.hours&&i>=a.minutes,o=l0?Math.floor(o/60):Math.ceil(o/60);switch(t){case U.Short:return(o>=0?"+":"")+J(s,2,c)+J(Math.abs(o%60),2,c);case U.ShortGMT:return"GMT"+(o>=0?"+":"")+J(s,1,c);case U.Long:return"GMT"+(o>=0?"+":"")+J(s,2,c)+":"+J(Math.abs(o%60),2,c);case U.Extended:return 0===n?"Z":(o>=0?"+":"")+J(s,2,c)+":"+J(Math.abs(o%60),2,c);default:throw new Error(`Unknown zone width "${t}"`)}}}function K(t,a=!1){return function(e,n){let o;if(a){const t=new Date(e.getFullYear(),e.getMonth(),1).getDay()-1,a=e.getDate();o=1+Math.floor((a+t)/7)}else{const t=function(t){const a=new Date(t,0,1).getDay();return new Date(t,0,1+(a<=4?4:11)-a)}(e.getFullYear()),a=(c=e,new Date(c.getFullYear(),c.getMonth(),c.getDate()+(4-c.getDay()))).getTime()-t.getTime();o=1+Math.round(a/6048e5)}var c;return J(o,t,M(n,B.MinusSign))}}const Z={};function Y(t,a){t=t.replace(/:/g,"");const e=Date.parse("Jan 01, 1970 00:00:00 "+t)/6e4;return isNaN(e)?a:e}function tt(t){return t instanceof Date&&!isNaN(t.valueOf())}const at=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function et(t){const a=parseInt(t);if(isNaN(a))throw new Error("Invalid integer literal when parsing "+t);return a}class nt{}let ot=(()=>{class t extends nt{constructor(t){super(),this.locale=t}getPluralCategory(t,a){switch(j(a||this.locale)(t)){case k.Zero:return"zero";case k.One:return"one";case k.Two:return"two";case k.Few:return"few";case k.Many:return"many";default:return"other"}}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.v))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();function ct(t,a){a=encodeURIComponent(a);for(const e of t.split(";")){const t=e.indexOf("="),[n,o]=-1==t?[e,""]:[e.slice(0,t),e.slice(t+1)];if(n.trim()===a)return decodeURIComponent(o)}return null}let st=(()=>{class t{constructor(t,a,e,n){this._iterableDiffers=t,this._keyValueDiffers=a,this._ngEl=e,this._renderer=n,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(t){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof t?t.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(t){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof t?t.split(/\s+/):t,this._rawClass&&(Object(n.qb)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const t=this._iterableDiffer.diff(this._rawClass);t&&this._applyIterableChanges(t)}else if(this._keyValueDiffer){const t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}}_applyKeyValueChanges(t){t.forEachAddedItem(t=>this._toggleClass(t.key,t.currentValue)),t.forEachChangedItem(t=>this._toggleClass(t.key,t.currentValue)),t.forEachRemovedItem(t=>{t.previousValue&&this._toggleClass(t.key,!1)})}_applyIterableChanges(t){t.forEachAddedItem(t=>{if("string"!=typeof t.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+Object(n.vb)(t.item));this._toggleClass(t.item,!0)}),t.forEachRemovedItem(t=>this._toggleClass(t.item,!1))}_applyClasses(t){t&&(Array.isArray(t)||t instanceof Set?t.forEach(t=>this._toggleClass(t,!0)):Object.keys(t).forEach(a=>this._toggleClass(a,!!t[a])))}_removeClasses(t){t&&(Array.isArray(t)||t instanceof Set?t.forEach(t=>this._toggleClass(t,!1)):Object.keys(t).forEach(t=>this._toggleClass(t,!1)))}_toggleClass(t,a){(t=t.trim())&&t.split(/\s+/g).forEach(t=>{a?this._renderer.addClass(this._ngEl.nativeElement,t):this._renderer.removeClass(this._ngEl.nativeElement,t)})}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.t),n.Nb(n.u),n.Nb(n.l),n.Nb(n.F))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"}}),t})();class lt{constructor(t,a,e,n){this.$implicit=t,this.ngForOf=a,this.index=e,this.count=n}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let it=(()=>{class t{constructor(t,a,e){this._viewContainer=t,this._template=a,this._differs=e,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(t){this._ngForOf=t,this._ngForOfDirty=!0}set ngForTrackBy(t){Object(n.W)()&&null!=t&&"function"!=typeof t&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(t)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=t}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(t){t&&(this._template=t)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(a){throw new Error(`Cannot find a differ supporting object '${e}' of type '${t=e,t.name||typeof t}'. NgFor only supports binding to Iterables such as Arrays.`)}}var t;if(this._differ){const t=this._differ.diff(this._ngForOf);t&&this._applyChanges(t)}}_applyChanges(t){const a=[];t.forEachOperation((t,e,n)=>{if(null==t.previousIndex){const e=this._viewContainer.createEmbeddedView(this._template,new lt(null,this._ngForOf,-1,-1),null===n?void 0:n),o=new bt(t,e);a.push(o)}else if(null==n)this._viewContainer.remove(null===e?void 0:e);else if(null!==e){const o=this._viewContainer.get(e);this._viewContainer.move(o,n);const c=new bt(t,o);a.push(c)}});for(let e=0;e{this._viewContainer.get(t.currentIndex).context.$implicit=t.item})}_perViewChange(t,a){t.context.$implicit=a.item}static ngTemplateContextGuard(t,a){return!0}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.M),n.Nb(n.t))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}}),t})();class bt{constructor(t,a){this.record=t,this.view=a}}let rt=(()=>{class t{constructor(t,a){this._viewContainer=t,this._context=new ft,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=a}set ngIf(t){this._context.$implicit=this._context.ngIf=t,this._updateView()}set ngIfThen(t){dt("ngIfThen",t),this._thenTemplateRef=t,this._thenViewRef=null,this._updateView()}set ngIfElse(t){dt("ngIfElse",t),this._elseTemplateRef=t,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(t,a){return!0}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}}),t})();class ft{constructor(){this.$implicit=null,this.ngIf=null}}function dt(t,a){if(a&&!a.createEmbeddedView)throw new Error(`${t} must be a TemplateRef, but received '${Object(n.vb)(a)}'.`)}class ut{constructor(t,a){this._viewContainerRef=t,this._templateRef=a,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(t){t&&!this._created?this.create():!t&&this._created&&this.destroy()}}let At=(()=>{class t{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(t){this._ngSwitch=t,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(t){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(t)}_matchCase(t){const a=t==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||a,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),a}_updateDefaultCases(t){if(this._defaultViews&&t!==this._defaultUsed){this._defaultUsed=t;for(let a=0;a{class t{constructor(t,a,e){this.ngSwitch=e,e._addCase(),this._view=new ut(t,a)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.M),n.Nb(At,1))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}}),t})(),_t=(()=>{class t{constructor(t,a,e){e._addDefault(new ut(t,a))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.M),n.Nb(At,1))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngSwitchDefault",""]]}),t})(),It=(()=>{class t{constructor(t,a,e){this._ngEl=t,this._differs=a,this._renderer=e,this._ngStyle=null,this._differ=null}set ngStyle(t){this._ngStyle=t,!this._differ&&t&&(this._differ=this._differs.find(t).create())}ngDoCheck(){if(this._differ){const t=this._differ.diff(this._ngStyle);t&&this._applyChanges(t)}}_setStyle(t,a){const[e,n]=t.split(".");null!=(a=null!=a&&n?`${a}${n}`:a)?this._renderer.setStyle(this._ngEl.nativeElement,e,a):this._renderer.removeStyle(this._ngEl.nativeElement,e)}_applyChanges(t){t.forEachRemovedItem(t=>this._setStyle(t.key,null)),t.forEachAddedItem(t=>this._setStyle(t.key,t.currentValue)),t.forEachChangedItem(t=>this._setStyle(t.key,t.currentValue))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.u),n.Nb(n.F))},t.\u0275dir=n.Ib({type:t,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}}),t})();function Dt(t,a){return Error(`InvalidPipeArgument: '${a}' for pipe '${Object(n.vb)(t)}'`)}class mt{createSubscription(t,a){return t.subscribe({next:a,error:t=>{throw t}})}dispose(t){t.unsubscribe()}onDestroy(t){t.unsubscribe()}}class Ct{createSubscription(t,a){return t.then(a,t=>{throw t})}dispose(t){}onDestroy(t){}}const St=new Ct,ht=new mt;let gt=(()=>{class t{constructor(t){this._ref=t,this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(t){return this._obj?t!==this._obj?(this._dispose(),this.transform(t)):this._latestValue:(t&&this._subscribe(t),this._latestValue)}_subscribe(t){this._obj=t,this._strategy=this._selectStrategy(t),this._subscription=this._strategy.createSubscription(t,a=>this._updateLatestValue(t,a))}_selectStrategy(a){if(Object(n.sb)(a))return St;if(Object(n.rb)(a))return ht;throw Dt(t,a)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(t,a){t===this._obj&&(this._latestValue=a,this._ref.markForCheck())}}return t.\u0275fac=function(a){return new(a||t)(n.Zb())},t.\u0275pipe=n.Mb({name:"async",type:t,pure:!1}),t})(),Gt=(()=>{class t{constructor(t){this.locale=t}transform(a,e="mediumDate",o,c){if(null==a||""===a||a!=a)return null;try{return function(t,a,e,o){let c=function(t){if(tt(t))return t;if("number"==typeof t&&!isNaN(t))return new Date(t);if("string"==typeof t){t=t.trim();const a=parseFloat(t);if(!isNaN(t-a))return new Date(a);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){const[a,e,n]=t.split("-").map(t=>+t);return new Date(a,e-1,n)}let e;if(e=t.match(R))return function(t){const a=new Date(0);let e=0,n=0;const o=t[8]?a.setUTCFullYear:a.setFullYear,c=t[8]?a.setUTCHours:a.setHours;t[9]&&(e=Number(t[9]+t[10]),n=Number(t[9]+t[11])),o.call(a,Number(t[1]),Number(t[2])-1,Number(t[3]));const s=Number(t[4]||0)-e,l=Number(t[5]||0)-n,i=Number(t[6]||0),b=Math.round(1e3*parseFloat("0."+(t[7]||0)));return c.call(a,s,l,i,b),a}(e)}const a=new Date(t);if(!tt(a))throw new Error(`Unable to convert "${t}" into a date`);return a}(t);a=function t(a,e){const o=function(t){return Object(n.kb)(t)[n.bb.LocaleId]}(a);if(P[o]=P[o]||{},P[o][e])return P[o][e];let c="";switch(e){case"shortDate":c=F(a,O.Short);break;case"mediumDate":c=F(a,O.Medium);break;case"longDate":c=F(a,O.Long);break;case"fullDate":c=F(a,O.Full);break;case"shortTime":c=E(a,O.Short);break;case"mediumTime":c=E(a,O.Medium);break;case"longTime":c=E(a,O.Long);break;case"fullTime":c=E(a,O.Full);break;case"short":const e=t(a,"shortTime"),n=t(a,"shortDate");c=z(w(a,O.Short),[e,n]);break;case"medium":const o=t(a,"mediumTime"),s=t(a,"mediumDate");c=z(w(a,O.Medium),[o,s]);break;case"long":const l=t(a,"longTime"),i=t(a,"longDate");c=z(w(a,O.Long),[l,i]);break;case"full":const b=t(a,"fullTime"),r=t(a,"fullDate");c=z(w(a,O.Full),[b,r])}return c&&(P[o][e]=c),c}(e,a)||a;let s,l=[];for(;a;){if(s=N.exec(a),!s){l.push(a);break}{l=l.concat(s.slice(1));const t=l.pop();if(!t)break;a=t}}let i=c.getTimezoneOffset();o&&(i=Y(o,i),c=function(t,a,e){const n=t.getTimezoneOffset();return function(t,a){return(t=new Date(t.getTime())).setMinutes(t.getMinutes()+a),t}(t,-1*(Y(a,n)-n))}(c,o));let b="";return l.forEach(t=>{const a=function(t){if(Z[t])return Z[t];let a;switch(t){case"G":case"GG":case"GGG":a=X($.Eras,y.Abbreviated);break;case"GGGG":a=X($.Eras,y.Wide);break;case"GGGGG":a=X($.Eras,y.Narrow);break;case"y":a=q(W.FullYear,1,0,!1,!0);break;case"yy":a=q(W.FullYear,2,0,!0,!0);break;case"yyy":a=q(W.FullYear,3,0,!1,!0);break;case"yyyy":a=q(W.FullYear,4,0,!1,!0);break;case"M":case"L":a=q(W.Month,1,1);break;case"MM":case"LL":a=q(W.Month,2,1);break;case"MMM":a=X($.Months,y.Abbreviated);break;case"MMMM":a=X($.Months,y.Wide);break;case"MMMMM":a=X($.Months,y.Narrow);break;case"LLL":a=X($.Months,y.Abbreviated,v.Standalone);break;case"LLLL":a=X($.Months,y.Wide,v.Standalone);break;case"LLLLL":a=X($.Months,y.Narrow,v.Standalone);break;case"w":a=K(1);break;case"ww":a=K(2);break;case"W":a=K(1,!0);break;case"d":a=q(W.Date,1);break;case"dd":a=q(W.Date,2);break;case"E":case"EE":case"EEE":a=X($.Days,y.Abbreviated);break;case"EEEE":a=X($.Days,y.Wide);break;case"EEEEE":a=X($.Days,y.Narrow);break;case"EEEEEE":a=X($.Days,y.Short);break;case"a":case"aa":case"aaa":a=X($.DayPeriods,y.Abbreviated);break;case"aaaa":a=X($.DayPeriods,y.Wide);break;case"aaaaa":a=X($.DayPeriods,y.Narrow);break;case"b":case"bb":case"bbb":a=X($.DayPeriods,y.Abbreviated,v.Standalone,!0);break;case"bbbb":a=X($.DayPeriods,y.Wide,v.Standalone,!0);break;case"bbbbb":a=X($.DayPeriods,y.Narrow,v.Standalone,!0);break;case"B":case"BB":case"BBB":a=X($.DayPeriods,y.Abbreviated,v.Format,!0);break;case"BBBB":a=X($.DayPeriods,y.Wide,v.Format,!0);break;case"BBBBB":a=X($.DayPeriods,y.Narrow,v.Format,!0);break;case"h":a=q(W.Hours,1,-12);break;case"hh":a=q(W.Hours,2,-12);break;case"H":a=q(W.Hours,1);break;case"HH":a=q(W.Hours,2);break;case"m":a=q(W.Minutes,1);break;case"mm":a=q(W.Minutes,2);break;case"s":a=q(W.Seconds,1);break;case"ss":a=q(W.Seconds,2);break;case"S":a=q(W.FractionalSeconds,1);break;case"SS":a=q(W.FractionalSeconds,2);break;case"SSS":a=q(W.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":a=Q(U.Short);break;case"ZZZZZ":a=Q(U.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":a=Q(U.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":a=Q(U.Long);break;default:return null}return Z[t]=a,a}(t);b+=a?a(c,e,i):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),b}(a,e,c||this.locale,o)}catch(s){throw Dt(t,s.message)}}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.v))},t.\u0275pipe=n.Mb({name:"date",type:t,pure:!0}),t})(),Tt=(()=>{class t{transform(t){return JSON.stringify(t,null,2)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275pipe=n.Mb({name:"json",type:t,pure:!1}),t})(),pt=(()=>{class t{constructor(t){this._locale=t}transform(a,e,o){if(function(t){return null==t||""===t||t!=t}(a))return null;o=o||this._locale;try{return function(t,a,e){return function(t,a,e,n,o,c,s=!1){let l="",i=!1;if(isFinite(t)){let b=function(t){let a,e,n,o,c,s=Math.abs(t)+"",l=0;for((e=s.indexOf("."))>-1&&(s=s.replace(".","")),(n=s.search(/e/i))>0?(e<0&&(e=n),e+=+s.slice(n+1),s=s.substring(0,n)):e<0&&(e=s.length),n=0;"0"===s.charAt(n);n++);if(n===(c=s.length))a=[0],e=1;else{for(c--;"0"===s.charAt(c);)c--;for(e-=n,a=[],o=0;n<=c;n++,o++)a[o]=Number(s.charAt(n))}return e>22&&(a=a.splice(0,21),l=e-1,e=1),{digits:a,exponent:l,integerLen:e}}(t);s&&(b=function(t){if(0===t.digits[0])return t;const a=t.digits.length-t.integerLen;return t.exponent?t.exponent+=2:(0===a?t.digits.push(0,0):1===a&&t.digits.push(0),t.integerLen+=2),t}(b));let r=a.minInt,f=a.minFrac,d=a.maxFrac;if(c){const t=c.match(at);if(null===t)throw new Error(c+" is not a valid digit info");const a=t[1],e=t[3],n=t[5];null!=a&&(r=et(a)),null!=e&&(f=et(e)),null!=n?d=et(n):null!=e&&f>d&&(d=f)}!function(t,a,e){if(a>e)throw new Error(`The minimum number of digits after fraction (${a}) is higher than the maximum (${e}).`);let n=t.digits,o=n.length-t.integerLen;const c=Math.min(Math.max(a,o),e);let s=c+t.integerLen,l=n[s];if(s>0){n.splice(Math.max(t.integerLen,s));for(let t=s;t=5)if(s-1<0){for(let a=0;a>s;a--)n.unshift(0),t.integerLen++;n.unshift(1),t.integerLen++}else n[s-1]++;for(;o=b?n.pop():i=!1),a>=10?1:0}),0);r&&(n.unshift(r),t.integerLen++)}(b,f,d);let u=b.digits,A=b.integerLen;const L=b.exponent;let _=[];for(i=u.every(t=>!t);A0?_=u.splice(A,u.length):(_=u,u=[0]);const I=[];for(u.length>=a.lgSize&&I.unshift(u.splice(-a.lgSize,u.length).join(""));u.length>a.gSize;)I.unshift(u.splice(-a.gSize,u.length).join(""));u.length&&I.unshift(u.join("")),l=I.join(M(e,n)),_.length&&(l+=M(e,o)+_.join("")),L&&(l+=M(e,B.Exponential)+"+"+L)}else l=M(e,B.Infinity);return l=t<0&&!i?a.negPre+l+a.negSuf:a.posPre+l+a.posSuf,l}(t,function(t,a="-"){const e={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=t.split(";"),o=n[0],c=n[1],s=-1!==o.indexOf(".")?o.split("."):[o.substring(0,o.lastIndexOf("0")+1),o.substring(o.lastIndexOf("0")+1)],l=s[0],i=s[1]||"";e.posPre=l.substr(0,l.indexOf("#"));for(let r=0;r{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[{provide:nt,useClass:ot}]}),t})();const vt="browser";function yt(t){return t===vt}function Ot(t){return"server"===t}let Bt=(()=>{class t{}return t.\u0275prov=Object(n.Jb)({token:t,providedIn:"root",factory:()=>new Ft(Object(n.Xb)(i),window,Object(n.Xb)(n.n))}),t})();class Ft{constructor(t,a,e){this.document=t,this.window=a,this.errorHandler=e,this.offset=()=>[0,0]}setOffset(t){this.offset=Array.isArray(t)?()=>t:t}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(t){this.supportScrollRestoration()&&this.window.scrollTo(t[0],t[1])}scrollToAnchor(t){if(this.supportScrollRestoration()){t=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(t):t.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const a=this.document.querySelector("#"+t);if(a)return void this.scrollToElement(a);const e=this.document.querySelector(`[name='${t}']`);if(e)return void this.scrollToElement(e)}catch(a){this.errorHandler.handleError(a)}}}setHistoryScrollRestoration(t){if(this.supportScrollRestoration()){const a=this.window.history;a&&a.scrollRestoration&&(a.scrollRestoration=t)}}scrollToElement(t){const a=t.getBoundingClientRect(),e=a.left+this.window.pageXOffset,n=a.top+this.window.pageYOffset,o=this.offset();this.window.scrollTo(e-o[0],n-o[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(t){return!1}}}},pLZG:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");function o(t,a){return function(e){return e.lift(new c(t,a))}}class c{constructor(t,a){this.predicate=t,this.thisArg=a}call(t,a){return a.subscribe(new s(t,this.predicate,this.thisArg))}}class s extends n.a{constructor(t,a,e){super(t),this.predicate=a,this.thisArg=e,this.count=0}_next(t){let a;try{a=this.predicate.call(this.thisArg,t,this.count++)}catch(e){return void this.destination.error(e)}a&&this.destination.next(t)}}},quSY:function(t,a,e){"use strict";e.d(a,"a",(function(){return l}));var n=e("DH7j"),o=e("XoHu"),c=e("n6bG");const s=(()=>{function t(t){return Error.call(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map((t,a)=>`${a+1}) ${t.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t})();let l=(()=>{class t{constructor(t){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,t&&(this._unsubscribe=t)}unsubscribe(){let a;if(this.closed)return;let{_parentOrParents:e,_unsubscribe:l,_subscriptions:b}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,e instanceof t)e.remove(this);else if(null!==e)for(let t=0;tt.concat(a instanceof s?a.errors:a),[])}},rDax:function(t,a,e){"use strict";e.d(a,"a",(function(){return $})),e.d(a,"b",(function(){return W})),e.d(a,"c",(function(){return P})),e.d(a,"d",(function(){return G})),e.d(a,"e",(function(){return B})),e.d(a,"f",(function(){return J}));var n=e("vxfF"),o=e("fXoL"),c=e("nLfN"),s=e("cH1L"),l=e("ofXK"),i=e("8LU1"),b=e("+rOU"),r=e("XNiG"),f=e("quSY"),d=e("VRyK"),u=e("IzEk"),A=e("1G5W"),L=e("FtGj");class _{constructor(t,a){this._viewportRuler=t,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=a}attach(){}enable(){if(this._canBeEnabled()){const t=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=t.style.left||"",this._previousHTMLStyles.top=t.style.top||"",t.style.left=Object(i.d)(-this._previousScrollPosition.left),t.style.top=Object(i.d)(-this._previousScrollPosition.top),t.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const t=this._document.documentElement,a=t.style,e=this._document.body.style,n=a.scrollBehavior||"",o=e.scrollBehavior||"";this._isEnabled=!1,a.left=this._previousHTMLStyles.left,a.top=this._previousHTMLStyles.top,t.classList.remove("cdk-global-scrollblock"),a.scrollBehavior=e.scrollBehavior="auto",window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),a.scrollBehavior=n,e.scrollBehavior=o}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const t=this._document.body,a=this._viewportRuler.getViewportSize();return t.scrollHeight>a.height||t.scrollWidth>a.width}}function I(){return Error("Scroll strategy has already been attached.")}class D{constructor(t,a,e,n){this._scrollDispatcher=t,this._ngZone=a,this._viewportRuler=e,this._config=n,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(t){if(this._overlayRef)throw I();this._overlayRef=t}enable(){if(this._scrollSubscription)return;const t=this._scrollDispatcher.scrolled(0);this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=t.subscribe(()=>{const t=this._viewportRuler.getViewportScrollPosition().top;Math.abs(t-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=t.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class m{enable(){}disable(){}attach(){}}function C(t,a){return a.some(a=>t.bottoma.bottom||t.righta.right)}function S(t,a){return a.some(a=>t.topa.bottom||t.lefta.right)}class h{constructor(t,a,e,n){this._scrollDispatcher=t,this._viewportRuler=a,this._ngZone=e,this._config=n,this._scrollSubscription=null}attach(t){if(this._overlayRef)throw I();this._overlayRef=t}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const t=this._overlayRef.overlayElement.getBoundingClientRect(),{width:a,height:e}=this._viewportRuler.getViewportSize();C(t,[{width:a,height:e,bottom:e,right:a,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let g=(()=>{class t{constructor(t,a,e,n){this._scrollDispatcher=t,this._viewportRuler=a,this._ngZone=e,this.noop=()=>new m,this.close=t=>new D(this._scrollDispatcher,this._ngZone,this._viewportRuler,t),this.block=()=>new _(this._viewportRuler,this._document),this.reposition=t=>new h(this._scrollDispatcher,this._viewportRuler,this._ngZone,t),this._document=n}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.c),o.Xb(n.e),o.Xb(o.A),o.Xb(l.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(n.c),Object(o.Xb)(n.e),Object(o.Xb)(o.A),Object(o.Xb)(l.d))},token:t,providedIn:"root"}),t})();class G{constructor(t){if(this.scrollStrategy=new m,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,t){const a=Object.keys(t);for(const e of a)void 0!==t[e]&&(this[e]=t[e])}}}class T{constructor(t,a,e,n,o){this.offsetX=e,this.offsetY=n,this.panelClass=o,this.originX=t.originX,this.originY=t.originY,this.overlayX=a.overlayX,this.overlayY=a.overlayY}}class p{constructor(t,a){this.connectionPair=t,this.scrollableViewProperties=a}}function k(t,a){if("top"!==a&&"bottom"!==a&&"center"!==a)throw Error(`ConnectedPosition: Invalid ${t} "${a}". Expected "top", "bottom" or "center".`)}function v(t,a){if("start"!==a&&"end"!==a&&"center"!==a)throw Error(`ConnectedPosition: Invalid ${t} "${a}". Expected "start", "end" or "center".`)}let y=(()=>{class t{constructor(t){this._attachedOverlays=[],this._keydownListener=t=>{const a=this._attachedOverlays;for(let e=a.length-1;e>-1;e--)if(a[e]._keydownEvents.observers.length>0){a[e]._keydownEvents.next(t);break}},this._document=t}ngOnDestroy(){this._detach()}add(t){this.remove(t),this._isAttached||(this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0),this._attachedOverlays.push(t)}remove(t){const a=this._attachedOverlays.indexOf(t);a>-1&&this._attachedOverlays.splice(a,1),0===this._attachedOverlays.length&&this._detach()}_detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(l.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(l.d))},token:t,providedIn:"root"}),t})();const O=!("undefined"==typeof window||!window||!window.__karma__&&!window.jasmine);let B=(()=>{class t{constructor(t,a){this._platform=a,this._document=t}ngOnDestroy(){const t=this._containerElement;t&&t.parentNode&&t.parentNode.removeChild(t)}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const t=this._platform?this._platform.isBrowser:"undefined"!=typeof window;if(t||O){const t=this._document.querySelectorAll('.cdk-overlay-container[platform="server"], .cdk-overlay-container[platform="test"]');for(let a=0;athis._backdropClick.next(t),this._keydownEvents=new r.a,n.scrollStrategy&&(this._scrollStrategy=n.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=n.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(t){let a=this._portalOutlet.attach(t);return!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host),this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.asObservable().pipe(Object(u.a)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&this._location&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),a}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const t=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),t}dispose(){const t=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this.detachBackdrop(),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._host&&this._host.parentNode&&(this._host.parentNode.removeChild(this._host),this._host=null),this._previousHostParent=this._pane=null,t&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick.asObservable()}attachments(){return this._attachments.asObservable()}detachments(){return this._detachments.asObservable()}keydownEvents(){return this._keydownEvents.asObservable()}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(t){t!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=t,this.hasAttached()&&(t.attach(this),this.updatePosition()))}updateSize(t){this._config=Object.assign(Object.assign({},this._config),t),this._updateElementSize()}setDirection(t){this._config=Object.assign(Object.assign({},this._config),{direction:t}),this._updateElementDirection()}addPanelClass(t){this._pane&&this._toggleClasses(this._pane,t,!0)}removePanelClass(t){this._pane&&this._toggleClasses(this._pane,t,!1)}getDirection(){const t=this._config.direction;return t?"string"==typeof t?t:t.value:"ltr"}updateScrollStrategy(t){t!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=t,this.hasAttached()&&(t.attach(this),t.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const t=this._pane.style;t.width=Object(i.d)(this._config.width),t.height=Object(i.d)(this._config.height),t.minWidth=Object(i.d)(this._config.minWidth),t.minHeight=Object(i.d)(this._config.minHeight),t.maxWidth=Object(i.d)(this._config.maxWidth),t.maxHeight=Object(i.d)(this._config.maxHeight)}_togglePointerEvents(t){this._pane.style.pointerEvents=t?"auto":"none"}_attachBackdrop(){this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add("cdk-overlay-backdrop-showing")})}):this._backdropElement.classList.add("cdk-overlay-backdrop-showing")}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){let t,a=this._backdropElement;if(!a)return;let e=()=>{a&&(a.removeEventListener("click",this._backdropClickHandler),a.removeEventListener("transitionend",e),a.parentNode&&a.parentNode.removeChild(a)),this._backdropElement==a&&(this._backdropElement=null),this._config.backdropClass&&this._toggleClasses(a,this._config.backdropClass,!1),clearTimeout(t)};a.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{a.addEventListener("transitionend",e)}),a.style.pointerEvents="none",t=this._ngZone.runOutsideAngular(()=>setTimeout(e,500))}_toggleClasses(t,a,e){const n=t.classList;Object(i.b)(a).forEach(t=>{t&&(e?n.add(t):n.remove(t))})}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const t=this._ngZone.onStable.asObservable().pipe(Object(A.a)(Object(d.a)(this._attachments,this._detachments))).subscribe(()=>{this._pane&&this._host&&0!==this._pane.children.length||(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._previousHostParent.removeChild(this._host)),t.unsubscribe())})})}_disposeScrollStrategy(){const t=this._scrollStrategy;t&&(t.disable(),t.detach&&t.detach())}}const E=/([A-Za-z%]+)$/;class w{constructor(t,a,e,n,o){this._viewportRuler=a,this._document=e,this._platform=n,this._overlayContainer=o,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new r.a,this._resizeSubscription=f.a.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges.asObservable(),this.setOrigin(t)}get positions(){return this._preferredPositions}attach(t){if(this._overlayRef&&t!==this._overlayRef)throw Error("This position strategy is already attached to an overlay");this._validatePositions(),t.hostElement.classList.add("cdk-overlay-connected-position-bounding-box"),this._overlayRef=t,this._boundingBox=t.hostElement,this._pane=t.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect();const t=this._originRect,a=this._overlayRect,e=this._viewportRect,n=[];let o;for(let c of this._preferredPositions){let s=this._getOriginPoint(t,c),l=this._getOverlayPoint(s,a,c),i=this._getOverlayFit(l,a,e,c);if(i.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(c,s);this._canFitWithFlexibleDimensions(i,l,e)?n.push({position:c,origin:s,overlayRect:a,boundingBoxRect:this._calculateBoundingBoxRect(s,c)}):(!o||o.overlayFit.visibleAreaa&&(a=n,t=e)}return this._isPushed=!1,void this._applyPosition(t.position,t.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(o.position,o.originPoint);this._applyPosition(o.position,o.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&M(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove("cdk-overlay-connected-position-bounding-box"),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(!this._isDisposed&&(!this._platform||this._platform.isBrowser)){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect();const t=this._lastPosition||this._preferredPositions[0],a=this._getOriginPoint(this._originRect,t);this._applyPosition(t,a)}}withScrollableContainers(t){return this._scrollables=t,this}withPositions(t){return this._preferredPositions=t,-1===t.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(t){return this._viewportMargin=t,this}withFlexibleDimensions(t=!0){return this._hasFlexibleDimensions=t,this}withGrowAfterOpen(t=!0){return this._growAfterOpen=t,this}withPush(t=!0){return this._canPush=t,this}withLockedPosition(t=!0){return this._positionLocked=t,this}setOrigin(t){return this._origin=t,this}withDefaultOffsetX(t){return this._offsetX=t,this}withDefaultOffsetY(t){return this._offsetY=t,this}withTransformOriginOn(t){return this._transformOriginSelector=t,this}_getOriginPoint(t,a){let e,n;if("center"==a.originX)e=t.left+t.width/2;else{const n=this._isRtl()?t.right:t.left,o=this._isRtl()?t.left:t.right;e="start"==a.originX?n:o}return n="center"==a.originY?t.top+t.height/2:"top"==a.originY?t.top:t.bottom,{x:e,y:n}}_getOverlayPoint(t,a,e){let n,o;return n="center"==e.overlayX?-a.width/2:"start"===e.overlayX?this._isRtl()?-a.width:0:this._isRtl()?0:-a.width,o="center"==e.overlayY?-a.height/2:"top"==e.overlayY?0:-a.height,{x:t.x+n,y:t.y+o}}_getOverlayFit(t,a,e,n){let{x:o,y:c}=t,s=this._getOffset(n,"x"),l=this._getOffset(n,"y");s&&(o+=s),l&&(c+=l);let i=0-c,b=c+a.height-e.height,r=this._subtractOverflows(a.width,0-o,o+a.width-e.width),f=this._subtractOverflows(a.height,i,b),d=r*f;return{visibleArea:d,isCompletelyWithinViewport:a.width*a.height===d,fitsInViewportVertically:f===a.height,fitsInViewportHorizontally:r==a.width}}_canFitWithFlexibleDimensions(t,a,e){if(this._hasFlexibleDimensions){const n=e.bottom-a.y,o=e.right-a.x,c=j(this._overlayRef.getConfig().minHeight),s=j(this._overlayRef.getConfig().minWidth),l=t.fitsInViewportHorizontally||null!=s&&s<=o;return(t.fitsInViewportVertically||null!=c&&c<=n)&&l}return!1}_pushOverlayOnScreen(t,a,e){if(this._previousPushAmount&&this._positionLocked)return{x:t.x+this._previousPushAmount.x,y:t.y+this._previousPushAmount.y};const n=this._viewportRect,o=Math.max(t.x+a.width-n.right,0),c=Math.max(t.y+a.height-n.bottom,0),s=Math.max(n.top-e.top-t.y,0),l=Math.max(n.left-e.left-t.x,0);let i=0,b=0;return i=a.width<=n.width?l||-o:t.xn&&!this._isInitialRender&&!this._growAfterOpen&&(c=t.y-n/2)}if("end"===a.overlayX&&!n||"start"===a.overlayX&&n)b=e.width-t.x+this._viewportMargin,l=t.x-this._viewportMargin;else if("start"===a.overlayX&&!n||"end"===a.overlayX&&n)i=t.x,l=e.right-t.x;else{const a=Math.min(e.right-t.x+e.left,t.x),n=this._lastBoundingBoxSize.width;l=2*a,i=t.x-a,l>n&&!this._isInitialRender&&!this._growAfterOpen&&(i=t.x-n/2)}return{top:c,left:i,bottom:s,right:b,width:l,height:o}}_setBoundingBoxStyles(t,a){const e=this._calculateBoundingBoxRect(t,a);this._isInitialRender||this._growAfterOpen||(e.height=Math.min(e.height,this._lastBoundingBoxSize.height),e.width=Math.min(e.width,this._lastBoundingBoxSize.width));const n={};if(this._hasExactPosition())n.top=n.left="0",n.bottom=n.right=n.maxHeight=n.maxWidth="",n.width=n.height="100%";else{const t=this._overlayRef.getConfig().maxHeight,o=this._overlayRef.getConfig().maxWidth;n.height=Object(i.d)(e.height),n.top=Object(i.d)(e.top),n.bottom=Object(i.d)(e.bottom),n.width=Object(i.d)(e.width),n.left=Object(i.d)(e.left),n.right=Object(i.d)(e.right),n.alignItems="center"===a.overlayX?"center":"end"===a.overlayX?"flex-end":"flex-start",n.justifyContent="center"===a.overlayY?"center":"bottom"===a.overlayY?"flex-end":"flex-start",t&&(n.maxHeight=Object(i.d)(t)),o&&(n.maxWidth=Object(i.d)(o))}this._lastBoundingBoxSize=e,M(this._boundingBox.style,n)}_resetBoundingBoxStyles(){M(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){M(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(t,a){const e={},n=this._hasExactPosition(),o=this._hasFlexibleDimensions,c=this._overlayRef.getConfig();if(n){const n=this._viewportRuler.getViewportScrollPosition();M(e,this._getExactOverlayY(a,t,n)),M(e,this._getExactOverlayX(a,t,n))}else e.position="static";let s="",l=this._getOffset(a,"x"),b=this._getOffset(a,"y");l&&(s+=`translateX(${l}px) `),b&&(s+=`translateY(${b}px)`),e.transform=s.trim(),c.maxHeight&&(n?e.maxHeight=Object(i.d)(c.maxHeight):o&&(e.maxHeight="")),c.maxWidth&&(n?e.maxWidth=Object(i.d)(c.maxWidth):o&&(e.maxWidth="")),M(this._pane.style,e)}_getExactOverlayY(t,a,e){let n={top:"",bottom:""},o=this._getOverlayPoint(a,this._overlayRect,t);this._isPushed&&(o=this._pushOverlayOnScreen(o,this._overlayRect,e));let c=this._overlayContainer.getContainerElement().getBoundingClientRect().top;return o.y-=c,"bottom"===t.overlayY?n.bottom=this._document.documentElement.clientHeight-(o.y+this._overlayRect.height)+"px":n.top=Object(i.d)(o.y),n}_getExactOverlayX(t,a,e){let n,o={left:"",right:""},c=this._getOverlayPoint(a,this._overlayRect,t);return this._isPushed&&(c=this._pushOverlayOnScreen(c,this._overlayRect,e)),n=this._isRtl()?"end"===t.overlayX?"left":"right":"end"===t.overlayX?"right":"left","right"===n?o.right=this._document.documentElement.clientWidth-(c.x+this._overlayRect.width)+"px":o.left=Object(i.d)(c.x),o}_getScrollVisibility(){const t=this._getOriginRect(),a=this._pane.getBoundingClientRect(),e=this._scrollables.map(t=>t.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:S(t,e),isOriginOutsideView:C(t,e),isOverlayClipped:S(a,e),isOverlayOutsideView:C(a,e)}}_subtractOverflows(t,...a){return a.reduce((t,a)=>t-Math.max(a,0),t)}_getNarrowedViewportRect(){const t=this._document.documentElement.clientWidth,a=this._document.documentElement.clientHeight,e=this._viewportRuler.getViewportScrollPosition();return{top:e.top+this._viewportMargin,left:e.left+this._viewportMargin,right:e.left+t-this._viewportMargin,bottom:e.top+a-this._viewportMargin,width:t-2*this._viewportMargin,height:a-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(t,a){return"x"===a?null==t.offsetX?this._offsetX:t.offsetX:null==t.offsetY?this._offsetY:t.offsetY}_validatePositions(){if(!this._preferredPositions.length)throw Error("FlexibleConnectedPositionStrategy: At least one position is required.");this._preferredPositions.forEach(t=>{v("originX",t.originX),k("originY",t.originY),v("overlayX",t.overlayX),k("overlayY",t.overlayY)})}_addPanelClasses(t){this._pane&&Object(i.b)(t).forEach(t=>{""!==t&&-1===this._appliedPanelClasses.indexOf(t)&&(this._appliedPanelClasses.push(t),this._pane.classList.add(t))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(t=>{this._pane.classList.remove(t)}),this._appliedPanelClasses=[])}_getOriginRect(){const t=this._origin;if(t instanceof o.l)return t.nativeElement.getBoundingClientRect();if(t instanceof Element)return t.getBoundingClientRect();const a=t.width||0,e=t.height||0;return{top:t.y,bottom:t.y+e,left:t.x,right:t.x+a,height:e,width:a}}}function M(t,a){for(let e in a)a.hasOwnProperty(e)&&(t[e]=a[e]);return t}function j(t){if("number"!=typeof t&&null!=t){const[a,e]=t.split(E);return e&&"px"!==e?null:parseFloat(a)}return t||null}class x{constructor(t,a,e,n,o,c,s){this._preferredPositions=[],this._positionStrategy=new w(e,n,o,c,s).withFlexibleDimensions(!1).withPush(!1).withViewportMargin(0),this.withFallbackPosition(t,a)}get _isRtl(){return"rtl"===this._overlayRef.getDirection()}get onPositionChange(){return this._positionStrategy.positionChanges}get positions(){return this._preferredPositions}attach(t){this._overlayRef=t,this._positionStrategy.attach(t),this._direction&&(t.setDirection(this._direction),this._direction=null)}dispose(){this._positionStrategy.dispose()}detach(){this._positionStrategy.detach()}apply(){this._positionStrategy.apply()}recalculateLastPosition(){this._positionStrategy.reapplyLastPosition()}withScrollableContainers(t){this._positionStrategy.withScrollableContainers(t)}withFallbackPosition(t,a,e,n){const o=new T(t,a,e,n);return this._preferredPositions.push(o),this._positionStrategy.withPositions(this._preferredPositions),this}withDirection(t){return this._overlayRef?this._overlayRef.setDirection(t):this._direction=t,this}withOffsetX(t){return this._positionStrategy.withDefaultOffsetX(t),this}withOffsetY(t){return this._positionStrategy.withDefaultOffsetY(t),this}withLockedPosition(t){return this._positionStrategy.withLockedPosition(t),this}withPositions(t){return this._preferredPositions=t.slice(),this._positionStrategy.withPositions(this._preferredPositions),this}setOrigin(t){return this._positionStrategy.setOrigin(t),this}}class V{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._leftOffset="",this._rightOffset="",this._alignItems="",this._justifyContent="",this._width="",this._height=""}attach(t){const a=t.getConfig();this._overlayRef=t,this._width&&!a.width&&t.updateSize({width:this._width}),this._height&&!a.height&&t.updateSize({height:this._height}),t.hostElement.classList.add("cdk-global-overlay-wrapper"),this._isDisposed=!1}top(t=""){return this._bottomOffset="",this._topOffset=t,this._alignItems="flex-start",this}left(t=""){return this._rightOffset="",this._leftOffset=t,this._justifyContent="flex-start",this}bottom(t=""){return this._topOffset="",this._bottomOffset=t,this._alignItems="flex-end",this}right(t=""){return this._leftOffset="",this._rightOffset=t,this._justifyContent="flex-end",this}width(t=""){return this._overlayRef?this._overlayRef.updateSize({width:t}):this._width=t,this}height(t=""){return this._overlayRef?this._overlayRef.updateSize({height:t}):this._height=t,this}centerHorizontally(t=""){return this.left(t),this._justifyContent="center",this}centerVertically(t=""){return this.top(t),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const t=this._overlayRef.overlayElement.style,a=this._overlayRef.hostElement.style,e=this._overlayRef.getConfig(),{width:n,height:o,maxWidth:c,maxHeight:s}=e,l=!("100%"!==n&&"100vw"!==n||c&&"100%"!==c&&"100vw"!==c),i=!("100%"!==o&&"100vh"!==o||s&&"100%"!==s&&"100vh"!==s);t.position=this._cssPosition,t.marginLeft=l?"0":this._leftOffset,t.marginTop=i?"0":this._topOffset,t.marginBottom=this._bottomOffset,t.marginRight=this._rightOffset,l?a.justifyContent="flex-start":"center"===this._justifyContent?a.justifyContent="center":"rtl"===this._overlayRef.getConfig().direction?"flex-start"===this._justifyContent?a.justifyContent="flex-end":"flex-end"===this._justifyContent&&(a.justifyContent="flex-start"):a.justifyContent=this._justifyContent,a.alignItems=i?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const t=this._overlayRef.overlayElement.style,a=this._overlayRef.hostElement,e=a.style;a.classList.remove("cdk-global-overlay-wrapper"),e.justifyContent=e.alignItems=t.marginTop=t.marginBottom=t.marginLeft=t.marginRight=t.position="",this._overlayRef=null,this._isDisposed=!0}}let H=(()=>{class t{constructor(t,a,e,n){this._viewportRuler=t,this._document=a,this._platform=e,this._overlayContainer=n}global(){return new V}connectedTo(t,a,e){return new x(a,e,t,this._viewportRuler,this._document,this._platform,this._overlayContainer)}flexibleConnectedTo(t){return new w(t,this._viewportRuler,this._document,this._platform,this._overlayContainer)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.e),o.Xb(l.d),o.Xb(c.a),o.Xb(B))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(n.e),Object(o.Xb)(l.d),Object(o.Xb)(c.a),Object(o.Xb)(B))},token:t,providedIn:"root"}),t})(),R=0,P=(()=>{class t{constructor(t,a,e,n,o,c,s,l,i,b){this.scrollStrategies=t,this._overlayContainer=a,this._componentFactoryResolver=e,this._positionBuilder=n,this._keyboardDispatcher=o,this._injector=c,this._ngZone=s,this._document=l,this._directionality=i,this._location=b}create(t){const a=this._createHostElement(),e=this._createPaneElement(a),n=this._createPortalOutlet(e),o=new G(t);return o.direction=o.direction||this._directionality.value,new F(n,a,e,o,this._ngZone,this._keyboardDispatcher,this._document,this._location)}position(){return this._positionBuilder}_createPaneElement(t){const a=this._document.createElement("div");return a.id="cdk-overlay-"+R++,a.classList.add("cdk-overlay-pane"),t.appendChild(a),a}_createHostElement(){const t=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(t),t}_createPortalOutlet(t){return this._appRef||(this._appRef=this._injector.get(o.g)),new b.e(t,this._componentFactoryResolver,this._appRef,this._injector,this._document)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(g),o.Xb(B),o.Xb(o.j),o.Xb(H),o.Xb(y),o.Xb(o.s),o.Xb(o.A),o.Xb(l.d),o.Xb(s.b),o.Xb(l.j,8))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();const N=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],U=new o.r("cdk-connected-overlay-scroll-strategy");let W=(()=>{class t{constructor(t){this.elementRef=t}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(o.l))},t.\u0275dir=o.Ib({type:t,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"]}),t})(),$=(()=>{class t{constructor(t,a,e,n,c){this._overlay=t,this._dir=c,this._hasBackdrop=!1,this._lockPosition=!1,this._growAfterOpen=!1,this._flexibleDimensions=!1,this._push=!1,this._backdropSubscription=f.a.EMPTY,this.viewportMargin=0,this.open=!1,this.backdropClick=new o.o,this.positionChange=new o.o,this.attach=new o.o,this.detach=new o.o,this.overlayKeydown=new o.o,this._templatePortal=new b.h(a,e),this._scrollStrategyFactory=n,this.scrollStrategy=this._scrollStrategyFactory()}get offsetX(){return this._offsetX}set offsetX(t){this._offsetX=t,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(t){this._offsetY=t,this._position&&this._updatePositionStrategy(this._position)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(t){this._hasBackdrop=Object(i.c)(t)}get lockPosition(){return this._lockPosition}set lockPosition(t){this._lockPosition=Object(i.c)(t)}get flexibleDimensions(){return this._flexibleDimensions}set flexibleDimensions(t){this._flexibleDimensions=Object(i.c)(t)}get growAfterOpen(){return this._growAfterOpen}set growAfterOpen(t){this._growAfterOpen=Object(i.c)(t)}get push(){return this._push}set push(t){this._push=Object(i.c)(t)}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._overlayRef&&this._overlayRef.dispose(),this._backdropSubscription.unsubscribe()}ngOnChanges(t){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),t.origin&&this.open&&this._position.apply()),t.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){this.positions&&this.positions.length||(this.positions=N),this._overlayRef=this._overlay.create(this._buildConfig()),this._overlayRef.keydownEvents().subscribe(t=>{this.overlayKeydown.next(t),t.keyCode!==L.e||Object(L.o)(t)||(t.preventDefault(),this._detachOverlay())})}_buildConfig(){const t=this._position=this.positionStrategy||this._createPositionStrategy(),a=new G({direction:this._dir,positionStrategy:t,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop});return(this.width||0===this.width)&&(a.width=this.width),(this.height||0===this.height)&&(a.height=this.height),(this.minWidth||0===this.minWidth)&&(a.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(a.minHeight=this.minHeight),this.backdropClass&&(a.backdropClass=this.backdropClass),this.panelClass&&(a.panelClass=this.panelClass),a}_updatePositionStrategy(t){const a=this.positions.map(t=>({originX:t.originX,originY:t.originY,overlayX:t.overlayX,overlayY:t.overlayY,offsetX:t.offsetX||this.offsetX,offsetY:t.offsetY||this.offsetY,panelClass:t.panelClass||void 0}));return t.setOrigin(this.origin.elementRef).withPositions(a).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const t=this._overlay.position().flexibleConnectedTo(this.origin.elementRef);return this._updatePositionStrategy(t),t.positionChanges.subscribe(t=>this.positionChange.emit(t)),t}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||(this._overlayRef.attach(this._templatePortal),this.attach.emit()),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(t=>{this.backdropClick.emit(t)}):this._backdropSubscription.unsubscribe()}_detachOverlay(){this._overlayRef&&(this._overlayRef.detach(),this.detach.emit()),this._backdropSubscription.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(P),o.Nb(o.M),o.Nb(o.Q),o.Nb(U),o.Nb(s.b,8))},t.\u0275dir=o.Ib({type:t,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{viewportMargin:["cdkConnectedOverlayViewportMargin","viewportMargin"],open:["cdkConnectedOverlayOpen","open"],scrollStrategy:["cdkConnectedOverlayScrollStrategy","scrollStrategy"],offsetX:["cdkConnectedOverlayOffsetX","offsetX"],offsetY:["cdkConnectedOverlayOffsetY","offsetY"],hasBackdrop:["cdkConnectedOverlayHasBackdrop","hasBackdrop"],lockPosition:["cdkConnectedOverlayLockPosition","lockPosition"],flexibleDimensions:["cdkConnectedOverlayFlexibleDimensions","flexibleDimensions"],growAfterOpen:["cdkConnectedOverlayGrowAfterOpen","growAfterOpen"],push:["cdkConnectedOverlayPush","push"],positions:["cdkConnectedOverlayPositions","positions"],origin:["cdkConnectedOverlayOrigin","origin"],positionStrategy:["cdkConnectedOverlayPositionStrategy","positionStrategy"],width:["cdkConnectedOverlayWidth","width"],height:["cdkConnectedOverlayHeight","height"],minWidth:["cdkConnectedOverlayMinWidth","minWidth"],minHeight:["cdkConnectedOverlayMinHeight","minHeight"],backdropClass:["cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:["cdkConnectedOverlayPanelClass","panelClass"],transformOriginSelector:["cdkConnectedOverlayTransformOriginOn","transformOriginSelector"]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown"},exportAs:["cdkConnectedOverlay"],features:[o.yb]}),t})();const z={provide:U,deps:[P],useFactory:function(t){return()=>t.scrollStrategies.reposition()}};let J=(()=>{class t{}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)},providers:[P,z],imports:[[s.a,b.g,n.d],n.d]}),t})()},sVev:function(t,a,e){"use strict";e.d(a,"a",(function(){return n}));const n=(()=>{function t(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}return t.prototype=Object.create(Error.prototype),t})()},"tk/3":function(t,a,e){"use strict";e.d(a,"a",(function(){return v})),e.d(a,"b",(function(){return p})),e.d(a,"c",(function(){return P})),e.d(a,"d",(function(){return C})),e.d(a,"e",(function(){return d})),e.d(a,"f",(function(){return g}));var n=e("fXoL"),o=e("LRne"),c=e("HDdC"),s=e("bOdf"),l=e("pLZG"),i=e("lJxs"),b=e("ofXK");class r{}class f{}class d{constructor(t){this.normalizedNames=new Map,this.lazyUpdate=null,t?this.lazyInit="string"==typeof t?()=>{this.headers=new Map,t.split("\n").forEach(t=>{const a=t.indexOf(":");if(a>0){const e=t.slice(0,a),n=e.toLowerCase(),o=t.slice(a+1).trim();this.maybeSetNormalizedName(e,n),this.headers.has(n)?this.headers.get(n).push(o):this.headers.set(n,[o])}})}:()=>{this.headers=new Map,Object.keys(t).forEach(a=>{let e=t[a];const n=a.toLowerCase();"string"==typeof e&&(e=[e]),e.length>0&&(this.headers.set(n,e),this.maybeSetNormalizedName(a,n))})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const a=this.headers.get(t.toLowerCase());return a&&a.length>0?a[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,a){return this.clone({name:t,value:a,op:"a"})}set(t,a){return this.clone({name:t,value:a,op:"s"})}delete(t,a){return this.clone({name:t,value:a,op:"d"})}maybeSetNormalizedName(t,a){this.normalizedNames.has(a)||this.normalizedNames.set(a,t)}init(){this.lazyInit&&(this.lazyInit instanceof d?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(a=>{this.headers.set(a,t.headers.get(a)),this.normalizedNames.set(a,t.normalizedNames.get(a))})}clone(t){const a=new d;return a.lazyInit=this.lazyInit&&this.lazyInit instanceof d?this.lazyInit:this,a.lazyUpdate=(this.lazyUpdate||[]).concat([t]),a}applyUpdate(t){const a=t.name.toLowerCase();switch(t.op){case"a":case"s":let e=t.value;if("string"==typeof e&&(e=[e]),0===e.length)return;this.maybeSetNormalizedName(t.name,a);const n=("a"===t.op?this.headers.get(a):void 0)||[];n.push(...e),this.headers.set(a,n);break;case"d":const o=t.value;if(o){let t=this.headers.get(a);if(!t)return;t=t.filter(t=>-1===o.indexOf(t)),0===t.length?(this.headers.delete(a),this.normalizedNames.delete(a)):this.headers.set(a,t)}else this.headers.delete(a),this.normalizedNames.delete(a)}}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(a=>t(this.normalizedNames.get(a),this.headers.get(a)))}}class u{encodeKey(t){return A(t)}encodeValue(t){return A(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}function A(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/gi,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%2B/gi,"+").replace(/%3D/gi,"=").replace(/%3F/gi,"?").replace(/%2F/gi,"/")}class L{constructor(t={}){if(this.updates=null,this.cloneFrom=null,this.encoder=t.encoder||new u,t.fromString){if(t.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function(t,a){const e=new Map;return t.length>0&&t.split("&").forEach(t=>{const n=t.indexOf("="),[o,c]=-1==n?[a.decodeKey(t),""]:[a.decodeKey(t.slice(0,n)),a.decodeValue(t.slice(n+1))],s=e.get(o)||[];s.push(c),e.set(o,s)}),e}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(a=>{const e=t.fromObject[a];this.map.set(a,Array.isArray(e)?e:[e])})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const a=this.map.get(t);return a?a[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,a){return this.clone({param:t,value:a,op:"a"})}set(t,a){return this.clone({param:t,value:a,op:"s"})}delete(t,a){return this.clone({param:t,value:a,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const a=this.encoder.encodeKey(t);return this.map.get(t).map(t=>a+"="+this.encoder.encodeValue(t)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const a=new L({encoder:this.encoder});return a.cloneFrom=this.cloneFrom||this,a.updates=(this.updates||[]).concat([t]),a}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":const a=("a"===t.op?this.map.get(t.param):void 0)||[];a.push(t.value),this.map.set(t.param,a);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{let a=this.map.get(t.param)||[];const e=a.indexOf(t.value);-1!==e&&a.splice(e,1),a.length>0?this.map.set(t.param,a):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null)}}function _(t){return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer}function I(t){return"undefined"!=typeof Blob&&t instanceof Blob}function D(t){return"undefined"!=typeof FormData&&t instanceof FormData}class m{constructor(t,a,e,n){let o;if(this.url=a,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=t.toUpperCase(),function(t){switch(t){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||n?(this.body=void 0!==e?e:null,o=n):o=e,o&&(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.params&&(this.params=o.params)),this.headers||(this.headers=new d),this.params){const t=this.params.toString();if(0===t.length)this.urlWithParams=a;else{const e=a.indexOf("?");this.urlWithParams=a+(-1===e?"?":ea.set(e,t.setHeaders[e]),l)),t.setParams&&(i=Object.keys(t.setParams).reduce((a,e)=>a.set(e,t.setParams[e]),i)),new m(a,e,o,{params:i,headers:l,reportProgress:s,responseType:n,withCredentials:c})}}var C=function(t){return t[t.Sent=0]="Sent",t[t.UploadProgress=1]="UploadProgress",t[t.ResponseHeader=2]="ResponseHeader",t[t.DownloadProgress=3]="DownloadProgress",t[t.Response=4]="Response",t[t.User=5]="User",t}({});class S{constructor(t,a=200,e="OK"){this.headers=t.headers||new d,this.status=void 0!==t.status?t.status:a,this.statusText=t.statusText||e,this.url=t.url||null,this.ok=this.status>=200&&this.status<300}}class h extends S{constructor(t={}){super(t),this.type=C.ResponseHeader}clone(t={}){return new h({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class g extends S{constructor(t={}){super(t),this.type=C.Response,this.body=void 0!==t.body?t.body:null}clone(t={}){return new g({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class G extends S{constructor(t){super(t,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?"Http failure during parsing for "+(t.url||"(unknown url)"):`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}function T(t,a){return{body:a,headers:t.headers,observe:t.observe,params:t.params,reportProgress:t.reportProgress,responseType:t.responseType,withCredentials:t.withCredentials}}let p=(()=>{class t{constructor(t){this.handler=t}request(t,a,e={}){let n;if(t instanceof m)n=t;else{let o=void 0;o=e.headers instanceof d?e.headers:new d(e.headers);let c=void 0;e.params&&(c=e.params instanceof L?e.params:new L({fromObject:e.params})),n=new m(t,a,void 0!==e.body?e.body:null,{headers:o,params:c,reportProgress:e.reportProgress,responseType:e.responseType||"json",withCredentials:e.withCredentials})}const c=Object(o.a)(n).pipe(Object(s.a)(t=>this.handler.handle(t)));if(t instanceof m||"events"===e.observe)return c;const b=c.pipe(Object(l.a)(t=>t instanceof g));switch(e.observe||"body"){case"body":switch(n.responseType){case"arraybuffer":return b.pipe(Object(i.a)(t=>{if(null!==t.body&&!(t.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return t.body}));case"blob":return b.pipe(Object(i.a)(t=>{if(null!==t.body&&!(t.body instanceof Blob))throw new Error("Response is not a Blob.");return t.body}));case"text":return b.pipe(Object(i.a)(t=>{if(null!==t.body&&"string"!=typeof t.body)throw new Error("Response is not a string.");return t.body}));case"json":default:return b.pipe(Object(i.a)(t=>t.body))}case"response":return b;default:throw new Error(`Unreachable: unhandled observe type ${e.observe}}`)}}delete(t,a={}){return this.request("DELETE",t,a)}get(t,a={}){return this.request("GET",t,a)}head(t,a={}){return this.request("HEAD",t,a)}jsonp(t,a){return this.request("JSONP",t,{params:(new L).append(a,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,a={}){return this.request("OPTIONS",t,a)}patch(t,a,e={}){return this.request("PATCH",t,T(e,a))}post(t,a,e={}){return this.request("POST",t,T(e,a))}put(t,a,e={}){return this.request("PUT",t,T(e,a))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(r))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();class k{constructor(t,a){this.next=t,this.interceptor=a}handle(t){return this.interceptor.intercept(t,this.next)}}const v=new n.r("HTTP_INTERCEPTORS");let y=(()=>{class t{intercept(t,a){return a.handle(t)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();const O=/^\)\]\}',?\n/;class B{}let F=(()=>{class t{constructor(){}build(){return new XMLHttpRequest}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),E=(()=>{class t{constructor(t){this.xhrFactory=t}handle(t){if("JSONP"===t.method)throw new Error("Attempted to construct Jsonp request without JsonpClientModule installed.");return new c.a(a=>{const e=this.xhrFactory.build();if(e.open(t.method,t.urlWithParams),t.withCredentials&&(e.withCredentials=!0),t.headers.forEach((t,a)=>e.setRequestHeader(t,a.join(","))),t.headers.has("Accept")||e.setRequestHeader("Accept","application/json, text/plain, */*"),!t.headers.has("Content-Type")){const a=t.detectContentTypeHeader();null!==a&&e.setRequestHeader("Content-Type",a)}if(t.responseType){const a=t.responseType.toLowerCase();e.responseType="json"!==a?a:"text"}const n=t.serializeBody();let o=null;const c=()=>{if(null!==o)return o;const a=1223===e.status?204:e.status,n=e.statusText||"OK",c=new d(e.getAllResponseHeaders()),s=function(t){return"responseURL"in t&&t.responseURL?t.responseURL:/^X-Request-URL:/m.test(t.getAllResponseHeaders())?t.getResponseHeader("X-Request-URL"):null}(e)||t.url;return o=new h({headers:c,status:a,statusText:n,url:s}),o},s=()=>{let{headers:n,status:o,statusText:s,url:l}=c(),i=null;204!==o&&(i=void 0===e.response?e.responseText:e.response),0===o&&(o=i?200:0);let b=o>=200&&o<300;if("json"===t.responseType&&"string"==typeof i){const t=i;i=i.replace(O,"");try{i=""!==i?JSON.parse(i):null}catch(r){i=t,b&&(b=!1,i={error:r,text:i})}}b?(a.next(new g({body:i,headers:n,status:o,statusText:s,url:l||void 0})),a.complete()):a.error(new G({error:i,headers:n,status:o,statusText:s,url:l||void 0}))},l=t=>{const{url:n}=c(),o=new G({error:t,status:e.status||0,statusText:e.statusText||"Unknown Error",url:n||void 0});a.error(o)};let i=!1;const b=n=>{i||(a.next(c()),i=!0);let o={type:C.DownloadProgress,loaded:n.loaded};n.lengthComputable&&(o.total=n.total),"text"===t.responseType&&e.responseText&&(o.partialText=e.responseText),a.next(o)},r=t=>{let e={type:C.UploadProgress,loaded:t.loaded};t.lengthComputable&&(e.total=t.total),a.next(e)};return e.addEventListener("load",s),e.addEventListener("error",l),t.reportProgress&&(e.addEventListener("progress",b),null!==n&&e.upload&&e.upload.addEventListener("progress",r)),e.send(n),a.next({type:C.Sent}),()=>{e.removeEventListener("error",l),e.removeEventListener("load",s),t.reportProgress&&(e.removeEventListener("progress",b),null!==n&&e.upload&&e.upload.removeEventListener("progress",r)),e.readyState!==e.DONE&&e.abort()}})}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(B))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();const w=new n.r("XSRF_COOKIE_NAME"),M=new n.r("XSRF_HEADER_NAME");class j{}let x=(()=>{class t{constructor(t,a,e){this.doc=t,this.platform=a,this.cookieName=e,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=Object(b.A)(t,this.cookieName),this.lastCookieString=t),this.lastToken}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(b.d),n.Xb(n.C),n.Xb(w))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),V=(()=>{class t{constructor(t,a){this.tokenService=t,this.headerName=a}intercept(t,a){const e=t.url.toLowerCase();if("GET"===t.method||"HEAD"===t.method||e.startsWith("http://")||e.startsWith("https://"))return a.handle(t);const n=this.tokenService.getToken();return null===n||t.headers.has(this.headerName)||(t=t.clone({headers:t.headers.set(this.headerName,n)})),a.handle(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(j),n.Xb(M))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),H=(()=>{class t{constructor(t,a){this.backend=t,this.injector=a,this.chain=null}handle(t){if(null===this.chain){const t=this.injector.get(v,[]);this.chain=t.reduceRight((t,a)=>new k(t,a),this.backend)}return this.chain.handle(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(f),n.Xb(n.s))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),R=(()=>{class t{static disable(){return{ngModule:t,providers:[{provide:V,useClass:y}]}}static withOptions(a={}){return{ngModule:t,providers:[a.cookieName?{provide:w,useValue:a.cookieName}:[],a.headerName?{provide:M,useValue:a.headerName}:[]]}}}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[V,{provide:v,useExisting:V,multi:!0},{provide:j,useClass:x},{provide:w,useValue:"XSRF-TOKEN"},{provide:M,useValue:"X-XSRF-TOKEN"}]}),t})(),P=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[p,{provide:r,useClass:H},E,{provide:f,useExisting:E},F,{provide:B,useExisting:F}],imports:[[R.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]]}),t})()},tyNb:function(t,a,e){"use strict";e.d(a,"a",(function(){return zt})),e.d(a,"b",(function(){return ae})),e.d(a,"c",(function(){return ce})),e.d(a,"d",(function(){return ne})),e.d(a,"e",(function(){return _e})),e.d(a,"f",(function(){return se}));var n=e("ofXK"),o=e("fXoL"),c=e("LRne"),s=e("Cfvw"),l=e("2Vo4"),i=e("HDdC"),b=e("sVev"),r=e("itXk"),f=e("NXyV"),d=e("EY2u"),u=e("XNiG"),A=e("lJxs"),L=e("0EUg"),_=e("pLZG"),I=e("7o/Q"),D=e("4I5i");function m(t){return function(a){return 0===t?Object(d.b)():a.lift(new C(t))}}class C{constructor(t){if(this.total=t,this.total<0)throw new D.a}call(t,a){return a.subscribe(new S(t,this.total))}}class S extends I.a{constructor(t,a){super(t),this.total=a,this.ring=new Array,this.count=0}_next(t){const a=this.ring,e=this.total,n=this.count++;a.length0){const e=this.count>=this.total?this.total:this.count,n=this.ring;for(let o=0;o{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275cmp=o.Hb({type:t,selectors:[["ng-component"]],decls:1,vars:0,template:function(t,a){1&t&&o.Ob(0,"router-outlet")},directives:function(){return[se]},encapsulation:2}),t})();class nt{constructor(t){this.params=t||{}}has(t){return Object.prototype.hasOwnProperty.call(this.params,t)}get(t){if(this.has(t)){const a=this.params[t];return Array.isArray(a)?a[0]:a}return null}getAll(t){if(this.has(t)){const a=this.params[t];return Array.isArray(a)?a:[a]}return[]}get keys(){return Object.keys(this.params)}}function ot(t){return new nt(t)}function ct(t){const a=Error("NavigationCancelingError: "+t);return a.ngNavigationCancelingError=!0,a}function st(t,a,e){const n=e.path.split("/");if(n.length>t.length)return null;if("full"===e.pathMatch&&(a.hasChildren()||n.lengtha.indexOf(t)>-1):t===a}function At(t){return Array.prototype.concat.apply([],t)}function Lt(t){return t.length>0?t[t.length-1]:null}function _t(t,a){for(const e in t)t.hasOwnProperty(e)&&a(t[e],e)}function It(t){return Object(o.rb)(t)?t:Object(o.sb)(t)?Object(s.a)(Promise.resolve(t)):Object(c.a)(t)}function Dt(t,a,e){return e?function(t,a){return dt(t,a)}(t.queryParams,a.queryParams)&&function t(a,e){if(!ht(a.segments,e.segments))return!1;if(a.numberOfChildren!==e.numberOfChildren)return!1;for(const n in e.children){if(!a.children[n])return!1;if(!t(a.children[n],e.children[n]))return!1}return!0}(t.root,a.root):function(t,a){return Object.keys(a).length<=Object.keys(t).length&&Object.keys(a).every(e=>ut(t[e],a[e]))}(t.queryParams,a.queryParams)&&function t(a,e){return function a(e,n,o){if(e.segments.length>o.length)return!!ht(e.segments.slice(0,o.length),o)&&!n.hasChildren();if(e.segments.length===o.length){if(!ht(e.segments,o))return!1;for(const a in n.children){if(!e.children[a])return!1;if(!t(e.children[a],n.children[a]))return!1}return!0}{const t=o.slice(0,e.segments.length),c=o.slice(e.segments.length);return!!ht(e.segments,t)&&!!e.children.primary&&a(e.children.primary,n,c)}}(a,e,e.segments)}(t.root,a.root)}class mt{constructor(t,a,e){this.root=t,this.queryParams=a,this.fragment=e}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=ot(this.queryParams)),this._queryParamMap}toString(){return pt.serialize(this)}}class Ct{constructor(t,a){this.segments=t,this.children=a,this.parent=null,_t(a,(t,a)=>t.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return kt(this)}}class St{constructor(t,a){this.path=t,this.parameters=a}get parameterMap(){return this._parameterMap||(this._parameterMap=ot(this.parameters)),this._parameterMap}toString(){return Et(this)}}function ht(t,a){return t.length===a.length&&t.every((t,e)=>t.path===a[e].path)}function gt(t,a){let e=[];return _t(t.children,(t,n)=>{"primary"===n&&(e=e.concat(a(t,n)))}),_t(t.children,(t,n)=>{"primary"!==n&&(e=e.concat(a(t,n)))}),e}class Gt{}class Tt{parse(t){const a=new Vt(t);return new mt(a.parseRootSegment(),a.parseQueryParams(),a.parseFragment())}serialize(t){return`${"/"+function t(a,e){if(!a.hasChildren())return kt(a);if(e){const e=a.children.primary?t(a.children.primary,!1):"",n=[];return _t(a.children,(a,e)=>{"primary"!==e&&n.push(`${e}:${t(a,!1)}`)}),n.length>0?`${e}(${n.join("//")})`:e}{const e=gt(a,(e,n)=>"primary"===n?[t(a.children.primary,!1)]:[`${n}:${t(e,!1)}`]);return`${kt(a)}/(${e.join("//")})`}}(t.root,!0)}${function(t){const a=Object.keys(t).map(a=>{const e=t[a];return Array.isArray(e)?e.map(t=>`${yt(a)}=${yt(t)}`).join("&"):`${yt(a)}=${yt(e)}`});return a.length?"?"+a.join("&"):""}(t.queryParams)}${"string"==typeof t.fragment?"#"+encodeURI(t.fragment):""}`}}const pt=new Tt;function kt(t){return t.segments.map(t=>Et(t)).join("/")}function vt(t){return encodeURIComponent(t).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function yt(t){return vt(t).replace(/%3B/gi,";")}function Ot(t){return vt(t).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Bt(t){return decodeURIComponent(t)}function Ft(t){return Bt(t.replace(/\+/g,"%20"))}function Et(t){return`${Ot(t.path)}${a=t.parameters,Object.keys(a).map(t=>`;${Ot(t)}=${Ot(a[t])}`).join("")}`;var a}const wt=/^[^\/()?;=#]+/;function Mt(t){const a=t.match(wt);return a?a[0]:""}const jt=/^[^=?&#]+/,xt=/^[^?&#]+/;class Vt{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new Ct([],{}):new Ct([],this.parseChildren())}parseQueryParams(){const t={};if(this.consumeOptional("?"))do{this.parseQueryParam(t)}while(this.consumeOptional("&"));return t}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const t=[];for(this.peekStartsWith("(")||t.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),t.push(this.parseSegment());let a={};this.peekStartsWith("/(")&&(this.capture("/"),a=this.parseParens(!0));let e={};return this.peekStartsWith("(")&&(e=this.parseParens(!1)),(t.length>0||Object.keys(a).length>0)&&(e.primary=new Ct(t,a)),e}parseSegment(){const t=Mt(this.remaining);if(""===t&&this.peekStartsWith(";"))throw new Error(`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(t),new St(Bt(t),this.parseMatrixParams())}parseMatrixParams(){const t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){const a=Mt(this.remaining);if(!a)return;this.capture(a);let e="";if(this.consumeOptional("=")){const t=Mt(this.remaining);t&&(e=t,this.capture(e))}t[Bt(a)]=Bt(e)}parseQueryParam(t){const a=function(t){const a=t.match(jt);return a?a[0]:""}(this.remaining);if(!a)return;this.capture(a);let e="";if(this.consumeOptional("=")){const t=function(t){const a=t.match(xt);return a?a[0]:""}(this.remaining);t&&(e=t,this.capture(e))}const n=Ft(a),o=Ft(e);if(t.hasOwnProperty(n)){let a=t[n];Array.isArray(a)||(a=[a],t[n]=a),a.push(o)}else t[n]=o}parseParens(t){const a={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const e=Mt(this.remaining),n=this.remaining[e.length];if("/"!==n&&")"!==n&&";"!==n)throw new Error(`Cannot parse url '${this.url}'`);let o=void 0;e.indexOf(":")>-1?(o=e.substr(0,e.indexOf(":")),this.capture(o),this.capture(":")):t&&(o="primary");const c=this.parseChildren();a[o]=1===Object.keys(c).length?c.primary:new Ct([],c),this.consumeOptional("//")}return a}peekStartsWith(t){return this.remaining.startsWith(t)}consumeOptional(t){return!!this.peekStartsWith(t)&&(this.remaining=this.remaining.substring(t.length),!0)}capture(t){if(!this.consumeOptional(t))throw new Error(`Expected "${t}".`)}}class Ht{constructor(t){this._root=t}get root(){return this._root.value}parent(t){const a=this.pathFromRoot(t);return a.length>1?a[a.length-2]:null}children(t){const a=Rt(t,this._root);return a?a.children.map(t=>t.value):[]}firstChild(t){const a=Rt(t,this._root);return a&&a.children.length>0?a.children[0].value:null}siblings(t){const a=Pt(t,this._root);return a.length<2?[]:a[a.length-2].children.map(t=>t.value).filter(a=>a!==t)}pathFromRoot(t){return Pt(t,this._root).map(t=>t.value)}}function Rt(t,a){if(t===a.value)return a;for(const e of a.children){const a=Rt(t,e);if(a)return a}return null}function Pt(t,a){if(t===a.value)return[a];for(const e of a.children){const n=Pt(t,e);if(n.length)return n.unshift(a),n}return[]}class Nt{constructor(t,a){this.value=t,this.children=a}toString(){return`TreeNode(${this.value})`}}function Ut(t){const a={};return t&&t.children.forEach(t=>a[t.value.outlet]=t),a}class Wt extends Ht{constructor(t,a){super(t),this.snapshot=a,Qt(this,t)}toString(){return this.snapshot.toString()}}function $t(t,a){const e=function(t,a){const e=new qt([],{},{},"",{},"primary",a,null,t.root,-1,{});return new Xt("",new Nt(e,[]))}(t,a),n=new l.a([new St("",{})]),o=new l.a({}),c=new l.a({}),s=new l.a({}),i=new l.a(""),b=new zt(n,o,s,i,c,"primary",a,e.root);return b.snapshot=e.root,new Wt(new Nt(b,[]),e)}class zt{constructor(t,a,e,n,o,c,s,l){this.url=t,this.params=a,this.queryParams=e,this.fragment=n,this.data=o,this.outlet=c,this.component=s,this._futureSnapshot=l}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe(Object(A.a)(t=>ot(t)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe(Object(A.a)(t=>ot(t)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function Jt(t,a="emptyOnly"){const e=t.pathFromRoot;let n=0;if("always"!==a)for(n=e.length-1;n>=1;){const t=e[n],a=e[n-1];if(t.routeConfig&&""===t.routeConfig.path)n--;else{if(a.component)break;n--}}return function(t){return t.reduce((t,a)=>({params:Object.assign(Object.assign({},t.params),a.params),data:Object.assign(Object.assign({},t.data),a.data),resolve:Object.assign(Object.assign({},t.resolve),a._resolvedData)}),{params:{},data:{},resolve:{}})}(e.slice(n))}class qt{constructor(t,a,e,n,o,c,s,l,i,b,r){this.url=t,this.params=a,this.queryParams=e,this.fragment=n,this.data=o,this.outlet=c,this.component=s,this.routeConfig=l,this._urlSegment=i,this._lastPathIndex=b,this._resolve=r}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=ot(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=ot(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map(t=>t.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class Xt extends Ht{constructor(t,a){super(a),this.url=t,Qt(this,a)}toString(){return Kt(this._root)}}function Qt(t,a){a.value._routerState=t,a.children.forEach(a=>Qt(t,a))}function Kt(t){const a=t.children.length>0?` { ${t.children.map(Kt).join(", ")} } `:"";return`${t.value}${a}`}function Zt(t){if(t.snapshot){const a=t.snapshot,e=t._futureSnapshot;t.snapshot=e,dt(a.queryParams,e.queryParams)||t.queryParams.next(e.queryParams),a.fragment!==e.fragment&&t.fragment.next(e.fragment),dt(a.params,e.params)||t.params.next(e.params),function(t,a){if(t.length!==a.length)return!1;for(let e=0;edt(t.parameters,n[a].parameters))&&!(!t.parent!=!a.parent)&&(!t.parent||Yt(t.parent,a.parent))}function ta(t){return"object"==typeof t&&null!=t&&!t.outlets&&!t.segmentPath}function aa(t,a,e,n,o){let c={};return n&&_t(n,(t,a)=>{c[a]=Array.isArray(t)?t.map(t=>""+t):""+t}),new mt(e.root===t?a:function t(a,e,n){const o={};return _t(a.children,(a,c)=>{o[c]=a===e?n:t(a,e,n)}),new Ct(a.segments,o)}(e.root,t,a),c,o)}class ea{constructor(t,a,e){if(this.isAbsolute=t,this.numberOfDoubleDots=a,this.commands=e,t&&e.length>0&&ta(e[0]))throw new Error("Root segment cannot have matrix parameters");const n=e.find(t=>"object"==typeof t&&null!=t&&t.outlets);if(n&&n!==Lt(e))throw new Error("{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class na{constructor(t,a,e){this.segmentGroup=t,this.processChildren=a,this.index=e}}function oa(t){return"object"==typeof t&&null!=t&&t.outlets?t.outlets.primary:""+t}function ca(t,a,e){if(t||(t=new Ct([],{})),0===t.segments.length&&t.hasChildren())return sa(t,a,e);const n=function(t,a,e){let n=0,o=a;const c={match:!1,pathIndex:0,commandIndex:0};for(;o=e.length)return c;const a=t.segments[o],s=oa(e[n]),l=n0&&void 0===s)break;if(s&&l&&"object"==typeof l&&void 0===l.outlets){if(!ra(s,l,a))return c;n+=2}else{if(!ra(s,{},a))return c;n++}o++}return{match:!0,pathIndex:o,commandIndex:n}}(t,a,e),o=e.slice(n.commandIndex);if(n.match&&n.pathIndex{null!==e&&(o[n]=ca(t.children[n],a,e))}),_t(t.children,(t,a)=>{void 0===n[a]&&(o[a]=t)}),new Ct(t.segments,o)}}function la(t,a,e){const n=t.segments.slice(0,a);let o=0;for(;o{null!==t&&(a[e]=la(new Ct([],{}),0,t))}),a}function ba(t){const a={};return _t(t,(t,e)=>a[e]=""+t),a}function ra(t,a,e){return t==e.path&&dt(a,e.parameters)}class fa{constructor(t,a,e,n){this.routeReuseStrategy=t,this.futureState=a,this.currState=e,this.forwardEvent=n}activate(t){const a=this.futureState._root,e=this.currState?this.currState._root:null;this.deactivateChildRoutes(a,e,t),Zt(this.futureState.root),this.activateChildRoutes(a,e,t)}deactivateChildRoutes(t,a,e){const n=Ut(a);t.children.forEach(t=>{const a=t.value.outlet;this.deactivateRoutes(t,n[a],e),delete n[a]}),_t(n,(t,a)=>{this.deactivateRouteAndItsChildren(t,e)})}deactivateRoutes(t,a,e){const n=t.value,o=a?a.value:null;if(n===o)if(n.component){const o=e.getContext(n.outlet);o&&this.deactivateChildRoutes(t,a,o.children)}else this.deactivateChildRoutes(t,a,e);else o&&this.deactivateRouteAndItsChildren(a,e)}deactivateRouteAndItsChildren(t,a){this.routeReuseStrategy.shouldDetach(t.value.snapshot)?this.detachAndStoreRouteSubtree(t,a):this.deactivateRouteAndOutlet(t,a)}detachAndStoreRouteSubtree(t,a){const e=a.getContext(t.value.outlet);if(e&&e.outlet){const a=e.outlet.detach(),n=e.children.onOutletDeactivated();this.routeReuseStrategy.store(t.value.snapshot,{componentRef:a,route:t,contexts:n})}}deactivateRouteAndOutlet(t,a){const e=a.getContext(t.value.outlet);if(e){const n=Ut(t),o=t.value.component?e.children:a;_t(n,(t,a)=>this.deactivateRouteAndItsChildren(t,o)),e.outlet&&(e.outlet.deactivate(),e.children.onOutletDeactivated())}}activateChildRoutes(t,a,e){const n=Ut(a);t.children.forEach(t=>{this.activateRoutes(t,n[t.value.outlet],e),this.forwardEvent(new tt(t.value.snapshot))}),t.children.length&&this.forwardEvent(new Z(t.value.snapshot))}activateRoutes(t,a,e){const n=t.value,o=a?a.value:null;if(Zt(n),n===o)if(n.component){const o=e.getOrCreateContext(n.outlet);this.activateChildRoutes(t,a,o.children)}else this.activateChildRoutes(t,a,e);else if(n.component){const a=e.getOrCreateContext(n.outlet);if(this.routeReuseStrategy.shouldAttach(n.snapshot)){const t=this.routeReuseStrategy.retrieve(n.snapshot);this.routeReuseStrategy.store(n.snapshot,null),a.children.onOutletReAttached(t.contexts),a.attachRef=t.componentRef,a.route=t.route.value,a.outlet&&a.outlet.attach(t.componentRef,t.route.value),da(t.route)}else{const e=function(t){for(let a=t.parent;a;a=a.parent){const t=a.routeConfig;if(t&&t._loadedConfig)return t._loadedConfig;if(t&&t.component)return null}return null}(n.snapshot),o=e?e.module.componentFactoryResolver:null;a.attachRef=null,a.route=n,a.resolver=o,a.outlet&&a.outlet.activateWith(n,o),this.activateChildRoutes(t,null,a.children)}}else this.activateChildRoutes(t,null,e)}}function da(t){Zt(t.value),t.children.forEach(da)}function ua(t){return"function"==typeof t}function Aa(t){return t instanceof mt}class La{constructor(t){this.segmentGroup=t||null}}class _a{constructor(t){this.urlTree=t}}function Ia(t){return new i.a(a=>a.error(new La(t)))}function Da(t){return new i.a(a=>a.error(new _a(t)))}function ma(t){return new i.a(a=>a.error(new Error(`Only absolute redirects can have named outlets. redirectTo: '${t}'`)))}class Ca{constructor(t,a,e,n,c){this.configLoader=a,this.urlSerializer=e,this.urlTree=n,this.config=c,this.allowRedirects=!0,this.ngModule=t.get(o.y)}apply(){return this.expandSegmentGroup(this.ngModule,this.config,this.urlTree.root,"primary").pipe(Object(A.a)(t=>this.createUrlTree(t,this.urlTree.queryParams,this.urlTree.fragment))).pipe(Object(T.a)(t=>{if(t instanceof _a)return this.allowRedirects=!1,this.match(t.urlTree);if(t instanceof La)throw this.noMatchError(t);throw t}))}match(t){return this.expandSegmentGroup(this.ngModule,this.config,t.root,"primary").pipe(Object(A.a)(a=>this.createUrlTree(a,t.queryParams,t.fragment))).pipe(Object(T.a)(t=>{if(t instanceof La)throw this.noMatchError(t);throw t}))}noMatchError(t){return new Error(`Cannot match any routes. URL Segment: '${t.segmentGroup}'`)}createUrlTree(t,a,e){const n=t.segments.length>0?new Ct([],{primary:t}):t;return new mt(n,a,e)}expandSegmentGroup(t,a,e,n){return 0===e.segments.length&&e.hasChildren()?this.expandChildren(t,a,e).pipe(Object(A.a)(t=>new Ct([],t))):this.expandSegment(t,e,a,e.segments,n,!0)}expandChildren(t,a,e){return function(t,a){if(0===Object.keys(t).length)return Object(c.a)({});const e=[],n=[],o={};return _t(t,(t,c)=>{const s=a(c,t).pipe(Object(A.a)(t=>o[c]=t));"primary"===c?e.push(s):n.push(s)}),c.a.apply(null,e.concat(n)).pipe(Object(L.a)(),function(t,a){const e=arguments.length>=2;return n=>n.pipe(t?Object(_.a)((a,e)=>t(a,e,n)):G.a,m(1),e?Object(g.a)(a):Object(h.a)(()=>new b.a))}(),Object(A.a)(()=>o))}(e.children,(e,n)=>this.expandSegmentGroup(t,a,n,e))}expandSegment(t,a,e,n,o,s){return Object(c.a)(...e).pipe(Object(A.a)(l=>this.expandSegmentAgainstRoute(t,a,e,l,n,o,s).pipe(Object(T.a)(t=>{if(t instanceof La)return Object(c.a)(null);throw t}))),Object(L.a)(),Object(p.a)(t=>!!t),Object(T.a)((t,e)=>{if(t instanceof b.a||"EmptyError"===t.name){if(this.noLeftoversInUrl(a,n,o))return Object(c.a)(new Ct([],{}));throw new La(a)}throw t}))}noLeftoversInUrl(t,a,e){return 0===a.length&&!t.children[e]}expandSegmentAgainstRoute(t,a,e,n,o,c,s){return Ga(n)!==c?Ia(a):void 0===n.redirectTo?this.matchSegmentAgainstRoute(t,a,n,o):s&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(t,a,e,n,o,c):Ia(a)}expandSegmentAgainstRouteUsingRedirect(t,a,e,n,o,c){return"**"===n.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(t,e,n,c):this.expandRegularSegmentAgainstRouteUsingRedirect(t,a,e,n,o,c)}expandWildCardWithParamsAgainstRouteUsingRedirect(t,a,e,n){const o=this.applyRedirectCommands([],e.redirectTo,{});return e.redirectTo.startsWith("/")?Da(o):this.lineralizeSegments(e,o).pipe(Object(k.a)(e=>{const o=new Ct(e,{});return this.expandSegment(t,o,a,e,n,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(t,a,e,n,o,c){const{matched:s,consumedSegments:l,lastChild:i,positionalParamSegments:b}=Sa(a,n,o);if(!s)return Ia(a);const r=this.applyRedirectCommands(l,n.redirectTo,b);return n.redirectTo.startsWith("/")?Da(r):this.lineralizeSegments(n,r).pipe(Object(k.a)(n=>this.expandSegment(t,a,e,n.concat(o.slice(i)),c,!1)))}matchSegmentAgainstRoute(t,a,e,n){if("**"===e.path)return e.loadChildren?this.configLoader.load(t.injector,e).pipe(Object(A.a)(t=>(e._loadedConfig=t,new Ct(n,{})))):Object(c.a)(new Ct(n,{}));const{matched:o,consumedSegments:s,lastChild:l}=Sa(a,e,n);if(!o)return Ia(a);const i=n.slice(l);return this.getChildConfig(t,e,n).pipe(Object(k.a)(t=>{const e=t.module,n=t.routes,{segmentGroup:o,slicedSegments:l}=function(t,a,e,n){return e.length>0&&function(t,a,e){return e.some(e=>ga(t,a,e)&&"primary"!==Ga(e))}(t,e,n)?{segmentGroup:ha(new Ct(a,function(t,a){const e={};e.primary=a;for(const n of t)""===n.path&&"primary"!==Ga(n)&&(e[Ga(n)]=new Ct([],{}));return e}(n,new Ct(e,t.children)))),slicedSegments:[]}:0===e.length&&function(t,a,e){return e.some(e=>ga(t,a,e))}(t,e,n)?{segmentGroup:ha(new Ct(t.segments,function(t,a,e,n){const o={};for(const c of e)ga(t,a,c)&&!n[Ga(c)]&&(o[Ga(c)]=new Ct([],{}));return Object.assign(Object.assign({},n),o)}(t,e,n,t.children))),slicedSegments:e}:{segmentGroup:t,slicedSegments:e}}(a,s,i,n);return 0===l.length&&o.hasChildren()?this.expandChildren(e,n,o).pipe(Object(A.a)(t=>new Ct(s,t))):0===n.length&&0===l.length?Object(c.a)(new Ct(s,{})):this.expandSegment(e,o,n,l,"primary",!0).pipe(Object(A.a)(t=>new Ct(s.concat(t.segments),t.children)))}))}getChildConfig(t,a,e){return a.children?Object(c.a)(new lt(a.children,t)):a.loadChildren?void 0!==a._loadedConfig?Object(c.a)(a._loadedConfig):this.runCanLoadGuards(t.injector,a,e).pipe(Object(k.a)(e=>e?this.configLoader.load(t.injector,a).pipe(Object(A.a)(t=>(a._loadedConfig=t,t))):function(t){return new i.a(a=>a.error(ct(`Cannot load children because the guard of the route "path: '${t.path}'" returned false`)))}(a))):Object(c.a)(new lt([],t))}runCanLoadGuards(t,a,e){const n=a.canLoad;return n&&0!==n.length?Object(s.a)(n).pipe(Object(A.a)(n=>{const o=t.get(n);let c;if(function(t){return t&&ua(t.canLoad)}(o))c=o.canLoad(a,e);else{if(!ua(o))throw new Error("Invalid CanLoad guard");c=o(a,e)}return It(c)})).pipe(Object(L.a)(),Object(v.a)(t=>{if(!Aa(t))return;const a=ct(`Redirecting to "${this.urlSerializer.serialize(t)}"`);throw a.url=t,a}),(o=t=>!0===t,t=>t.lift(new y(o,void 0,t)))):Object(c.a)(!0);var o}lineralizeSegments(t,a){let e=[],n=a.root;for(;;){if(e=e.concat(n.segments),0===n.numberOfChildren)return Object(c.a)(e);if(n.numberOfChildren>1||!n.children.primary)return ma(t.redirectTo);n=n.children.primary}}applyRedirectCommands(t,a,e){return this.applyRedirectCreatreUrlTree(a,this.urlSerializer.parse(a),t,e)}applyRedirectCreatreUrlTree(t,a,e,n){const o=this.createSegmentGroup(t,a.root,e,n);return new mt(o,this.createQueryParams(a.queryParams,this.urlTree.queryParams),a.fragment)}createQueryParams(t,a){const e={};return _t(t,(t,n)=>{if("string"==typeof t&&t.startsWith(":")){const o=t.substring(1);e[n]=a[o]}else e[n]=t}),e}createSegmentGroup(t,a,e,n){const o=this.createSegments(t,a.segments,e,n);let c={};return _t(a.children,(a,o)=>{c[o]=this.createSegmentGroup(t,a,e,n)}),new Ct(o,c)}createSegments(t,a,e,n){return a.map(a=>a.path.startsWith(":")?this.findPosParam(t,a,n):this.findOrReturn(a,e))}findPosParam(t,a,e){const n=e[a.path.substring(1)];if(!n)throw new Error(`Cannot redirect to '${t}'. Cannot find '${a.path}'.`);return n}findOrReturn(t,a){let e=0;for(const n of a){if(n.path===t.path)return a.splice(e),n;e++}return t}}function Sa(t,a,e){if(""===a.path)return"full"===a.pathMatch&&(t.hasChildren()||e.length>0)?{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}:{matched:!0,consumedSegments:[],lastChild:0,positionalParamSegments:{}};const n=(a.matcher||st)(e,t,a);return n?{matched:!0,consumedSegments:n.consumed,lastChild:n.consumed.length,positionalParamSegments:n.posParams}:{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}}function ha(t){if(1===t.numberOfChildren&&t.children.primary){const a=t.children.primary;return new Ct(t.segments.concat(a.segments),a.children)}return t}function ga(t,a,e){return(!(t.hasChildren()||a.length>0)||"full"!==e.pathMatch)&&""===e.path&&void 0!==e.redirectTo}function Ga(t){return t.outlet||"primary"}class Ta{constructor(t){this.path=t,this.route=this.path[this.path.length-1]}}class pa{constructor(t,a){this.component=t,this.route=a}}function ka(t,a,e){const n=t._root;return function t(a,e,n,o,c={canDeactivateChecks:[],canActivateChecks:[]}){const s=Ut(e);return a.children.forEach(a=>{!function(a,e,n,o,c={canDeactivateChecks:[],canActivateChecks:[]}){const s=a.value,l=e?e.value:null,i=n?n.getContext(a.value.outlet):null;if(l&&s.routeConfig===l.routeConfig){const b=function(t,a,e){if("function"==typeof e)return e(t,a);switch(e){case"pathParamsChange":return!ht(t.url,a.url);case"pathParamsOrQueryParamsChange":return!ht(t.url,a.url)||!dt(t.queryParams,a.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Yt(t,a)||!dt(t.queryParams,a.queryParams);case"paramsChange":default:return!Yt(t,a)}}(l,s,s.routeConfig.runGuardsAndResolvers);b?c.canActivateChecks.push(new Ta(o)):(s.data=l.data,s._resolvedData=l._resolvedData),t(a,e,s.component?i?i.children:null:n,o,c),b&&c.canDeactivateChecks.push(new pa(i&&i.outlet&&i.outlet.component||null,l))}else l&&ya(e,i,c),c.canActivateChecks.push(new Ta(o)),t(a,null,s.component?i?i.children:null:n,o,c)}(a,s[a.value.outlet],n,o.concat([a.value]),c),delete s[a.value.outlet]}),_t(s,(t,a)=>ya(t,n.getContext(a),c)),c}(n,a?a._root:null,e,[n.value])}function va(t,a,e){const n=function(t){if(!t)return null;for(let a=t.parent;a;a=a.parent){const t=a.routeConfig;if(t&&t._loadedConfig)return t._loadedConfig}return null}(a);return(n?n.module.injector:e).get(t)}function ya(t,a,e){const n=Ut(t),o=t.value;_t(n,(t,n)=>{ya(t,o.component?a?a.children.getContext(n):null:a,e)}),e.canDeactivateChecks.push(new pa(o.component&&a&&a.outlet&&a.outlet.isActivated?a.outlet.component:null,o))}const Oa=Symbol("INITIAL_VALUE");function Ba(){return Object(B.a)(t=>Object(r.a)(...t.map(t=>t.pipe(Object(F.a)(1),Object(E.a)(Oa)))).pipe(function(t,a){let e=!1;return arguments.length>=2&&(e=!0),function(n){return n.lift(new w(t,a,e))}}((t,a)=>{let e=!1;return a.reduce((t,n,o)=>{if(t!==Oa)return t;if(n===Oa&&(e=!0),!e){if(!1===n)return n;if(o===a.length-1||Aa(n))return n}return t},t)},Oa),Object(_.a)(t=>t!==Oa),Object(A.a)(t=>Aa(t)?t:!0===t),Object(F.a)(1)))}function Fa(t,a){return null!==t&&a&&a(new Y(t)),Object(c.a)(!0)}function Ea(t,a){return null!==t&&a&&a(new K(t)),Object(c.a)(!0)}function wa(t,a,e){const n=a.routeConfig?a.routeConfig.canActivate:null;if(!n||0===n.length)return Object(c.a)(!0);const o=n.map(n=>Object(f.a)(()=>{const o=va(n,a,e);let c;if(function(t){return t&&ua(t.canActivate)}(o))c=It(o.canActivate(a,t));else{if(!ua(o))throw new Error("Invalid CanActivate guard");c=It(o(a,t))}return c.pipe(Object(p.a)())}));return Object(c.a)(o).pipe(Ba())}function Ma(t,a,e){const n=a[a.length-1],o=a.slice(0,a.length-1).reverse().map(t=>function(t){const a=t.routeConfig?t.routeConfig.canActivateChild:null;return a&&0!==a.length?{node:t,guards:a}:null}(t)).filter(t=>null!==t).map(a=>Object(f.a)(()=>{const o=a.guards.map(o=>{const c=va(o,a.node,e);let s;if(function(t){return t&&ua(t.canActivateChild)}(c))s=It(c.canActivateChild(n,t));else{if(!ua(c))throw new Error("Invalid CanActivateChild guard");s=It(c(n,t))}return s.pipe(Object(p.a)())});return Object(c.a)(o).pipe(Ba())}));return Object(c.a)(o).pipe(Ba())}class ja{}class xa{constructor(t,a,e,n,o,c){this.rootComponentType=t,this.config=a,this.urlTree=e,this.url=n,this.paramsInheritanceStrategy=o,this.relativeLinkResolution=c}recognize(){try{const t=Ra(this.urlTree.root,[],[],this.config,this.relativeLinkResolution).segmentGroup,a=this.processSegmentGroup(this.config,t,"primary"),e=new qt([],Object.freeze({}),Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,{},"primary",this.rootComponentType,null,this.urlTree.root,-1,{}),n=new Nt(e,a),o=new Xt(this.url,n);return this.inheritParamsAndData(o._root),Object(c.a)(o)}catch(t){return new i.a(a=>a.error(t))}}inheritParamsAndData(t){const a=t.value,e=Jt(a,this.paramsInheritanceStrategy);a.params=Object.freeze(e.params),a.data=Object.freeze(e.data),t.children.forEach(t=>this.inheritParamsAndData(t))}processSegmentGroup(t,a,e){return 0===a.segments.length&&a.hasChildren()?this.processChildren(t,a):this.processSegment(t,a,a.segments,e)}processChildren(t,a){const e=gt(a,(a,e)=>this.processSegmentGroup(t,a,e));return function(t){const a={};t.forEach(t=>{const e=a[t.value.outlet];if(e){const a=e.url.map(t=>t.toString()).join("/"),n=t.value.url.map(t=>t.toString()).join("/");throw new Error(`Two segments cannot have the same outlet name: '${a}' and '${n}'.`)}a[t.value.outlet]=t.value})}(e),e.sort((t,a)=>"primary"===t.value.outlet?-1:"primary"===a.value.outlet?1:t.value.outlet.localeCompare(a.value.outlet)),e}processSegment(t,a,e,n){for(const c of t)try{return this.processSegmentAgainstRoute(c,a,e,n)}catch(o){if(!(o instanceof ja))throw o}if(this.noLeftoversInUrl(a,e,n))return[];throw new ja}noLeftoversInUrl(t,a,e){return 0===a.length&&!t.children[e]}processSegmentAgainstRoute(t,a,e,n){if(t.redirectTo)throw new ja;if((t.outlet||"primary")!==n)throw new ja;let o,c=[],s=[];if("**"===t.path){const c=e.length>0?Lt(e).parameters:{};o=new qt(e,c,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ua(t),n,t.component,t,Va(a),Ha(a)+e.length,Wa(t))}else{const l=function(t,a,e){if(""===a.path){if("full"===a.pathMatch&&(t.hasChildren()||e.length>0))throw new ja;return{consumedSegments:[],lastChild:0,parameters:{}}}const n=(a.matcher||st)(e,t,a);if(!n)throw new ja;const o={};_t(n.posParams,(t,a)=>{o[a]=t.path});const c=n.consumed.length>0?Object.assign(Object.assign({},o),n.consumed[n.consumed.length-1].parameters):o;return{consumedSegments:n.consumed,lastChild:n.consumed.length,parameters:c}}(a,t,e);c=l.consumedSegments,s=e.slice(l.lastChild),o=new qt(c,l.parameters,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ua(t),n,t.component,t,Va(a),Ha(a)+c.length,Wa(t))}const l=function(t){return t.children?t.children:t.loadChildren?t._loadedConfig.routes:[]}(t),{segmentGroup:i,slicedSegments:b}=Ra(a,c,s,l,this.relativeLinkResolution);if(0===b.length&&i.hasChildren()){const t=this.processChildren(l,i);return[new Nt(o,t)]}if(0===l.length&&0===b.length)return[new Nt(o,[])];const r=this.processSegment(l,i,b,"primary");return[new Nt(o,r)]}}function Va(t){let a=t;for(;a._sourceSegment;)a=a._sourceSegment;return a}function Ha(t){let a=t,e=a._segmentIndexShift?a._segmentIndexShift:0;for(;a._sourceSegment;)a=a._sourceSegment,e+=a._segmentIndexShift?a._segmentIndexShift:0;return e-1}function Ra(t,a,e,n,o){if(e.length>0&&function(t,a,e){return e.some(e=>Pa(t,a,e)&&"primary"!==Na(e))}(t,e,n)){const o=new Ct(a,function(t,a,e,n){const o={};o.primary=n,n._sourceSegment=t,n._segmentIndexShift=a.length;for(const c of e)if(""===c.path&&"primary"!==Na(c)){const e=new Ct([],{});e._sourceSegment=t,e._segmentIndexShift=a.length,o[Na(c)]=e}return o}(t,a,n,new Ct(e,t.children)));return o._sourceSegment=t,o._segmentIndexShift=a.length,{segmentGroup:o,slicedSegments:[]}}if(0===e.length&&function(t,a,e){return e.some(e=>Pa(t,a,e))}(t,e,n)){const c=new Ct(t.segments,function(t,a,e,n,o,c){const s={};for(const l of n)if(Pa(t,e,l)&&!o[Na(l)]){const e=new Ct([],{});e._sourceSegment=t,e._segmentIndexShift="legacy"===c?t.segments.length:a.length,s[Na(l)]=e}return Object.assign(Object.assign({},o),s)}(t,a,e,n,t.children,o));return c._sourceSegment=t,c._segmentIndexShift=a.length,{segmentGroup:c,slicedSegments:e}}const c=new Ct(t.segments,t.children);return c._sourceSegment=t,c._segmentIndexShift=a.length,{segmentGroup:c,slicedSegments:e}}function Pa(t,a,e){return(!(t.hasChildren()||a.length>0)||"full"!==e.pathMatch)&&""===e.path&&void 0===e.redirectTo}function Na(t){return t.outlet||"primary"}function Ua(t){return t.data||{}}function Wa(t){return t.resolve||{}}function $a(t){return function(a){return a.pipe(Object(B.a)(a=>{const e=t(a);return e?Object(s.a)(e).pipe(Object(A.a)(()=>a)):Object(s.a)([a])}))}}class za{shouldDetach(t){return!1}store(t,a){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,a){return t.routeConfig===a.routeConfig}}const Ja=new o.r("ROUTES");class qa{constructor(t,a,e,n){this.loader=t,this.compiler=a,this.onLoadStartListener=e,this.onLoadEndListener=n}load(t,a){return this.onLoadStartListener&&this.onLoadStartListener(a),this.loadModuleFactory(a.loadChildren).pipe(Object(A.a)(e=>{this.onLoadEndListener&&this.onLoadEndListener(a);const n=e.create(t);return new lt(At(n.injector.get(Ja)).map(ft),n)}))}loadModuleFactory(t){return"string"==typeof t?Object(s.a)(this.loader.load(t)):It(t()).pipe(Object(k.a)(t=>t instanceof o.w?Object(c.a)(t):Object(s.a)(this.compiler.compileModuleAsync(t))))}}class Xa{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.children=new Qa,this.attachRef=null}}class Qa{constructor(){this.contexts=new Map}onChildOutletCreated(t,a){const e=this.getOrCreateContext(t);e.outlet=a,this.contexts.set(t,e)}onChildOutletDestroyed(t){const a=this.getContext(t);a&&(a.outlet=null)}onOutletDeactivated(){const t=this.contexts;return this.contexts=new Map,t}onOutletReAttached(t){this.contexts=t}getOrCreateContext(t){let a=this.getContext(t);return a||(a=new Xa,this.contexts.set(t,a)),a}getContext(t){return this.contexts.get(t)||null}}class Ka{shouldProcessUrl(t){return!0}extract(t){return t}merge(t,a){return t}}function Za(t){throw t}function Ya(t,a,e){return a.parse("/")}function te(t,a){return Object(c.a)(null)}let ae=(()=>{class t{constructor(t,a,e,n,c,s,i,b){this.rootComponentType=t,this.urlSerializer=a,this.rootContexts=e,this.location=n,this.config=b,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.navigationId=0,this.isNgZoneEnabled=!1,this.events=new u.a,this.errorHandler=Za,this.malformedUriErrorHandler=Ya,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:te,afterPreactivation:te},this.urlHandlingStrategy=new Ka,this.routeReuseStrategy=new za,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="legacy",this.ngModule=c.get(o.y),this.console=c.get(o.Z);const r=c.get(o.A);this.isNgZoneEnabled=r instanceof o.A,this.resetConfig(b),this.currentUrlTree=new mt(new Ct([],{}),{},null),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.configLoader=new qa(s,i,t=>this.triggerEvent(new X(t)),t=>this.triggerEvent(new Q(t))),this.routerState=$t(this.currentUrlTree,this.rootComponentType),this.transitions=new l.a({id:0,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,extractedUrl:this.urlHandlingStrategy.extract(this.currentUrlTree),urlAfterRedirects:this.urlHandlingStrategy.extract(this.currentUrlTree),rawUrl:this.currentUrlTree,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:"imperative",restoredState:null,currentSnapshot:this.routerState.snapshot,targetSnapshot:null,currentRouterState:this.routerState,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.navigations=this.setupNavigations(this.transitions),this.processNavigations()}setupNavigations(t){const a=this.events;return t.pipe(Object(_.a)(t=>0!==t.id),Object(A.a)(t=>Object.assign(Object.assign({},t),{extractedUrl:this.urlHandlingStrategy.extract(t.rawUrl)})),Object(B.a)(t=>{let e=!1,n=!1;return Object(c.a)(t).pipe(Object(v.a)(t=>{this.currentNavigation={id:t.id,initialUrl:t.currentRawUrl,extractedUrl:t.extractedUrl,trigger:t.source,extras:t.extras,previousNavigation:this.lastSuccessfulNavigation?Object.assign(Object.assign({},this.lastSuccessfulNavigation),{previousNavigation:null}):null}}),Object(B.a)(t=>{const e=!this.navigated||t.extractedUrl.toString()!==this.browserUrlTree.toString();if(("reload"===this.onSameUrlNavigation||e)&&this.urlHandlingStrategy.shouldProcessUrl(t.rawUrl))return Object(c.a)(t).pipe(Object(B.a)(t=>{const e=this.transitions.getValue();return a.next(new R(t.id,this.serializeUrl(t.extractedUrl),t.source,t.restoredState)),e!==this.transitions.getValue()?d.a:[t]}),Object(B.a)(t=>Promise.resolve(t)),(n=this.ngModule.injector,o=this.configLoader,s=this.urlSerializer,l=this.config,function(t){return t.pipe(Object(B.a)(t=>function(t,a,e,n,o){return new Ca(t,a,e,n,o).apply()}(n,o,s,t.extractedUrl,l).pipe(Object(A.a)(a=>Object.assign(Object.assign({},t),{urlAfterRedirects:a})))))}),Object(v.a)(t=>{this.currentNavigation=Object.assign(Object.assign({},this.currentNavigation),{finalUrl:t.urlAfterRedirects})}),function(t,a,e,n,o){return function(c){return c.pipe(Object(k.a)(c=>function(t,a,e,n,o="emptyOnly",c="legacy"){return new xa(t,a,e,n,o,c).recognize()}(t,a,c.urlAfterRedirects,e(c.urlAfterRedirects),n,o).pipe(Object(A.a)(t=>Object.assign(Object.assign({},c),{targetSnapshot:t})))))}}(this.rootComponentType,this.config,t=>this.serializeUrl(t),this.paramsInheritanceStrategy,this.relativeLinkResolution),Object(v.a)(t=>{"eager"===this.urlUpdateStrategy&&(t.extras.skipLocationChange||this.setBrowserUrl(t.urlAfterRedirects,!!t.extras.replaceUrl,t.id,t.extras.state),this.browserUrlTree=t.urlAfterRedirects)}),Object(v.a)(t=>{const e=new W(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);a.next(e)}));var n,o,s,l;if(e&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:e,extractedUrl:n,source:o,restoredState:s,extras:l}=t,i=new R(e,this.serializeUrl(n),o,s);a.next(i);const b=$t(n,this.rootComponentType).snapshot;return Object(c.a)(Object.assign(Object.assign({},t),{targetSnapshot:b,urlAfterRedirects:n,extras:Object.assign(Object.assign({},l),{skipLocationChange:!1,replaceUrl:!1})}))}return this.rawUrlTree=t.rawUrl,this.browserUrlTree=t.urlAfterRedirects,t.resolve(null),d.a}),$a(t=>{const{targetSnapshot:a,id:e,extractedUrl:n,rawUrl:o,extras:{skipLocationChange:c,replaceUrl:s}}=t;return this.hooks.beforePreactivation(a,{navigationId:e,appliedUrlTree:n,rawUrlTree:o,skipLocationChange:!!c,replaceUrl:!!s})}),Object(v.a)(t=>{const a=new $(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(a)}),Object(A.a)(t=>Object.assign(Object.assign({},t),{guards:ka(t.targetSnapshot,t.currentSnapshot,this.rootContexts)})),function(t,a){return function(e){return e.pipe(Object(k.a)(e=>{const{targetSnapshot:n,currentSnapshot:o,guards:{canActivateChecks:l,canDeactivateChecks:i}}=e;return 0===i.length&&0===l.length?Object(c.a)(Object.assign(Object.assign({},e),{guardsResult:!0})):function(t,a,e,n){return Object(s.a)(t).pipe(Object(k.a)(t=>function(t,a,e,n,o){const s=a&&a.routeConfig?a.routeConfig.canDeactivate:null;if(!s||0===s.length)return Object(c.a)(!0);const l=s.map(c=>{const s=va(c,a,o);let l;if(function(t){return t&&ua(t.canDeactivate)}(s))l=It(s.canDeactivate(t,a,e,n));else{if(!ua(s))throw new Error("Invalid CanDeactivate guard");l=It(s(t,a,e,n))}return l.pipe(Object(p.a)())});return Object(c.a)(l).pipe(Ba())}(t.component,t.route,e,a,n)),Object(p.a)(t=>!0!==t,!0))}(i,n,o,t).pipe(Object(k.a)(e=>e&&"boolean"==typeof e?function(t,a,e,n){return Object(s.a)(a).pipe(Object(j.a)(a=>Object(s.a)([Ea(a.route.parent,n),Fa(a.route,n),Ma(t,a.path,e),wa(t,a.route,e)]).pipe(Object(L.a)(),Object(p.a)(t=>!0!==t,!0))),Object(p.a)(t=>!0!==t,!0))}(n,l,t,a):Object(c.a)(e)),Object(A.a)(t=>Object.assign(Object.assign({},e),{guardsResult:t})))}))}}(this.ngModule.injector,t=>this.triggerEvent(t)),Object(v.a)(t=>{if(Aa(t.guardsResult)){const a=ct(`Redirecting to "${this.serializeUrl(t.guardsResult)}"`);throw a.url=t.guardsResult,a}}),Object(v.a)(t=>{const a=new z(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot,!!t.guardsResult);this.triggerEvent(a)}),Object(_.a)(t=>{if(!t.guardsResult){this.resetUrlToCurrentUrlTree();const e=new N(t.id,this.serializeUrl(t.extractedUrl),"");return a.next(e),t.resolve(!1),!1}return!0}),$a(t=>{if(t.guards.canActivateChecks.length)return Object(c.a)(t).pipe(Object(v.a)(t=>{const a=new J(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(a)}),Object(B.a)(t=>{let e=!1;return Object(c.a)(t).pipe((n=this.paramsInheritanceStrategy,o=this.ngModule.injector,function(t){return t.pipe(Object(k.a)(t=>{const{targetSnapshot:a,guards:{canActivateChecks:e}}=t;if(!e.length)return Object(c.a)(t);let l=0;return Object(s.a)(e).pipe(Object(j.a)(t=>function(t,a,e,n){return function(t,a,e,n){const o=Object.keys(t);if(0===o.length)return Object(c.a)({});const l={};return Object(s.a)(o).pipe(Object(k.a)(o=>function(t,a,e,n){const o=va(t,a,n);return It(o.resolve?o.resolve(a,e):o(a,e))}(t[o],a,e,n).pipe(Object(v.a)(t=>{l[o]=t}))),m(1),Object(k.a)(()=>Object.keys(l).length===o.length?Object(c.a)(l):d.a))}(t._resolve,t,a,n).pipe(Object(A.a)(a=>(t._resolvedData=a,t.data=Object.assign(Object.assign({},t.data),Jt(t,e).resolve),null)))}(t.route,a,n,o)),Object(v.a)(()=>l++),m(1),Object(k.a)(a=>l===e.length?Object(c.a)(t):d.a))}))}),Object(v.a)({next:()=>e=!0,complete:()=>{if(!e){const e=new N(t.id,this.serializeUrl(t.extractedUrl),"At least one route resolver didn't emit any value.");a.next(e),t.resolve(!1)}}}));var n,o}),Object(v.a)(t=>{const a=new q(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(a)}))}),$a(t=>{const{targetSnapshot:a,id:e,extractedUrl:n,rawUrl:o,extras:{skipLocationChange:c,replaceUrl:s}}=t;return this.hooks.afterPreactivation(a,{navigationId:e,appliedUrlTree:n,rawUrlTree:o,skipLocationChange:!!c,replaceUrl:!!s})}),Object(A.a)(t=>{const a=function(t,a,e){const n=function t(a,e,n){if(n&&a.shouldReuseRoute(e.value,n.value.snapshot)){const o=n.value;o._futureSnapshot=e.value;const c=function(a,e,n){return e.children.map(e=>{for(const o of n.children)if(a.shouldReuseRoute(o.value.snapshot,e.value))return t(a,e,o);return t(a,e)})}(a,e,n);return new Nt(o,c)}{const n=a.retrieve(e.value);if(n){const t=n.route;return function t(a,e){if(a.value.routeConfig!==e.value.routeConfig)throw new Error("Cannot reattach ActivatedRouteSnapshot created from a different route");if(a.children.length!==e.children.length)throw new Error("Cannot reattach ActivatedRouteSnapshot with a different number of children");e.value._futureSnapshot=a.value;for(let n=0;nt(a,e));return new Nt(n,c)}}var o}(t,a._root,e?e._root:void 0);return new Wt(n,a)}(this.routeReuseStrategy,t.targetSnapshot,t.currentRouterState);return Object.assign(Object.assign({},t),{targetRouterState:a})}),Object(v.a)(t=>{this.currentUrlTree=t.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,t.rawUrl),this.routerState=t.targetRouterState,"deferred"===this.urlUpdateStrategy&&(t.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,!!t.extras.replaceUrl,t.id,t.extras.state),this.browserUrlTree=t.urlAfterRedirects)}),(o=this.rootContexts,i=this.routeReuseStrategy,b=t=>this.triggerEvent(t),Object(A.a)(t=>(new fa(i,t.targetRouterState,t.currentRouterState,b).activate(o),t))),Object(v.a)({next(){e=!0},complete(){e=!0}}),Object(x.a)(()=>{if(!e&&!n){this.resetUrlToCurrentUrlTree();const e=new N(t.id,this.serializeUrl(t.extractedUrl),`Navigation ID ${t.id} is not equal to the current navigation id ${this.navigationId}`);a.next(e),t.resolve(!1)}this.currentNavigation=null}),Object(T.a)(e=>{if(n=!0,(o=e)&&o.ngNavigationCancelingError){const n=Aa(e.url);n||(this.navigated=!0,this.resetStateAndUrl(t.currentRouterState,t.currentUrlTree,t.rawUrl));const o=new N(t.id,this.serializeUrl(t.extractedUrl),e.message);a.next(o),n?setTimeout(()=>{const a=this.urlHandlingStrategy.merge(e.url,this.rawUrlTree);return this.scheduleNavigation(a,"imperative",null,{skipLocationChange:t.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy},{resolve:t.resolve,reject:t.reject,promise:t.promise})},0):t.resolve(!1)}else{this.resetStateAndUrl(t.currentRouterState,t.currentUrlTree,t.rawUrl);const n=new U(t.id,this.serializeUrl(t.extractedUrl),e);a.next(n);try{t.resolve(this.errorHandler(e))}catch(c){t.reject(c)}}var o;return d.a}));var o,i,b}))}resetRootComponentType(t){this.rootComponentType=t,this.routerState.root.component=this.rootComponentType}getTransition(){const t=this.transitions.value;return t.urlAfterRedirects=this.browserUrlTree,t}setTransition(t){this.transitions.next(Object.assign(Object.assign({},this.getTransition()),t))}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe(t=>{let a=this.parseUrl(t.url);const e="popstate"===t.type?"popstate":"hashchange",n=t.state&&t.state.navigationId?t.state:null;setTimeout(()=>{this.scheduleNavigation(a,e,n,{replaceUrl:!0})},0)}))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(t){this.events.next(t)}resetConfig(t){it(t),this.config=t.map(ft),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=null)}createUrlTree(t,a={}){const{relativeTo:e,queryParams:n,fragment:c,preserveQueryParams:s,queryParamsHandling:l,preserveFragment:i}=a;Object(o.W)()&&s&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead.");const b=e||this.routerState.root,r=i?this.currentUrlTree.fragment:c;let f=null;if(l)switch(l){case"merge":f=Object.assign(Object.assign({},this.currentUrlTree.queryParams),n);break;case"preserve":f=this.currentUrlTree.queryParams;break;default:f=n||null}else f=s?this.currentUrlTree.queryParams:n||null;return null!==f&&(f=this.removeEmptyProps(f)),function(t,a,e,n,o){if(0===e.length)return aa(a.root,a.root,a,n,o);const c=function(t){if("string"==typeof t[0]&&1===t.length&&"/"===t[0])return new ea(!0,0,t);let a=0,e=!1;const n=t.reduce((t,n,o)=>{if("object"==typeof n&&null!=n){if(n.outlets){const a={};return _t(n.outlets,(t,e)=>{a[e]="string"==typeof t?t.split("/"):t}),[...t,{outlets:a}]}if(n.segmentPath)return[...t,n.segmentPath]}return"string"!=typeof n?[...t,n]:0===o?(n.split("/").forEach((n,o)=>{0==o&&"."===n||(0==o&&""===n?e=!0:".."===n?a++:""!=n&&t.push(n))}),t):[...t,n]},[]);return new ea(e,a,n)}(e);if(c.toRoot())return aa(a.root,new Ct([],{}),a,n,o);const s=function(t,a,e){if(t.isAbsolute)return new na(a.root,!0,0);if(-1===e.snapshot._lastPathIndex){const t=e.snapshot._urlSegment;return new na(t,t===a.root,0)}const n=ta(t.commands[0])?0:1;return function(t,a,e){let n=t,o=a,c=e;for(;c>o;){if(c-=o,n=n.parent,!n)throw new Error("Invalid number of '../'");o=n.segments.length}return new na(n,!1,o-c)}(e.snapshot._urlSegment,e.snapshot._lastPathIndex+n,t.numberOfDoubleDots)}(c,a,t),l=s.processChildren?sa(s.segmentGroup,s.index,c.commands):ca(s.segmentGroup,s.index,c.commands);return aa(s.segmentGroup,l,a,n,o)}(b,this.currentUrlTree,t,f,r)}navigateByUrl(t,a={skipLocationChange:!1}){Object(o.W)()&&this.isNgZoneEnabled&&!o.A.isInAngularZone()&&this.console.warn("Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?");const e=Aa(t)?t:this.parseUrl(t),n=this.urlHandlingStrategy.merge(e,this.rawUrlTree);return this.scheduleNavigation(n,"imperative",null,a)}navigate(t,a={skipLocationChange:!1}){return function(t){for(let a=0;a{const n=t[e];return null!=n&&(a[e]=n),a},{})}processNavigations(){this.navigations.subscribe(t=>{this.navigated=!0,this.lastSuccessfulId=t.id,this.events.next(new P(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,this.currentNavigation=null,t.resolve(!0)},t=>{this.console.warn("Unhandled Navigation Error: ")})}scheduleNavigation(t,a,e,n,o){const c=this.getTransition();if(c&&"imperative"!==a&&"imperative"===c.source&&c.rawUrl.toString()===t.toString())return Promise.resolve(!0);if(c&&"hashchange"==a&&"popstate"===c.source&&c.rawUrl.toString()===t.toString())return Promise.resolve(!0);if(c&&"popstate"==a&&"hashchange"===c.source&&c.rawUrl.toString()===t.toString())return Promise.resolve(!0);let s,l,i;o?(s=o.resolve,l=o.reject,i=o.promise):i=new Promise((t,a)=>{s=t,l=a});const b=++this.navigationId;return this.setTransition({id:b,source:a,restoredState:e,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:t,extras:n,resolve:s,reject:l,promise:i,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),i.catch(t=>Promise.reject(t))}setBrowserUrl(t,a,e,n){const o=this.urlSerializer.serialize(t);n=n||{},this.location.isCurrentPathEqualTo(o)||a?this.location.replaceState(o,"",Object.assign(Object.assign({},n),{navigationId:e})):this.location.go(o,"",Object.assign(Object.assign({},n),{navigationId:e}))}resetStateAndUrl(t,a,e){this.routerState=t,this.currentUrlTree=a,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,e),this.resetUrlToCurrentUrlTree()}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",{navigationId:this.lastSuccessfulId})}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(o.O),o.Xb(Gt),o.Xb(Qa),o.Xb(n.j),o.Xb(o.s),o.Xb(o.x),o.Xb(o.i),o.Xb(void 0))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})(),ee=(()=>{class t{constructor(t,a,e,n,o){this.router=t,this.route=a,this.commands=[],null==e&&n.setAttribute(o.nativeElement,"tabindex","0")}set routerLink(t){this.commands=null!=t?Array.isArray(t)?t:[t]:[]}set preserveQueryParams(t){Object(o.W)()&&console&&console.warn&&console.warn("preserveQueryParams is deprecated!, use queryParamsHandling instead."),this.preserve=t}onClick(){const t={skipLocationChange:oe(this.skipLocationChange),replaceUrl:oe(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,t),!0}get urlTree(){return this.router.createUrlTree(this.commands,{relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,preserveQueryParams:oe(this.preserve),queryParamsHandling:this.queryParamsHandling,preserveFragment:oe(this.preserveFragment)})}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(ae),o.Nb(zt),o.Yb("tabindex"),o.Nb(o.F),o.Nb(o.l))},t.\u0275dir=o.Ib({type:t,selectors:[["","routerLink","",5,"a",5,"area"]],hostBindings:function(t,a){1&t&&o.bc("click",(function(){return a.onClick()}))},inputs:{routerLink:"routerLink",preserveQueryParams:"preserveQueryParams",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state"}}),t})(),ne=(()=>{class t{constructor(t,a,e){this.router=t,this.route=a,this.locationStrategy=e,this.commands=[],this.subscription=t.events.subscribe(t=>{t instanceof P&&this.updateTargetUrlAndHref()})}set routerLink(t){this.commands=null!=t?Array.isArray(t)?t:[t]:[]}set preserveQueryParams(t){Object(o.W)()&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead."),this.preserve=t}ngOnChanges(t){this.updateTargetUrlAndHref()}ngOnDestroy(){this.subscription.unsubscribe()}onClick(t,a,e,n){if(0!==t||a||e||n)return!0;if("string"==typeof this.target&&"_self"!=this.target)return!0;const o={skipLocationChange:oe(this.skipLocationChange),replaceUrl:oe(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,o),!1}updateTargetUrlAndHref(){this.href=this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree))}get urlTree(){return this.router.createUrlTree(this.commands,{relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,preserveQueryParams:oe(this.preserve),queryParamsHandling:this.queryParamsHandling,preserveFragment:oe(this.preserveFragment)})}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(ae),o.Nb(zt),o.Nb(n.k))},t.\u0275dir=o.Ib({type:t,selectors:[["a","routerLink",""],["area","routerLink",""]],hostVars:2,hostBindings:function(t,a){1&t&&o.bc("click",(function(t){return a.onClick(t.button,t.ctrlKey,t.metaKey,t.shiftKey)})),2&t&&(o.Wb("href",a.href,o.wc),o.Bb("target",a.target))},inputs:{routerLink:"routerLink",preserveQueryParams:"preserveQueryParams",target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state"},features:[o.yb]}),t})();function oe(t){return""===t||!!t}let ce=(()=>{class t{constructor(t,a,e,n,o,c){this.router=t,this.element=a,this.renderer=e,this.cdr=n,this.link=o,this.linkWithHref=c,this.classes=[],this.isActive=!1,this.routerLinkActiveOptions={exact:!1},this.subscription=t.events.subscribe(t=>{t instanceof P&&this.update()})}ngAfterContentInit(){this.links.changes.subscribe(t=>this.update()),this.linksWithHrefs.changes.subscribe(t=>this.update()),this.update()}set routerLinkActive(t){const a=Array.isArray(t)?t:t.split(" ");this.classes=a.filter(t=>!!t)}ngOnChanges(t){this.update()}ngOnDestroy(){this.subscription.unsubscribe()}update(){this.links&&this.linksWithHrefs&&this.router.navigated&&Promise.resolve().then(()=>{const t=this.hasActiveLinks();this.isActive!==t&&(this.isActive=t,this.cdr.markForCheck(),this.classes.forEach(a=>{t?this.renderer.addClass(this.element.nativeElement,a):this.renderer.removeClass(this.element.nativeElement,a)}))})}isLinkActive(t){return a=>t.isActive(a.urlTree,this.routerLinkActiveOptions.exact)}hasActiveLinks(){const t=this.isLinkActive(this.router);return this.link&&t(this.link)||this.linkWithHref&&t(this.linkWithHref)||this.links.some(t)||this.linksWithHrefs.some(t)}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(ae),o.Nb(o.l),o.Nb(o.F),o.Nb(o.h),o.Nb(ee,8),o.Nb(ne,8))},t.\u0275dir=o.Ib({type:t,selectors:[["","routerLinkActive",""]],contentQueries:function(t,a,e){var n;1&t&&(o.Gb(e,ee,!0),o.Gb(e,ne,!0)),2&t&&(o.qc(n=o.cc())&&(a.links=n),o.qc(n=o.cc())&&(a.linksWithHrefs=n))},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",routerLinkActive:"routerLinkActive"},exportAs:["routerLinkActive"],features:[o.yb]}),t})(),se=(()=>{class t{constructor(t,a,e,n,c){this.parentContexts=t,this.location=a,this.resolver=e,this.changeDetector=c,this.activated=null,this._activatedRoute=null,this.activateEvents=new o.o,this.deactivateEvents=new o.o,this.name=n||"primary",t.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const t=this.parentContexts.getContext(this.name);t&&t.route&&(t.attachRef?this.attach(t.attachRef,t.route):this.activateWith(t.route,t.resolver||null))}}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new Error("Outlet is not activated");return this.activated.instance}get activatedRoute(){if(!this.activated)throw new Error("Outlet is not activated");return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new Error("Outlet is not activated");this.location.detach();const t=this.activated;return this.activated=null,this._activatedRoute=null,t}attach(t,a){this.activated=t,this._activatedRoute=a,this.location.insert(t.hostView)}deactivate(){if(this.activated){const t=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(t)}}activateWith(t,a){if(this.isActivated)throw new Error("Cannot activate an already activated outlet");this._activatedRoute=t;const e=(a=a||this.resolver).resolveComponentFactory(t._futureSnapshot.routeConfig.component),n=this.parentContexts.getOrCreateContext(this.name).children,o=new le(t,n,this.location.injector);this.activated=this.location.createComponent(e,this.location.length,o),this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(Qa),o.Nb(o.Q),o.Nb(o.j),o.Yb("name"),o.Nb(o.h))},t.\u0275dir=o.Ib({type:t,selectors:[["router-outlet"]],outputs:{activateEvents:"activate",deactivateEvents:"deactivate"},exportAs:["outlet"]}),t})();class le{constructor(t,a,e){this.route=t,this.childContexts=a,this.parent=e}get(t,a){return t===zt?this.route:t===Qa?this.childContexts:this.parent.get(t,a)}}class ie{}class be{preload(t,a){return Object(c.a)(null)}}let re=(()=>{class t{constructor(t,a,e,n,o){this.router=t,this.injector=n,this.preloadingStrategy=o,this.loader=new qa(a,e,a=>t.triggerEvent(new X(a)),a=>t.triggerEvent(new Q(a)))}setUpPreloading(){this.subscription=this.router.events.pipe(Object(_.a)(t=>t instanceof P),Object(j.a)(()=>this.preload())).subscribe(()=>{})}preload(){const t=this.injector.get(o.y);return this.processRoutes(t,this.router.config)}ngOnDestroy(){this.subscription.unsubscribe()}processRoutes(t,a){const e=[];for(const n of a)if(n.loadChildren&&!n.canLoad&&n._loadedConfig){const t=n._loadedConfig;e.push(this.processRoutes(t.module,t.routes))}else n.loadChildren&&!n.canLoad?e.push(this.preloadConfig(t,n)):n.children&&e.push(this.processRoutes(t,n.children));return Object(s.a)(e).pipe(Object(V.a)(),Object(A.a)(t=>{}))}preloadConfig(t,a){return this.preloadingStrategy.preload(a,()=>this.loader.load(t.injector,a).pipe(Object(k.a)(t=>(a._loadedConfig=t,this.processRoutes(t.module,t.routes)))))}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(ae),o.Xb(o.x),o.Xb(o.i),o.Xb(o.s),o.Xb(ie))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})(),fe=(()=>{class t{constructor(t,a,e={}){this.router=t,this.viewportScroller=a,this.options=e,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},e.scrollPositionRestoration=e.scrollPositionRestoration||"disabled",e.anchorScrolling=e.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.router.events.subscribe(t=>{t instanceof R?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=t.navigationTrigger,this.restoredId=t.restoredState?t.restoredState.navigationId:0):t instanceof P&&(this.lastId=t.id,this.scheduleScrollEvent(t,this.router.parseUrl(t.urlAfterRedirects).fragment))})}consumeScrollEvents(){return this.router.events.subscribe(t=>{t instanceof at&&(t.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(t.position):t.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(t.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(t,a){this.router.triggerEvent(new at(t,"popstate"===this.lastSource?this.store[this.restoredId]:null,a))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(ae),o.Xb(n.u),o.Xb(void 0))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();const de=new o.r("ROUTER_CONFIGURATION"),ue=new o.r("ROUTER_FORROOT_GUARD"),Ae=[n.j,{provide:Gt,useClass:Tt},{provide:ae,useFactory:function(t,a,e,o,c,s,l,i={},b,r){const f=new ae(null,t,a,e,o,c,s,At(l));if(b&&(f.urlHandlingStrategy=b),r&&(f.routeReuseStrategy=r),i.errorHandler&&(f.errorHandler=i.errorHandler),i.malformedUriErrorHandler&&(f.malformedUriErrorHandler=i.malformedUriErrorHandler),i.enableTracing){const t=Object(n.z)();f.events.subscribe(a=>{t.logGroup("Router Event: "+a.constructor.name),t.log(a.toString()),t.log(a),t.logGroupEnd()})}return i.onSameUrlNavigation&&(f.onSameUrlNavigation=i.onSameUrlNavigation),i.paramsInheritanceStrategy&&(f.paramsInheritanceStrategy=i.paramsInheritanceStrategy),i.urlUpdateStrategy&&(f.urlUpdateStrategy=i.urlUpdateStrategy),i.relativeLinkResolution&&(f.relativeLinkResolution=i.relativeLinkResolution),f},deps:[Gt,Qa,n.j,o.s,o.x,o.i,Ja,de,[class{},new o.B],[class{},new o.B]]},Qa,{provide:zt,useFactory:function(t){return t.routerState.root},deps:[ae]},{provide:o.x,useClass:o.L},re,be,class{preload(t,a){return a().pipe(Object(T.a)(()=>Object(c.a)(null)))}},{provide:de,useValue:{enableTracing:!1}}];function Le(){return new o.z("Router",ae)}let _e=(()=>{class t{constructor(t,a){}static forRoot(a,e){return{ngModule:t,providers:[Ae,Ce(a),{provide:ue,useFactory:me,deps:[[ae,new o.B,new o.K]]},{provide:de,useValue:e||{}},{provide:n.k,useFactory:De,deps:[n.t,[new o.q(n.a),new o.B],de]},{provide:fe,useFactory:Ie,deps:[ae,n.u,de]},{provide:ie,useExisting:e&&e.preloadingStrategy?e.preloadingStrategy:be},{provide:o.z,multi:!0,useFactory:Le},[Se,{provide:o.d,multi:!0,useFactory:he,deps:[Se]},{provide:Ge,useFactory:ge,deps:[Se]},{provide:o.b,multi:!0,useExisting:Ge}]]}}static forChild(a){return{ngModule:t,providers:[Ce(a)]}}}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)(o.Xb(ue,8),o.Xb(ae,8))}}),t})();function Ie(t,a,e){return e.scrollOffset&&a.setOffset(e.scrollOffset),new fe(t,a,e)}function De(t,a,e={}){return e.useHash?new n.g(t,a):new n.s(t,a)}function me(t){if(t)throw new Error("RouterModule.forRoot() called twice. Lazy loaded modules should use RouterModule.forChild() instead.");return"guarded"}function Ce(t){return[{provide:o.a,multi:!0,useValue:t},{provide:Ja,multi:!0,useValue:t}]}let Se=(()=>{class t{constructor(t){this.injector=t,this.initNavigation=!1,this.resultOfPreactivationDone=new u.a}appInitializer(){return this.injector.get(n.i,Promise.resolve(null)).then(()=>{let t=null;const a=new Promise(a=>t=a),e=this.injector.get(ae),n=this.injector.get(de);if(this.isLegacyDisabled(n)||this.isLegacyEnabled(n))t(!0);else if("disabled"===n.initialNavigation)e.setUpLocationChangeListener(),t(!0);else{if("enabled"!==n.initialNavigation)throw new Error(`Invalid initialNavigation options: '${n.initialNavigation}'`);e.hooks.afterPreactivation=()=>this.initNavigation?Object(c.a)(null):(this.initNavigation=!0,t(!0),this.resultOfPreactivationDone),e.initialNavigation()}return a})}bootstrapListener(t){const a=this.injector.get(de),e=this.injector.get(re),n=this.injector.get(fe),c=this.injector.get(ae),s=this.injector.get(o.g);t===s.components[0]&&(this.isLegacyEnabled(a)?c.initialNavigation():this.isLegacyDisabled(a)&&c.setUpLocationChangeListener(),e.setUpPreloading(),n.init(),c.resetRootComponentType(s.componentTypes[0]),this.resultOfPreactivationDone.next(null),this.resultOfPreactivationDone.complete())}isLegacyEnabled(t){return"legacy_enabled"===t.initialNavigation||!0===t.initialNavigation||void 0===t.initialNavigation}isLegacyDisabled(t){return"legacy_disabled"===t.initialNavigation||!1===t.initialNavigation}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(o.s))},t.\u0275prov=o.Jb({token:t,factory:t.\u0275fac}),t})();function he(t){return t.appInitializer.bind(t)}function ge(t){return t.bootstrapListener.bind(t)}const Ge=new o.r("Router Initializer")},u47x:function(t,a,e){"use strict";e.d(a,"a",(function(){return R})),e.d(a,"b",(function(){return g})),e.d(a,"c",(function(){return S})),e.d(a,"d",(function(){return V})),e.d(a,"e",(function(){return G})),e.d(a,"f",(function(){return j})),e.d(a,"g",(function(){return y})),e.d(a,"h",(function(){return H})),e.d(a,"i",(function(){return F})),e.d(a,"j",(function(){return E}));var n=e("ofXK"),o=e("fXoL"),c=e("XNiG"),s=e("quSY"),l=e("LRne"),i=e("FtGj"),b=e("vkgz"),r=e("Kj3r"),f=e("pLZG"),d=e("lJxs"),u=e("IzEk"),A=e("8LU1"),L=e("nLfN"),_=e("GU7r");function I(t,a){return(t.getAttribute(a)||"").match(/\S+/g)||[]}let D=0;const m=new Map;let C=null,S=(()=>{class t{constructor(t){this._document=t}describe(t,a){this._canBeDescribed(t,a)&&("string"!=typeof a?(this._setMessageId(a),m.set(a,{messageElement:a,referenceCount:0})):m.has(a)||this._createMessageElement(a),this._isElementDescribedByMessage(t,a)||this._addMessageReference(t,a))}removeDescription(t,a){if(this._isElementNode(t)){if(this._isElementDescribedByMessage(t,a)&&this._removeMessageReference(t,a),"string"==typeof a){const t=m.get(a);t&&0===t.referenceCount&&this._deleteMessageElement(a)}C&&0===C.childNodes.length&&this._deleteMessagesContainer()}}ngOnDestroy(){const t=this._document.querySelectorAll("[cdk-describedby-host]");for(let a=0;a0!=t.indexOf("cdk-describedby-message"));t.setAttribute("aria-describedby",a.join(" "))}_addMessageReference(t,a){const e=m.get(a);!function(t,a,e){const n=I(t,a);n.some(t=>t.trim()==e.trim())||(n.push(e.trim()),t.setAttribute(a,n.join(" ")))}(t,"aria-describedby",e.messageElement.id),t.setAttribute("cdk-describedby-host",""),e.referenceCount++}_removeMessageReference(t,a){const e=m.get(a);e.referenceCount--,function(t,a,e){const n=I(t,a).filter(t=>t!=e.trim());n.length?t.setAttribute(a,n.join(" ")):t.removeAttribute(a)}(t,"aria-describedby",e.messageElement.id),t.removeAttribute("cdk-describedby-host")}_isElementDescribedByMessage(t,a){const e=I(t,"aria-describedby"),n=m.get(a),o=n&&n.messageElement.id;return!!o&&-1!=e.indexOf(o)}_canBeDescribed(t,a){if(!this._isElementNode(t))return!1;if(a&&"object"==typeof a)return!0;const e=null==a?"":(""+a).trim(),n=t.getAttribute("aria-label");return!(!e||n&&n.trim()===e)}_isElementNode(t){return t.nodeType===this._document.ELEMENT_NODE}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(n.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(n.d))},token:t,providedIn:"root"}),t})();class h{constructor(t){this._items=t,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new c.a,this._typeaheadSubscription=s.a.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._skipPredicateFn=t=>t.disabled,this._pressedLetters=[],this.tabOut=new c.a,this.change=new c.a,t instanceof o.E&&t.changes.subscribe(t=>{if(this._activeItem){const a=t.toArray().indexOf(this._activeItem);a>-1&&a!==this._activeItemIndex&&(this._activeItemIndex=a)}})}skipPredicate(t){return this._skipPredicateFn=t,this}withWrap(t=!0){return this._wrap=t,this}withVerticalOrientation(t=!0){return this._vertical=t,this}withHorizontalOrientation(t){return this._horizontal=t,this}withAllowedModifierKeys(t){return this._allowedModifierKeys=t,this}withTypeAhead(t=200){if(this._items.length&&this._items.some(t=>"function"!=typeof t.getLabel))throw Error("ListKeyManager items in typeahead mode must implement the `getLabel` method.");return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe(Object(b.a)(t=>this._pressedLetters.push(t)),Object(r.a)(t),Object(f.a)(()=>this._pressedLetters.length>0),Object(d.a)(()=>this._pressedLetters.join(""))).subscribe(t=>{const a=this._getItemsArray();for(let e=1;e!t[a]||this._allowedModifierKeys.indexOf(a)>-1);switch(a){case i.k:return void this.tabOut.next();case i.b:if(this._vertical&&e){this.setNextItemActive();break}return;case i.l:if(this._vertical&&e){this.setPreviousItemActive();break}return;case i.i:if(this._horizontal&&e){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case i.g:if(this._horizontal&&e){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;default:return void((e||Object(i.o)(t,"shiftKey"))&&(t.key&&1===t.key.length?this._letterKeyStream.next(t.key.toLocaleUpperCase()):(a>=i.a&&a<=i.m||a>=i.n&&a<=i.h)&&this._letterKeyStream.next(String.fromCharCode(a))))}this._pressedLetters=[],t.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(t){const a=this._getItemsArray(),e="number"==typeof t?t:a.indexOf(t),n=a[e];this._activeItem=null==n?null:n,this._activeItemIndex=e}_setActiveItemByDelta(t){this._wrap?this._setActiveInWrapMode(t):this._setActiveInDefaultMode(t)}_setActiveInWrapMode(t){const a=this._getItemsArray();for(let e=1;e<=a.length;e++){const n=(this._activeItemIndex+t*e+a.length)%a.length;if(!this._skipPredicateFn(a[n]))return void this.setActiveItem(n)}}_setActiveInDefaultMode(t){this._setActiveItemByIndex(this._activeItemIndex+t,t)}_setActiveItemByIndex(t,a){const e=this._getItemsArray();if(e[t]){for(;this._skipPredicateFn(e[t]);)if(!e[t+=a])return;this.setActiveItem(t)}}_getItemsArray(){return this._items instanceof o.E?this._items.toArray():this._items}}class g extends h{setActiveItem(t){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(t),this.activeItem&&this.activeItem.setActiveStyles()}}class G extends h{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(t){return this._origin=t,this}setActiveItem(t){super.setActiveItem(t),this.activeItem&&this.activeItem.focus(this._origin)}}let T=(()=>{class t{constructor(t){this._platform=t}isDisabled(t){return t.hasAttribute("disabled")}isVisible(t){return function(t){return!!(t.offsetWidth||t.offsetHeight||"function"==typeof t.getClientRects&&t.getClientRects().length)}(t)&&"visible"===getComputedStyle(t).visibility}isTabbable(t){if(!this._platform.isBrowser)return!1;const a=function(t){try{return t.frameElement}catch(a){return null}}((e=t).ownerDocument&&e.ownerDocument.defaultView||window);var e;if(a){const t=a&&a.nodeName.toLowerCase();if(-1===k(a))return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&"object"===t)return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&!this.isVisible(a))return!1}let n=t.nodeName.toLowerCase(),o=k(t);if(t.hasAttribute("contenteditable"))return-1!==o;if("iframe"===n)return!1;if("audio"===n){if(!t.hasAttribute("controls"))return!1;if(this._platform.BLINK)return!0}if("video"===n){if(!t.hasAttribute("controls")&&this._platform.TRIDENT)return!1;if(this._platform.BLINK||this._platform.FIREFOX)return!0}return("object"!==n||!this._platform.BLINK&&!this._platform.WEBKIT)&&!(this._platform.WEBKIT&&this._platform.IOS&&!function(t){let a=t.nodeName.toLowerCase(),e="input"===a&&t.type;return"text"===e||"password"===e||"select"===a||"textarea"===a}(t))&&t.tabIndex>=0}isFocusable(t){return function(t){return!function(t){return function(t){return"input"==t.nodeName.toLowerCase()}(t)&&"hidden"==t.type}(t)&&(function(t){let a=t.nodeName.toLowerCase();return"input"===a||"select"===a||"button"===a||"textarea"===a}(t)||function(t){return function(t){return"a"==t.nodeName.toLowerCase()}(t)&&t.hasAttribute("href")}(t)||t.hasAttribute("contenteditable")||p(t))}(t)&&!this.isDisabled(t)&&this.isVisible(t)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(L.a))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(L.a))},token:t,providedIn:"root"}),t})();function p(t){if(!t.hasAttribute("tabindex")||void 0===t.tabIndex)return!1;let a=t.getAttribute("tabindex");return"-32768"!=a&&!(!a||isNaN(parseInt(a,10)))}function k(t){if(!p(t))return null;const a=parseInt(t.getAttribute("tabindex")||"",10);return isNaN(a)?-1:a}class v{constructor(t,a,e,n,o=!1){this._element=t,this._checker=a,this._ngZone=e,this._document=n,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,o||this.attachAnchors()}get enabled(){return this._enabled}set enabled(t){this._enabled=t,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(t,this._startAnchor),this._toggleAnchorTabIndex(t,this._endAnchor))}destroy(){const t=this._startAnchor,a=this._endAnchor;t&&(t.removeEventListener("focus",this.startAnchorListener),t.parentNode&&t.parentNode.removeChild(t)),a&&(a.removeEventListener("focus",this.endAnchorListener),a.parentNode&&a.parentNode.removeChild(a)),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(){return new Promise(t=>{this._executeOnStable(()=>t(this.focusInitialElement()))})}focusFirstTabbableElementWhenReady(){return new Promise(t=>{this._executeOnStable(()=>t(this.focusFirstTabbableElement()))})}focusLastTabbableElementWhenReady(){return new Promise(t=>{this._executeOnStable(()=>t(this.focusLastTabbableElement()))})}_getRegionBoundary(t){let a=this._element.querySelectorAll(`[cdk-focus-region-${t}], [cdkFocusRegion${t}], [cdk-focus-${t}]`);for(let e=0;e=0;e--){let t=a[e].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(a[e]):null;if(t)return t}return null}_createAnchor(){const t=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,t),t.classList.add("cdk-visually-hidden"),t.classList.add("cdk-focus-trap-anchor"),t.setAttribute("aria-hidden","true"),t}_toggleAnchorTabIndex(t,a){t?a.setAttribute("tabindex","0"):a.removeAttribute("tabindex")}toggleAnchors(t){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(t,this._startAnchor),this._toggleAnchorTabIndex(t,this._endAnchor))}_executeOnStable(t){this._ngZone.isStable?t():this._ngZone.onStable.asObservable().pipe(Object(u.a)(1)).subscribe(t)}}let y=(()=>{class t{constructor(t,a,e){this._checker=t,this._ngZone=a,this._document=e}create(t,a=!1){return new v(t,this._checker,this._ngZone,this._document,a)}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(T),o.Xb(o.A),o.Xb(n.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(T),Object(o.Xb)(o.A),Object(o.Xb)(n.d))},token:t,providedIn:"root"}),t})();"undefined"!=typeof Element&∈const O=new o.r("liveAnnouncerElement",{providedIn:"root",factory:function(){return null}}),B=new o.r("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let F=(()=>{class t{constructor(t,a,e,n){this._ngZone=a,this._defaultOptions=n,this._document=e,this._liveElement=t||this._createLiveElement()}announce(t,...a){const e=this._defaultOptions;let n,o;return 1===a.length&&"number"==typeof a[0]?o=a[0]:[n,o]=a,this.clear(),clearTimeout(this._previousTimeout),n||(n=e&&e.politeness?e.politeness:"polite"),null==o&&e&&(o=e.duration),this._liveElement.setAttribute("aria-live",n),this._ngZone.runOutsideAngular(()=>new Promise(a=>{clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=t,a(),"number"==typeof o&&(this._previousTimeout=setTimeout(()=>this.clear(),o))},100)}))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement&&this._liveElement.parentNode&&(this._liveElement.parentNode.removeChild(this._liveElement),this._liveElement=null)}_createLiveElement(){const t=this._document.getElementsByClassName("cdk-live-announcer-element"),a=this._document.createElement("div");for(let e=0;e{class t{constructor(t,a,e,n){this._ngZone=t,this._platform=a,this._origin=null,this._windowFocused=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._documentKeydownListener=()=>{this._lastTouchTarget=null,this._setOriginForCurrentEventQueue("keyboard")},this._documentMousedownListener=t=>{if(!this._lastTouchTarget){const a=E(t)?"keyboard":"mouse";this._setOriginForCurrentEventQueue(a)}},this._documentTouchstartListener=t=>{null!=this._touchTimeoutId&&clearTimeout(this._touchTimeoutId),this._lastTouchTarget=x(t),this._touchTimeoutId=setTimeout(()=>this._lastTouchTarget=null,650)},this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=setTimeout(()=>this._windowFocused=!1)},this._rootNodeFocusAndBlurListener=t=>{const a=x(t),e="focus"===t.type?this._onFocus:this._onBlur;for(let n=a;n;n=n.parentElement)e.call(this,t,n)},this._document=e,this._detectionMode=(null==n?void 0:n.detectionMode)||0}monitor(t,a=!1){if(!this._platform.isBrowser)return Object(l.a)(null);const e=Object(A.e)(t),n=Object(L.c)(e)||this._getDocument(),o=this._elementInfo.get(e);if(o)return a&&(o.checkChildren=!0),o.subject.asObservable();const s={checkChildren:a,subject:new c.a,rootNode:n};return this._elementInfo.set(e,s),this._registerGlobalListeners(s),s.subject.asObservable()}stopMonitoring(t){const a=Object(A.e)(t),e=this._elementInfo.get(a);e&&(e.subject.complete(),this._setClasses(a),this._elementInfo.delete(a),this._removeGlobalListeners(e))}focusVia(t,a,e){const n=Object(A.e)(t);this._setOriginForCurrentEventQueue(a),"function"==typeof n.focus&&n.focus(e)}ngOnDestroy(){this._elementInfo.forEach((t,a)=>this.stopMonitoring(a))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_toggleClass(t,a,e){e?t.classList.add(a):t.classList.remove(a)}_getFocusOrigin(t){return this._origin?this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:this._wasCausedByTouch(t)?"touch":"program"}_setClasses(t,a){this._toggleClass(t,"cdk-focused",!!a),this._toggleClass(t,"cdk-touch-focused","touch"===a),this._toggleClass(t,"cdk-keyboard-focused","keyboard"===a),this._toggleClass(t,"cdk-mouse-focused","mouse"===a),this._toggleClass(t,"cdk-program-focused","program"===a)}_setOriginForCurrentEventQueue(t){this._ngZone.runOutsideAngular(()=>{this._origin=t,0===this._detectionMode&&(this._originTimeoutId=setTimeout(()=>this._origin=null,1))})}_wasCausedByTouch(t){const a=x(t);return this._lastTouchTarget instanceof Node&&a instanceof Node&&(a===this._lastTouchTarget||a.contains(this._lastTouchTarget))}_onFocus(t,a){const e=this._elementInfo.get(a);if(!e||!e.checkChildren&&a!==x(t))return;const n=this._getFocusOrigin(t);this._setClasses(a,n),this._emitOrigin(e.subject,n),this._lastFocusOrigin=n}_onBlur(t,a){const e=this._elementInfo.get(a);!e||e.checkChildren&&t.relatedTarget instanceof Node&&a.contains(t.relatedTarget)||(this._setClasses(a),this._emitOrigin(e.subject,null))}_emitOrigin(t,a){this._ngZone.run(()=>t.next(a))}_registerGlobalListeners(t){if(!this._platform.isBrowser)return;const a=t.rootNode,e=this._rootNodeFocusListenerCount.get(a)||0;e||this._ngZone.runOutsideAngular(()=>{a.addEventListener("focus",this._rootNodeFocusAndBlurListener,M),a.addEventListener("blur",this._rootNodeFocusAndBlurListener,M)}),this._rootNodeFocusListenerCount.set(a,e+1),1==++this._monitoredElementCount&&this._ngZone.runOutsideAngular(()=>{const t=this._getDocument(),a=this._getWindow();t.addEventListener("keydown",this._documentKeydownListener,M),t.addEventListener("mousedown",this._documentMousedownListener,M),t.addEventListener("touchstart",this._documentTouchstartListener,M),a.addEventListener("focus",this._windowFocusListener)})}_removeGlobalListeners(t){const a=t.rootNode;if(this._rootNodeFocusListenerCount.has(a)){const t=this._rootNodeFocusListenerCount.get(a);t>1?this._rootNodeFocusListenerCount.set(a,t-1):(a.removeEventListener("focus",this._rootNodeFocusAndBlurListener,M),a.removeEventListener("blur",this._rootNodeFocusAndBlurListener,M),this._rootNodeFocusListenerCount.delete(a))}if(!--this._monitoredElementCount){const t=this._getDocument(),a=this._getWindow();t.removeEventListener("keydown",this._documentKeydownListener,M),t.removeEventListener("mousedown",this._documentMousedownListener,M),t.removeEventListener("touchstart",this._documentTouchstartListener,M),a.removeEventListener("focus",this._windowFocusListener),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._touchTimeoutId),clearTimeout(this._originTimeoutId)}}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(o.A),o.Xb(L.a),o.Xb(n.d,8),o.Xb(w,8))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(o.A),Object(o.Xb)(L.a),Object(o.Xb)(n.d,8),Object(o.Xb)(w,8))},token:t,providedIn:"root"}),t})();function x(t){return t.composedPath?t.composedPath()[0]:t.target}let V=(()=>{class t{constructor(t,a){this._elementRef=t,this._focusMonitor=a,this.cdkFocusChange=new o.o}ngAfterViewInit(){this._monitorSubscription=this._focusMonitor.monitor(this._elementRef,this._elementRef.nativeElement.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(t=>this.cdkFocusChange.emit(t))}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(o.Nb(o.l),o.Nb(j))},t.\u0275dir=o.Ib({type:t,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"}}),t})(),H=(()=>{class t{constructor(t,a){this._platform=t,this._document=a}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const t=this._document.createElement("div");t.style.backgroundColor="rgb(1,2,3)",t.style.position="absolute",this._document.body.appendChild(t);const a=this._document.defaultView||window,e=a&&a.getComputedStyle?a.getComputedStyle(t):null,n=(e&&e.backgroundColor||"").replace(/ /g,"");switch(this._document.body.removeChild(t),n){case"rgb(0,0,0)":return 2;case"rgb(255,255,255)":return 1}return 0}_applyBodyHighContrastModeCssClasses(){if(this._platform.isBrowser&&this._document.body){const t=this._document.body.classList;t.remove("cdk-high-contrast-active"),t.remove("cdk-high-contrast-black-on-white"),t.remove("cdk-high-contrast-white-on-black");const a=this.getHighContrastMode();1===a?(t.add("cdk-high-contrast-active"),t.add("cdk-high-contrast-black-on-white")):2===a&&(t.add("cdk-high-contrast-active"),t.add("cdk-high-contrast-white-on-black"))}}}return t.\u0275fac=function(a){return new(a||t)(o.Xb(L.a),o.Xb(n.d))},t.\u0275prov=Object(o.Jb)({factory:function(){return new t(Object(o.Xb)(L.a),Object(o.Xb)(n.d))},token:t,providedIn:"root"}),t})(),R=(()=>{class t{constructor(t){t._applyBodyHighContrastModeCssClasses()}}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)(o.Xb(H))},imports:[[L.b,_.c]]}),t})()},vkgz:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("7o/Q");function o(){}var c=e("n6bG");function s(t,a,e){return function(n){return n.lift(new l(t,a,e))}}class l{constructor(t,a,e){this.nextOrObserver=t,this.error=a,this.complete=e}call(t,a){return a.subscribe(new i(t,this.nextOrObserver,this.error,this.complete))}}class i extends n.a{constructor(t,a,e,n){super(t),this._tapNext=o,this._tapError=o,this._tapComplete=o,this._tapError=e||o,this._tapComplete=n||o,Object(c.a)(a)?(this._context=this,this._tapNext=a):a&&(this._context=a,this._tapNext=a.next||o,this._tapError=a.error||o,this._tapComplete=a.complete||o)}_next(t){try{this._tapNext.call(this._context,t)}catch(a){return void this.destination.error(a)}this.destination.next(t)}_error(t){try{this._tapError.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.error(t)}_complete(){try{this._tapComplete.call(this._context)}catch(t){return void this.destination.error(t)}return this.destination.complete()}}},vxfF:function(t,a,e){"use strict";e.d(a,"a",(function(){return _})),e.d(a,"b",(function(){return D})),e.d(a,"c",(function(){return L})),e.d(a,"d",(function(){return m})),e.d(a,"e",(function(){return I})),e("8LU1");var n=e("fXoL"),o=e("XNiG"),c=e("LRne"),s=e("HDdC"),l=e("xgIS"),i=e("VRyK");e("3N8a"),e("IjjT"),e("7Hc7");var b=(e("quSY"),e("7+OI"),e("/uUt"),e("3UWI")),r=e("pLZG"),f=e("1G5W");e("JX91"),e("7o/Q"),e("eIep"),e("WMd4"),e("9ppp"),e("Ylt2");var d=e("nLfN"),u=e("ofXK"),A=e("cH1L");e("0EQZ");let L=(()=>{class t{constructor(t,a,e){this._ngZone=t,this._platform=a,this._scrolled=new o.a,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=e}register(t){this.scrollContainers.has(t)||this.scrollContainers.set(t,t.elementScrolled().subscribe(()=>this._scrolled.next(t)))}deregister(t){const a=this.scrollContainers.get(t);a&&(a.unsubscribe(),this.scrollContainers.delete(t))}scrolled(t=20){return this._platform.isBrowser?new s.a(a=>{this._globalSubscription||this._addGlobalListener();const e=t>0?this._scrolled.pipe(Object(b.a)(t)).subscribe(a):this._scrolled.subscribe(a);return this._scrolledCount++,()=>{e.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):Object(c.a)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((t,a)=>this.deregister(a)),this._scrolled.complete()}ancestorScrolled(t,a){const e=this.getAncestorScrollContainers(t);return this.scrolled(a).pipe(Object(r.a)(t=>!t||e.indexOf(t)>-1))}getAncestorScrollContainers(t){const a=[];return this.scrollContainers.forEach((e,n)=>{this._scrollableContainsElement(n,t)&&a.push(n)}),a}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_scrollableContainsElement(t,a){let e=a.nativeElement,n=t.getElementRef().nativeElement;do{if(e==n)return!0}while(e=e.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const t=this._getWindow();return Object(l.a)(t.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.A),n.Xb(d.a),n.Xb(u.d,8))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(n.A),Object(n.Xb)(d.a),Object(n.Xb)(u.d,8))},token:t,providedIn:"root"}),t})(),_=(()=>{class t{constructor(t,a,e,n){this.elementRef=t,this.scrollDispatcher=a,this.ngZone=e,this.dir=n,this._destroyed=new o.a,this._elementScrolled=new s.a(t=>this.ngZone.runOutsideAngular(()=>Object(l.a)(this.elementRef.nativeElement,"scroll").pipe(Object(f.a)(this._destroyed)).subscribe(t)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(t){const a=this.elementRef.nativeElement,e=this.dir&&"rtl"==this.dir.value;null==t.left&&(t.left=e?t.end:t.start),null==t.right&&(t.right=e?t.start:t.end),null!=t.bottom&&(t.top=a.scrollHeight-a.clientHeight-t.bottom),e&&0!=Object(d.d)()?(null!=t.left&&(t.right=a.scrollWidth-a.clientWidth-t.left),2==Object(d.d)()?t.left=t.right:1==Object(d.d)()&&(t.left=t.right?-t.right:t.right)):null!=t.right&&(t.left=a.scrollWidth-a.clientWidth-t.right),this._applyScrollToOptions(t)}_applyScrollToOptions(t){const a=this.elementRef.nativeElement;Object(d.g)()?a.scrollTo(t):(null!=t.top&&(a.scrollTop=t.top),null!=t.left&&(a.scrollLeft=t.left))}measureScrollOffset(t){const a=this.elementRef.nativeElement;if("top"==t)return a.scrollTop;if("bottom"==t)return a.scrollHeight-a.clientHeight-a.scrollTop;const e=this.dir&&"rtl"==this.dir.value;return"start"==t?t=e?"right":"left":"end"==t&&(t=e?"left":"right"),e&&2==Object(d.d)()?"left"==t?a.scrollWidth-a.clientWidth-a.scrollLeft:a.scrollLeft:e&&1==Object(d.d)()?"left"==t?a.scrollLeft+a.scrollWidth-a.clientWidth:-a.scrollLeft:"left"==t?a.scrollLeft:a.scrollWidth-a.clientWidth-a.scrollLeft}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(L),n.Nb(n.A),n.Nb(A.b,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]]}),t})(),I=(()=>{class t{constructor(t,a,e){this._platform=t,this._document=e,a.runOutsideAngular(()=>{const a=this._getWindow();this._change=t.isBrowser?Object(i.a)(Object(l.a)(a,"resize"),Object(l.a)(a,"orientationchange")):Object(c.a)(),this._invalidateCache=this.change().subscribe(()=>this._updateViewportSize())})}ngOnDestroy(){this._invalidateCache.unsubscribe()}getViewportSize(){this._viewportSize||this._updateViewportSize();const t={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),t}getViewportRect(){const t=this.getViewportScrollPosition(),{width:a,height:e}=this.getViewportSize();return{top:t.top,left:t.left,bottom:t.top+e,right:t.left+a,height:e,width:a}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const t=this._getDocument(),a=this._getWindow(),e=t.documentElement,n=e.getBoundingClientRect();return{top:-n.top||t.body.scrollTop||a.scrollY||e.scrollTop||0,left:-n.left||t.body.scrollLeft||a.scrollX||e.scrollLeft||0}}change(t=20){return t>0?this._change.pipe(Object(b.a)(t)):this._change}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_updateViewportSize(){const t=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:t.innerWidth,height:t.innerHeight}:{width:0,height:0}}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(d.a),n.Xb(n.A),n.Xb(u.d,8))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(d.a),Object(n.Xb)(n.A),Object(n.Xb)(u.d,8))},token:t,providedIn:"root"}),t})(),D=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})(),m=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[A.a,d.b,D],A.a,D]}),t})()},w1tV:function(t,a,e){"use strict";e.d(a,"a",(function(){return A}));var n=e("XNiG"),o=e("HDdC"),c=e("7o/Q"),s=e("quSY");function l(){return function(t){return t.lift(new i(t))}}class i{constructor(t){this.connectable=t}call(t,a){const{connectable:e}=this;e._refCount++;const n=new b(t,e),o=a.subscribe(n);return n.closed||(n.connection=e.connect()),o}}class b extends c.a{constructor(t,a){super(t),this.connectable=a}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const a=t._refCount;if(a<=0)return void(this.connection=null);if(t._refCount=a-1,a>1)return void(this.connection=null);const{connection:e}=this,n=t._connection;this.connection=null,!n||e&&n!==e||n.unsubscribe()}}class r extends o.a{constructor(t,a){super(),this.source=t,this.subjectFactory=a,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new s.a,t.add(this.source.subscribe(new d(this.getSubject(),this))),t.closed&&(this._connection=null,t=s.a.EMPTY)),t}refCount(){return l()(this)}}const f=(()=>{const t=r.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:t._subscribe},_isComplete:{value:t._isComplete,writable:!0},getSubject:{value:t.getSubject},connect:{value:t.connect},refCount:{value:t.refCount}}})();class d extends n.b{constructor(t,a){super(t),this.connectable=a}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const a=t._connection;t._refCount=0,t._subject=null,t._connection=null,a&&a.unsubscribe()}}}function u(){return new n.a}function A(){return t=>{return l()((a=u,function(t){let e;e="function"==typeof a?a:function(){return a};const n=Object.create(t,f);return n.source=t,n.subjectFactory=e,n})(t));var a}}},xbPD:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("7o/Q");function o(t=null){return a=>a.lift(new c(t))}class c{constructor(t){this.defaultValue=t}call(t,a){return a.subscribe(new s(t,this.defaultValue))}}class s extends n.a{constructor(t,a){super(t),this.defaultValue=a,this.isEmpty=!0}_next(t){this.isEmpty=!1,this.destination.next(t)}_complete(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()}}},xgIS:function(t,a,e){"use strict";e.d(a,"a",(function(){return l}));var n=e("HDdC"),o=e("DH7j"),c=e("n6bG"),s=e("lJxs");function l(t,a,e,i){return Object(c.a)(e)&&(i=e,e=void 0),i?l(t,a,e).pipe(Object(s.a)(t=>Object(o.a)(t)?i(...t):i(t))):new n.a(n=>{!function t(a,e,n,o,c){let s;if(function(t){return t&&"function"==typeof t.addEventListener&&"function"==typeof t.removeEventListener}(a)){const t=a;a.addEventListener(e,n,c),s=()=>t.removeEventListener(e,n,c)}else if(function(t){return t&&"function"==typeof t.on&&"function"==typeof t.off}(a)){const t=a;a.on(e,n),s=()=>t.off(e,n)}else if(function(t){return t&&"function"==typeof t.addListener&&"function"==typeof t.removeListener}(a)){const t=a;a.addListener(e,n),s=()=>t.removeListener(e,n)}else{if(!a||!a.length)throw new TypeError("Invalid event target");for(let s=0,l=a.length;s1?Array.prototype.slice.call(arguments):t)}),n,e)})}},yCtX:function(t,a,e){"use strict";e.d(a,"a",(function(){return s}));var n=e("HDdC"),o=e("ngJS"),c=e("jZKg");function s(t,a){return a?Object(c.a)(t,a):new n.a(Object(o.a)(t))}},"z+Ro":function(t,a,e){"use strict";function n(t){return t&&"function"==typeof t.schedule}e.d(a,"a",(function(){return n}))},z6cu:function(t,a,e){"use strict";e.d(a,"a",(function(){return o}));var n=e("HDdC");function o(t,a){return new n.a(a?e=>a.schedule(c,0,{error:t,subscriber:e}):a=>a.error(t))}function c({error:t,subscriber:a}){a.error(t)}},zUnb:function(t,a,e){"use strict";e.r(a);var n=e("fXoL"),o=e("AytR"),c=e("jhN1"),s=e("R1ws"),l=e("3Pt+"),i=e("tk/3"),b=e("ofXK"),r=e("XNiG"),f=e("2Vo4"),d=e("HDdC"),u=e("VRyK"),A=(e("7Hc7"),e("LRne")),L=e("xgIS"),_=e("pLZG"),I=e("lJxs"),D=(e("Kj3r"),e("eIep")),m=e("1G5W"),C=e("IzEk"),S=e("vkgz");const h={provide:n.b,useFactory:function(t,a){return()=>{if(Object(b.v)(a)){const a=Array.from(t.querySelectorAll(`[class*=${g}]`)),e=/\bflex-layout-.+?\b/g;a.forEach(t=>{t.classList.contains(g+"ssr")&&t.parentNode?t.parentNode.removeChild(t):t.className.replace(e,"")})}}},deps:[b.d,n.C],multi:!0},g="flex-layout-";let G=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[h]}),t})();class T{constructor(t=!1,a="all",e="",n="",o=0){this.matches=t,this.mediaQuery=a,this.mqAlias=e,this.suffix=n,this.priority=o,this.property=""}clone(){return new T(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let p=(()=>{class t{constructor(){this.stylesheet=new Map}addStyleToElement(t,a,e){const n=this.stylesheet.get(t);n?n.set(a,e):this.stylesheet.set(t,new Map([[a,e]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(t,a){const e=this.stylesheet.get(t);let n="";if(e){const t=e.get(a);"number"!=typeof t&&"string"!=typeof t||(n=t+"")}return n}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(n.Jb)({factory:function(){return new t},token:t,providedIn:"root"}),t})();const k={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[]},v=new n.r("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>k}),y=new n.r("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),O=new n.r("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function B(t,a){return t=t?t.clone():new T,a&&(t.mqAlias=a.alias,t.mediaQuery=a.mediaQuery,t.suffix=a.suffix,t.priority=a.priority),t}const F=["row","column","row-reverse","column-reverse"];function E(t){if(t)switch(t.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":t="wrap-reverse";break;case"no":case"none":case"nowrap":t="nowrap";break;default:t="wrap"}return t}let w=(()=>{class t{constructor(t,a,e,n){this.elementRef=t,this.styleBuilder=a,this.styler=e,this.marshal=n,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new r.a,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(t){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,t,this.marshal.activatedAlias)}ngOnChanges(t){Object.keys(t).forEach(a=>{if(-1!==this.inputs.indexOf(a)){const e=a.split(".").slice(1).join(".");this.setValue(t[a].currentValue,e)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(t=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),t)}addStyles(t,a){const e=this.styleBuilder,n=e.shouldCache;let o=this.styleCache.get(t);o&&n||(o=e.buildStyles(t,a),n&&this.styleCache.set(t,o)),this.mru=Object.assign({},o),this.applyStyleToElement(o),e.sideEffect(t,o,a)}clearStyles(){Object.keys(this.mru).forEach(t=>{this.mru[t]=""}),this.applyStyleToElement(this.mru),this.mru={}}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(t,a=!1){if(t){const[e,n]=this.styler.getFlowDirection(t);if(!n&&a){const a=function(t){let[a,e,n]=function(t){t=t?t.toLowerCase():"";let[a,e,n]=t.split(" ");return F.find(t=>t===a)||(a=F[0]),"inline"===e&&(e="inline"!==n?n:"",n="inline"),[a,E(e),!!n]}(t);return function(t,a=null,e=!1){return{display:e?"inline-flex":"flex","box-sizing":"border-box","flex-direction":t,"flex-wrap":a||null}}(a,e,n)}(e);this.styler.applyStyleToElements(a,[t])}return e.trim()}return"row"}hasWrap(t){return this.styler.hasWrap(t)}applyStyleToElement(t,a,e=this.nativeElement){this.styler.applyStyleToElement(e,t,a)}setValue(t,a){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,t,a)}updateWithValue(t){this.currentValue!==t&&(this.addStyles(t),this.currentValue=t)}}return t.\u0275fac=function(t){n.ac()},t.\u0275dir=n.Ib({type:t,features:[n.yb]}),t})();const M=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.9px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.9px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.9px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.9px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.9px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.9px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.9px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.9px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.9px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],j="(orientation: portrait) and (min-width: 600px) and (max-width: 839.9px)",x="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.9px)",V="(orientation: portrait) and (min-width: 840px)",H="(orientation: landscape) and (min-width: 1280px)",R={HANDSET:"(orientation: portrait) and (max-width: 599.9px), (orientation: landscape) and (max-width: 959.9px)",TABLET:`${j} , ${x}`,WEB:`${V}, ${H} `,HANDSET_PORTRAIT:"(orientation: portrait) and (max-width: 599.9px)",TABLET_PORTRAIT:j+" ",WEB_PORTRAIT:""+V,HANDSET_LANDSCAPE:"(orientation: landscape) and (max-width: 959.9px)",TABLET_LANDSCAPE:""+x,WEB_LANDSCAPE:""+H},P=[{alias:"handset",priority:2e3,mediaQuery:R.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:R.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:R.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:R.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:R.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:R.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:R.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:R.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:R.WEB_PORTRAIT,overlapping:!0}],N=/(\.|-|_)/g;function U(t){let a=t.length>0?t.charAt(0):"",e=t.length>1?t.slice(1):"";return a.toUpperCase()+e}const W=new n.r("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const t=Object(n.V)(O),a=Object(n.V)(v),e=[].concat.apply([],(t||[]).map(t=>Array.isArray(t)?t:[t]));return function(t,a=[]){const e={};return t.forEach(t=>{e[t.alias]=t}),a.forEach(t=>{e[t.alias]?function(t,...a){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(let e of a)if(null!=e)for(let a in e)e.hasOwnProperty(a)&&(t[a]=e[a])}(e[t.alias],t):e[t.alias]=t}),(n=Object.keys(e).map(t=>e[t])).forEach(t=>{t.suffix||(t.suffix=t.alias.replace(N,"|").split("|").map(U).join(""),t.overlapping=!!t.overlapping)}),n;var n}((a.disableDefaultBps?[]:M).concat(a.addOrientationBps?P:[]),e)}});function $(t,a){return(a&&a.priority||0)-(t&&t.priority||0)}function z(t,a){return(t.priority||0)-(a.priority||0)}let J=(()=>{class t{constructor(t){this.findByMap=new Map,this.items=[...t].sort(z)}findByAlias(t){return t?this.findWithPredicate(t,a=>a.alias==t):null}findByQuery(t){return this.findWithPredicate(t,a=>a.mediaQuery==t)}get overlappings(){return this.items.filter(t=>1==t.overlapping)}get aliases(){return this.items.map(t=>t.alias)}get suffixes(){return this.items.map(t=>t.suffix?t.suffix:"")}findWithPredicate(t,a){let e=this.findByMap.get(t);return e||(e=this.items.find(a)||null,this.findByMap.set(t,e)),e||null}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(W))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(W))},token:t,providedIn:"root"}),t})(),q=(()=>{class t{constructor(t,a,e){this._zone=t,this._platformId=a,this._document=e,this.source=new f.a(new T(!0)),this.registry=new Map,this.pendingRemoveListenerFns=[],this._observable$=this.source.asObservable()}get activations(){const t=[];return this.registry.forEach((a,e)=>{a.matches&&t.push(e)}),t}isActive(t){const a=this.registry.get(t);return a?a.matches:this.registerQuery(t).some(t=>t.matches)}observe(t,a=!1){if(t&&t.length){const e=this._observable$.pipe(Object(_.a)(e=>!a||t.indexOf(e.mediaQuery)>-1)),n=new d.a(a=>{const e=this.registerQuery(t);if(e.length){const t=e.pop();e.forEach(t=>{a.next(t)}),this.source.next(t)}a.complete()});return Object(u.a)(n,e)}return this._observable$}registerQuery(t){const a=Array.isArray(t)?t:[t],e=[];return function(t,a){const e=t.filter(t=>!X[t]);if(e.length>0){const t=e.join(", ");try{const n=a.createElement("style");n.setAttribute("type","text/css"),n.styleSheet||n.appendChild(a.createTextNode(`\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media ${t} {.fx-query-test{ }}\n`)),a.head.appendChild(n),e.forEach(t=>X[t]=n)}catch(n){console.error(n)}}}(a,this._document),a.forEach(t=>{const a=a=>{this._zone.run(()=>this.source.next(new T(a.matches,t)))};let n=this.registry.get(t);n||(n=this.buildMQL(t),n.addListener(a),this.pendingRemoveListenerFns.push(()=>n.removeListener(a)),this.registry.set(t,n)),n.matches&&e.push(new T(!0,t))}),e}ngOnDestroy(){let t;for(;t=this.pendingRemoveListenerFns.pop();)t()}buildMQL(t){return function(t,a){return a&&window.matchMedia("all").addListener?window.matchMedia(t):{matches:"all"===t||""===t,media:t,addListener:()=>{},removeListener:()=>{},onchange:null,addEventListener(){},removeEventListener(){},dispatchEvent:()=>!1}}(t,Object(b.v)(this._platformId))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.A),n.Xb(n.C),n.Xb(b.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(n.A),Object(n.Xb)(n.C),Object(n.Xb)(b.d))},token:t,providedIn:"root"}),t})();const X={},Q={alias:"print",mediaQuery:"print",priority:1e3};let K=(()=>{class t{constructor(t,a,e){this.breakpoints=t,this.layoutConfig=a,this._document=e,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.beforePrintEventListeners=[],this.afterPrintEventListeners=[],this.isPrinting=!1,this.queue=new Z,this.deactivations=[]}withPrintQuery(t){return[...t,"print"]}isPrintEvent(t){return t.mediaQuery.startsWith("print")}get printAlias(){return this.layoutConfig.printWithBreakpoints||[]}get printBreakPoints(){return this.printAlias.map(t=>this.breakpoints.findByAlias(t)).filter(t=>null!==t)}getEventBreakpoints({mediaQuery:t}){const a=this.breakpoints.findByQuery(t);return(a?[...this.printBreakPoints,a]:this.printBreakPoints).sort($)}updateEvent(t){let a=this.breakpoints.findByQuery(t.mediaQuery);return this.isPrintEvent(t)&&(a=this.getEventBreakpoints(t)[0],t.mediaQuery=a?a.mediaQuery:""),B(t,a)}registerBeforeAfterPrintHooks(t){if(!this._document.defaultView||this.registeredBeforeAfterPrintHooks)return;this.registeredBeforeAfterPrintHooks=!0;const a=()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(t,this.getEventBreakpoints(new T(!0,"print"))),t.updateStyles())},e=()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(t),t.updateStyles())};this._document.defaultView.addEventListener("beforeprint",a),this._document.defaultView.addEventListener("afterprint",e),this.beforePrintEventListeners.push(a),this.afterPrintEventListeners.push(e)}interceptEvents(t){return this.registerBeforeAfterPrintHooks(t),a=>{this.isPrintEvent(a)?a.matches&&!this.isPrinting?(this.startPrinting(t,this.getEventBreakpoints(a)),t.updateStyles()):a.matches||!this.isPrinting||this.isPrintingBeforeAfterEvent||(this.stopPrinting(t),t.updateStyles()):this.collectActivations(a)}}blockPropagation(){return t=>!(this.isPrinting||this.isPrintEvent(t))}startPrinting(t,a){this.isPrinting=!0,t.activatedBreakpoints=this.queue.addPrintBreakpoints(a)}stopPrinting(t){t.activatedBreakpoints=this.deactivations,this.deactivations=[],this.queue.clear(),this.isPrinting=!1}collectActivations(t){if(!this.isPrinting||this.isPrintingBeforeAfterEvent)if(t.matches)this.isPrintingBeforeAfterEvent||(this.deactivations=[]);else{const a=this.breakpoints.findByQuery(t.mediaQuery);a&&(this.deactivations.push(a),this.deactivations.sort($))}}ngOnDestroy(){this.beforePrintEventListeners.forEach(t=>this._document.defaultView.removeEventListener("beforeprint",t)),this.afterPrintEventListeners.forEach(t=>this._document.defaultView.removeEventListener("afterprint",t))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(J),n.Xb(v),n.Xb(b.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(J),Object(n.Xb)(v),Object(n.Xb)(b.d))},token:t,providedIn:"root"}),t})();class Z{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(t){return t.push(Q),t.sort($),t.forEach(t=>this.addBreakpoint(t)),this.printBreakpoints}addBreakpoint(t){t&&void 0===this.printBreakpoints.find(a=>a.mediaQuery===t.mediaQuery)&&(this.printBreakpoints=function(t){return!!t&&t.mediaQuery.startsWith("print")}(t)?[t,...this.printBreakpoints]:[...this.printBreakpoints,t])}clear(){this.printBreakpoints=[]}}function Y(t){for(let a in t){let e=t[a]||"";switch(a){case"display":t.display="flex"===e?["-webkit-flex","flex"]:"inline-flex"===e?["-webkit-inline-flex","inline-flex"]:e;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":t["-webkit-"+a]=e;break;case"flex-direction":e=e||"row",t["-webkit-flex-direction"]=e,t["flex-direction"]=e;break;case"order":t.order=t["-webkit-"+a]=isNaN(+e)?"0":e}}return t}let tt=(()=>{class t{constructor(t,a,e,n){this._serverStylesheet=t,this._serverModuleLoaded=a,this._platformId=e,this.layoutConfig=n}applyStyleToElement(t,a,e=null){let n={};"string"==typeof a&&(n[a]=e,a=n),n=this.layoutConfig.disableVendorPrefixes?a:Y(a),this._applyMultiValueStyleToElement(n,t)}applyStyleToElements(t,a=[]){const e=this.layoutConfig.disableVendorPrefixes?t:Y(t);a.forEach(t=>{this._applyMultiValueStyleToElement(e,t)})}getFlowDirection(t){let a=this.lookupStyle(t,"flex-direction");return[a||"row",this.lookupInlineStyle(t,"flex-direction")||Object(b.w)(this._platformId)&&this._serverModuleLoaded?a:""]}hasWrap(t){return"wrap"===this.lookupStyle(t,"flex-wrap")}lookupAttributeValue(t,a){return t.getAttribute(a)||""}lookupInlineStyle(t,a){return Object(b.v)(this._platformId)?t.style.getPropertyValue(a):this._getServerStyle(t,a)}lookupStyle(t,a,e=!1){let n="";return t&&((n=this.lookupInlineStyle(t,a))||(Object(b.v)(this._platformId)?e||(n=getComputedStyle(t).getPropertyValue(a)):this._serverModuleLoaded&&(n=this._serverStylesheet.getStyleForElement(t,a)))),n?n.trim():""}_applyMultiValueStyleToElement(t,a){Object.keys(t).sort().forEach(e=>{const n=t[e],o=Array.isArray(n)?n:[n];o.sort();for(let t of o)t=t?t+"":"",Object(b.v)(this._platformId)||!this._serverModuleLoaded?Object(b.v)(this._platformId)?a.style.setProperty(e,t):this._setServerStyle(a,e,t):this._serverStylesheet.addStyleToElement(a,e,t)})}_setServerStyle(t,a,e){a=a.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const n=this._readStyleAttribute(t);n[a]=e||"",this._writeStyleAttribute(t,n)}_getServerStyle(t,a){return this._readStyleAttribute(t)[a]||""}_readStyleAttribute(t){const a={},e=t.getAttribute("style");if(e){const t=e.split(/;+/g);for(let e=0;e0){const t=n.indexOf(":");if(-1===t)throw new Error("Invalid CSS style: "+n);a[n.substr(0,t).trim()]=n.substr(t+1).trim()}}}return a}_writeStyleAttribute(t,a){let e="";for(const n in a)a[n]&&(e+=n+":"+a[n]+";");t.setAttribute("style",e)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(p),n.Xb(y),n.Xb(n.C),n.Xb(v))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(p),Object(n.Xb)(y),Object(n.Xb)(n.C),Object(n.Xb)(v))},token:t,providedIn:"root"}),t})();class at{constructor(){this.shouldCache=!0}sideEffect(t,a,e){}}function et(t,a="1",e="1"){let n=[a,e,t],o=t.indexOf("calc");if(o>0){n[2]=nt(t.substring(o).trim());let a=t.substr(0,o).trim().split(" ");2==a.length&&(n[0]=a[0],n[1]=a[1])}else if(0==o)n[2]=nt(t.trim());else{let o=t.split(" ");n=3===o.length?o:[a,e,t]}return n}function nt(t){return t.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}let ot=(()=>{class t{constructor(t,a,e){this.matchMedia=t,this.breakpoints=a,this.hook=e,this.activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new r.a,this.observeActivations()}get activatedAlias(){return this.activatedBreakpoints[0]?this.activatedBreakpoints[0].alias:""}onMediaChange(t){const a=this.findByQuery(t.mediaQuery);a&&((t=B(t,a)).matches&&-1===this.activatedBreakpoints.indexOf(a)?(this.activatedBreakpoints.push(a),this.activatedBreakpoints.sort($),this.updateStyles()):t.matches||-1===this.activatedBreakpoints.indexOf(a)||(this.activatedBreakpoints.splice(this.activatedBreakpoints.indexOf(a),1),this.activatedBreakpoints.sort($),this.updateStyles()))}init(t,a,e,n,o=[]){ct(this.updateMap,t,a,e),ct(this.clearMap,t,a,n),this.buildElementKeyMap(t,a),this.watchExtraTriggers(t,a,o)}getValue(t,a,e){const n=this.elementMap.get(t);if(n){const t=void 0!==e?n.get(e):this.getActivatedValues(n,a);if(t)return t.get(a)}}hasValue(t,a){const e=this.elementMap.get(t);if(e){const t=this.getActivatedValues(e,a);if(t)return void 0!==t.get(a)||!1}return!1}setValue(t,a,e,n){let o=this.elementMap.get(t);if(o){const c=(o.get(n)||new Map).set(a,e);o.set(n,c),this.elementMap.set(t,o)}else o=(new Map).set(n,(new Map).set(a,e)),this.elementMap.set(t,o);const c=this.getValue(t,a);void 0!==c&&this.updateElement(t,a,c)}trackValue(t,a){return this.subject.asObservable().pipe(Object(_.a)(e=>e.element===t&&e.key===a))}updateStyles(){this.elementMap.forEach((t,a)=>{const e=new Set(this.elementKeyMap.get(a));let n=this.getActivatedValues(t);n&&n.forEach((t,n)=>{this.updateElement(a,n,t),e.delete(n)}),e.forEach(e=>{if(n=this.getActivatedValues(t,e),n){const t=n.get(e);this.updateElement(a,e,t)}else this.clearElement(a,e)})})}clearElement(t,a){const e=this.clearMap.get(t);if(e){const n=e.get(a);n&&(n(),this.subject.next({element:t,key:a,value:""}))}}updateElement(t,a,e){const n=this.updateMap.get(t);if(n){const o=n.get(a);o&&(o(e),this.subject.next({element:t,key:a,value:e}))}}releaseElement(t){const a=this.watcherMap.get(t);a&&(a.forEach(t=>t.unsubscribe()),this.watcherMap.delete(t));const e=this.elementMap.get(t);e&&(e.forEach((t,a)=>e.delete(a)),this.elementMap.delete(t))}triggerUpdate(t,a){const e=this.elementMap.get(t);if(e){const n=this.getActivatedValues(e,a);n&&(a?this.updateElement(t,a,n.get(a)):n.forEach((a,e)=>this.updateElement(t,e,a)))}}buildElementKeyMap(t,a){let e=this.elementKeyMap.get(t);e||(e=new Set,this.elementKeyMap.set(t,e)),e.add(a)}watchExtraTriggers(t,a,e){if(e&&e.length){let n=this.watcherMap.get(t);if(n||(n=new Map,this.watcherMap.set(t,n)),!n.get(a)){const o=Object(u.a)(...e).subscribe(()=>{const e=this.getValue(t,a);this.updateElement(t,a,e)});n.set(a,o)}}}findByQuery(t){return this.breakpoints.findByQuery(t)}getActivatedValues(t,a){for(let n=0;nt.mediaQuery);this.matchMedia.observe(this.hook.withPrintQuery(t)).pipe(Object(S.a)(this.hook.interceptEvents(this)),Object(_.a)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(q),n.Xb(J),n.Xb(K))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(q),Object(n.Xb)(J),Object(n.Xb)(K))},token:t,providedIn:"root"}),t})();function ct(t,a,e,n){if(void 0!==n){let o=t.get(a);o||(o=new Map,t.set(a,o)),o.set(e,n)}}var st=e("8LU1");let lt=(()=>{class t extends w{constructor(t,a,e,n,o,c,s){super(t,null,a,e),this.ngClassInstance=s,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new b.l(n,o,t,c)),this.init(),this.setValue("","")}set klass(t){this.ngClassInstance.klass=t,this.setValue(t,"")}updateWithValue(t){this.ngClassInstance.ngClass=t,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(tt),n.Nb(ot),n.Nb(n.t),n.Nb(n.u),n.Nb(n.F),n.Nb(b.l,10))},t.\u0275dir=n.Ib({type:t,inputs:{klass:["class","klass"]},features:[n.xb]}),t})();const it=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let bt=(()=>{class t extends lt{constructor(){super(...arguments),this.inputs=it}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();class rt{constructor(t,a,e=!0){this.key=t,this.value=a,this.key=e?t.replace(/['"]/g,"").trim():t.trim(),this.value=e?a.replace(/['"]/g,"").trim():a.trim(),this.value=this.value.replace(/;/,"")}}function ft(t){let a=typeof t;return"object"===a?t.constructor===Array?"array":t.constructor===Set?"set":"object":a}function dt(t){const[a,...e]=t.split(":");return new rt(a,e.join(":"))}function ut(t,a){return a.key&&(t[a.key]=a.value),t}let At=(()=>{class t extends w{constructor(t,a,e,n,o,c,s,l,i){super(t,null,a,e),this.sanitizer=n,this.ngStyleInstance=s,this.DIRECTIVE_KEY="ngStyle",this.ngStyleInstance||(this.ngStyleInstance=new b.o(t,o,c)),this.init();const r=this.nativeElement.getAttribute("style")||"";this.fallbackStyles=this.buildStyleMap(r),this.isServer=l&&Object(b.w)(i)}updateWithValue(t){const a=this.buildStyleMap(t);this.ngStyleInstance.ngStyle=Object.assign(Object.assign({},this.fallbackStyles),a),this.isServer&&this.applyStyleToElement(a),this.ngStyleInstance.ngDoCheck()}clearStyles(){this.ngStyleInstance.ngStyle=this.fallbackStyles,this.ngStyleInstance.ngDoCheck()}buildStyleMap(t){const a=t=>this.sanitizer.sanitize(n.J.STYLE,t)||"";if(t)switch(ft(t)){case"string":return It(function(t,a=";"){return String(t).trim().split(a).map(t=>t.trim()).filter(t=>""!==t)}(t),a);case"array":return It(t,a);case"set":default:return function(t,a){let e=[];return"set"===ft(t)?t.forEach(t=>e.push(t)):Object.keys(t).forEach(a=>{e.push(`${a}:${t[a]}`)}),function(t,a){return t.map(dt).filter(t=>!!t).map(t=>(a&&(t.value=a(t.value)),t)).reduce(ut,{})}(e,a)}(t,a)}return{}}ngDoCheck(){this.ngStyleInstance.ngDoCheck()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(tt),n.Nb(ot),n.Nb(c.b),n.Nb(n.u),n.Nb(n.F),n.Nb(b.o,10),n.Nb(y),n.Nb(n.C))},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})();const Lt=["ngStyle","ngStyle.xs","ngStyle.sm","ngStyle.md","ngStyle.lg","ngStyle.xl","ngStyle.lt-sm","ngStyle.lt-md","ngStyle.lt-lg","ngStyle.lt-xl","ngStyle.gt-xs","ngStyle.gt-sm","ngStyle.gt-md","ngStyle.gt-lg"];let _t=(()=>{class t extends At{constructor(){super(...arguments),this.inputs=Lt}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","ngStyle",""],["","ngStyle.xs",""],["","ngStyle.sm",""],["","ngStyle.md",""],["","ngStyle.lg",""],["","ngStyle.xl",""],["","ngStyle.lt-sm",""],["","ngStyle.lt-md",""],["","ngStyle.lt-lg",""],["","ngStyle.lt-xl",""],["","ngStyle.gt-xs",""],["","ngStyle.gt-sm",""],["","ngStyle.gt-md",""],["","ngStyle.gt-lg",""]],inputs:{ngStyle:"ngStyle","ngStyle.xs":"ngStyle.xs","ngStyle.sm":"ngStyle.sm","ngStyle.md":"ngStyle.md","ngStyle.lg":"ngStyle.lg","ngStyle.xl":"ngStyle.xl","ngStyle.lt-sm":"ngStyle.lt-sm","ngStyle.lt-md":"ngStyle.lt-md","ngStyle.lt-lg":"ngStyle.lt-lg","ngStyle.lt-xl":"ngStyle.lt-xl","ngStyle.gt-xs":"ngStyle.gt-xs","ngStyle.gt-sm":"ngStyle.gt-sm","ngStyle.gt-md":"ngStyle.gt-md","ngStyle.gt-lg":"ngStyle.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();function It(t,a){return t.map(dt).filter(t=>!!t).map(t=>(a&&(t.value=a(t.value)),t)).reduce(ut,{})}let Dt=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[G]]}),t})();var mt=e("cH1L");const Ct=["row","column","row-reverse","column-reverse"];function St(t){t=t?t.toLowerCase():"";let[a,e,n]=t.split(" ");return Ct.find(t=>t===a)||(a=Ct[0]),"inline"===e&&(e="inline"!==n?n:"",n="inline"),[a,gt(e),!!n]}function ht(t){let[a]=St(t);return a.indexOf("row")>-1}function gt(t){if(t)switch(t.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":t="wrap-reverse";break;case"no":case"none":case"nowrap":t="nowrap";break;default:t="wrap"}return t}let Gt=(()=>{class t extends at{buildStyles(t){return function(t){let[a,e,n]=St(t);return function(t,a=null,e=!1){return{display:e?"inline-flex":"flex","box-sizing":"border-box","flex-direction":t,"flex-wrap":a||null}}(a,e,n)}(t)}}t.\u0275fac=function(e){return a(e||t)},t.\u0275prov=Object(n.Jb)({factory:function(){return new t},token:t,providedIn:"root"});const a=n.Vb(t);return t})();const Tt=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let pt=(()=>{class t extends w{constructor(t,a,e,n){super(t,e,a,n),this.DIRECTIVE_KEY="layout",this.styleCache=vt,this.init()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(tt),n.Nb(Gt),n.Nb(ot))},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})(),kt=(()=>{class t extends pt{constructor(){super(...arguments),this.inputs=Tt}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();const vt=new Map,yt={"margin-left":null,"margin-right":null,"margin-top":null,"margin-bottom":null};let Ot=(()=>{class t extends at{constructor(t){super(),this._styler=t}buildStyles(t,a){return t.endsWith(Vt)?function(t,a){const[e,n]=t.split(" "),o=t=>"-"+t;let c="0px",s=o(n||e),l="0px";return"rtl"===a?l=o(e):c=o(e),{margin:`0px ${c} ${s} ${l}`}}(t=t.slice(0,t.indexOf(Vt)),a.directionality):{}}sideEffect(t,a,e){const n=e.items;if(t.endsWith(Vt)){const a=function(t,a){const[e,n]=t.split(" ");let o="0px",c="0px";return"rtl"===a?c=e:o=e,{padding:`0px ${o} ${n||e} ${c}`}}(t=t.slice(0,t.indexOf(Vt)),e.directionality);this._styler.applyStyleToElements(a,e.items)}else{const a=n.pop(),o=function(t,a){const e=Ht(a.directionality,a.layout),n=Object.assign({},yt);return n[e]=t,n}(t,e);this._styler.applyStyleToElements(o,n),this._styler.applyStyleToElements(yt,[a])}}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(tt))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(tt))},token:t,providedIn:"root"}),t})();const Bt=["fxLayoutGap","fxLayoutGap.xs","fxLayoutGap.sm","fxLayoutGap.md","fxLayoutGap.lg","fxLayoutGap.xl","fxLayoutGap.lt-sm","fxLayoutGap.lt-md","fxLayoutGap.lt-lg","fxLayoutGap.lt-xl","fxLayoutGap.gt-xs","fxLayoutGap.gt-sm","fxLayoutGap.gt-md","fxLayoutGap.gt-lg"];let Ft=(()=>{class t extends w{constructor(t,a,e,n,o,c){super(t,o,n,c),this.zone=a,this.directionality=e,this.styleUtils=n,this.layout="row",this.DIRECTIVE_KEY="layout-gap",this.observerSubject=new r.a;const s=[this.directionality.change,this.observerSubject.asObservable()];this.init(s),this.marshal.trackValue(this.nativeElement,"layout").pipe(Object(m.a)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}get childrenNodes(){const t=this.nativeElement.children,a=[];for(let e=t.length;e--;)a[e]=t[e];return a}ngAfterContentInit(){this.buildChildObservable(),this.triggerUpdate()}ngOnDestroy(){super.ngOnDestroy(),this.observer&&this.observer.disconnect()}onLayoutChange(t){const a=t.value.split(" ");this.layout=a[0],Ct.find(t=>t===this.layout)||(this.layout="row"),this.triggerUpdate()}updateWithValue(t){const a=this.childrenNodes.filter(t=>1===t.nodeType&&this.willDisplay(t)).sort((t,a)=>{const e=+this.styler.lookupStyle(t,"order"),n=+this.styler.lookupStyle(a,"order");return isNaN(e)||isNaN(n)||e===n?0:e>n?1:-1});if(a.length>0){const e=this.directionality.value,n=this.layout;"row"===n&&"rtl"===e?this.styleCache=wt:"row"===n&&"rtl"!==e?this.styleCache=jt:"column"===n&&"rtl"===e?this.styleCache=Mt:"column"===n&&"rtl"!==e&&(this.styleCache=xt),this.addStyles(t,{directionality:e,items:a,layout:n})}}clearStyles(){const t=Object.keys(this.mru).length>0,a=t?"padding":Ht(this.directionality.value,this.layout);t&&super.clearStyles(),this.styleUtils.applyStyleToElements({[a]:""},this.childrenNodes)}willDisplay(t){const a=this.marshal.getValue(t,"show-hide");return!0===a||void 0===a&&"none"!==this.styleUtils.lookupStyle(t,"display")}buildChildObservable(){this.zone.runOutsideAngular(()=>{"undefined"!=typeof MutationObserver&&(this.observer=new MutationObserver(t=>{t.some(t=>t.addedNodes&&t.addedNodes.length>0||t.removedNodes&&t.removedNodes.length>0)&&this.observerSubject.next()}),this.observer.observe(this.nativeElement,{childList:!0}))})}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.A),n.Nb(mt.b),n.Nb(tt),n.Nb(Ot),n.Nb(ot))},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})(),Et=(()=>{class t extends Ft{constructor(){super(...arguments),this.inputs=Bt}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","fxLayoutGap",""],["","fxLayoutGap.xs",""],["","fxLayoutGap.sm",""],["","fxLayoutGap.md",""],["","fxLayoutGap.lg",""],["","fxLayoutGap.xl",""],["","fxLayoutGap.lt-sm",""],["","fxLayoutGap.lt-md",""],["","fxLayoutGap.lt-lg",""],["","fxLayoutGap.lt-xl",""],["","fxLayoutGap.gt-xs",""],["","fxLayoutGap.gt-sm",""],["","fxLayoutGap.gt-md",""],["","fxLayoutGap.gt-lg",""]],inputs:{fxLayoutGap:"fxLayoutGap","fxLayoutGap.xs":"fxLayoutGap.xs","fxLayoutGap.sm":"fxLayoutGap.sm","fxLayoutGap.md":"fxLayoutGap.md","fxLayoutGap.lg":"fxLayoutGap.lg","fxLayoutGap.xl":"fxLayoutGap.xl","fxLayoutGap.lt-sm":"fxLayoutGap.lt-sm","fxLayoutGap.lt-md":"fxLayoutGap.lt-md","fxLayoutGap.lt-lg":"fxLayoutGap.lt-lg","fxLayoutGap.lt-xl":"fxLayoutGap.lt-xl","fxLayoutGap.gt-xs":"fxLayoutGap.gt-xs","fxLayoutGap.gt-sm":"fxLayoutGap.gt-sm","fxLayoutGap.gt-md":"fxLayoutGap.gt-md","fxLayoutGap.gt-lg":"fxLayoutGap.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();const wt=new Map,Mt=new Map,jt=new Map,xt=new Map,Vt=" grid";function Ht(t,a){switch(a){case"column":return"margin-bottom";case"column-reverse":return"margin-top";case"row":return"rtl"===t?"margin-left":"margin-right";case"row-reverse":return"rtl"===t?"margin-right":"margin-left";default:return"rtl"===t?"margin-left":"margin-right"}}function Rt(t,...a){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(let e of a)if(null!=e)for(let a in e)e.hasOwnProperty(a)&&(t[a]=e[a]);return t}let Pt=(()=>{class t extends at{constructor(t){super(),this.layoutConfig=t}buildStyles(t,a){let[e,n,...o]=t.split(" "),c=o.join(" ");const s=a.direction.indexOf("column")>-1?"column":"row",l=ht(s)?"max-width":"max-height",i=ht(s)?"min-width":"min-height",b=String(c).indexOf("calc")>-1,r=b||"auto"===c,f=String(c).indexOf("%")>-1&&!b,d=String(c).indexOf("px")>-1||String(c).indexOf("rem")>-1||String(c).indexOf("em")>-1||String(c).indexOf("vw")>-1||String(c).indexOf("vh")>-1;let u=b||d;e="0"==e?0:e,n="0"==n?0:n;const A=!e&&!n;let L={};const _={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(c||""){case"":const t=!1!==this.layoutConfig.useColumnBasisZero;c="row"===s?"0%":t?"0.000000001px":"auto";break;case"initial":case"nogrow":e=0,c="auto";break;case"grow":c="100%";break;case"noshrink":n=0,c="auto";break;case"auto":break;case"none":e=0,n=0,c="auto";break;default:u||f||isNaN(c)||(c+="%"),"0%"===c&&(u=!0),"0px"===c&&(c="0%"),L=Rt(_,b?{"flex-grow":e,"flex-shrink":n,"flex-basis":u?c:"100%"}:{flex:`${e} ${n} ${u?c:"100%"}`})}return L.flex||L["flex-grow"]||(L=Rt(_,b?{"flex-grow":e,"flex-shrink":n,"flex-basis":c}:{flex:`${e} ${n} ${c}`})),"0%"!==c&&"0px"!==c&&"0.000000001px"!==c&&"auto"!==c&&(L[i]=A||u&&e?c:null,L[l]=A||!r&&n?c:null),L[i]||L[l]?a.hasWrap&&(L[b?"flex-basis":"flex"]=L[l]?b?L[l]:`${e} ${n} ${L[l]}`:b?L[i]:`${e} ${n} ${L[i]}`):L=Rt(_,b?{"flex-grow":e,"flex-shrink":n,"flex-basis":c}:{flex:`${e} ${n} ${c}`}),Rt(L,{"box-sizing":"border-box"})}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(v))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(v))},token:t,providedIn:"root"}),t})();const Nt=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let Ut=(()=>{class t extends w{constructor(t,a,e,n,o){super(t,n,a,o),this.layoutConfig=e,this.marshal=o,this.DIRECTIVE_KEY="flex",this.direction=void 0,this.wrap=void 0,this.flexGrow="1",this.flexShrink="1",this.init()}get shrink(){return this.flexShrink}set shrink(t){this.flexShrink=t||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(t){this.flexGrow=t||"1",this.triggerReflow()}ngOnInit(){this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe(Object(m.a)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe(Object(m.a)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}onLayoutChange(t){const a=t.value.split(" ");this.direction=a[0],this.wrap=void 0!==a[1]&&"wrap"===a[1],this.triggerUpdate()}updateWithValue(t){void 0===this.direction&&(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent)),void 0===this.wrap&&(this.wrap=this.hasWrap(this.parentElement));const a=this.direction,e=a.startsWith("row"),n=this.wrap;e&&n?this.styleCache=Jt:e&&!n?this.styleCache=$t:!e&&n?this.styleCache=qt:e||n||(this.styleCache=zt);const o=et(String(t).replace(";",""),this.flexGrow,this.flexShrink);this.addStyles(o.join(" "),{direction:a,hasWrap:n})}triggerReflow(){const t=this.activatedValue;if(void 0!==t){const a=et(t+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,a.join(" "))}}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(tt),n.Nb(v),n.Nb(Pt),n.Nb(ot))},t.\u0275dir=n.Ib({type:t,inputs:{shrink:["fxShrink","shrink"],grow:["fxGrow","grow"]},features:[n.xb]}),t})(),Wt=(()=>{class t extends Ut{constructor(){super(...arguments),this.inputs=Nt}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();const $t=new Map,zt=new Map,Jt=new Map,qt=new Map;let Xt=(()=>{class t extends at{buildStyles(t,a){const e={},[n,o]=t.split(" ");switch(n){case"center":e["justify-content"]="center";break;case"space-around":e["justify-content"]="space-around";break;case"space-between":e["justify-content"]="space-between";break;case"space-evenly":e["justify-content"]="space-evenly";break;case"end":case"flex-end":e["justify-content"]="flex-end";break;case"start":case"flex-start":default:e["justify-content"]="flex-start"}switch(o){case"start":case"flex-start":e["align-items"]=e["align-content"]="flex-start";break;case"center":e["align-items"]=e["align-content"]="center";break;case"end":case"flex-end":e["align-items"]=e["align-content"]="flex-end";break;case"space-between":e["align-content"]="space-between",e["align-items"]="stretch";break;case"space-around":e["align-content"]="space-around",e["align-items"]="stretch";break;case"baseline":e["align-content"]="stretch",e["align-items"]="baseline";break;case"stretch":default:e["align-items"]=e["align-content"]="stretch"}return Rt(e,{display:a.inline?"inline-flex":"flex","flex-direction":a.layout,"box-sizing":"border-box","max-width":"stretch"===o?ht(a.layout)?null:"100%":null,"max-height":"stretch"===o&&ht(a.layout)?"100%":null})}}t.\u0275fac=function(e){return a(e||t)},t.\u0275prov=Object(n.Jb)({factory:function(){return new t},token:t,providedIn:"root"});const a=n.Vb(t);return t})();const Qt=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let Kt=(()=>{class t extends w{constructor(t,a,e,n){super(t,e,a,n),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe(Object(m.a)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(t){const a=this.layout||"row",e=this.inline;"row"===a&&e?this.styleCache=na:"row"!==a||e?"row-reverse"===a&&e?this.styleCache=ca:"row-reverse"!==a||e?"column"===a&&e?this.styleCache=oa:"column"!==a||e?"column-reverse"===a&&e?this.styleCache=sa:"column-reverse"!==a||e||(this.styleCache=ea):this.styleCache=ta:this.styleCache=aa:this.styleCache=Yt,this.addStyles(t,{layout:a,inline:e})}onLayoutChange(t){const a=t.value.split(" ");this.layout=a[0],this.inline=t.value.includes("inline"),Ct.find(t=>t===this.layout)||(this.layout="row"),this.triggerUpdate()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(tt),n.Nb(Xt),n.Nb(ot))},t.\u0275dir=n.Ib({type:t,features:[n.xb]}),t})(),Zt=(()=>{class t extends Kt{constructor(){super(...arguments),this.inputs=Qt}}t.\u0275fac=function(e){return a(e||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},features:[n.xb]});const a=n.Vb(t);return t})();const Yt=new Map,ta=new Map,aa=new Map,ea=new Map,na=new Map,oa=new Map,ca=new Map,sa=new Map;let la=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[G,mt.a]]}),t})(),ia=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[G]]}),t})(),ba=(()=>{class t{constructor(t,a){Object(b.w)(a)&&!t&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(a,e=[]){return{ngModule:t,providers:a.serverLoaded?[{provide:v,useValue:Object.assign(Object.assign({},k),a)},{provide:O,useValue:e,multi:!0},{provide:y,useValue:!0}]:[{provide:v,useValue:Object.assign(Object.assign({},k),a)},{provide:O,useValue:e,multi:!0}]}}}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)(n.Xb(y),n.Xb(n.C))},imports:[[la,Dt,ia],la,Dt,ia]}),t})();var ra=e("FKr1"),fa=e("u47x");const da=["mat-button",""],ua=["*"],Aa=["mat-button","mat-flat-button","mat-icon-button","mat-raised-button","mat-stroked-button","mat-mini-fab","mat-fab"];class La{constructor(t){this._elementRef=t}}const _a=Object(ra.s)(Object(ra.u)(Object(ra.t)(La)));let Ia=(()=>{class t extends _a{constructor(t,a,e){super(t),this._focusMonitor=a,this._animationMode=e,this.isRoundButton=this._hasHostAttributes("mat-fab","mat-mini-fab"),this.isIconButton=this._hasHostAttributes("mat-icon-button");for(const n of Aa)this._hasHostAttributes(n)&&this._getHostElement().classList.add(n);t.nativeElement.classList.add("mat-button-base"),this.isRoundButton&&(this.color="accent")}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}focus(t="program",a){this._focusMonitor.focusVia(this._getHostElement(),t,a)}_getHostElement(){return this._elementRef.nativeElement}_isRippleDisabled(){return this.disableRipple||this.disabled}_hasHostAttributes(...t){return t.some(t=>this._getHostElement().hasAttribute(t))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(fa.f),n.Nb(s.a,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-icon-button",""],["button","mat-fab",""],["button","mat-mini-fab",""],["button","mat-stroked-button",""],["button","mat-flat-button",""]],viewQuery:function(t,a){var e;1&t&&n.Ic(ra.n,!0),2&t&&n.qc(e=n.cc())&&(a.ripple=e.first)},hostAttrs:[1,"mat-focus-indicator"],hostVars:3,hostBindings:function(t,a){2&t&&(n.Bb("disabled",a.disabled||null),n.Eb("_mat-animation-noopable","NoopAnimations"===a._animationMode))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[n.xb],attrs:da,ngContentSelectors:ua,decls:4,vars:5,consts:[[1,"mat-button-wrapper"],["matRipple","",1,"mat-button-ripple",3,"matRippleDisabled","matRippleCentered","matRippleTrigger"],[1,"mat-button-focus-overlay"]],template:function(t,a){1&t&&(n.kc(),n.Tb(0,"span",0),n.jc(1),n.Sb(),n.Ob(2,"div",1),n.Ob(3,"div",2)),2&t&&(n.Ab(2),n.Eb("mat-button-ripple-round",a.isRoundButton||a.isIconButton),n.lc("matRippleDisabled",a._isRippleDisabled())("matRippleCentered",a.isIconButton)("matRippleTrigger",a._getHostElement()))},directives:[ra.n],styles:[".mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:.04}@media(hover: none){.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled],.mat-flat-button[disabled]{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button[disabled]{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-ripple.mat-ripple,.mat-stroked-button .mat-button-focus-overlay{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab[disabled]{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab[disabled]{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button i,.mat-icon-button .mat-icon{line-height:24px}.mat-button-ripple.mat-ripple,.mat-button-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}.cdk-high-contrast-active .mat-button-focus-overlay{background-color:#fff}.cdk-high-contrast-black-on-white .mat-button-focus-overlay{background-color:#000}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:block;font-size:inherit;width:2.5em;height:2.5em}.cdk-high-contrast-active .mat-button,.cdk-high-contrast-active .mat-flat-button,.cdk-high-contrast-active .mat-raised-button,.cdk-high-contrast-active .mat-icon-button,.cdk-high-contrast-active .mat-fab,.cdk-high-contrast-active .mat-mini-fab{outline:solid 1px}\n"],encapsulation:2,changeDetection:0}),t})(),Da=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.o,ra.e],ra.e]}),t})(),ma=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.e],ra.e]}),t})();var Ca=e("nLfN");let Sa=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.e],ra.e]}),t})();var ha=e("GU7r"),ga=e("JX91"),Ga=e("R0Ic");const Ta=["underline"],pa=["connectionContainer"],ka=["inputContainer"],va=["label"];function ya(t,a){1&t&&(n.Rb(0),n.Tb(1,"div",14),n.Ob(2,"div",15),n.Ob(3,"div",16),n.Ob(4,"div",17),n.Sb(),n.Tb(5,"div",18),n.Ob(6,"div",15),n.Ob(7,"div",16),n.Ob(8,"div",17),n.Sb(),n.Qb())}function Oa(t,a){1&t&&(n.Tb(0,"div",19),n.jc(1,1),n.Sb())}function Ba(t,a){if(1&t&&(n.Rb(0),n.jc(1,2),n.Tb(2,"span"),n.Dc(3),n.Sb(),n.Qb()),2&t){const t=n.fc(2);n.Ab(3),n.Ec(t._control.placeholder)}}function Fa(t,a){1&t&&n.jc(0,3,["*ngSwitchCase","true"])}function Ea(t,a){1&t&&(n.Tb(0,"span",23),n.Dc(1," *"),n.Sb())}function wa(t,a){if(1&t){const t=n.Ub();n.Tb(0,"label",20,21),n.bc("cdkObserveContent",(function(){return n.uc(t),n.fc().updateOutlineGap()})),n.Bc(2,Ba,4,1,"ng-container",12),n.Bc(3,Fa,1,0,void 0,12),n.Bc(4,Ea,2,0,"span",22),n.Sb()}if(2&t){const t=n.fc();n.Eb("mat-empty",t._control.empty&&!t._shouldAlwaysFloat)("mat-form-field-empty",t._control.empty&&!t._shouldAlwaysFloat)("mat-accent","accent"==t.color)("mat-warn","warn"==t.color),n.lc("cdkObserveContentDisabled","outline"!=t.appearance)("id",t._labelId)("ngSwitch",t._hasLabel()),n.Bb("for",t._control.id)("aria-owns",t._control.id),n.Ab(2),n.lc("ngSwitchCase",!1),n.Ab(1),n.lc("ngSwitchCase",!0),n.Ab(1),n.lc("ngIf",!t.hideRequiredMarker&&t._control.required&&!t._control.disabled)}}function Ma(t,a){1&t&&(n.Tb(0,"div",24),n.jc(1,4),n.Sb())}function ja(t,a){if(1&t&&(n.Tb(0,"div",25,26),n.Ob(2,"span",27),n.Sb()),2&t){const t=n.fc();n.Ab(2),n.Eb("mat-accent","accent"==t.color)("mat-warn","warn"==t.color)}}function xa(t,a){if(1&t&&(n.Tb(0,"div"),n.jc(1,5),n.Sb()),2&t){const t=n.fc();n.lc("@transitionMessages",t._subscriptAnimationState)}}function Va(t,a){if(1&t&&(n.Tb(0,"div",31),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.lc("id",t._hintLabelId),n.Ab(1),n.Ec(t.hintLabel)}}function Ha(t,a){if(1&t&&(n.Tb(0,"div",28),n.Bc(1,Va,2,2,"div",29),n.jc(2,6),n.Ob(3,"div",30),n.jc(4,7),n.Sb()),2&t){const t=n.fc();n.lc("@transitionMessages",t._subscriptAnimationState),n.Ab(1),n.lc("ngIf",t.hintLabel)}}const Ra=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],Pa=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let Na=0,Ua=(()=>{class t{constructor(){this.id="mat-error-"+Na++}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["mat-error"]],hostAttrs:["role","alert",1,"mat-error"],hostVars:1,hostBindings:function(t,a){2&t&&n.Bb("id",a.id)},inputs:{id:"id"}}),t})();const Wa={transitionMessages:Object(Ga.m)("transitionMessages",[Object(Ga.j)("enter",Object(Ga.k)({opacity:1,transform:"translateY(0%)"})),Object(Ga.l)("void => enter",[Object(Ga.k)({opacity:0,transform:"translateY(-100%)"}),Object(Ga.e)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let $a=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t}),t})();function za(t){return Error(`A hint was already declared for 'align="${t}"'.`)}let Ja=0,qa=(()=>{class t{constructor(){this.align="start",this.id="mat-hint-"+Ja++}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["mat-hint"]],hostAttrs:[1,"mat-hint"],hostVars:4,hostBindings:function(t,a){2&t&&(n.Bb("id",a.id)("align",null),n.Eb("mat-right","end"==a.align))},inputs:{align:"align",id:"id"}}),t})(),Xa=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["mat-label"]]}),t})(),Qa=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["mat-placeholder"]]}),t})(),Ka=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matPrefix",""]]}),t})(),Za=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matSuffix",""]]}),t})(),Ya=0;class te{constructor(t){this._elementRef=t}}const ae=Object(ra.s)(te,"primary"),ee=new n.r("MAT_FORM_FIELD_DEFAULT_OPTIONS"),ne=new n.r("MatFormField");let oe=(()=>{class t extends ae{constructor(t,a,e,n,o,c,s,l){super(t),this._elementRef=t,this._changeDetectorRef=a,this._dir=n,this._defaults=o,this._platform=c,this._ngZone=s,this._outlineGapCalculationNeededImmediately=!1,this._outlineGapCalculationNeededOnStable=!1,this._destroyed=new r.a,this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId="mat-hint-"+Ya++,this._labelId="mat-form-field-label-"+Ya++,this._labelOptions=e||{},this.floatLabel=this._getDefaultFloatLabelState(),this._animationsEnabled="NoopAnimations"!==l,this.appearance=o&&o.appearance?o.appearance:"legacy",this._hideRequiredMarker=!(!o||null==o.hideRequiredMarker)&&o.hideRequiredMarker}get appearance(){return this._appearance}set appearance(t){const a=this._appearance;this._appearance=t||this._defaults&&this._defaults.appearance||"legacy","outline"===this._appearance&&a!==t&&(this._outlineGapCalculationNeededOnStable=!0)}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(t){this._hideRequiredMarker=Object(st.c)(t)}get _shouldAlwaysFloat(){return"always"===this.floatLabel&&!this._showAlwaysAnimate}get _canLabelFloat(){return"never"!==this.floatLabel}get hintLabel(){return this._hintLabel}set hintLabel(t){this._hintLabel=t,this._processHints()}get floatLabel(){return"legacy"!==this.appearance&&"never"===this._floatLabel?"auto":this._floatLabel}set floatLabel(t){t!==this._floatLabel&&(this._floatLabel=t||this._getDefaultFloatLabelState(),this._changeDetectorRef.markForCheck())}get _control(){return this._explicitFormFieldControl||this._controlNonStatic||this._controlStatic}set _control(t){this._explicitFormFieldControl=t}get _labelChild(){return this._labelChildNonStatic||this._labelChildStatic}getConnectedOverlayOrigin(){return this._connectionContainerRef||this._elementRef}ngAfterContentInit(){this._validateControlChild();const t=this._control;t.controlType&&this._elementRef.nativeElement.classList.add("mat-form-field-type-"+t.controlType),t.stateChanges.pipe(Object(ga.a)(null)).subscribe(()=>{this._validatePlaceholders(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),t.ngControl&&t.ngControl.valueChanges&&t.ngControl.valueChanges.pipe(Object(m.a)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.asObservable().pipe(Object(m.a)(this._destroyed)).subscribe(()=>{this._outlineGapCalculationNeededOnStable&&this.updateOutlineGap()})}),Object(u.a)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._outlineGapCalculationNeededOnStable=!0,this._changeDetectorRef.markForCheck()}),this._hintChildren.changes.pipe(Object(ga.a)(null)).subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.pipe(Object(ga.a)(null)).subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._dir&&this._dir.change.pipe(Object(m.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(t){const a=this._control?this._control.ngControl:null;return a&&a[t]}_hasPlaceholder(){return!!(this._control&&this._control.placeholder||this._placeholderChild)}_hasLabel(){return!!this._labelChild}_shouldLabelFloat(){return this._canLabelFloat&&(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(L.a)(this._label.nativeElement,"transitionend").pipe(Object(C.a)(1)).subscribe(()=>{this._showAlwaysAnimate=!1})),this.floatLabel="always",this._changeDetectorRef.markForCheck())}_validatePlaceholders(){if(this._control.placeholder&&this._placeholderChild)throw Error("Placeholder attribute and child element were both specified.")}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){if(this._hintChildren){let t,a;this._hintChildren.forEach(e=>{if("start"===e.align){if(t||this.hintLabel)throw za("start");t=e}else if("end"===e.align){if(a)throw za("end");a=e}})}}_getDefaultFloatLabelState(){return this._defaults&&this._defaults.floatLabel||this._labelOptions.float||"auto"}_syncDescribedByIds(){if(this._control){let t=[];if("hint"===this._getDisplayedMessages()){const a=this._hintChildren?this._hintChildren.find(t=>"start"===t.align):null,e=this._hintChildren?this._hintChildren.find(t=>"end"===t.align):null;a?t.push(a.id):this._hintLabel&&t.push(this._hintLabelId),e&&t.push(e.id)}else this._errorChildren&&(t=this._errorChildren.map(t=>t.id));this._control.setDescribedByIds(t)}}_validateControlChild(){if(!this._control)throw Error("mat-form-field must contain a MatFormFieldControl.")}updateOutlineGap(){const t=this._label?this._label.nativeElement:null;if("outline"!==this.appearance||!t||!t.children.length||!t.textContent.trim())return;if(!this._platform.isBrowser)return;if(!this._isAttachedToDOM())return void(this._outlineGapCalculationNeededImmediately=!0);let a=0,e=0;const n=this._connectionContainerRef.nativeElement,o=n.querySelectorAll(".mat-form-field-outline-start"),c=n.querySelectorAll(".mat-form-field-outline-gap");if(this._label&&this._label.nativeElement.children.length){const o=n.getBoundingClientRect();if(0===o.width&&0===o.height)return this._outlineGapCalculationNeededOnStable=!0,void(this._outlineGapCalculationNeededImmediately=!1);const c=this._getStartEnd(o),s=t.children,l=this._getStartEnd(s[0].getBoundingClientRect());let i=0;for(let t=0;t0?.75*i+10:0}for(let s=0;s{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[b.c,ra.e,ha.c],ra.e]}),t})(),se=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})(),le=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.o,ra.e,ha.c,se],ra.e,se]}),t})();var ie=e("EY2u");e("3UWI");const be=Object(Ca.f)({passive:!0});let re=(()=>{class t{constructor(t,a){this._platform=t,this._ngZone=a,this._monitoredElements=new Map}monitor(t){if(!this._platform.isBrowser)return ie.a;const a=Object(st.e)(t),e=this._monitoredElements.get(a);if(e)return e.subject.asObservable();const n=new r.a,o="cdk-text-field-autofilled",c=t=>{"cdk-text-field-autofill-start"!==t.animationName||a.classList.contains(o)?"cdk-text-field-autofill-end"===t.animationName&&a.classList.contains(o)&&(a.classList.remove(o),this._ngZone.run(()=>n.next({target:t.target,isAutofilled:!1}))):(a.classList.add(o),this._ngZone.run(()=>n.next({target:t.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{a.addEventListener("animationstart",c,be),a.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(a,{subject:n,unlisten:()=>{a.removeEventListener("animationstart",c,be)}}),n.asObservable()}stopMonitoring(t){const a=Object(st.e)(t),e=this._monitoredElements.get(a);e&&(e.unlisten(),e.subject.complete(),a.classList.remove("cdk-text-field-autofill-monitored"),a.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(a))}ngOnDestroy(){this._monitoredElements.forEach((t,a)=>this.stopMonitoring(a))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(Ca.a),n.Xb(n.A))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(Ca.a),Object(n.Xb)(n.A))},token:t,providedIn:"root"}),t})(),fe=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[Ca.b]]}),t})();const de=new n.r("MAT_INPUT_VALUE_ACCESSOR"),ue=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Ae=0;class Le{constructor(t,a,e,n){this._defaultErrorStateMatcher=t,this._parentForm=a,this._parentFormGroup=e,this.ngControl=n}}const _e=Object(ra.v)(Le);let Ie=(()=>{class t extends _e{constructor(t,a,e,n,o,c,s,l,i){super(c,n,o,e),this._elementRef=t,this._platform=a,this.ngControl=e,this._autofillMonitor=l,this._uid="mat-input-"+Ae++,this.focused=!1,this.stateChanges=new r.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(t=>Object(Ca.e)().has(t));const b=this._elementRef.nativeElement,f=b.nodeName.toLowerCase();this._inputValueAccessor=s||b,this._previousNativeValue=this.value,this.id=this.id,a.IOS&&i.runOutsideAngular(()=>{t.nativeElement.addEventListener("keyup",t=>{let a=t.target;a.value||a.selectionStart||a.selectionEnd||(a.setSelectionRange(1,1),a.setSelectionRange(0,0))})}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===f,this._isTextarea="textarea"===f,this._isNativeSelect&&(this.controlType=b.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(t){this._disabled=Object(st.c)(t),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(t){this._id=t||this._uid}get required(){return this._required}set required(t){this._required=Object(st.c)(t)}get type(){return this._type}set type(t){this._type=t||"text",this._validateType(),!this._isTextarea&&Object(Ca.e)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(t){t!==this.value&&(this._inputValueAccessor.value=t,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(t){this._readonly=Object(st.c)(t)}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(t=>{this.autofilled=t.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()}focus(t){this._elementRef.nativeElement.focus(t)}_focusChanged(t){t===this.focused||this.readonly&&t||(this.focused=t,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const t=this._elementRef.nativeElement.value;this._previousNativeValue!==t&&(this._previousNativeValue=t,this.stateChanges.next())}_validateType(){if(ue.indexOf(this._type)>-1)throw Error(`Input type "${this._type}" isn't supported by matInput.`)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let t=this._elementRef.nativeElement.validity;return t&&t.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const t=this._elementRef.nativeElement,a=t.options[0];return this.focused||t.multiple||!this.empty||!!(t.selectedIndex>-1&&a&&a.label)}return this.focused||!this.empty}setDescribedByIds(t){this._ariaDescribedby=t.join(" ")}onContainerClick(){this.focused||this.focus()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(Ca.a),n.Nb(l.i,10),n.Nb(l.l,8),n.Nb(l.e,8),n.Nb(ra.a),n.Nb(de,10),n.Nb(re),n.Nb(n.A))},t.\u0275dir=n.Ib({type:t,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:11,hostBindings:function(t,a){1&t&&n.bc("focus",(function(){return a._focusChanged(!0)}))("blur",(function(){return a._focusChanged(!1)}))("input",(function(){return a._onInput()})),2&t&&(n.Wb("disabled",a.disabled)("required",a.required),n.Bb("id",a.id)("placeholder",a.placeholder)("data-placeholder",a.placeholder)("readonly",a.readonly&&!a._isNativeSelect||null)("aria-describedby",a._ariaDescribedby||null)("aria-invalid",a.errorState)("aria-required",a.required.toString()),n.Eb("mat-input-server",a._isServer))},inputs:{id:"id",disabled:"disabled",required:"required",type:"type",value:"value",readonly:"readonly",placeholder:"placeholder",errorStateMatcher:"errorStateMatcher"},exportAs:["matInput"],features:[n.zb([{provide:$a,useExisting:t}]),n.xb,n.yb]}),t})(),De=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[ra.a],imports:[[fe,ce],fe,ce]}),t})();var me=e("z6cu"),Ce=e("cp0P"),Se=e("quSY"),he=e("JIr8"),ge=e("nYR2"),Ge=e("w1tV");const Te=["*"];function pe(t){return Error(`Unable to find icon with the name "${t}"`)}function ke(t){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${t}".`)}function ve(t){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${t}".`)}class ye{constructor(t,a){this.options=a,t.nodeName?this.svgElement=t:this.url=t}}let Oe=(()=>{class t{constructor(t,a,e,n){this._httpClient=t,this._sanitizer=a,this._errorHandler=n,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._defaultFontSetClass="material-icons",this._document=e}addSvgIcon(t,a,e){return this.addSvgIconInNamespace("",t,a,e)}addSvgIconLiteral(t,a,e){return this.addSvgIconLiteralInNamespace("",t,a,e)}addSvgIconInNamespace(t,a,e,n){return this._addSvgIconConfig(t,a,new ye(e,n))}addSvgIconLiteralInNamespace(t,a,e,o){const c=this._sanitizer.sanitize(n.J.HTML,e);if(!c)throw ve(e);const s=this._createSvgElementForSingleIcon(c,o);return this._addSvgIconConfig(t,a,new ye(s,o))}addSvgIconSet(t,a){return this.addSvgIconSetInNamespace("",t,a)}addSvgIconSetLiteral(t,a){return this.addSvgIconSetLiteralInNamespace("",t,a)}addSvgIconSetInNamespace(t,a,e){return this._addSvgIconSetConfig(t,new ye(a,e))}addSvgIconSetLiteralInNamespace(t,a,e){const o=this._sanitizer.sanitize(n.J.HTML,a);if(!o)throw ve(a);const c=this._svgElementFromString(o);return this._addSvgIconSetConfig(t,new ye(c,e))}registerFontClassAlias(t,a=t){return this._fontCssClassesByAlias.set(t,a),this}classNameForFontAlias(t){return this._fontCssClassesByAlias.get(t)||t}setDefaultFontSetClass(t){return this._defaultFontSetClass=t,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(t){const a=this._sanitizer.sanitize(n.J.RESOURCE_URL,t);if(!a)throw ke(t);const e=this._cachedIconsByUrl.get(a);return e?Object(A.a)(Be(e)):this._loadSvgIconFromConfig(new ye(t)).pipe(Object(S.a)(t=>this._cachedIconsByUrl.set(a,t)),Object(I.a)(t=>Be(t)))}getNamedSvgIcon(t,a=""){const e=Fe(a,t),n=this._svgIconConfigs.get(e);if(n)return this._getSvgFromConfig(n);const o=this._iconSetConfigs.get(a);return o?this._getSvgFromIconSetConfigs(t,o):Object(me.a)(pe(e))}ngOnDestroy(){this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(t){return t.svgElement?Object(A.a)(Be(t.svgElement)):this._loadSvgIconFromConfig(t).pipe(Object(S.a)(a=>t.svgElement=a),Object(I.a)(t=>Be(t)))}_getSvgFromIconSetConfigs(t,a){const e=this._extractIconWithNameFromAnySet(t,a);if(e)return Object(A.a)(e);const o=a.filter(t=>!t.svgElement).map(t=>this._loadSvgIconSetFromConfig(t).pipe(Object(he.a)(a=>{const e=this._sanitizer.sanitize(n.J.RESOURCE_URL,t.url);return this._errorHandler.handleError(new Error(`Loading icon set URL: ${e} failed: ${a.message}`)),Object(A.a)(null)})));return Object(Ce.a)(o).pipe(Object(I.a)(()=>{const e=this._extractIconWithNameFromAnySet(t,a);if(!e)throw pe(t);return e}))}_extractIconWithNameFromAnySet(t,a){for(let e=a.length-1;e>=0;e--){const n=a[e];if(n.svgElement){const a=this._extractSvgIconFromSet(n.svgElement,t,n.options);if(a)return a}}return null}_loadSvgIconFromConfig(t){return this._fetchIcon(t).pipe(Object(I.a)(a=>this._createSvgElementForSingleIcon(a,t.options)))}_loadSvgIconSetFromConfig(t){return t.svgElement?Object(A.a)(t.svgElement):this._fetchIcon(t).pipe(Object(I.a)(a=>(t.svgElement||(t.svgElement=this._svgElementFromString(a)),t.svgElement)))}_createSvgElementForSingleIcon(t,a){const e=this._svgElementFromString(t);return this._setSvgAttributes(e,a),e}_extractSvgIconFromSet(t,a,e){const n=t.querySelector(`[id="${a}"]`);if(!n)return null;const o=n.cloneNode(!0);if(o.removeAttribute("id"),"svg"===o.nodeName.toLowerCase())return this._setSvgAttributes(o,e);if("symbol"===o.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(o),e);const c=this._svgElementFromString("");return c.appendChild(o),this._setSvgAttributes(c,e)}_svgElementFromString(t){const a=this._document.createElement("DIV");a.innerHTML=t;const e=a.querySelector("svg");if(!e)throw Error(" tag not found");return e}_toSvgElement(t){const a=this._svgElementFromString(""),e=t.attributes;for(let n=0;nthis._inProgressUrlFetches.delete(s)),Object(Ge.a)());return this._inProgressUrlFetches.set(s,i),i}_addSvgIconConfig(t,a,e){return this._svgIconConfigs.set(Fe(t,a),e),this}_addSvgIconSetConfig(t,a){const e=this._iconSetConfigs.get(t);return e?e.push(a):this._iconSetConfigs.set(t,[a]),this}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(i.b,8),n.Xb(c.b),n.Xb(b.d,8),n.Xb(n.n))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(i.b,8),Object(n.Xb)(c.b),Object(n.Xb)(b.d,8),Object(n.Xb)(n.n))},token:t,providedIn:"root"}),t})();function Be(t){return t.cloneNode(!0)}function Fe(t,a){return t+":"+a}class Ee{constructor(t){this._elementRef=t}}const we=Object(ra.s)(Ee),Me=new n.r("mat-icon-location",{providedIn:"root",factory:function(){const t=Object(n.V)(b.d),a=t?t.location:null;return{getPathname:()=>a?a.pathname+a.search:""}}}),je=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],xe=je.map(t=>`[${t}]`).join(", "),Ve=/^url\(['"]?#(.*?)['"]?\)$/;let He=(()=>{class t extends we{constructor(t,a,e,n,o){super(t),this._iconRegistry=a,this._location=n,this._errorHandler=o,this._inline=!1,this._currentIconFetch=Se.a.EMPTY,e||t.nativeElement.setAttribute("aria-hidden","true")}get inline(){return this._inline}set inline(t){this._inline=Object(st.c)(t)}get fontSet(){return this._fontSet}set fontSet(t){this._fontSet=this._cleanupFontValue(t)}get fontIcon(){return this._fontIcon}set fontIcon(t){this._fontIcon=this._cleanupFontValue(t)}_splitIconName(t){if(!t)return["",""];const a=t.split(":");switch(a.length){case 1:return["",a[0]];case 2:return a;default:throw Error(`Invalid icon name: "${t}"`)}}ngOnChanges(t){const a=t.svgIcon;if(a)if(this._currentIconFetch.unsubscribe(),this.svgIcon){const[t,a]=this._splitIconName(this.svgIcon);this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(a,t).pipe(Object(C.a)(1)).subscribe(t=>this._setSvgElement(t),e=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${t}:${a}! ${e.message}`))})}else a.previousValue&&this._clearSvgElement();this._usingFontIcon()&&this._updateFontIconClasses()}ngOnInit(){this._usingFontIcon()&&this._updateFontIconClasses()}ngAfterViewChecked(){const t=this._elementsWithExternalReferences;if(t&&t.size){const t=this._location.getPathname();t!==this._previousPath&&(this._previousPath=t,this._prependPathToReferences(t))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(t){this._clearSvgElement();const a=t.querySelectorAll("style");for(let n=0;n{a.forEach(a=>{e.setAttribute(a.name,`url('${t}#${a.value}')`)})})}_cacheChildrenWithExternalReferences(t){const a=t.querySelectorAll(xe),e=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let n=0;n{const o=a[n],c=o.getAttribute(t),s=c?c.match(Ve):null;if(s){let a=e.get(o);a||(a=[],e.set(o,a)),a.push({name:t,value:s[1]})}})}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(Oe),n.Yb("aria-hidden"),n.Nb(Me),n.Nb(n.n))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:4,hostBindings:function(t,a){2&t&&n.Eb("mat-icon-inline",a.inline)("mat-icon-no-color","primary"!==a.color&&"accent"!==a.color&&"warn"!==a.color)},inputs:{color:"color",inline:"inline",fontSet:"fontSet",fontIcon:"fontIcon",svgIcon:"svgIcon"},exportAs:["matIcon"],features:[n.xb,n.yb],ngContentSelectors:Te,decls:1,vars:0,template:function(t,a){1&t&&(n.kc(),n.jc(0))},styles:[".mat-icon{background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"],encapsulation:2,changeDetection:0}),t})(),Re=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.e],ra.e]}),t})();var Pe=e("vxfF"),Ne=e("FtGj"),Ue=e("/uUt");let We=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[b.c,ra.e,Ca.b,Pe.b],Pe.b,ra.e]}),t})();var $e=e("0EQZ");let ze=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.e],ra.e]}),t})(),Je=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ra.g,ra.o,ra.e,ra.m,b.c],ra.g,ra.e,ra.m,ze]}),t})();var qe=e("7+OI");const Xe=[[["caption"]],[["colgroup"],["col"]]],Qe=["caption","colgroup, col"];function Ke(t){return class extends t{constructor(...t){super(...t),this._sticky=!1,this._hasStickyChanged=!1}get sticky(){return this._sticky}set sticky(t){const a=this._sticky;this._sticky=Object(st.c)(t),this._hasStickyChanged=a!==this._sticky}hasStickyChanged(){const t=this._hasStickyChanged;return this._hasStickyChanged=!1,t}resetStickyChanged(){this._hasStickyChanged=!1}}}const Ze=new n.r("CDK_TABLE");let Ye=(()=>{class t{constructor(t){this.template=t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkCellDef",""]]}),t})(),tn=(()=>{class t{constructor(t){this.template=t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkHeaderCellDef",""]]}),t})(),an=(()=>{class t{constructor(t){this.template=t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkFooterCellDef",""]]}),t})();class en{}const nn=Ke(en);let on=(()=>{class t extends nn{constructor(t){super(),this._table=t,this._stickyEnd=!1}get name(){return this._name}set name(t){t&&(this._name=t,this.cssClassFriendlyName=t.replace(/[^a-z0-9_-]/gi,"-"))}get stickyEnd(){return this._stickyEnd}set stickyEnd(t){const a=this._stickyEnd;this._stickyEnd=Object(st.c)(t),this._hasStickyChanged=a!==this._stickyEnd}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(Ze,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkColumnDef",""]],contentQueries:function(t,a,e){var o;1&t&&(n.Gb(e,Ye,!0),n.Gb(e,tn,!0),n.Gb(e,an,!0)),2&t&&(n.qc(o=n.cc())&&(a.cell=o.first),n.qc(o=n.cc())&&(a.headerCell=o.first),n.qc(o=n.cc())&&(a.footerCell=o.first))},inputs:{sticky:"sticky",name:["cdkColumnDef","name"],stickyEnd:"stickyEnd"},features:[n.zb([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}]),n.xb]}),t})();class cn{constructor(t,a){a.nativeElement.classList.add("cdk-column-"+t.cssClassFriendlyName)}}let sn=(()=>{class t extends cn{constructor(t,a){super(t,a)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(on),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[n.xb]}),t})(),ln=(()=>{class t extends cn{constructor(t,a){super(t,a)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(on),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:["role","gridcell",1,"cdk-cell"],features:[n.xb]}),t})(),bn=(()=>{class t{constructor(t,a){this.template=t,this._differs=a}ngOnChanges(t){if(!this._columnsDiffer){const a=t.columns&&t.columns.currentValue||[];this._columnsDiffer=this._differs.find(a).create(),this._columnsDiffer.diff(a)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(t){return this instanceof dn?t.headerCell.template:this instanceof Ln?t.footerCell.template:t.cell.template}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M),n.Nb(n.t))},t.\u0275dir=n.Ib({type:t,features:[n.yb]}),t})();class rn extends bn{}const fn=Ke(rn);let dn=(()=>{class t extends fn{constructor(t,a,e){super(t,a),this._table=e}ngOnChanges(t){super.ngOnChanges(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M),n.Nb(n.t),n.Nb(Ze,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:["cdkHeaderRowDef","columns"],sticky:["cdkHeaderRowDefSticky","sticky"]},features:[n.xb,n.yb]}),t})();class un extends bn{}const An=Ke(un);let Ln=(()=>{class t extends An{constructor(t,a,e){super(t,a),this._table=e}ngOnChanges(t){super.ngOnChanges(t)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M),n.Nb(n.t),n.Nb(Ze,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:["cdkFooterRowDef","columns"],sticky:["cdkFooterRowDefSticky","sticky"]},features:[n.xb,n.yb]}),t})(),_n=(()=>{class t extends bn{constructor(t,a,e){super(t,a),this._table=e}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M),n.Nb(n.t),n.Nb(Ze,8))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkRowDef",""]],inputs:{columns:["cdkRowDefColumns","columns"],when:["cdkRowDefWhen","when"]},features:[n.xb]}),t})(),In=(()=>{class t{constructor(a){this._viewContainer=a,t.mostRecentCellOutlet=this}ngOnDestroy(){t.mostRecentCellOutlet===this&&(t.mostRecentCellOutlet=null)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q))},t.\u0275dir=n.Ib({type:t,selectors:[["","cdkCellOutlet",""]]}),t.mostRecentCellOutlet=null,t})(),Dn=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(t,a){1&t&&n.Pb(0,0)},directives:[In],encapsulation:2}),t})(),mn=(()=>{class t{}return t.\u0275fac=function(a){return new(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(t,a){1&t&&n.Pb(0,0)},directives:[In],encapsulation:2}),t})(),Cn=(()=>{class t{constructor(t){this.templateRef=t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["ng-template","cdkNoDataRow",""]]}),t})();const Sn=["top","bottom","left","right"];class hn{constructor(t,a,e,n=!0){this._isNativeHtmlTable=t,this._stickCellCss=a,this.direction=e,this._isBrowser=n}clearStickyPositioning(t,a){for(const e of t)if(e.nodeType===e.ELEMENT_NODE){this._removeStickyStyle(e,a);for(let t=0;tt)||e.some(t=>t);if(!t.length||!n||!this._isBrowser)return;const o=t[0],c=o.children.length,s=this._getCellWidths(o),l=this._getStickyStartColumnPositions(s,a),i=this._getStickyEndColumnPositions(s,e),b="rtl"===this.direction;for(const r of t)for(let t=0;t!t)?this._removeStickyStyle(e,["bottom"]):this._addStickyStyle(e,"bottom",0)}_removeStickyStyle(t,a){for(const e of a)t.style[e]="";t.style.zIndex=this._getCalculatedZIndex(t),Sn.some(a=>!!t.style[a])||(t.style.position="",t.classList.remove(this._stickCellCss))}_addStickyStyle(t,a,e){t.classList.add(this._stickCellCss),t.style[a]=e+"px",t.style.cssText+="position: -webkit-sticky; position: sticky; ",t.style.zIndex=this._getCalculatedZIndex(t)}_getCalculatedZIndex(t){const a={top:100,bottom:10,left:1,right:1};let e=0;for(const n of Sn)t.style[n]&&(e+=a[n]);return e?""+e:""}_getCellWidths(t){const a=[],e=t.children;for(let n=0;n0;o--)a[o]&&(e[o]=n,n+=t[o]);return e}}function gn(t){return Error(`Could not find column with id "${t}".`)}let Gn=(()=>{class t{constructor(t,a){this.viewContainer=t,this.elementRef=a}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["","rowOutlet",""]]}),t})(),Tn=(()=>{class t{constructor(t,a){this.viewContainer=t,this.elementRef=a}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["","headerRowOutlet",""]]}),t})(),pn=(()=>{class t{constructor(t,a){this.viewContainer=t,this.elementRef=a}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["","footerRowOutlet",""]]}),t})(),kn=(()=>{class t{constructor(t,a){this.viewContainer=t,this.elementRef=a}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["","noDataRowOutlet",""]]}),t})(),vn=(()=>{class t{constructor(t,a,e,n,o,c,s){this._differs=t,this._changeDetectorRef=a,this._elementRef=e,this._dir=o,this._platform=s,this._onDestroy=new r.a,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this._isShowingNoDataRow=!1,this._multiTemplateDataRows=!1,this.viewChange=new f.a({start:0,end:Number.MAX_VALUE}),n||this._elementRef.nativeElement.setAttribute("role","grid"),this._document=c,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}get trackBy(){return this._trackByFn}set trackBy(t){Object(n.W)()&&null!=t&&"function"!=typeof t&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(t)}.`),this._trackByFn=t}get dataSource(){return this._dataSource}set dataSource(t){this._dataSource!==t&&this._switchDataSource(t)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(t){this._multiTemplateDataRows=Object(st.c)(t),this._rowOutlet&&this._rowOutlet.viewContainer.length&&this._forceRenderDataRows()}ngOnInit(){this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create((t,a)=>this.trackBy?this.trackBy(a.dataIndex,a.data):a)}ngAfterContentChecked(){if(this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&!this._rowDefs.length)throw Error("Missing definitions for header, footer, and row; cannot determine which columns should be rendered.");this._renderUpdatedColumns(),this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription&&this._observeRenderChanges(),this._checkStickyStates()}ngOnDestroy(){this._rowOutlet.viewContainer.clear(),this._noDataRowOutlet.viewContainer.clear(),this._headerRowOutlet.viewContainer.clear(),this._footerRowOutlet.viewContainer.clear(),this._cachedRenderRowsMap.clear(),this._onDestroy.next(),this._onDestroy.complete(),Object($e.d)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const t=this._dataDiffer.diff(this._renderRows);if(!t)return;const a=this._rowOutlet.viewContainer;t.forEachOperation((t,e,n)=>{if(null==t.previousIndex)this._insertRow(t.item,n);else if(null==n)a.remove(e);else{const t=a.get(e);a.move(t,n)}}),this._updateRowIndexContext(),t.forEachIdentityChange(t=>{a.get(t.currentIndex).context.$implicit=t.item.data}),this._updateNoDataRow(),this.updateStickyColumnStyles()}addColumnDef(t){this._customColumnDefs.add(t)}removeColumnDef(t){this._customColumnDefs.delete(t)}addRowDef(t){this._customRowDefs.add(t)}removeRowDef(t){this._customRowDefs.delete(t)}addHeaderRowDef(t){this._customHeaderRowDefs.add(t),this._headerRowDefChanged=!0}removeHeaderRowDef(t){this._customHeaderRowDefs.delete(t),this._headerRowDefChanged=!0}addFooterRowDef(t){this._customFooterRowDefs.add(t),this._footerRowDefChanged=!0}removeFooterRowDef(t){this._customFooterRowDefs.delete(t),this._footerRowDefChanged=!0}updateStickyHeaderRowStyles(){const t=this._getRenderedRows(this._headerRowOutlet),a=this._elementRef.nativeElement.querySelector("thead");a&&(a.style.display=t.length?"":"none");const e=this._headerRowDefs.map(t=>t.sticky);this._stickyStyler.clearStickyPositioning(t,["top"]),this._stickyStyler.stickRows(t,e,"top"),this._headerRowDefs.forEach(t=>t.resetStickyChanged())}updateStickyFooterRowStyles(){const t=this._getRenderedRows(this._footerRowOutlet),a=this._elementRef.nativeElement.querySelector("tfoot");a&&(a.style.display=t.length?"":"none");const e=this._footerRowDefs.map(t=>t.sticky);this._stickyStyler.clearStickyPositioning(t,["bottom"]),this._stickyStyler.stickRows(t,e,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,e),this._footerRowDefs.forEach(t=>t.resetStickyChanged())}updateStickyColumnStyles(){const t=this._getRenderedRows(this._headerRowOutlet),a=this._getRenderedRows(this._rowOutlet),e=this._getRenderedRows(this._footerRowOutlet);this._stickyStyler.clearStickyPositioning([...t,...a,...e],["left","right"]),t.forEach((t,a)=>{this._addStickyColumnStyles([t],this._headerRowDefs[a])}),this._rowDefs.forEach(t=>{const e=[];for(let n=0;n{this._addStickyColumnStyles([t],this._footerRowDefs[a])}),Array.from(this._columnDefsByName.values()).forEach(t=>t.resetStickyChanged())}_getAllRenderRows(){const t=[],a=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let e=0;e{const o=e&&e.has(n)?e.get(n):[];if(o.length){const t=o.shift();return t.dataIndex=a,t}return{data:t,rowDef:n,dataIndex:a}})}_cacheColumnDefs(){this._columnDefsByName.clear(),yn(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(t=>{if(this._columnDefsByName.has(t.name))throw Error(`Duplicate column definition name provided: "${t.name}".`);this._columnDefsByName.set(t.name,t)})}_cacheRowDefs(){this._headerRowDefs=yn(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=yn(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=yn(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const t=this._rowDefs.filter(t=>!t.when);if(!this.multiTemplateDataRows&&t.length>1)throw Error("There can only be one default row without a when predicate function.");this._defaultRowDef=t[0]}_renderUpdatedColumns(){const t=(t,a)=>t||!!a.getColumnsDiff();this._rowDefs.reduce(t,!1)&&this._forceRenderDataRows(),this._headerRowDefs.reduce(t,!1)&&this._forceRenderHeaderRows(),this._footerRowDefs.reduce(t,!1)&&this._forceRenderFooterRows()}_switchDataSource(t){this._data=[],Object($e.d)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),t||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=t}_observeRenderChanges(){if(!this.dataSource)return;let t;if(Object($e.d)(this.dataSource)?t=this.dataSource.connect(this):Object(qe.a)(this.dataSource)?t=this.dataSource:Array.isArray(this.dataSource)&&(t=Object(A.a)(this.dataSource)),void 0===t)throw Error("Provided data source did not match an array, Observable, or DataSource");this._renderChangeSubscription=t.pipe(Object(m.a)(this._onDestroy)).subscribe(t=>{this._data=t||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((t,a)=>this._renderRow(this._headerRowOutlet,t,a)),this.updateStickyHeaderRowStyles(),this.updateStickyColumnStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((t,a)=>this._renderRow(this._footerRowOutlet,t,a)),this.updateStickyFooterRowStyles(),this.updateStickyColumnStyles()}_addStickyColumnStyles(t,a){const e=Array.from(a.columns||[]).map(t=>{const a=this._columnDefsByName.get(t);if(!a)throw gn(t);return a}),n=e.map(t=>t.sticky),o=e.map(t=>t.stickyEnd);this._stickyStyler.updateStickyColumns(t,n,o)}_getRenderedRows(t){const a=[];for(let e=0;e!e.when||e.when(a,t));else{let n=this._rowDefs.find(e=>e.when&&e.when(a,t))||this._defaultRowDef;n&&e.push(n)}if(!e.length)throw function(t){return Error("Could not find a matching row definition for theprovided row data: "+JSON.stringify(t))}(t);return e}_insertRow(t,a){this._renderRow(this._rowOutlet,t.rowDef,a,{$implicit:t.data})}_renderRow(t,a,e,n={}){t.viewContainer.createEmbeddedView(a.template,n,e);for(let o of this._getCellTemplates(a))In.mostRecentCellOutlet&&In.mostRecentCellOutlet._viewContainer.createEmbeddedView(o,n);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const t=this._rowOutlet.viewContainer;for(let a=0,e=t.length;a{const e=this._columnDefsByName.get(a);if(!e)throw gn(a);return t.extractCellTemplate(e)}):[]}_applyNativeTableSections(){const t=this._document.createDocumentFragment(),a=[{tag:"thead",outlets:[this._headerRowOutlet]},{tag:"tbody",outlets:[this._rowOutlet,this._noDataRowOutlet]},{tag:"tfoot",outlets:[this._footerRowOutlet]}];for(const e of a){const a=this._document.createElement(e.tag);a.setAttribute("role","rowgroup");for(const t of e.outlets)a.appendChild(t.elementRef.nativeElement);t.appendChild(a)}this._elementRef.nativeElement.appendChild(t)}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows(),this.updateStickyColumnStyles()}_checkStickyStates(){const t=(t,a)=>t||a.hasStickyChanged();this._headerRowDefs.reduce(t,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(t,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(t,!1)&&this.updateStickyColumnStyles()}_setupStickyStyler(){this._stickyStyler=new hn(this._isNativeHtmlTable,this.stickyCssClass,this._dir?this._dir.value:"ltr",this._platform.isBrowser),(this._dir?this._dir.change:Object(A.a)()).pipe(Object(m.a)(this._onDestroy)).subscribe(t=>{this._stickyStyler.direction=t,this.updateStickyColumnStyles()})}_getOwnDefs(t){return t.filter(t=>!t._table||t._table===this)}_updateNoDataRow(){if(this._noDataRow){const t=0===this._rowOutlet.viewContainer.length;if(t!==this._isShowingNoDataRow){const a=this._noDataRowOutlet.viewContainer;t?a.createEmbeddedView(this._noDataRow.templateRef):a.clear(),this._isShowingNoDataRow=t}}}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.t),n.Nb(n.h),n.Nb(n.l),n.Yb("role"),n.Nb(mt.b,8),n.Nb(b.d),n.Nb(Ca.a))},t.\u0275cmp=n.Hb({type:t,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(t,a,e){var o;1&t&&(n.Gb(e,Cn,!0),n.Gb(e,on,!0),n.Gb(e,_n,!0),n.Gb(e,dn,!0),n.Gb(e,Ln,!0)),2&t&&(n.qc(o=n.cc())&&(a._noDataRow=o.first),n.qc(o=n.cc())&&(a._contentColumnDefs=o),n.qc(o=n.cc())&&(a._contentRowDefs=o),n.qc(o=n.cc())&&(a._contentHeaderRowDefs=o),n.qc(o=n.cc())&&(a._contentFooterRowDefs=o))},viewQuery:function(t,a){var e;1&t&&(n.zc(Gn,!0),n.zc(Tn,!0),n.zc(pn,!0),n.zc(kn,!0)),2&t&&(n.qc(e=n.cc())&&(a._rowOutlet=e.first),n.qc(e=n.cc())&&(a._headerRowOutlet=e.first),n.qc(e=n.cc())&&(a._footerRowOutlet=e.first),n.qc(e=n.cc())&&(a._noDataRowOutlet=e.first))},hostAttrs:[1,"cdk-table"],inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:"multiTemplateDataRows"},exportAs:["cdkTable"],features:[n.zb([{provide:Ze,useExisting:t}])],ngContentSelectors:Qe,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(t,a){1&t&&(n.kc(Xe),n.jc(0),n.jc(1,1),n.Pb(2,0),n.Pb(3,1),n.Pb(4,2),n.Pb(5,3))},directives:[Tn,Gn,kn,pn],encapsulation:2}),t})();function yn(t,a){return t.concat(Array.from(a))}let On=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})();e("itXk");const Bn=[[["caption"]],[["colgroup"],["col"]]],Fn=["caption","colgroup, col"];let En=(()=>{class t extends vn{constructor(){super(...arguments),this.stickyCssClass="mat-table-sticky"}}return t.\u0275fac=function(a){return wn(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-table"],exportAs:["matTable"],features:[n.zb([{provide:vn,useExisting:t},{provide:Ze,useExisting:t}]),n.xb],ngContentSelectors:Fn,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(t,a){1&t&&(n.kc(Bn),n.jc(0),n.jc(1,1),n.Pb(2,0),n.Pb(3,1),n.Pb(4,2),n.Pb(5,3))},directives:[Tn,Gn,kn,pn],styles:['mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-row::after,mat-header-row::after,mat-footer-row::after{display:inline-block;min-height:inherit;content:""}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type,[dir=rtl] mat-header-cell:first-of-type,[dir=rtl] mat-footer-cell:first-of-type{padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type,[dir=rtl] mat-header-cell:last-of-type,[dir=rtl] mat-footer-cell:last-of-type{padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type,[dir=rtl] td.mat-cell:first-of-type,[dir=rtl] td.mat-footer-cell:first-of-type{padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type,[dir=rtl] td.mat-cell:last-of-type,[dir=rtl] td.mat-footer-cell:last-of-type{padding-right:0;padding-left:24px}\n'],encapsulation:2}),t})();const wn=n.Vb(En);let Mn=(()=>{class t extends Ye{}return t.\u0275fac=function(a){return jn(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matCellDef",""]],features:[n.zb([{provide:Ye,useExisting:t}]),n.xb]}),t})();const jn=n.Vb(Mn);let xn=(()=>{class t extends tn{}return t.\u0275fac=function(a){return Vn(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matHeaderCellDef",""]],features:[n.zb([{provide:tn,useExisting:t}]),n.xb]}),t})();const Vn=n.Vb(xn);let Hn=(()=>{class t extends on{}return t.\u0275fac=function(a){return Rn(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matColumnDef",""]],inputs:{sticky:"sticky",name:["matColumnDef","name"]},features:[n.zb([{provide:on,useExisting:t},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}]),n.xb]}),t})();const Rn=n.Vb(Hn);let Pn=(()=>{class t extends sn{constructor(t,a){super(t,a),a.nativeElement.classList.add("mat-column-"+t.cssClassFriendlyName)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(on),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-header-cell"],features:[n.xb]}),t})(),Nn=(()=>{class t extends ln{constructor(t,a){super(t,a),a.nativeElement.classList.add("mat-column-"+t.cssClassFriendlyName)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(on),n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:["role","gridcell",1,"mat-cell"],features:[n.xb]}),t})(),Un=(()=>{class t extends dn{}return t.\u0275fac=function(a){return Wn(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matHeaderRowDef",""]],inputs:{columns:["matHeaderRowDef","columns"],sticky:["matHeaderRowDefSticky","sticky"]},features:[n.zb([{provide:dn,useExisting:t}]),n.xb]}),t})();const Wn=n.Vb(Un);let $n=(()=>{class t extends _n{}return t.\u0275fac=function(a){return zn(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","matRowDef",""]],inputs:{columns:["matRowDefColumns","columns"],when:["matRowDefWhen","when"]},features:[n.zb([{provide:_n,useExisting:t}]),n.xb]}),t})();const zn=n.Vb($n);let Jn=(()=>{class t extends Dn{}return t.\u0275fac=function(a){return qn(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-header-row"],exportAs:["matHeaderRow"],features:[n.zb([{provide:Dn,useExisting:t}]),n.xb],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(t,a){1&t&&n.Pb(0,0)},directives:[In],encapsulation:2}),t})();const qn=n.Vb(Jn);let Xn=(()=>{class t extends mn{}return t.\u0275fac=function(a){return Qn(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-row"],exportAs:["matRow"],features:[n.zb([{provide:mn,useExisting:t}]),n.xb],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(t,a){1&t&&n.Pb(0,0)},directives:[In],encapsulation:2}),t})();const Qn=n.Vb(Xn);let Kn=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[On,ra.e],ra.e]}),t})();var Zn=e("rDax"),Yn=e("NXyV");const to={provide:new n.r("mat-select-scroll-strategy"),deps:[Zn.c],useFactory:function(t){return()=>t.scrollStrategies.reposition()}};let ao=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[to],imports:[[b.c,Zn.f,ra.j,ra.e],Pe.b,ce,ra.j,ra.e]}),t})();e("GyhO");var eo=e("7o/Q"),no=e("+rOU");const oo={provide:new n.r("mat-tooltip-scroll-strategy"),deps:[Zn.c],useFactory:function(t){return()=>t.scrollStrategies.reposition({scrollThrottle:20})}};let co=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[oo],imports:[[fa.a,b.c,Zn.f,ra.e],ra.e,Pe.b]}),t})(),so=(()=>{class t{constructor(){this.changes=new r.a,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=(t,a,e)=>{if(0==e||0==a)return"0 of "+e;const n=t*a;return`${n+1} \u2013 ${n<(e=Math.max(e,0))?Math.min(n+a,e):n+a} of ${e}`}}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=Object(n.Jb)({factory:function(){return new t},token:t,providedIn:"root"}),t})();const lo={provide:so,deps:[[new n.B,new n.K,so]],useFactory:function(t){return t||new so}};let io=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[lo],imports:[[b.c,Da,ao,co]]}),t})();var bo=e("0IaG"),ro=e("PqYM");function fo(t,a){1&t&&n.jc(0)}const uo=["*"];function Ao(t,a){}const Lo=function(t){return{animationDuration:t}},_o=function(t,a){return{value:t,params:a}},Io=["tabBodyWrapper"],Do=["tabHeader"];function mo(t,a){}function Co(t,a){if(1&t&&n.Bc(0,mo,0,0,"ng-template",9),2&t){const t=n.fc().$implicit;n.lc("cdkPortalOutlet",t.templateLabel)}}function So(t,a){if(1&t&&n.Dc(0),2&t){const t=n.fc().$implicit;n.Ec(t.textLabel)}}function ho(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",6),n.bc("click",(function(){n.uc(t);const e=a.$implicit,o=a.index,c=n.fc(),s=n.rc(1);return c._handleClick(e,s,o)})),n.Tb(1,"div",7),n.Bc(2,Co,1,1,"ng-template",8),n.Bc(3,So,1,1,"ng-template",8),n.Sb(),n.Sb()}if(2&t){const t=a.$implicit,e=a.index,o=n.fc();n.Eb("mat-tab-label-active",o.selectedIndex==e),n.lc("id",o._getTabLabelId(e))("disabled",t.disabled)("matRippleDisabled",t.disabled||o.disableRipple),n.Bb("tabIndex",o._getTabIndex(t,e))("aria-posinset",e+1)("aria-setsize",o._tabs.length)("aria-controls",o._getTabContentId(e))("aria-selected",o.selectedIndex==e)("aria-label",t.ariaLabel||null)("aria-labelledby",!t.ariaLabel&&t.ariaLabelledby?t.ariaLabelledby:null),n.Ab(2),n.lc("ngIf",t.templateLabel),n.Ab(1),n.lc("ngIf",!t.templateLabel)}}function go(t,a){if(1&t){const t=n.Ub();n.Tb(0,"mat-tab-body",10),n.bc("_onCentered",(function(){return n.uc(t),n.fc()._removeTabBodyWrapperHeight()}))("_onCentering",(function(a){return n.uc(t),n.fc()._setTabBodyWrapperHeight(a)})),n.Sb()}if(2&t){const t=a.$implicit,e=a.index,o=n.fc();n.Eb("mat-tab-body-active",o.selectedIndex==e),n.lc("id",o._getTabContentId(e))("content",t.content)("position",t.position)("origin",t.origin)("animationDuration",o.animationDuration),n.Bb("aria-labelledby",o._getTabLabelId(e))}}const Go=["tabListContainer"],To=["tabList"],po=["nextPaginator"],ko=["previousPaginator"],vo=new n.r("MatInkBarPositioner",{providedIn:"root",factory:function(){return t=>({left:t?(t.offsetLeft||0)+"px":"0",width:t?(t.offsetWidth||0)+"px":"0"})}});let yo=(()=>{class t{constructor(t,a,e,n){this._elementRef=t,this._ngZone=a,this._inkBarPositioner=e,this._animationMode=n}alignToElement(t){this.show(),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this._setStyles(t))}):this._setStyles(t)}show(){this._elementRef.nativeElement.style.visibility="visible"}hide(){this._elementRef.nativeElement.style.visibility="hidden"}_setStyles(t){const a=this._inkBarPositioner(t),e=this._elementRef.nativeElement;e.style.left=a.left,e.style.width=a.width}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.A),n.Nb(vo),n.Nb(s.a,8))},t.\u0275dir=n.Ib({type:t,selectors:[["mat-ink-bar"]],hostAttrs:[1,"mat-ink-bar"],hostVars:2,hostBindings:function(t,a){2&t&&n.Eb("_mat-animation-noopable","NoopAnimations"===a._animationMode)}}),t})(),Oo=(()=>{class t{constructor(t){this.template=t}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.M))},t.\u0275dir=n.Ib({type:t,selectors:[["","matTabContent",""]]}),t})(),Bo=(()=>{class t extends no.b{}return t.\u0275fac=function(a){return Fo(a||t)},t.\u0275dir=n.Ib({type:t,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[n.xb]}),t})();const Fo=n.Vb(Bo);class Eo{}const wo=Object(ra.u)(Eo),Mo=new n.r("MAT_TAB_GROUP");let jo=(()=>{class t extends wo{constructor(t,a){super(),this._viewContainerRef=t,this._closestTabGroup=a,this.textLabel="",this._contentPortal=null,this._stateChanges=new r.a,this.position=null,this.origin=null,this.isActive=!1}get templateLabel(){return this._templateLabel}set templateLabel(t){t&&(this._templateLabel=t)}get content(){return this._contentPortal}ngOnChanges(t){(t.hasOwnProperty("textLabel")||t.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new no.h(this._explicitContent||this._implicitContent,this._viewContainerRef)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.Q),n.Nb(Mo,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-tab"]],contentQueries:function(t,a,e){var o;1&t&&(n.Gb(e,Bo,!0),n.yc(e,Oo,!0,n.M)),2&t&&(n.qc(o=n.cc())&&(a.templateLabel=o.first),n.qc(o=n.cc())&&(a._explicitContent=o.first))},viewQuery:function(t,a){var e;1&t&&n.zc(n.M,!0),2&t&&n.qc(e=n.cc())&&(a._implicitContent=e.first)},inputs:{disabled:"disabled",textLabel:["label","textLabel"],ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"]},exportAs:["matTab"],features:[n.xb,n.yb],ngContentSelectors:uo,decls:1,vars:0,template:function(t,a){1&t&&(n.kc(),n.Bc(0,fo,1,0,"ng-template"))},encapsulation:2}),t})();const xo={translateTab:Object(Ga.m)("translateTab",[Object(Ga.j)("center, void, left-origin-center, right-origin-center",Object(Ga.k)({transform:"none"})),Object(Ga.j)("left",Object(Ga.k)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px"})),Object(Ga.j)("right",Object(Ga.k)({transform:"translate3d(100%, 0, 0)",minHeight:"1px"})),Object(Ga.l)("* => left, * => right, left => center, right => center",Object(Ga.e)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),Object(Ga.l)("void => left-origin-center",[Object(Ga.k)({transform:"translate3d(-100%, 0, 0)"}),Object(Ga.e)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),Object(Ga.l)("void => right-origin-center",[Object(Ga.k)({transform:"translate3d(100%, 0, 0)"}),Object(Ga.e)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let Vo=(()=>{class t extends no.c{constructor(t,a,e,n){super(t,a,n),this._host=e,this._centeringSub=Se.a.EMPTY,this._leavingSub=Se.a.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe(Object(ga.a)(this._host._isCenterPosition(this._host._position))).subscribe(t=>{t&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.j),n.Nb(n.Q),n.Nb(Object(n.U)(()=>Ro)),n.Nb(b.d))},t.\u0275dir=n.Ib({type:t,selectors:[["","matTabBodyHost",""]],features:[n.xb]}),t})(),Ho=(()=>{class t{constructor(t,a,e){this._elementRef=t,this._dir=a,this._dirChangeSubscription=Se.a.EMPTY,this._translateTabComplete=new r.a,this._onCentering=new n.o,this._beforeCentering=new n.o,this._afterLeavingCenter=new n.o,this._onCentered=new n.o(!0),this.animationDuration="500ms",a&&(this._dirChangeSubscription=a.change.subscribe(t=>{this._computePositionAnimationState(t),e.markForCheck()})),this._translateTabComplete.pipe(Object(Ue.a)((t,a)=>t.fromState===a.fromState&&t.toState===a.toState)).subscribe(t=>{this._isCenterPosition(t.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(t.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}set position(t){this._positionIndex=t,this._computePositionAnimationState()}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(t){const a=this._isCenterPosition(t.toState);this._beforeCentering.emit(a),a&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(t){return"center"==t||"left-origin-center"==t||"right-origin-center"==t}_computePositionAnimationState(t=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==t?"left":"right":this._positionIndex>0?"ltr"==t?"right":"left":"center"}_computePositionFromOrigin(t){const a=this._getLayoutDirection();return"ltr"==a&&t<=0||"rtl"==a&&t>0?"left-origin-center":"right-origin-center"}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(mt.b,8),n.Nb(n.h))},t.\u0275dir=n.Ib({type:t,inputs:{animationDuration:"animationDuration",position:"position",_content:["content","_content"],origin:"origin"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"}}),t})(),Ro=(()=>{class t extends Ho{constructor(t,a,e){super(t,a,e)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(mt.b,8),n.Nb(n.h))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-tab-body"]],viewQuery:function(t,a){var e;1&t&&n.Ic(no.f,!0),2&t&&n.qc(e=n.cc())&&(a._portalHost=e.first)},hostAttrs:[1,"mat-tab-body"],features:[n.xb],decls:3,vars:6,consts:[[1,"mat-tab-body-content"],["content",""],["matTabBodyHost",""]],template:function(t,a){1&t&&(n.Tb(0,"div",0,1),n.bc("@translateTab.start",(function(t){return a._onTranslateTabStarted(t)}))("@translateTab.done",(function(t){return a._translateTabComplete.next(t)})),n.Bc(2,Ao,0,0,"ng-template",2),n.Sb()),2&t&&n.lc("@translateTab",n.pc(3,_o,a._position,n.oc(1,Lo,a.animationDuration)))},directives:[Vo],styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"],encapsulation:2,data:{animation:[xo.translateTab]}}),t})();const Po=new n.r("MAT_TABS_CONFIG");let No=0;class Uo{}class Wo{constructor(t){this._elementRef=t}}const $o=Object(ra.s)(Object(ra.t)(Wo),"primary");let zo=(()=>{class t extends $o{constructor(t,a,e,o){super(t),this._changeDetectorRef=a,this._animationMode=o,this._tabs=new n.E,this._indexToSelect=0,this._tabBodyWrapperHeight=0,this._tabsSubscription=Se.a.EMPTY,this._tabLabelSubscription=Se.a.EMPTY,this._dynamicHeight=!1,this._selectedIndex=null,this.headerPosition="above",this.selectedIndexChange=new n.o,this.focusChange=new n.o,this.animationDone=new n.o,this.selectedTabChange=new n.o(!0),this._groupId=No++,this.animationDuration=e&&e.animationDuration?e.animationDuration:"500ms",this.disablePagination=!(!e||null==e.disablePagination)&&e.disablePagination}get dynamicHeight(){return this._dynamicHeight}set dynamicHeight(t){this._dynamicHeight=Object(st.c)(t)}get selectedIndex(){return this._selectedIndex}set selectedIndex(t){this._indexToSelect=Object(st.f)(t,null)}get animationDuration(){return this._animationDuration}set animationDuration(t){this._animationDuration=/^\d+$/.test(t)?t+"ms":t}get backgroundColor(){return this._backgroundColor}set backgroundColor(t){const a=this._elementRef.nativeElement;a.classList.remove("mat-background-"+this.backgroundColor),t&&a.classList.add("mat-background-"+t),this._backgroundColor=t}ngAfterContentChecked(){const t=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=t){const a=null==this._selectedIndex;a||this.selectedTabChange.emit(this._createChangeEvent(t)),Promise.resolve().then(()=>{this._tabs.forEach((a,e)=>a.isActive=e===t),a||this.selectedIndexChange.emit(t)})}this._tabs.forEach((a,e)=>{a.position=e-t,null==this._selectedIndex||0!=a.position||a.origin||(a.origin=t-this._selectedIndex)}),this._selectedIndex!==t&&(this._selectedIndex=t,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{if(this._clampTabIndex(this._indexToSelect)===this._selectedIndex){const t=this._tabs.toArray();for(let a=0;a{this._tabs.reset(t.filter(t=>!t._closestTabGroup||t._closestTabGroup===this)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}_focusChanged(t){this.focusChange.emit(this._createChangeEvent(t))}_createChangeEvent(t){const a=new Uo;return a.index=t,this._tabs&&this._tabs.length&&(a.tab=this._tabs.toArray()[t]),a}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=Object(u.a)(...this._tabs.map(t=>t._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(t){return Math.min(this._tabs.length-1,Math.max(t||0,0))}_getTabLabelId(t){return`mat-tab-label-${this._groupId}-${t}`}_getTabContentId(t){return`mat-tab-content-${this._groupId}-${t}`}_setTabBodyWrapperHeight(t){if(!this._dynamicHeight||!this._tabBodyWrapperHeight)return;const a=this._tabBodyWrapper.nativeElement;a.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(a.style.height=t+"px")}_removeTabBodyWrapperHeight(){const t=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=t.clientHeight,t.style.height="",this.animationDone.emit()}_handleClick(t,a,e){t.disabled||(this.selectedIndex=a.focusIndex=e)}_getTabIndex(t,a){return t.disabled?null:this.selectedIndex===a?0:-1}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Po,8),n.Nb(s.a,8))},t.\u0275dir=n.Ib({type:t,inputs:{headerPosition:"headerPosition",animationDuration:"animationDuration",disablePagination:"disablePagination",dynamicHeight:"dynamicHeight",selectedIndex:"selectedIndex",backgroundColor:"backgroundColor"},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},features:[n.xb]}),t})(),Jo=(()=>{class t extends zo{constructor(t,a,e,n){super(t,a,e,n)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Po,8),n.Nb(s.a,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-tab-group"]],contentQueries:function(t,a,e){var o;1&t&&n.Gb(e,jo,!0),2&t&&n.qc(o=n.cc())&&(a._allTabs=o)},viewQuery:function(t,a){var e;1&t&&(n.Ic(Io,!0),n.Ic(Do,!0)),2&t&&(n.qc(e=n.cc())&&(a._tabBodyWrapper=e.first),n.qc(e=n.cc())&&(a._tabHeader=e.first))},hostAttrs:[1,"mat-tab-group"],hostVars:4,hostBindings:function(t,a){2&t&&n.Eb("mat-tab-group-dynamic-height",a.dynamicHeight)("mat-tab-group-inverted-header","below"===a.headerPosition)},inputs:{color:"color",disableRipple:"disableRipple"},exportAs:["matTabGroup"],features:[n.zb([{provide:Mo,useExisting:t}]),n.xb],decls:6,vars:7,consts:[[3,"selectedIndex","disableRipple","disablePagination","indexFocused","selectFocusedIndex"],["tabHeader",""],["class","mat-tab-label mat-focus-indicator","role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",3,"id","mat-tab-label-active","disabled","matRippleDisabled","click",4,"ngFor","ngForOf"],[1,"mat-tab-body-wrapper"],["tabBodyWrapper",""],["role","tabpanel",3,"id","mat-tab-body-active","content","position","origin","animationDuration","_onCentered","_onCentering",4,"ngFor","ngForOf"],["role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",1,"mat-tab-label","mat-focus-indicator",3,"id","disabled","matRippleDisabled","click"],[1,"mat-tab-label-content"],[3,"ngIf"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"id","content","position","origin","animationDuration","_onCentered","_onCentering"]],template:function(t,a){1&t&&(n.Tb(0,"mat-tab-header",0,1),n.bc("indexFocused",(function(t){return a._focusChanged(t)}))("selectFocusedIndex",(function(t){return a.selectedIndex=t})),n.Bc(2,ho,4,14,"div",2),n.Sb(),n.Tb(3,"div",3,4),n.Bc(5,go,1,8,"mat-tab-body",5),n.Sb()),2&t&&(n.lc("selectedIndex",a.selectedIndex||0)("disableRipple",a.disableRipple)("disablePagination",a.disablePagination),n.Ab(2),n.lc("ngForOf",a._tabs),n.Ab(1),n.Eb("_mat-animation-noopable","NoopAnimations"===a._animationMode),n.Ab(2),n.lc("ngForOf",a._tabs))},directives:function(){return[tc,b.m,Qo,ra.n,fa.d,b.n,no.c,Ro]},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:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-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}.cdk-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 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.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}\n"],encapsulation:2}),t})();class qo{}const Xo=Object(ra.u)(qo);let Qo=(()=>{class t extends Xo{constructor(t){super(),this.elementRef=t}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l))},t.\u0275dir=n.Ib({type:t,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(t,a){2&t&&(n.Bb("aria-disabled",!!a.disabled),n.Eb("mat-tab-disabled",a.disabled))},inputs:{disabled:"disabled"},features:[n.xb]}),t})();const Ko=Object(Ca.f)({passive:!0});let Zo=(()=>{class t{constructor(t,a,e,o,c,s,l){this._elementRef=t,this._changeDetectorRef=a,this._viewportRuler=e,this._dir=o,this._ngZone=c,this._platform=s,this._animationMode=l,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new r.a,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new r.a,this.disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new n.o,this.indexFocused=new n.o,c.runOutsideAngular(()=>{Object(L.a)(t.nativeElement,"mouseleave").pipe(Object(m.a)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}get selectedIndex(){return this._selectedIndex}set selectedIndex(t){t=Object(st.f)(t),this._selectedIndex!=t&&(this._selectedIndexChanged=!0,this._selectedIndex=t,this._keyManager&&this._keyManager.updateActiveItem(t))}ngAfterViewInit(){Object(L.a)(this._previousPaginator.nativeElement,"touchstart",Ko).pipe(Object(m.a)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),Object(L.a)(this._nextPaginator.nativeElement,"touchstart",Ko).pipe(Object(m.a)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const t=this._dir?this._dir.change:Object(A.a)(null),a=this._viewportRuler.change(150),e=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new fa.e(this._items).withHorizontalOrientation(this._getLayoutDirection()).withWrap(),this._keyManager.updateActiveItem(0),"undefined"!=typeof requestAnimationFrame?requestAnimationFrame(e):e(),Object(u.a)(t,a,this._items.changes).pipe(Object(m.a)(this._destroyed)).subscribe(()=>{Promise.resolve().then(e),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.pipe(Object(m.a)(this._destroyed)).subscribe(t=>{this.indexFocused.emit(t),this._setTabFocus(t)})}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.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())}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(t){if(!Object(Ne.o)(t))switch(t.keyCode){case Ne.f:this._keyManager.setFirstItemActive(),t.preventDefault();break;case Ne.c:this._keyManager.setLastItemActive(),t.preventDefault();break;case Ne.d:case Ne.j:this.focusIndex!==this.selectedIndex&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(t));break;default:this._keyManager.onKeydown(t)}}_onContentChanges(){const t=this._elementRef.nativeElement.textContent;t!==this._currentTextContent&&(this._currentTextContent=t||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(t){this._isValidIndex(t)&&this.focusIndex!==t&&this._keyManager&&this._keyManager.setActiveItem(t)}_isValidIndex(t){if(!this._items)return!0;const a=this._items?this._items.toArray()[t]:null;return!!a&&!a.disabled}_setTabFocus(t){if(this._showPaginationControls&&this._scrollToLabel(t),this._items&&this._items.length){this._items.toArray()[t].focus();const a=this._tabListContainer.nativeElement,e=this._getLayoutDirection();a.scrollLeft="ltr"==e?0:a.scrollWidth-a.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const t=this.scrollDistance,a=this._platform,e="ltr"===this._getLayoutDirection()?-t:t;this._tabList.nativeElement.style.transform=`translateX(${Math.round(e)}px)`,a&&(a.TRIDENT||a.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(t){this._scrollTo(t)}_scrollHeader(t){return this._scrollTo(this._scrollDistance+("before"==t?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(t){this._stopInterval(),this._scrollHeader(t)}_scrollToLabel(t){if(this.disablePagination)return;const a=this._items?this._items.toArray()[t]:null;if(!a)return;const e=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:n,offsetWidth:o}=a.elementRef.nativeElement;let c,s;"ltr"==this._getLayoutDirection()?(c=n,s=c+o):(s=this._tabList.nativeElement.offsetWidth-n,c=s-o);const l=this.scrollDistance,i=this.scrollDistance+e;ci&&(this.scrollDistance+=s-i+60)}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const t=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;t||(this.scrollDistance=0),t!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=t}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const t=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,a=t?t.elementRef.nativeElement:null;a?this._inkBar.alignToElement(a):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(t,a){a&&null!=a.button&&0!==a.button||(this._stopInterval(),Object(ro.a)(650,100).pipe(Object(m.a)(Object(u.a)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:a,distance:e}=this._scrollHeader(t);(0===e||e>=a)&&this._stopInterval()}))}_scrollTo(t){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const a=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(a,t)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:a,distance:this._scrollDistance}}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Pe.e),n.Nb(mt.b,8),n.Nb(n.A),n.Nb(Ca.a),n.Nb(s.a,8))},t.\u0275dir=n.Ib({type:t,inputs:{disablePagination:"disablePagination"}}),t})(),Yo=(()=>{class t extends Zo{constructor(t,a,e,n,o,c,s){super(t,a,e,n,o,c,s),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(t){this._disableRipple=Object(st.c)(t)}_itemSelected(t){t.preventDefault()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Pe.e),n.Nb(mt.b,8),n.Nb(n.A),n.Nb(Ca.a),n.Nb(s.a,8))},t.\u0275dir=n.Ib({type:t,inputs:{disableRipple:"disableRipple"},features:[n.xb]}),t})(),tc=(()=>{class t extends Yo{constructor(t,a,e,n,o,c,s){super(t,a,e,n,o,c,s)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.h),n.Nb(Pe.e),n.Nb(mt.b,8),n.Nb(n.A),n.Nb(Ca.a),n.Nb(s.a,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-tab-header"]],contentQueries:function(t,a,e){var o;1&t&&n.Gb(e,Qo,!1),2&t&&n.qc(o=n.cc())&&(a._items=o)},viewQuery:function(t,a){var e;1&t&&(n.zc(yo,!0),n.zc(Go,!0),n.zc(To,!0),n.Ic(po,!0),n.Ic(ko,!0)),2&t&&(n.qc(e=n.cc())&&(a._inkBar=e.first),n.qc(e=n.cc())&&(a._tabListContainer=e.first),n.qc(e=n.cc())&&(a._tabList=e.first),n.qc(e=n.cc())&&(a._nextPaginator=e.first),n.qc(e=n.cc())&&(a._previousPaginator=e.first))},hostAttrs:[1,"mat-tab-header"],hostVars:4,hostBindings:function(t,a){2&t&&n.Eb("mat-tab-header-pagination-controls-enabled",a._showPaginationControls)("mat-tab-header-rtl","rtl"==a._getLayoutDirection())},inputs:{selectedIndex:"selectedIndex"},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[n.xb],ngContentSelectors:uo,decls:13,vars:8,consts:[["aria-hidden","true","mat-ripple","",1,"mat-tab-header-pagination","mat-tab-header-pagination-before","mat-elevation-z4",3,"matRippleDisabled","click","mousedown","touchend"],["previousPaginator",""],[1,"mat-tab-header-pagination-chevron"],[1,"mat-tab-label-container",3,"keydown"],["tabListContainer",""],["role","tablist",1,"mat-tab-list",3,"cdkObserveContent"],["tabList",""],[1,"mat-tab-labels"],["aria-hidden","true","mat-ripple","",1,"mat-tab-header-pagination","mat-tab-header-pagination-after","mat-elevation-z4",3,"matRippleDisabled","mousedown","click","touchend"],["nextPaginator",""]],template:function(t,a){1&t&&(n.kc(),n.Tb(0,"div",0,1),n.bc("click",(function(){return a._handlePaginatorClick("before")}))("mousedown",(function(t){return a._handlePaginatorPress("before",t)}))("touchend",(function(){return a._stopInterval()})),n.Ob(2,"div",2),n.Sb(),n.Tb(3,"div",3,4),n.bc("keydown",(function(t){return a._handleKeydown(t)})),n.Tb(5,"div",5,6),n.bc("cdkObserveContent",(function(){return a._onContentChanges()})),n.Tb(7,"div",7),n.jc(8),n.Sb(),n.Ob(9,"mat-ink-bar"),n.Sb(),n.Sb(),n.Tb(10,"div",8,9),n.bc("mousedown",(function(t){return a._handlePaginatorPress("after",t)}))("click",(function(){return a._handlePaginatorClick("after")}))("touchend",(function(){return a._stopInterval()})),n.Ob(12,"div",2),n.Sb()),2&t&&(n.Eb("mat-tab-header-pagination-disabled",a._disableScrollBefore),n.lc("matRippleDisabled",a._disableScrollBefore||a.disableRipple),n.Ab(5),n.Eb("_mat-animation-noopable","NoopAnimations"===a._animationMode),n.Ab(5),n.Eb("mat-tab-header-pagination-disabled",a._disableScrollAfter),n.lc("matRippleDisabled",a._disableScrollAfter||a.disableRipple))},directives:[ra.n,ha.a,yo],styles:['.mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink: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-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .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-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.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:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-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}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n'],encapsulation:2}),t})(),ac=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[b.c,ra.e,no.g,ra.o,ha.c,fa.a],ra.e]}),t})();const ec=["primaryValueBar"];class nc{constructor(t){this._elementRef=t}}const oc=Object(ra.s)(nc,"primary"),cc=new n.r("mat-progress-bar-location",{providedIn:"root",factory:function(){const t=Object(n.V)(b.d),a=t?t.location:null;return{getPathname:()=>a?a.pathname+a.search:""}}});let sc=0,lc=(()=>{class t extends oc{constructor(t,a,e,o){super(t),this._elementRef=t,this._ngZone=a,this._animationMode=e,this._isNoopAnimation=!1,this._value=0,this._bufferValue=0,this.animationEnd=new n.o,this._animationEndSubscription=Se.a.EMPTY,this.mode="determinate",this.progressbarId="mat-progress-bar-"+sc++;const c=o?o.getPathname().split("#")[0]:"";this._rectangleFillValue=`url('${c}#${this.progressbarId}')`,this._isNoopAnimation="NoopAnimations"===e}get value(){return this._value}set value(t){this._value=ic(Object(st.f)(t)||0)}get bufferValue(){return this._bufferValue}set bufferValue(t){this._bufferValue=ic(t||0)}_primaryTransform(){return{transform:`scaleX(${this.value/100})`}}_bufferTransform(){return"buffer"===this.mode?{transform:`scaleX(${this.bufferValue/100})`}:null}ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{const t=this._primaryValueBar.nativeElement;this._animationEndSubscription=Object(L.a)(t,"transitionend").pipe(Object(_.a)(a=>a.target===t)).subscribe(()=>{"determinate"!==this.mode&&"buffer"!==this.mode||this._ngZone.run(()=>this.animationEnd.next({value:this.value}))})})}ngOnDestroy(){this._animationEndSubscription.unsubscribe()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(n.A),n.Nb(s.a,8),n.Nb(cc,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-progress-bar"]],viewQuery:function(t,a){var e;1&t&&n.Ic(ec,!0),2&t&&n.qc(e=n.cc())&&(a._primaryValueBar=e.first)},hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100",1,"mat-progress-bar"],hostVars:4,hostBindings:function(t,a){2&t&&(n.Bb("aria-valuenow","indeterminate"===a.mode||"query"===a.mode?null:a.value)("mode",a.mode),n.Eb("_mat-animation-noopable",a._isNoopAnimation))},inputs:{color:"color",mode:"mode",value:"value",bufferValue:"bufferValue"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],features:[n.xb],decls:9,vars:4,consts:[["width","100%","height","4","focusable","false",1,"mat-progress-bar-background","mat-progress-bar-element"],["x","4","y","0","width","8","height","4","patternUnits","userSpaceOnUse",3,"id"],["cx","2","cy","2","r","2"],["width","100%","height","100%"],[1,"mat-progress-bar-buffer","mat-progress-bar-element",3,"ngStyle"],[1,"mat-progress-bar-primary","mat-progress-bar-fill","mat-progress-bar-element",3,"ngStyle"],["primaryValueBar",""],[1,"mat-progress-bar-secondary","mat-progress-bar-fill","mat-progress-bar-element"]],template:function(t,a){1&t&&(n.ec(),n.Tb(0,"svg",0),n.Tb(1,"defs"),n.Tb(2,"pattern",1),n.Ob(3,"circle",2),n.Sb(),n.Sb(),n.Ob(4,"rect",3),n.Sb(),n.dc(),n.Ob(5,"div",4),n.Ob(6,"div",5,6),n.Ob(8,"div",7)),2&t&&(n.Ab(2),n.lc("id",a.progressbarId),n.Ab(2),n.Bb("fill",a._rectangleFillValue),n.Ab(1),n.lc("ngStyle",a._bufferTransform()),n.Ab(1),n.lc("ngStyle",a._primaryTransform()))},directives:[b.o],styles:['.mat-progress-bar{display:block;height:4px;overflow:hidden;position:relative;transition:opacity 250ms linear;width:100%}._mat-animation-noopable.mat-progress-bar{transition:none;animation:none}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + 10px)}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-background{display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-buffer{border-top:solid 5px;opacity:.5}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-fill{border-top:solid 4px}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:"";display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-translate 2000ms infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-translate 2000ms infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background{animation:none;transition-duration:1ms}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-8px)}}\n'],encapsulation:2,changeDetection:0}),t})();function ic(t,a=0,e=100){return Math.max(a,Math.min(e,t))}let bc=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[b.c,ra.e],ra.e]}),t})();var rc=e("tyNb"),fc=e("D0XW"),dc=e("Y7HM");function uc(t){const{subscriber:a,counter:e,period:n}=t;a.next(e),this.schedule({subscriber:a,counter:e+1,period:n},n)}var Ac=e("bOdf"),Lc=e("J9tS");const _c=["toast-component",""];function Ic(t,a){if(1&t){const t=n.Ub();n.Tb(0,"button",5),n.bc("click",(function(){return n.uc(t),n.fc().remove()})),n.Tb(1,"span",6),n.Dc(2,"\xd7"),n.Sb(),n.Sb()}}function Dc(t,a){if(1&t&&(n.Rb(0),n.Dc(1),n.Qb()),2&t){const t=n.fc(2);n.Ab(1),n.Fc("[",t.duplicatesCount+1,"]")}}function mc(t,a){if(1&t&&(n.Tb(0,"div"),n.Dc(1),n.Bc(2,Dc,2,1,"ng-container",4),n.Sb()),2&t){const t=n.fc();n.Cb(t.options.titleClass),n.Bb("aria-label",t.title),n.Ab(1),n.Fc(" ",t.title," "),n.Ab(1),n.lc("ngIf",t.duplicatesCount)}}function Cc(t,a){if(1&t&&n.Ob(0,"div",7),2&t){const t=n.fc();n.Cb(t.options.messageClass),n.lc("innerHTML",t.message,n.vc)}}function Sc(t,a){if(1&t&&(n.Tb(0,"div",8),n.Dc(1),n.Sb()),2&t){const t=n.fc();n.Cb(t.options.messageClass),n.Bb("aria-label",t.message),n.Ab(1),n.Fc(" ",t.message," ")}}function hc(t,a){if(1&t&&(n.Tb(0,"div"),n.Ob(1,"div",9),n.Sb()),2&t){const t=n.fc();n.Ab(1),n.Ac("width",t.width+"%")}}class gc{constructor(t,a,e,n,o,c){this.toastId=t,this.config=a,this.message=e,this.title=n,this.toastType=o,this.toastRef=c,this._onTap=new r.a,this._onAction=new r.a,this.toastRef.afterClosed().subscribe(()=>{this._onAction.complete(),this._onTap.complete()})}triggerTap(){this._onTap.next(),this.config.tapToDismiss&&this._onTap.complete()}onTap(){return this._onTap.asObservable()}triggerAction(t){this._onAction.next(t)}onAction(){return this._onAction.asObservable()}}const Gc={maxOpened:0,autoDismiss:!1,newestOnTop:!0,preventDuplicates:!1,countDuplicates:!1,resetTimeoutOnDuplicate:!1,includeTitleDuplicates:!1,iconClasses:{error:"toast-error",info:"toast-info",success:"toast-success",warning:"toast-warning"},closeButton:!1,disableTimeOut:!1,timeOut:5e3,extendedTimeOut:1e3,enableHtml:!1,progressBar:!1,toastClass:"ngx-toastr",positionClass:"toast-top-right",titleClass:"toast-title",messageClass:"toast-message",easing:"ease-in",easeTime:300,tapToDismiss:!0,onActivateTick:!1,progressAnimation:"decreasing"},Tc=new n.r("ToastConfig");class pc{constructor(t,a){this.component=t,this.injector=a}attach(t,a){return this._attachedHost=t,t.attach(this,a)}detach(){const t=this._attachedHost;if(t)return this._attachedHost=void 0,t.detach()}get isAttached(){return null!=this._attachedHost}setAttachedHost(t){this._attachedHost=t}}class kc extends class{attach(t,a){return this._attachedPortal=t,this.attachComponentPortal(t,a)}detach(){this._attachedPortal&&this._attachedPortal.setAttachedHost(),this._attachedPortal=void 0,this._disposeFn&&(this._disposeFn(),this._disposeFn=void 0)}setDisposeFn(t){this._disposeFn=t}}{constructor(t,a,e){super(),this._hostDomElement=t,this._componentFactoryResolver=a,this._appRef=e}attachComponentPortal(t,a){const e=this._componentFactoryResolver.resolveComponentFactory(t.component);let n;return n=e.create(t.injector),this._appRef.attachView(n.hostView),this.setDisposeFn(()=>{this._appRef.detachView(n.hostView),n.destroy()}),a?this._hostDomElement.insertBefore(this._getComponentRootNode(n),this._hostDomElement.firstChild):this._hostDomElement.appendChild(this._getComponentRootNode(n)),n}_getComponentRootNode(t){return t.hostView.rootNodes[0]}}let vc=(()=>{class t{constructor(t){this._document=t}ngOnDestroy(){this._containerElement&&this._containerElement.parentNode&&this._containerElement.parentNode.removeChild(this._containerElement)}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const t=this._document.createElement("div");t.classList.add("overlay-container"),this._document.body.appendChild(t),this._containerElement=t}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(b.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(b.d))},token:t,providedIn:"root"}),t})();class yc{constructor(t){this._portalHost=t}attach(t,a=!0){return this._portalHost.attach(t,a)}detach(){return this._portalHost.detach()}}let Oc=(()=>{class t{constructor(t,a,e,n){this._overlayContainer=t,this._componentFactoryResolver=a,this._appRef=e,this._document=n,this._paneElements=new Map}create(t,a){return this._createOverlayRef(this.getPaneElement(t,a))}getPaneElement(t="",a){return this._paneElements.get(a)||this._paneElements.set(a,{}),this._paneElements.get(a)[t]||(this._paneElements.get(a)[t]=this._createPaneElement(t,a)),this._paneElements.get(a)[t]}_createPaneElement(t,a){const e=this._document.createElement("div");return e.id="toast-container",e.classList.add(t),e.classList.add("toast-container"),a?a.getContainerElement().appendChild(e):this._overlayContainer.getContainerElement().appendChild(e),e}_createPortalHost(t){return new kc(t,this._componentFactoryResolver,this._appRef)}_createOverlayRef(t){return new yc(this._createPortalHost(t))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(vc),n.Xb(n.j),n.Xb(n.g),n.Xb(b.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(vc),Object(n.Xb)(n.j),Object(n.Xb)(n.g),Object(n.Xb)(b.d))},token:t,providedIn:"root"}),t})();class Bc{constructor(t){this._overlayRef=t,this.duplicatesCount=0,this._afterClosed=new r.a,this._activate=new r.a,this._manualClose=new r.a,this._resetTimeout=new r.a,this._countDuplicate=new r.a}manualClose(){this._manualClose.next(),this._manualClose.complete()}manualClosed(){return this._manualClose.asObservable()}timeoutReset(){return this._resetTimeout.asObservable()}countDuplicate(){return this._countDuplicate.asObservable()}close(){this._overlayRef.detach(),this._afterClosed.next(),this._manualClose.next(),this._afterClosed.complete(),this._manualClose.complete(),this._activate.complete(),this._resetTimeout.complete(),this._countDuplicate.complete()}afterClosed(){return this._afterClosed.asObservable()}isInactive(){return this._activate.isStopped}activate(){this._activate.next(),this._activate.complete()}afterActivate(){return this._activate.asObservable()}onDuplicate(t,a){t&&this._resetTimeout.next(),a&&this._countDuplicate.next(++this.duplicatesCount)}}class Fc{constructor(t,a){this._toastPackage=t,this._parentInjector=a}get(t,a,e){return t===gc?this._toastPackage:this._parentInjector.get(t,a,e)}}let Ec=(()=>{class t{constructor(t,a,e,n,o){this.overlay=a,this._injector=e,this.sanitizer=n,this.ngZone=o,this.currentlyActive=0,this.toasts=[],this.index=0,this.toastrConfig=Object.assign(Object.assign({},t.default),t.config),t.config.iconClasses&&(this.toastrConfig.iconClasses=Object.assign(Object.assign({},t.default.iconClasses),t.config.iconClasses))}show(t,a,e={},n=""){return this._preBuildNotification(n,t,a,this.applyConfig(e))}success(t,a,e={}){return this._preBuildNotification(this.toastrConfig.iconClasses.success||"",t,a,this.applyConfig(e))}error(t,a,e={}){return this._preBuildNotification(this.toastrConfig.iconClasses.error||"",t,a,this.applyConfig(e))}info(t,a,e={}){return this._preBuildNotification(this.toastrConfig.iconClasses.info||"",t,a,this.applyConfig(e))}warning(t,a,e={}){return this._preBuildNotification(this.toastrConfig.iconClasses.warning||"",t,a,this.applyConfig(e))}clear(t){for(const a of this.toasts)if(void 0!==t){if(a.toastId===t)return void a.toastRef.manualClose()}else a.toastRef.manualClose()}remove(t){const a=this._findToast(t);if(!a)return!1;if(a.activeToast.toastRef.close(),this.toasts.splice(a.index,1),this.currentlyActive=this.currentlyActive-1,!this.toastrConfig.maxOpened||!this.toasts.length)return!1;if(this.currentlyActivethis._buildNotification(t,a,e,n)):this._buildNotification(t,a,e,n)}_buildNotification(t,a,e,o){if(!o.toastComponent)throw new Error("toastComponent required");const c=this.findDuplicate(e,a,this.toastrConfig.resetTimeoutOnDuplicate&&o.timeOut>0,this.toastrConfig.countDuplicates);if((this.toastrConfig.includeTitleDuplicates&&e||a)&&this.toastrConfig.preventDuplicates&&null!==c)return c;this.previousToastMessage=a;let s=!1;this.toastrConfig.maxOpened&&this.currentlyActive>=this.toastrConfig.maxOpened&&(s=!0,this.toastrConfig.autoDismiss&&this.clear(this.toasts[0].toastId));const l=this.overlay.create(o.positionClass,this.overlayContainer);this.index=this.index+1;let i=a;a&&o.enableHtml&&(i=this.sanitizer.sanitize(n.J.HTML,a));const b=new Bc(l),r=new gc(this.index,o,i,e,t,b),f=new Fc(r,this._injector),d=new pc(o.toastComponent,f),u=l.attach(d,this.toastrConfig.newestOnTop);b.componentInstance=u.instance;const A={toastId:this.index,title:e||"",message:a||"",toastRef:b,onShown:b.afterActivate(),onHidden:b.afterClosed(),onTap:r.onTap(),onAction:r.onAction(),portal:u};return s||(this.currentlyActive=this.currentlyActive+1,setTimeout(()=>{A.toastRef.activate()})),this.toasts.push(A),A}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(Tc),n.Xb(Oc),n.Xb(n.s),n.Xb(c.b),n.Xb(n.A))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(Tc),Object(n.Xb)(Oc),Object(n.Xb)(n.p),Object(n.Xb)(c.b),Object(n.Xb)(n.A))},token:t,providedIn:"root"}),t})(),wc=(()=>{class t{constructor(t,a,e){this.toastrService=t,this.toastPackage=a,this.ngZone=e,this.width=-1,this.toastClasses="",this.state={value:"inactive",params:{easeTime:this.toastPackage.config.easeTime,easing:"ease-in"}},this.message=a.message,this.title=a.title,this.options=a.config,this.originalTimeout=a.config.timeOut,this.toastClasses=`${a.toastType} ${a.config.toastClass}`,this.sub=a.toastRef.afterActivate().subscribe(()=>{this.activateToast()}),this.sub1=a.toastRef.manualClosed().subscribe(()=>{this.remove()}),this.sub2=a.toastRef.timeoutReset().subscribe(()=>{this.resetTimeout()}),this.sub3=a.toastRef.countDuplicate().subscribe(t=>{this.duplicatesCount=t})}get displayStyle(){if("inactive"===this.state.value)return"none"}ngOnDestroy(){this.sub.unsubscribe(),this.sub1.unsubscribe(),this.sub2.unsubscribe(),this.sub3.unsubscribe(),clearInterval(this.intervalId),clearTimeout(this.timeout)}activateToast(){this.state=Object.assign(Object.assign({},this.state),{value:"active"}),!0!==this.options.disableTimeOut&&"timeOut"!==this.options.disableTimeOut&&this.options.timeOut&&(this.outsideTimeout(()=>this.remove(),this.options.timeOut),this.hideTime=(new Date).getTime()+this.options.timeOut,this.options.progressBar&&this.outsideInterval(()=>this.updateProgress(),10))}updateProgress(){if(0===this.width||100===this.width||!this.options.timeOut)return;const t=(new Date).getTime();this.width=(this.hideTime-t)/this.options.timeOut*100,"increasing"===this.options.progressAnimation&&(this.width=100-this.width),this.width<=0&&(this.width=0),this.width>=100&&(this.width=100)}resetTimeout(){clearTimeout(this.timeout),clearInterval(this.intervalId),this.state=Object.assign(Object.assign({},this.state),{value:"active"}),this.outsideTimeout(()=>this.remove(),this.originalTimeout),this.options.timeOut=this.originalTimeout,this.hideTime=(new Date).getTime()+(this.options.timeOut||0),this.width=-1,this.options.progressBar&&this.outsideInterval(()=>this.updateProgress(),10)}remove(){"removed"!==this.state.value&&(clearTimeout(this.timeout),this.state=Object.assign(Object.assign({},this.state),{value:"removed"}),this.outsideTimeout(()=>this.toastrService.remove(this.toastPackage.toastId),+this.toastPackage.config.easeTime))}tapToast(){"removed"!==this.state.value&&(this.toastPackage.triggerTap(),this.options.tapToDismiss&&this.remove())}stickAround(){"removed"!==this.state.value&&(clearTimeout(this.timeout),this.options.timeOut=0,this.hideTime=0,clearInterval(this.intervalId),this.width=0)}delayedHideToast(){!0!==this.options.disableTimeOut&&"extendedTimeOut"!==this.options.disableTimeOut&&0!==this.options.extendedTimeOut&&"removed"!==this.state.value&&(this.outsideTimeout(()=>this.remove(),this.options.extendedTimeOut),this.options.timeOut=this.options.extendedTimeOut,this.hideTime=(new Date).getTime()+(this.options.timeOut||0),this.width=-1,this.options.progressBar&&this.outsideInterval(()=>this.updateProgress(),10))}outsideTimeout(t,a){this.ngZone?this.ngZone.runOutsideAngular(()=>this.timeout=setTimeout(()=>this.runInsideAngular(t),a)):this.timeout=setTimeout(()=>t(),a)}outsideInterval(t,a){this.ngZone?this.ngZone.runOutsideAngular(()=>this.intervalId=setInterval(()=>this.runInsideAngular(t),a)):this.intervalId=setInterval(()=>t(),a)}runInsideAngular(t){this.ngZone?this.ngZone.run(()=>t()):t()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(Ec),n.Nb(gc),n.Nb(n.A))},t.\u0275cmp=n.Hb({type:t,selectors:[["","toast-component",""]],hostVars:5,hostBindings:function(t,a){1&t&&n.bc("click",(function(){return a.tapToast()}))("mouseenter",(function(){return a.stickAround()}))("mouseleave",(function(){return a.delayedHideToast()})),2&t&&(n.Hc("@flyInOut",a.state),n.Cb(a.toastClasses),n.Ac("display",a.displayStyle))},attrs:_c,decls:5,vars:5,consts:[["class","toast-close-button","aria-label","Close",3,"click",4,"ngIf"],[3,"class",4,"ngIf"],["role","alertdialog","aria-live","polite",3,"class","innerHTML",4,"ngIf"],["role","alertdialog","aria-live","polite",3,"class",4,"ngIf"],[4,"ngIf"],["aria-label","Close",1,"toast-close-button",3,"click"],["aria-hidden","true"],["role","alertdialog","aria-live","polite",3,"innerHTML"],["role","alertdialog","aria-live","polite"],[1,"toast-progress"]],template:function(t,a){1&t&&(n.Bc(0,Ic,3,0,"button",0),n.Bc(1,mc,3,5,"div",1),n.Bc(2,Cc,1,3,"div",2),n.Bc(3,Sc,2,4,"div",3),n.Bc(4,hc,2,2,"div",4)),2&t&&(n.lc("ngIf",a.options.closeButton),n.Ab(1),n.lc("ngIf",a.title),n.Ab(1),n.lc("ngIf",a.message&&a.options.enableHtml),n.Ab(1),n.lc("ngIf",a.message&&!a.options.enableHtml),n.Ab(1),n.lc("ngIf",a.options.progressBar))},directives:[b.n],encapsulation:2,data:{animation:[Object(Ga.m)("flyInOut",[Object(Ga.j)("inactive",Object(Ga.k)({opacity:0})),Object(Ga.j)("active",Object(Ga.k)({opacity:1})),Object(Ga.j)("removed",Object(Ga.k)({opacity:0})),Object(Ga.l)("inactive => active",Object(Ga.e)("{{ easeTime }}ms {{ easing }}")),Object(Ga.l)("active => removed",Object(Ga.e)("{{ easeTime }}ms {{ easing }}"))])]}}),t})();const Mc=Object.assign(Object.assign({},Gc),{toastComponent:wc});let jc=(()=>{class t{static forRoot(a={}){return{ngModule:t,providers:[{provide:Tc,useValue:{default:Mc,config:a}}]}}}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[b.c]]}),t})();var xc=e("WMd4");class Vc{constructor(t,a){this.delay=t,this.scheduler=a}call(t,a){return a.subscribe(new Hc(t,this.delay,this.scheduler))}}class Hc extends eo.a{constructor(t,a,e){super(t),this.delay=a,this.scheduler=e,this.queue=[],this.active=!1,this.errored=!1}static dispatch(t){const a=t.source,e=a.queue,n=t.scheduler,o=t.destination;for(;e.length>0&&e[0].time-n.now()<=0;)e.shift().notification.observe(o);if(e.length>0){const a=Math.max(0,e[0].time-n.now());this.schedule(t,a)}else this.unsubscribe(),a.active=!1}_schedule(t){this.active=!0,this.destination.add(t.schedule(Hc.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))}scheduleNotification(t){if(!0===this.errored)return;const a=this.scheduler,e=new Rc(a.now()+this.delay,t);this.queue.push(e),!1===this.active&&this._schedule(a)}_next(t){this.scheduleNotification(xc.a.createNext(t))}_error(t){this.errored=!0,this.queue=[],this.destination.error(t),this.unsubscribe()}_complete(){this.scheduleNotification(xc.a.createComplete()),this.unsubscribe()}}class Rc{constructor(t,a){this.time=t,this.notification=a}}const Pc=["panel"];function Nc(t,a){if(1&t&&(n.Tb(0,"div",0,1),n.jc(2),n.Sb()),2&t){const t=n.fc();n.lc("id",t.id)("ngClass",t._classList)}}const Uc=["*"];let Wc=0;class $c{constructor(t,a){this.source=t,this.option=a}}class zc{}const Jc=Object(ra.t)(zc),qc=new n.r("mat-autocomplete-default-options",{providedIn:"root",factory:function(){return{autoActiveFirstOption:!1}}});let Xc=(()=>{class t extends Jc{constructor(t,a,e){super(),this._changeDetectorRef=t,this._elementRef=a,this._activeOptionChanges=Se.a.EMPTY,this.showPanel=!1,this._isOpen=!1,this.displayWith=null,this.optionSelected=new n.o,this.opened=new n.o,this.closed=new n.o,this.optionActivated=new n.o,this._classList={},this.id="mat-autocomplete-"+Wc++,this._autoActiveFirstOption=!!e.autoActiveFirstOption}get isOpen(){return this._isOpen&&this.showPanel}get autoActiveFirstOption(){return this._autoActiveFirstOption}set autoActiveFirstOption(t){this._autoActiveFirstOption=Object(st.c)(t)}set classList(t){this._classList=t&&t.length?t.split(" ").reduce((t,a)=>(t[a.trim()]=!0,t),{}):{},this._setVisibilityClasses(this._classList),this._elementRef.nativeElement.className=""}ngAfterContentInit(){this._keyManager=new fa.b(this.options).withWrap(),this._activeOptionChanges=this._keyManager.change.subscribe(t=>{this.optionActivated.emit({source:this,option:this.options.toArray()[t]||null})}),this._setVisibility()}ngOnDestroy(){this._activeOptionChanges.unsubscribe()}_setScrollTop(t){this.panel&&(this.panel.nativeElement.scrollTop=t)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options.length,this._setVisibilityClasses(this._classList),this._changeDetectorRef.markForCheck()}_emitSelectEvent(t){const a=new $c(this,t);this.optionSelected.emit(a)}_setVisibilityClasses(t){t["mat-autocomplete-visible"]=this.showPanel,t["mat-autocomplete-hidden"]=!this.showPanel}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.h),n.Nb(n.l),n.Nb(qc))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-autocomplete"]],contentQueries:function(t,a,e){var o;1&t&&(n.Gb(e,ra.i,!0),n.Gb(e,ra.h,!0)),2&t&&(n.qc(o=n.cc())&&(a.options=o),n.qc(o=n.cc())&&(a.optionGroups=o))},viewQuery:function(t,a){var e;1&t&&(n.zc(n.M,!0),n.Ic(Pc,!0)),2&t&&(n.qc(e=n.cc())&&(a.template=e.first),n.qc(e=n.cc())&&(a.panel=e.first))},hostAttrs:[1,"mat-autocomplete"],inputs:{disableRipple:"disableRipple",displayWith:"displayWith",autoActiveFirstOption:"autoActiveFirstOption",classList:["class","classList"],panelWidth:"panelWidth"},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},exportAs:["matAutocomplete"],features:[n.zb([{provide:ra.c,useExisting:t}]),n.xb],ngContentSelectors:Uc,decls:1,vars:0,consts:[["role","listbox",1,"mat-autocomplete-panel",3,"id","ngClass"],["panel",""]],template:function(t,a){1&t&&(n.kc(),n.Bc(0,Nc,3,2,"ng-template"))},directives:[b.l],styles:[".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mat-autocomplete-panel{outline:solid 1px}\n"],encapsulation:2,changeDetection:0}),t})();const Qc=new n.r("mat-autocomplete-scroll-strategy"),Kc={provide:Qc,deps:[Zn.c],useFactory:function(t){return()=>t.scrollStrategies.reposition()}},Zc={provide:l.h,useExisting:Object(n.U)(()=>Yc),multi:!0};let Yc=(()=>{class t{constructor(t,a,e,n,o,c,s,l,i,b){this._element=t,this._overlay=a,this._viewContainerRef=e,this._zone=n,this._changeDetectorRef=o,this._dir=s,this._formField=l,this._document=i,this._viewportRuler=b,this._componentDestroyed=!1,this._autocompleteDisabled=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=Se.a.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new r.a,this._windowBlurHandler=()=>{this._canOpenOnNextFocus=this._document.activeElement!==this._element.nativeElement||this.panelOpen},this._onChange=()=>{},this._onTouched=()=>{},this.position="auto",this.autocompleteAttribute="off",this._overlayAttached=!1,this.optionSelections=Object(Yn.a)(()=>this.autocomplete&&this.autocomplete.options?Object(u.a)(...this.autocomplete.options.map(t=>t.onSelectionChange)):this._zone.onStable.asObservable().pipe(Object(C.a)(1),Object(D.a)(()=>this.optionSelections))),this._scrollStrategy=c}get autocompleteDisabled(){return this._autocompleteDisabled}set autocompleteDisabled(t){this._autocompleteDisabled=Object(st.c)(t)}ngAfterViewInit(){const t=this._getWindow();void 0!==t&&this._zone.runOutsideAngular(()=>t.addEventListener("blur",this._windowBlurHandler))}ngOnChanges(t){t.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){const t=this._getWindow();void 0!==t&&t.removeEventListener("blur",this._windowBlurHandler),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}openPanel(){this._attachOverlay(),this._floatLabel()}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this.autocomplete.closed.emit(),this.autocomplete._isOpen=this._overlayAttached=!1,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._componentDestroyed||this._changeDetectorRef.detectChanges())}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return Object(u.a)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe(Object(_.a)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe(Object(_.a)(()=>this._overlayAttached)):Object(A.a)()).pipe(Object(I.a)(t=>t instanceof ra.k?t:null))}get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return Object(u.a)(Object(L.a)(this._document,"click"),Object(L.a)(this._document,"touchend")).pipe(Object(_.a)(t=>{const a=this._isInsideShadowRoot&&t.composedPath?t.composedPath()[0]:t.target,e=this._formField?this._formField._elementRef.nativeElement:null,n=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;return this._overlayAttached&&a!==this._element.nativeElement&&(!e||!e.contains(a))&&(!n||!n.contains(a))&&!!this._overlayRef&&!this._overlayRef.overlayElement.contains(a)}))}writeValue(t){Promise.resolve(null).then(()=>this._setTriggerValue(t))}registerOnChange(t){this._onChange=t}registerOnTouched(t){this._onTouched=t}setDisabledState(t){this._element.nativeElement.disabled=t}_handleKeydown(t){const a=t.keyCode;if(a===Ne.e&&t.preventDefault(),this.activeOption&&a===Ne.d&&this.panelOpen)this.activeOption._selectViaInteraction(),this._resetActiveItem(),t.preventDefault();else if(this.autocomplete){const e=this.autocomplete._keyManager.activeItem,n=a===Ne.l||a===Ne.b;this.panelOpen||a===Ne.k?this.autocomplete._keyManager.onKeydown(t):n&&this._canOpen()&&this.openPanel(),(n||this.autocomplete._keyManager.activeItem!==e)&&this._scrollToOption()}}_handleInput(t){let a=t.target,e=a.value;"number"===a.type&&(e=""==e?null:parseFloat(e)),this._previousValue!==e&&(this._previousValue=e,this._onChange(e),this._canOpen()&&this._document.activeElement===t.target&&this.openPanel())}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_floatLabel(t=!1){this._formField&&"auto"===this._formField.floatLabel&&(t?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField.floatLabel="auto",this._manuallyFloatingLabel=!1)}_scrollToOption(){const t=this.autocomplete._keyManager.activeItemIndex||0,a=Object(ra.q)(t,this.autocomplete.options,this.autocomplete.optionGroups);if(0===t&&1===a)this.autocomplete._setScrollTop(0);else{const e=Object(ra.r)(t+a,48,this.autocomplete._getScrollTop(),256);this.autocomplete._setScrollTop(e)}}_subscribeToClosingActions(){const t=this._zone.onStable.asObservable().pipe(Object(C.a)(1)),a=this.autocomplete.options.changes.pipe(Object(S.a)(()=>this._positionStrategy.reapplyLastPosition()),function(t,a=fc.a){var e;const n=(e=t)instanceof Date&&!isNaN(+e)?+t-a.now():Math.abs(t);return t=>t.lift(new Vc(n,a))}(0));return Object(u.a)(t,a).pipe(Object(D.a)(()=>{const t=this.panelOpen;return this._resetActiveItem(),this.autocomplete._setVisibility(),this.panelOpen&&(this._overlayRef.updatePosition(),t!==this.panelOpen&&this.autocomplete.opened.emit()),this.panelClosingActions}),Object(C.a)(1)).subscribe(t=>this._setValueAndClose(t))}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_setTriggerValue(t){const a=this.autocomplete&&this.autocomplete.displayWith?this.autocomplete.displayWith(t):t,e=null!=a?a:"";this._formField?this._formField._control.value=e:this._element.nativeElement.value=e,this._previousValue=e}_setValueAndClose(t){t&&t.source&&(this._clearPreviousSelectedOption(t.source),this._setTriggerValue(t.source.value),this._onChange(t.source.value),this._element.nativeElement.focus(),this.autocomplete._emitSelectEvent(t.source)),this.closePanel()}_clearPreviousSelectedOption(t){this.autocomplete.options.forEach(a=>{a!=t&&a.selected&&a.deselect()})}_attachOverlay(){if(!this.autocomplete)throw Error("Attempting to open an undefined instance of `mat-autocomplete`. Make sure that the id passed to the `matAutocomplete` is correct and that you're attempting to open it after the ngAfterContentInit hook.");null==this._isInsideShadowRoot&&(this._isInsideShadowRoot=!!Object(Ca.c)(this._element.nativeElement));let t=this._overlayRef;t?(this._positionStrategy.setOrigin(this._getConnectedElement()),t.updateSize({width:this._getPanelWidth()})):(this._portal=new no.h(this.autocomplete.template,this._viewContainerRef),t=this._overlay.create(this._getOverlayConfig()),this._overlayRef=t,t.keydownEvents().subscribe(t=>{(t.keyCode===Ne.e||t.keyCode===Ne.l&&t.altKey)&&(this._resetActiveItem(),this._closeKeyEventStream.next(),t.stopPropagation(),t.preventDefault())}),this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&t&&t.updateSize({width:this._getPanelWidth()})})),t&&!t.hasAttached()&&(t.attach(this._portal),this._closingActionsSubscription=this._subscribeToClosingActions());const a=this.panelOpen;this.autocomplete._setVisibility(),this.autocomplete._isOpen=this._overlayAttached=!0,this.panelOpen&&a!==this.panelOpen&&this.autocomplete.opened.emit()}_getOverlayConfig(){return new Zn.d({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir})}_getOverlayPosition(){const t=this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(t),this._positionStrategy=t,t}_setStrategyPositions(t){const a=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],e=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-autocomplete-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-autocomplete-panel-above"}];let n;n="above"===this.position?e:"below"===this.position?a:[...a,...e],t.withPositions(n)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){this.autocomplete._keyManager.setActiveItem(this.autocomplete.autoActiveFirstOption?0:-1)}_canOpen(){const t=this._element.nativeElement;return!t.readOnly&&!t.disabled&&!this._autocompleteDisabled}_getWindow(){var t;return(null===(t=this._document)||void 0===t?void 0:t.defaultView)||window}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(Zn.c),n.Nb(n.Q),n.Nb(n.A),n.Nb(n.h),n.Nb(Qc),n.Nb(mt.b,8),n.Nb(ne,9),n.Nb(b.d,8),n.Nb(Pe.e))},t.\u0275dir=n.Ib({type:t,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-autocomplete-trigger"],hostVars:7,hostBindings:function(t,a){1&t&&n.bc("focusin",(function(){return a._handleFocus()}))("blur",(function(){return a._onTouched()}))("input",(function(t){return a._handleInput(t)}))("keydown",(function(t){return a._handleKeydown(t)})),2&t&&n.Bb("autocomplete",a.autocompleteAttribute)("role",a.autocompleteDisabled?null:"combobox")("aria-autocomplete",a.autocompleteDisabled?null:"list")("aria-activedescendant",a.panelOpen&&a.activeOption?a.activeOption.id:null)("aria-expanded",a.autocompleteDisabled?null:a.panelOpen.toString())("aria-owns",a.autocompleteDisabled||!a.panelOpen||null==a.autocomplete?null:a.autocomplete.id)("aria-haspopup",!a.autocompleteDisabled)},inputs:{position:["matAutocompletePosition","position"],autocompleteAttribute:["autocomplete","autocompleteAttribute"],autocompleteDisabled:["matAutocompleteDisabled","autocompleteDisabled"],autocomplete:["matAutocomplete","autocomplete"],connectedTo:["matAutocompleteConnectedTo","connectedTo"]},exportAs:["matAutocompleteTrigger"],features:[n.zb([Zc]),n.yb]}),t})(),ts=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[Kc],imports:[[ra.j,Zn.f,ra.e,b.c],Pe.b,ra.j,ra.e]}),t})();const as=["thumbContainer"],es=["toggleBar"],ns=["input"],os=function(){return{enterDuration:150}},cs=["*"],ss=new n.r("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1})});let ls=0;const is={provide:l.h,useExisting:Object(n.U)(()=>ds),multi:!0};class bs{constructor(t,a){this.source=t,this.checked=a}}class rs{constructor(t){this._elementRef=t}}const fs=Object(ra.x)(Object(ra.s)(Object(ra.t)(Object(ra.u)(rs)),"accent"));let ds=(()=>{class t extends fs{constructor(t,a,e,o,c,s){super(t),this._focusMonitor=a,this._changeDetectorRef=e,this.defaults=c,this._animationMode=s,this._onChange=t=>{},this._onTouched=()=>{},this._uniqueId="mat-slide-toggle-"+ ++ls,this._required=!1,this._checked=!1,this.name=null,this.id=this._uniqueId,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.change=new n.o,this.toggleChange=new n.o,this.tabIndex=parseInt(o)||0}get required(){return this._required}set required(t){this._required=Object(st.c)(t)}get checked(){return this._checked}set checked(t){this._checked=Object(st.c)(t),this._changeDetectorRef.markForCheck()}get inputId(){return(this.id||this._uniqueId)+"-input"}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(t=>{"keyboard"===t||"program"===t?this._inputElement.nativeElement.focus():t||Promise.resolve().then(()=>this._onTouched())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}_onChangeEvent(t){t.stopPropagation(),this.toggleChange.emit(),this.defaults.disableToggleValue?this._inputElement.nativeElement.checked=this.checked:(this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent())}_onInputClick(t){t.stopPropagation()}writeValue(t){this.checked=!!t}registerOnChange(t){this._onChange=t}registerOnTouched(t){this._onTouched=t}setDisabledState(t){this.disabled=t,this._changeDetectorRef.markForCheck()}focus(t){this._focusMonitor.focusVia(this._inputElement,"keyboard",t)}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(new bs(this,this.checked))}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(n.l),n.Nb(fa.f),n.Nb(n.h),n.Yb("tabindex"),n.Nb(ss),n.Nb(s.a,8))},t.\u0275cmp=n.Hb({type:t,selectors:[["mat-slide-toggle"]],viewQuery:function(t,a){var e;1&t&&(n.Ic(as,!0),n.Ic(es,!0),n.Ic(ns,!0)),2&t&&(n.qc(e=n.cc())&&(a._thumbEl=e.first),n.qc(e=n.cc())&&(a._thumbBarEl=e.first),n.qc(e=n.cc())&&(a._inputElement=e.first))},hostAttrs:[1,"mat-slide-toggle"],hostVars:12,hostBindings:function(t,a){2&t&&(n.Wb("id",a.id),n.Bb("tabindex",a.disabled?null:-1)("aria-label",null)("aria-labelledby",null),n.Eb("mat-checked",a.checked)("mat-disabled",a.disabled)("mat-slide-toggle-label-before","before"==a.labelPosition)("_mat-animation-noopable","NoopAnimations"===a._animationMode))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],required:"required",checked:"checked"},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],features:[n.zb([is]),n.xb],ngContentSelectors:cs,decls:16,vars:18,consts:[[1,"mat-slide-toggle-label"],["label",""],[1,"mat-slide-toggle-bar"],["toggleBar",""],["type","checkbox","role","switch",1,"mat-slide-toggle-input","cdk-visually-hidden",3,"id","required","tabIndex","checked","disabled","change","click"],["input",""],[1,"mat-slide-toggle-thumb-container"],["thumbContainer",""],[1,"mat-slide-toggle-thumb"],["mat-ripple","",1,"mat-slide-toggle-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-slide-toggle-persistent-ripple"],[1,"mat-slide-toggle-content",3,"cdkObserveContent"],["labelContent",""],[2,"display","none"]],template:function(t,a){if(1&t&&(n.kc(),n.Tb(0,"label",0,1),n.Tb(2,"div",2,3),n.Tb(4,"input",4,5),n.bc("change",(function(t){return a._onChangeEvent(t)}))("click",(function(t){return a._onInputClick(t)})),n.Sb(),n.Tb(6,"div",6,7),n.Ob(8,"div",8),n.Tb(9,"div",9),n.Ob(10,"div",10),n.Sb(),n.Sb(),n.Sb(),n.Tb(11,"span",11,12),n.bc("cdkObserveContent",(function(){return a._onLabelTextChange()})),n.Tb(13,"span",13),n.Dc(14,"\xa0"),n.Sb(),n.jc(15),n.Sb(),n.Sb()),2&t){const t=n.rc(1),e=n.rc(12);n.Bb("for",a.inputId),n.Ab(2),n.Eb("mat-slide-toggle-bar-no-side-margin",!e.textContent||!e.textContent.trim()),n.Ab(2),n.lc("id",a.inputId)("required",a.required)("tabIndex",a.tabIndex)("checked",a.checked)("disabled",a.disabled),n.Bb("name",a.name)("aria-checked",a.checked.toString())("aria-label",a.ariaLabel)("aria-labelledby",a.ariaLabelledby),n.Ab(5),n.lc("matRippleTrigger",t)("matRippleDisabled",a.disableRipple||a.disabled)("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",n.nc(17,os))}},directives:[ra.n,ha.a],styles:[".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}.cdk-high-contrast-active .mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar{outline:2px dotted;outline-offset:5px}\n"],encapsulation:2,changeDetection:0}),t})(),us=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})(),As=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[us,ra.o,ra.e,ha.c],us,ra.e]}),t})();const Ls=["dialog_GM000001"],_s=["dialog_C5A23112010"],Is=["dialog_FM000001"],Ds=["dialog_C5A23112008"],ms=["dialog_C8A23100004"],Cs=["dialog_C8A23090002"],Ss=["dialog_C5A23112006"],hs=["dialog_C5A23112002"],gs=["dialog_C5A23112001"],Gs=["dialog_C5A23112003"],Ts=["dialog_C5A23112005"],ps=["dialog_C5A23092001"],ks=["dialog_C5A23112007"],vs=["dialog_C5A23112004"],ys=["dialog_C8A23090001"],Os=["dialog_C8A23100006"],Bs=["dialog_C8A23100007"],Fs=["dialog_C8A23100008"],Es=["dialog_C8A23100010"],ws=["dialog_C8A23100011"],Ms=["dialog_C8A23100003"],js=["dialog_C8A23100012"],xs=["dialog_C8A23100009"],Vs=["dialog_C8A23100001"],Hs=["dialog_C8A23100002"],Rs=["dialog_C8A23100005"],Ps=["dialog_GM000001_508"],Ns=["dialog_C5A23112010_508"],Us=["dialog_FM000001_508"],Ws=["dialog_C5A23112008_508"],$s=["dialog_C8A23100004_508"],zs=["dialog_C8A23090002_508"],Js=["dialog_C5A23112006_508"],qs=["dialog_C5A23112002_508"],Xs=["dialog_C5A23112001_508"],Qs=["dialog_C5A23112003_508"],Ks=["dialog_C5A23112005_508"],Zs=["dialog_C5A23092001_508"],Ys=["dialog_C5A23112007_508"],tl=["dialog_C5A23112004_508"],al=["dialog_C8A23090001_508"],el=["dialog_C8A23100006_508"],nl=["dialog_C8A23100007_508"],ol=["dialog_C8A23100008_508"],cl=["dialog_C8A23100010_508"],sl=["dialog_C8A23100011_508"],ll=["dialog_C8A23100003_508"],il=["dialog_C8A23100012_508"],bl=["dialog_C8A23100009_508"],rl=["dialog_C8A23100001_508"],fl=["dialog_C8A23100002_508"],dl=["dialog_C8A23100005_508"],ul=["dialogAllBCSStatus"],Al=["dialogForUploadBSSGUI"];function Ll(t,a){if(1&t){const t=n.Ub();n.Tb(0,"a",59),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialogForUploadBSSGUI("dialogForUploadBSSGUI")})),n.Dc(1,"\u4e0a\u50b3\u63db\u96fb\u6ac3GUI"),n.Sb()}}function _l(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Il(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5609\u7fa9\u7149\u7814\u6240) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,_l,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Dl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function ml(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5609\u7fa9\u7149\u7814\u6240) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Dl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Cl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Il,9,5,"span",69),n.Bc(2,ml,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.timestamp),n.Ab(1),n.lc("ngIf",t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.timestamp)}}function Sl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function hl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u65b0\u7af9\u5de5\u7814\u9662) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Sl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function gl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,hl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.timestamp)}}function Gl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Tl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u81fa\u5357\u5009\u5eab\u5099\u54c1) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Gl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function pl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Tl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.timestamp)}}function kl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function vl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,kl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function yl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,vl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.timestamp)}}function Ol(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Bl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Ol,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Fl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Bl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.timestamp)}}function El(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function wl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u6771\u660c\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,El,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Ml(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,wl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.timestamp)}}function jl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function xl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u64ce\u5320\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,jl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Vl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,xl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.timestamp)}}function Hl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Rl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u6771\u502b\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Hl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Pl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Rl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.timestamp)}}function Nl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Ul(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Nl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Wl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Ul,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.timestamp)}}function $l(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function zl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,$l,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Jl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,zl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.timestamp)}}function ql(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Xl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,ql,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Ql(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Xl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.timestamp)}}function Kl(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Zl(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Kl,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Yl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Zl,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.timestamp)}}function ti(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function ai(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e09\u967d\u660e\u548c\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,ti,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function ei(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,ai,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.timestamp)}}function ni(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function oi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,ni,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function ci(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,oi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.timestamp)}}function si(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function li(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5927\u6771\u591c\u5e02\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,si,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function ii(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,li,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.timestamp)}}function bi(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function ri(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,bi,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function fi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,ri,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.timestamp)}}function di(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function ui(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,di,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Ai(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,ui,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.timestamp)}}function Li(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function _i(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Li,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Ii(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,_i,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.timestamp)}}function Di(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function mi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Di,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Ci(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,mi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.timestamp)}}function Si(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function hi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Si,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function gi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,hi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.timestamp)}}function Gi(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Ti(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Gi,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function pi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Ti,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.timestamp)}}function ki(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function vi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,ki,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function yi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,vi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.timestamp)}}function Oi(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Bi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Oi,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Fi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Bi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.timestamp)}}function Ei(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function wi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Ei,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Mi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,wi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.timestamp)}}function ji(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function xi(t,a){if(1&t&&(n.Tb(0,"span",70),n.Tb(1,"span",71),n.Dc(2,"(\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,ji,2,0,"ng-container",62),n.Dc(5),n.gc(6,"date"),n.Tb(7,"span",72),n.Dc(8,"\u6bcf20\u79d2\u81ea\u52d5\u66f4\u65b0\u8cc7\u6599"),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.lc("ngIf",t.isPortrait),n.Ab(1),n.Fc("",n.ic(6,2,t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.timestamp,"yyyy-MM-dd HH:mm:ss")," ")}}function Vi(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,xi,9,5,"span",69),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.timestamp)}}function Hi(t,a){if(1&t&&(n.Tb(0,"mat-option",73),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("value",t.value),n.Ab(1),n.Fc(" ",t.viewValue," ")}}const Ri=function(){return{exact:!0}};function Pi(t,a){if(1&t){const t=n.Ub();n.Tb(0,"nav",56),n.Tb(1,"div",57),n.Tb(2,"a",58),n.Dc(3,"\u9996\u9801"),n.Sb(),n.Tb(4,"a",59),n.bc("click",(function(){return n.uc(t),n.fc().openDialogAllBCSStatus("dialogAllBCSStatus")})),n.Dc(5,"\u5168\u90e8\u7ad9\u9ede"),n.Sb(),n.Bc(6,Ll,2,0,"a",60),n.Tb(7,"a",59),n.bc("click",(function(){return n.uc(t),n.fc().logout()})),n.Dc(8,"\u767b\u51fa"),n.Sb(),n.Sb(),n.Tb(9,"div",61),n.Bc(10,Cl,3,2,"div",62),n.Bc(11,gl,2,1,"div",62),n.Bc(12,pl,2,1,"div",62),n.Bc(13,yl,2,1,"div",62),n.Bc(14,Fl,2,1,"div",62),n.Bc(15,Ml,2,1,"div",62),n.Bc(16,Vl,2,1,"div",62),n.Bc(17,Pl,2,1,"div",62),n.Bc(18,Wl,2,1,"div",62),n.Bc(19,Jl,2,1,"div",62),n.Bc(20,Ql,2,1,"div",62),n.Bc(21,Yl,2,1,"div",62),n.Bc(22,ei,2,1,"div",62),n.Bc(23,ci,2,1,"div",62),n.Bc(24,ii,2,1,"div",62),n.Bc(25,fi,2,1,"div",62),n.Bc(26,Ai,2,1,"div",62),n.Bc(27,Ii,2,1,"div",62),n.Bc(28,Ci,2,1,"div",62),n.Bc(29,gi,2,1,"div",62),n.Bc(30,pi,2,1,"div",62),n.Bc(31,yi,2,1,"div",62),n.Bc(32,Fi,2,1,"div",62),n.Bc(33,Mi,2,1,"div",62),n.Bc(34,Vi,2,1,"div",62),n.Sb(),n.Tb(35,"div",63),n.Tb(36,"div",57),n.Tb(37,"a",64),n.Tb(38,"form-field"),n.Tb(39,"input",65),n.bc("change",(function(a){return n.uc(t),n.fc().updateSelectedOption(a)}))("ngModelChange",(function(a){return n.uc(t),n.fc().selectedOption=a})),n.Sb(),n.Tb(40,"mat-autocomplete",null,66),n.Bc(42,Hi,2,2,"mat-option",67),n.Sb(),n.Sb(),n.Tb(43,"mat-icon",68),n.Dc(44,"search"),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(41),a=n.fc();n.Ab(2),n.lc("routerLinkActiveOptions",n.nc(30,Ri)),n.Ab(4),n.lc("ngIf",!a.isPortrait),n.Ab(4),n.lc("ngIf","\u5609\u7fa9\u7149\u7814\u6240"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u65b0\u7af9\u5de5\u7814\u9662"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u5009\u5eab\u5099\u54c1"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u6771\u660c\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u64ce\u5320\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u6771\u502b\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u660e\u548c\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u6771\u591c\u5e02\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(5),n.lc("matAutocomplete",t)("ngModel",a.selectedOption),n.Ab(3),n.lc("ngForOf",a.options)}}function Ni(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Ui(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_GM000001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_GM000001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_GM000001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_GM000001_document.code,")")}}function Wi(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function $i(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112010_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112010_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112010_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112010_document.code,")")}}function zi(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_GM000001_document.sysStatus)}}const Ji=function(t){return{"background-color":t,width:"100%","aspect-ratio":"1/1","border-radius":"50%",border:"1px solid gray"}};function qi(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Xi(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function Qi(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Ki(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}const Zi=function(t,a){return{border:"1px solid black","font-size":"1.5vw","text-decoration":"underline",color:t,"background-color":a}};function Yi(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tb(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function ab(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function eb(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function nb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function ob(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function cb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function sb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function lb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function ib(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function bb(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battId,"")}}function rb(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fb(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function db(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function ub(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Ab(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Lb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function _b(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ib(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Db(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function mb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Cb(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battId,"")}}function Sb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function hb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function gb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Gb(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Tb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function pb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function kb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function vb(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yb(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ob(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function Bb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Fb(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Eb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function wb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Mb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function jb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function xb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function Vb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Hb(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battId,"")}}function Rb(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Pb(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Nb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Ub(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Wb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function $b(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function zb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function Jb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function qb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function Xb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Qb(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battId,"")}}function Kb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Zb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Yb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function tr(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ar(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function er(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function nr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function or(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cr(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sr(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function lr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function ir(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function br(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function rr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function fr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function dr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function ur(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Ar(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Lr(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battId,"")}}function _r(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ir(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Dr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function mr(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Cr(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Sr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function hr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function gr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Gr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Tr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function pr(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battId,"")}}function kr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function vr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function yr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Or(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Br(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Fr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Er(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function wr(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Mr(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jr(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0])}}function xr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Vr(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Hr(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Rr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function Pr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Nr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function Ur(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function Wr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function $r(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battId,"")}}function zr(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Jr(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0])}}function qr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function Xr(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Qr(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Kr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function Zr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function Yr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function tf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function af(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function ef(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battId,"")}}function nf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function of(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function cf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function sf(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function lf(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].dcuStatus[0],"")}}function bf(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_GM000001_document.sysStatus)}}function rf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function ff(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function df(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function uf(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Af(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Lf(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0])}}function _f(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function If(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Df(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function mf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function Cf(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function Sf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function hf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function gf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function Gf(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battId,"")}}function Tf(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function pf(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0])}}function kf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function vf(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function yf(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Of(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function Bf(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ff(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function Ef(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function wf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function Mf(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battId,"")}}function jf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function xf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function Vf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Hf(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Rf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Pf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function Nf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Uf(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Wf(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $f(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0])}}function zf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function Jf(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function qf(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Xf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function Qf(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function Kf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function Zf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function Yf(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function td(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battId,"")}}function ad(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ed(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0])}}function nd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function od(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function cd(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function sd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function ld(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function id(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function bd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function rd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function fd(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battId,"")}}function dd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function ud(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Ad(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Ld(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _d(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Id(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Dd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function md(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Cd(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Sd(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0])}}function hd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function gd(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Gd(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Td(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function pd(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function kd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function vd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function yd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function Od(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battId,"")}}function Bd(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Fd(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0])}}function Ed(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function wd(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Md(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function jd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function xd(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function Vd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function Hd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function Rd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Pd(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battId,"")}}function Nd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Ud(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function Wd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function $d(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Jd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function qd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Xd(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Qd(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Kd(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0])}}function Zd(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function Yd(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function tu(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function au(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function eu(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function nu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function ou(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function cu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function su(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battId,"")}}function lu(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function iu(t,a){if(1&t&&(n.Tb(0,"td",142),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0])}}function bu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function ru(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function fu(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function du(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function uu(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function Au(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Lu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function _u(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Iu(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battId,"")}}function Du(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function mu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function Cu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Su(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_GM000001(a.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId,a.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function hu(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].dcuStatus[0],"")}}function gu(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,zi,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,qi,1,3,"div",102),n.Bc(10,Xi,1,3,"div",102),n.Bc(11,Qi,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,Ki,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Yi,2,4,"td",102),n.Bc(21,tb,4,2,"td",109),n.Bc(22,ab,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,eb,3,4,"td",111),n.Bc(25,nb,3,4,"td",112),n.Bc(26,ob,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,cb,3,4,"td",113),n.Bc(29,sb,2,1,"td",110),n.Bc(30,lb,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,ib,2,1,"td",110),n.Bc(33,bb,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,rb,2,4,"td",102),n.Bc(38,fb,4,2,"td",109),n.Bc(39,db,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,ub,3,4,"td",111),n.Bc(42,Ab,3,4,"td",112),n.Bc(43,Lb,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,_b,3,4,"td",113),n.Bc(46,Ib,3,4,"td",110),n.Bc(47,Db,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,mb,2,1,"td",110),n.Bc(50,Cb,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Sb,1,3,"div",102),n.Bc(54,hb,1,3,"div",102),n.Bc(55,gb,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Gb,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Tb,1,3,"div",102),n.Bc(65,pb,1,3,"div",102),n.Bc(66,kb,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,vb,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,yb,2,4,"td",102),n.Bc(76,Ob,4,2,"td",109),n.Bc(77,Bb,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Fb,3,4,"td",111),n.Bc(80,Eb,3,4,"td",112),n.Bc(81,wb,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Mb,3,4,"td",113),n.Bc(84,jb,3,4,"td",110),n.Bc(85,xb,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Vb,2,1,"td",110),n.Bc(88,Hb,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Rb,2,4,"td",102),n.Bc(93,Pb,4,2,"td",109),n.Bc(94,Nb,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Ub,3,4,"td",111),n.Bc(97,Wb,3,4,"td",112),n.Bc(98,$b,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,zb,3,4,"td",113),n.Bc(101,Jb,3,4,"td",110),n.Bc(102,qb,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Xb,2,1,"td",110),n.Bc(105,Qb,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Kb,1,3,"div",102),n.Bc(109,Zb,1,3,"div",102),n.Bc(110,Yb,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,tr,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,ar,1,3,"div",102),n.Bc(120,er,1,3,"div",102),n.Bc(121,nr,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,or,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,cr,2,4,"td",102),n.Bc(131,sr,4,2,"td",109),n.Bc(132,lr,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,ir,3,4,"td",111),n.Bc(135,br,3,4,"td",112),n.Bc(136,rr,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,fr,3,4,"td",113),n.Bc(139,dr,3,4,"td",110),n.Bc(140,ur,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Ar,2,1,"td",110),n.Bc(143,Lr,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,_r,2,4,"td",102),n.Bc(148,Ir,4,2,"td",109),n.Bc(149,Dr,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,mr,3,4,"td",111),n.Bc(152,Cr,3,4,"td",112),n.Bc(153,Sr,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,hr,3,4,"td",113),n.Bc(156,gr,3,4,"td",110),n.Bc(157,Gr,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Tr,2,1,"td",110),n.Bc(160,pr,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,kr,1,3,"div",102),n.Bc(164,vr,1,3,"div",102),n.Bc(165,yr,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,Or,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,Br,1,3,"div",102),n.Bc(175,Fr,1,3,"div",102),n.Bc(176,Er,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,wr,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Mr,2,4,"td",102),n.Bc(186,jr,4,2,"td",109),n.Bc(187,xr,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Vr,3,4,"td",111),n.Bc(190,Hr,3,4,"td",112),n.Bc(191,Rr,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Pr,3,4,"td",113),n.Bc(194,Nr,3,4,"td",110),n.Bc(195,Ur,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Wr,2,1,"td",110),n.Bc(198,$r,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,zr,2,4,"td",102),n.Bc(203,Jr,4,2,"td",109),n.Bc(204,qr,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,Xr,3,4,"td",111),n.Bc(207,Qr,3,4,"td",112),n.Bc(208,Kr,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,Zr,3,4,"td",113),n.Bc(211,Yr,3,4,"td",110),n.Bc(212,tf,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,af,2,1,"td",110),n.Bc(215,ef,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,nf,1,3,"div",102),n.Bc(219,of,1,3,"div",102),n.Bc(220,cf,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,sf,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,lf,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,bf,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,rf,1,3,"div",102),n.Bc(256,ff,1,3,"div",102),n.Bc(257,df,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,uf,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,Af,2,4,"td",102),n.Bc(267,Lf,4,2,"td",109),n.Bc(268,_f,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,If,3,4,"td",111),n.Bc(271,Df,3,4,"td",112),n.Bc(272,mf,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,Cf,3,4,"td",113),n.Bc(275,Sf,2,1,"td",110),n.Bc(276,hf,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,gf,2,1,"td",110),n.Bc(279,Gf,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,Tf,2,4,"td",102),n.Bc(284,pf,4,2,"td",109),n.Bc(285,kf,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,vf,3,4,"td",111),n.Bc(288,yf,3,4,"td",112),n.Bc(289,Of,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,Bf,3,4,"td",113),n.Bc(292,Ff,3,4,"td",110),n.Bc(293,Ef,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,wf,2,1,"td",110),n.Bc(296,Mf,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,jf,1,3,"div",102),n.Bc(300,xf,1,3,"div",102),n.Bc(301,Vf,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,Hf,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,Rf,1,3,"div",102),n.Bc(311,Pf,1,3,"div",102),n.Bc(312,Nf,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,Uf,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,Wf,2,4,"td",102),n.Bc(322,$f,4,2,"td",109),n.Bc(323,zf,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,Jf,3,4,"td",111),n.Bc(326,qf,3,4,"td",112),n.Bc(327,Xf,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,Qf,3,4,"td",113),n.Bc(330,Kf,3,4,"td",110),n.Bc(331,Zf,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,Yf,2,1,"td",110),n.Bc(334,td,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,ad,2,4,"td",102),n.Bc(339,ed,4,2,"td",109),n.Bc(340,nd,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,od,3,4,"td",111),n.Bc(343,cd,3,4,"td",112),n.Bc(344,sd,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,ld,3,4,"td",113),n.Bc(347,id,3,4,"td",110),n.Bc(348,bd,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,rd,2,1,"td",110),n.Bc(351,fd,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,dd,1,3,"div",102),n.Bc(355,ud,1,3,"div",102),n.Bc(356,Ad,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,Ld,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,_d,1,3,"div",102),n.Bc(366,Id,1,3,"div",102),n.Bc(367,Dd,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,md,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Cd,2,4,"td",102),n.Bc(377,Sd,4,2,"td",109),n.Bc(378,hd,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,gd,3,4,"td",111),n.Bc(381,Gd,3,4,"td",112),n.Bc(382,Td,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,pd,3,4,"td",113),n.Bc(385,kd,3,4,"td",110),n.Bc(386,vd,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,yd,2,1,"td",110),n.Bc(389,Od,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,Bd,2,4,"td",102),n.Bc(394,Fd,4,2,"td",109),n.Bc(395,Ed,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,wd,3,4,"td",111),n.Bc(398,Md,3,4,"td",112),n.Bc(399,jd,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,xd,3,4,"td",113),n.Bc(402,Vd,3,4,"td",110),n.Bc(403,Hd,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Rd,2,1,"td",110),n.Bc(406,Pd,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Nd,1,3,"div",102),n.Bc(410,Ud,1,3,"div",102),n.Bc(411,Wd,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,$d,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,zd,1,3,"div",102),n.Bc(421,Jd,1,3,"div",102),n.Bc(422,qd,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,Xd,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Qd,2,4,"td",102),n.Bc(432,Kd,4,2,"td",109),n.Bc(433,Zd,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Yd,3,4,"td",111),n.Bc(436,tu,3,4,"td",112),n.Bc(437,au,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,eu,3,4,"td",113),n.Bc(440,nu,3,4,"td",110),n.Bc(441,ou,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,cu,2,1,"td",110),n.Bc(444,su,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,lu,2,4,"td",102),n.Bc(449,iu,4,2,"td",109),n.Bc(450,bu,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,ru,3,4,"td",111),n.Bc(453,fu,3,4,"td",112),n.Bc(454,du,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,uu,3,4,"td",113),n.Bc(457,Au,3,4,"td",110),n.Bc(458,Lu,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,_u,2,1,"td",110),n.Bc(461,Iu,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Du,1,3,"div",102),n.Bc(465,mu,1,3,"div",102),n.Bc(466,Cu,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,Su,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,hu,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document.rackInfo[1].dcuStatus[0])}}function Gu(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112010_document.sysStatus)}}function Tu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function pu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function ku(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vu(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112010(a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yu(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ou(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Bu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Fu(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Eu(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function wu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Mu(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function ju(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function xu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Vu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Hu(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battId,"")}}function Ru(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Pu(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0])}}function Nu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Uu(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Wu(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function $u(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function zu(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ju(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function qu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Xu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Qu(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battId,"")}}function Ku(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Zu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Yu(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function tA(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112010(a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function eA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function nA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function oA(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112010(a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cA(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sA(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0])}}function lA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function iA(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function bA(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function rA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function fA(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function dA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function uA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function AA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function LA(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battId,"")}}function _A(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function IA(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0])}}function DA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function mA(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function CA(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function SA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function hA(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function gA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function GA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function TA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function pA(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battId,"")}}function kA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function vA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function yA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function OA(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112010(a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function BA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function FA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function EA(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wA(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112010(a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function MA(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jA(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0])}}function xA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function VA(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function HA(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function RA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function PA(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function NA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function UA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function WA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function $A(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battId,"")}}function zA(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].dcuStatus[0],"")}}function JA(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,Gu,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Tu,1,3,"div",102),n.Bc(10,pu,1,3,"div",102),n.Bc(11,ku,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,vu,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,yu,2,4,"td",102),n.Bc(21,Ou,4,2,"td",147),n.Bc(22,Bu,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Fu,3,4,"td",111),n.Bc(25,Eu,3,4,"td",112),n.Bc(26,wu,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Mu,3,4,"td",113),n.Bc(29,ju,3,4,"td",110),n.Bc(30,xu,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Vu,2,1,"td",110),n.Bc(33,Hu,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,Ru,2,4,"td",102),n.Bc(38,Pu,4,2,"td",147),n.Bc(39,Nu,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Uu,3,4,"td",111),n.Bc(42,Wu,3,4,"td",112),n.Bc(43,$u,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,zu,3,4,"td",113),n.Bc(46,Ju,3,4,"td",110),n.Bc(47,qu,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Xu,2,1,"td",110),n.Bc(50,Qu,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Ku,1,3,"div",102),n.Bc(54,Zu,1,3,"div",102),n.Bc(55,Yu,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,tA,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,aA,1,3,"div",102),n.Bc(65,eA,1,3,"div",102),n.Bc(66,nA,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,oA,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,cA,2,4,"td",102),n.Bc(76,sA,4,2,"td",147),n.Bc(77,lA,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,iA,3,4,"td",111),n.Bc(80,bA,3,4,"td",112),n.Bc(81,rA,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,fA,3,4,"td",113),n.Bc(84,dA,3,4,"td",110),n.Bc(85,uA,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,AA,2,1,"td",110),n.Bc(88,LA,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,_A,2,4,"td",102),n.Bc(93,IA,4,2,"td",147),n.Bc(94,DA,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,mA,3,4,"td",111),n.Bc(97,CA,3,4,"td",112),n.Bc(98,SA,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,hA,3,4,"td",113),n.Bc(101,gA,3,4,"td",110),n.Bc(102,GA,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,TA,2,1,"td",110),n.Bc(105,pA,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,kA,1,3,"div",102),n.Bc(109,vA,1,3,"div",102),n.Bc(110,yA,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,OA,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,BA,1,3,"div",102),n.Bc(120,FA,1,3,"div",102),n.Bc(121,EA,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,wA,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,MA,2,4,"td",102),n.Bc(131,jA,4,2,"td",147),n.Bc(132,xA,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,VA,3,4,"td",111),n.Bc(135,HA,3,4,"td",112),n.Bc(136,RA,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,PA,3,4,"td",113),n.Bc(139,NA,3,4,"td",110),n.Bc(140,UA,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,WA,2,1,"td",110),n.Bc(143,$A,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,zA,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document.rackInfo[0].dcuStatus[0])}}function qA(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function XA(t,a){if(1&t&&(n.Tb(0,"span",89),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("8\u69fd\u2002",t.GetALLDataa.latest_GM000001_document.deviceId,"")}}function QA(t,a){if(1&t&&(n.Tb(0,"span",91),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112010_document.deviceId,"")}}function KA(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function ZA(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_GM000001))}}function YA(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function tL(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_GM000001))}}function aL(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(4);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_508_document),"\n ")}}function eL(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function nL(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(4);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_509_document),"\n ")}}function oL(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function cL(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function sL(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_GM000001))}}function lL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",157),n.Tb(1,"div",158),n.Tb(2,"div",159),n.Tb(3,"div",160),n.Tb(4,"span",161),n.Dc(5,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(6,"mat-form-field",162),n.Tb(7,"mat-label"),n.Dc(8,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(9,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(3).selectedModefor502_GM000001=a})),n.Tb(10,"option",164),n.Dc(11,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(12,"option",165),n.Dc(13,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(14,"option",166),n.Dc(15,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(16,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(3).handle502Confirmation_GM000001()})),n.Dc(17,"\u78ba\u8a8d"),n.Sb(),n.Ob(18,"p"),n.Tb(19,"span",161),n.Dc(20,"[BSS] Response:"),n.Sb(),n.Bc(21,KA,3,0,"div",168),n.Bc(22,ZA,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(23,"div",159),n.Tb(24,"div",160),n.Tb(25,"span",161),n.Dc(26,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(27,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(3).submit504EmergencyEject_GM000001()})),n.Dc(28,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(29,"p"),n.Tb(30,"span",161),n.Dc(31,"[BSS] Response:"),n.Sb(),n.Bc(32,YA,3,0,"div",168),n.Bc(33,tL,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(34,"div",171),n.Tb(35,"div",172),n.Tb(36,"div",173),n.Tb(37,"span",161),n.Dc(38,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(39,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(3).openDialog("dialog_GM000001_508")})),n.Dc(40,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(41,aL,7,7,"ng-container",175),n.Bc(42,eL,2,0,"ng-template",null,176,n.Cc),n.Sb(),n.Ob(44,"div",177),n.Tb(45,"div",173),n.Tb(46,"span",161),n.Dc(47,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(48,"button",178),n.Dc(49,"\u9593\u8ddd"),n.Sb(),n.Bc(50,nL,7,7,"ng-container",175),n.Bc(51,oL,2,0,"ng-template",null,179,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(53,"div",180),n.Tb(54,"div",160),n.Tb(55,"span",161),n.Dc(56,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(57,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(3).submit507BSSInfo_GM000001()})),n.Dc(58,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(59,"p"),n.Tb(60,"span",161),n.Dc(61,"[BSS] Response:"),n.Sb(),n.Bc(62,cL,3,0,"div",168),n.Bc(63,sL,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(43),a=n.rc(52),e=n.fc(3);n.Ab(9),n.lc("ngModel",e.selectedModefor502_GM000001),n.Ab(12),n.lc("ngIf",e.isLoading502_GM000001),n.Ab(1),n.lc("ngIf",!e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_GM000001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_GM000001),n.Ab(1),n.lc("ngIf",!e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_GM000001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_GM000001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_GM000001),n.Ab(1),n.lc("ngIf",!e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_GM000001_document)}}function iL(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function bL(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112010))}}function rL(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function fL(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112010))}}function dL(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(4);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_508_document),"\n ")}}function uL(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function AL(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(4);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_509_document),"\n ")}}function LL(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function _L(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function IL(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(4);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112010))}}function DL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",157),n.Tb(1,"div",158),n.Tb(2,"div",159),n.Tb(3,"div",160),n.Tb(4,"span",161),n.Dc(5,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(6,"mat-form-field",162),n.Tb(7,"mat-label"),n.Dc(8,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(9,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(3).selectedModefor502_C5A23112010=a})),n.Tb(10,"option",189),n.Dc(11,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(12,"option",190),n.Dc(13,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(14,"option",191),n.Dc(15,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(16,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(3).handle502Confirmation_C5A23112010()})),n.Dc(17,"\u78ba\u8a8d"),n.Sb(),n.Ob(18,"p"),n.Tb(19,"span",161),n.Dc(20,"[BSS] Response:"),n.Sb(),n.Bc(21,iL,3,0,"div",168),n.Bc(22,bL,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(23,"div",159),n.Tb(24,"div",160),n.Tb(25,"span",161),n.Dc(26,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(27,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(3).submit504EmergencyEject_C5A23112010()})),n.Dc(28,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(29,"p"),n.Tb(30,"span",161),n.Dc(31,"[BSS] Response:"),n.Sb(),n.Bc(32,rL,3,0,"div",168),n.Bc(33,fL,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(34,"div",171),n.Tb(35,"div",172),n.Tb(36,"div",173),n.Tb(37,"span",161),n.Dc(38,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(39,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(3).openDialog("dialog_C5A23112010_508")})),n.Dc(40,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(41,dL,7,7,"ng-container",175),n.Bc(42,uL,2,0,"ng-template",null,192,n.Cc),n.Sb(),n.Ob(44,"div",177),n.Tb(45,"div",173),n.Tb(46,"span",161),n.Dc(47,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(48,"button",178),n.Dc(49,"\u9593\u8ddd"),n.Sb(),n.Bc(50,AL,7,7,"ng-container",175),n.Bc(51,LL,2,0,"ng-template",null,193,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(53,"div",180),n.Tb(54,"div",160),n.Tb(55,"span",161),n.Dc(56,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(57,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(3).submit507BSSInfo_C5A23112010()})),n.Dc(58,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(59,"p"),n.Tb(60,"span",161),n.Dc(61,"[BSS] Response:"),n.Sb(),n.Bc(62,_L,3,0,"div",168),n.Bc(63,IL,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(43),a=n.rc(52),e=n.fc(3);n.Ab(9),n.lc("ngModel",e.selectedModefor502_C5A23112010),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112010),n.Ab(1),n.lc("ngIf",e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_C5A23112010_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112010),n.Ab(1),n.lc("ngIf",e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_C5A23112010_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112010_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112010),n.Ab(1),n.lc("ngIf",e.toggleState&&e.GetALLDataa&&e.GetALLDataa.latest_C5A23112010_document)}}function mL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",154),n.Tb(2,"span"),n.Dc(3),n.Sb(),n.Bc(4,XA,2,1,"span",79),n.Bc(5,QA,2,1,"span",81),n.Tb(6,"mat-slide-toggle",155),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).toggleState=a})),n.Dc(7,"\u20028\u69fd\u2002/\u2002"),n.Tb(8,"span",84),n.Dc(9,"5\u69fd"),n.Sb(),n.Sb(),n.Sb(),n.Bc(10,lL,64,11,"div",156),n.Bc(11,DL,64,11,"div",156),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",t.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",!t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_GM000001_document),n.Ab(1),n.lc("ngIf",t.toggleState&&t.GetALLDataa&&t.GetALLDataa.latest_C5A23112010_document),n.Ab(1),n.lc("disableRipple",!0)("ngModel",t.toggleState),n.Ab(4),n.lc("ngIf",!t.toggleState),n.Ab(1),n.lc("ngIf",t.toggleState)}}function CL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_GM000001andC5A23112010(a)})),n.Tb(2,"mat-tab",76),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Ni,2,0,"span",79),n.Bc(6,Ui,2,4,"span",80),n.Bc(7,Wi,2,0,"span",81),n.Bc(8,$i,2,4,"span",82),n.Tb(9,"mat-slide-toggle",83),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().toggleState=a})),n.Dc(10,"8\u69fd\u2002/\u2002"),n.Tb(11,"span",84),n.Dc(12,"5\u69fd"),n.Sb(),n.Sb(),n.Sb(),n.Bc(13,gu,806,244,"div",85),n.Bc(14,JA,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(15,"mat-tab",86),n.Bc(16,qA,2,0,"ng-template",null,87,n.Cc),n.Bc(18,mL,12,7,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(17),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_GM000001_document),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_GM000001_document),n.Ab(1),n.lc("ngIf",a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112010_document),n.Ab(1),n.lc("ngIf",a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112010_document),n.Ab(1),n.lc("disableRipple",!0)("ngModel",a.toggleState),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_GM000001andC5A23112010)("ngIfElse",t)}}function SL(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function hL(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_FM000001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_FM000001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_FM000001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_FM000001_document.code,")")}}function gL(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_FM000001_document.sysStatus)}}function GL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function TL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function pL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function kL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_FM000001(a.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vL(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function yL(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function OL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function BL(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function FL(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function EL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function wL(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function ML(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function jL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function xL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function VL(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battId,"")}}function HL(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function RL(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function PL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function NL(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function UL(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function WL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function $L(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function zL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function JL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function qL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function XL(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battId,"")}}function QL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function KL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function ZL(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function YL(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_FM000001(a.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function t_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function a_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function e_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function n_(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_FM000001(a.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function o_(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function c_(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function s_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function l_(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function i_(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function b_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function r_(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function f_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function d_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function u_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function A_(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battId,"")}}function L_(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function __(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function I_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function D_(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function m_(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function C_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function S_(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function h_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function g_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function G_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function T_(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battId,"")}}function p_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function k_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function v_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function y_(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_FM000001(a.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function O_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function B_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function F_(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function E_(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_FM000001(a.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId,a.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function w_(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function M_(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function j_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function x_(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function V_(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function H_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function R_(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function P_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function N_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function U_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function W_(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battId,"")}}function $_(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].dcuStatus[0],"")}}function z_(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,gL,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,GL,1,3,"div",102),n.Bc(10,TL,1,3,"div",102),n.Bc(11,pL,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,kL,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,vL,2,4,"td",102),n.Bc(21,yL,4,2,"td",147),n.Bc(22,OL,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,BL,3,4,"td",111),n.Bc(25,FL,3,4,"td",112),n.Bc(26,EL,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,wL,3,4,"td",113),n.Bc(29,ML,3,4,"td",110),n.Bc(30,jL,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,xL,2,1,"td",110),n.Bc(33,VL,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,HL,2,4,"td",102),n.Bc(38,RL,4,2,"td",147),n.Bc(39,PL,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,NL,3,4,"td",111),n.Bc(42,UL,3,4,"td",112),n.Bc(43,WL,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,$L,3,4,"td",113),n.Bc(46,zL,3,4,"td",110),n.Bc(47,JL,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,qL,2,1,"td",110),n.Bc(50,XL,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,QL,1,3,"div",102),n.Bc(54,KL,1,3,"div",102),n.Bc(55,ZL,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,YL,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,t_,1,3,"div",102),n.Bc(65,a_,1,3,"div",102),n.Bc(66,e_,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,n_,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,o_,2,4,"td",102),n.Bc(76,c_,4,2,"td",147),n.Bc(77,s_,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,l_,3,4,"td",111),n.Bc(80,i_,3,4,"td",112),n.Bc(81,b_,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,r_,3,4,"td",113),n.Bc(84,f_,3,4,"td",110),n.Bc(85,d_,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,u_,2,1,"td",110),n.Bc(88,A_,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,L_,2,4,"td",102),n.Bc(93,__,4,2,"td",147),n.Bc(94,I_,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,D_,3,4,"td",111),n.Bc(97,m_,3,4,"td",112),n.Bc(98,C_,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,S_,3,4,"td",113),n.Bc(101,h_,3,4,"td",110),n.Bc(102,g_,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,G_,2,1,"td",110),n.Bc(105,T_,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,p_,1,3,"div",102),n.Bc(109,k_,1,3,"div",102),n.Bc(110,v_,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,y_,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,O_,1,3,"div",102),n.Bc(120,B_,1,3,"div",102),n.Bc(121,F_,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,E_,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,w_,2,4,"td",102),n.Bc(131,M_,4,2,"td",147),n.Bc(132,j_,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,x_,3,4,"td",111),n.Bc(135,V_,3,4,"td",112),n.Bc(136,H_,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,R_,3,4,"td",113),n.Bc(139,P_,3,4,"td",110),n.Bc(140,N_,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,U_,2,1,"td",110),n.Bc(143,W_,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,$_,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_FM000001_document.rackInfo[0].dcuStatus[0])}}function J_(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function q_(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_FM000001_document.deviceId,"")}}function X_(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Q_(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_FM000001))}}function K_(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Z_(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_FM000001))}}function Y_(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_508_document),"\n ")}}function tI(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function aI(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_509_document),"\n ")}}function eI(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function nI(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function oI(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_FM000001))}}function cI(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,q_,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_FM000001=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_FM000001()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,X_,3,0,"div",168),n.Bc(27,Q_,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_FM000001()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,K_,3,0,"div",168),n.Bc(38,Z_,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_FM000001_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,Y_,7,7,"ng-container",175),n.Bc(47,tI,2,0,"ng-template",null,199,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,aI,7,7,"ng-container",175),n.Bc(56,eI,2,0,"ng-template",null,200,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_FM000001()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,nI,3,0,"div",168),n.Bc(68,oI,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_FM000001),n.Ab(12),n.lc("ngIf",e.isLoading502_FM000001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_FM000001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_FM000001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_FM000001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document)}}function sI(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_FM000001(a)})),n.Tb(2,"mat-tab",194),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,SL,2,0,"span",81),n.Bc(6,hL,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,z_,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,J_,2,0,"ng-template",null,195,n.Cc),n.Bc(12,cI,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_FM000001_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_FM000001)("ngIfElse",t)}}function lI(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function iI(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112008_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112008_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112008_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112008_document.code,")")}}function bI(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112008_document.sysStatus)}}function rI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function fI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function dI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function uI(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112008(a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AI(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function LI(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0])}}function _I(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function II(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function DI(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function mI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function CI(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function SI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function hI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function gI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function GI(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battId,"")}}function TI(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function pI(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0])}}function kI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function vI(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function yI(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function OI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function BI(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function FI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function EI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function wI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function MI(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battId,"")}}function jI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function xI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function VI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function HI(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112008(a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function PI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function NI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function UI(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112008(a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function WI(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $I(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0])}}function zI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function JI(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function qI(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function XI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function QI(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function KI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function ZI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function YI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function tD(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battId,"")}}function aD(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function eD(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0])}}function nD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function oD(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function cD(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function sD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function lD(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function iD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function bD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function rD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function fD(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battId,"")}}function dD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function uD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function AD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function LD(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112008(a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _D(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function ID(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function DD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function mD(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112008(a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function CD(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function SD(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0])}}function hD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function gD(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function GD(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function TD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function pD(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function kD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function vD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function yD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function OD(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battId,"")}}function BD(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].dcuStatus[0],"")}}function FD(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,bI,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,rI,1,3,"div",102),n.Bc(10,fI,1,3,"div",102),n.Bc(11,dI,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,uI,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,AI,2,4,"td",102),n.Bc(21,LI,4,2,"td",147),n.Bc(22,_I,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,II,3,4,"td",111),n.Bc(25,DI,3,4,"td",112),n.Bc(26,mI,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,CI,3,4,"td",113),n.Bc(29,SI,3,4,"td",110),n.Bc(30,hI,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,gI,2,1,"td",110),n.Bc(33,GI,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,TI,2,4,"td",102),n.Bc(38,pI,4,2,"td",147),n.Bc(39,kI,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,vI,3,4,"td",111),n.Bc(42,yI,3,4,"td",112),n.Bc(43,OI,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,BI,3,4,"td",113),n.Bc(46,FI,3,4,"td",110),n.Bc(47,EI,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,wI,2,1,"td",110),n.Bc(50,MI,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,jI,1,3,"div",102),n.Bc(54,xI,1,3,"div",102),n.Bc(55,VI,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,HI,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,RI,1,3,"div",102),n.Bc(65,PI,1,3,"div",102),n.Bc(66,NI,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,UI,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,WI,2,4,"td",102),n.Bc(76,$I,4,2,"td",147),n.Bc(77,zI,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,JI,3,4,"td",111),n.Bc(80,qI,3,4,"td",112),n.Bc(81,XI,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,QI,3,4,"td",113),n.Bc(84,KI,3,4,"td",110),n.Bc(85,ZI,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,YI,2,1,"td",110),n.Bc(88,tD,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,aD,2,4,"td",102),n.Bc(93,eD,4,2,"td",147),n.Bc(94,nD,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,oD,3,4,"td",111),n.Bc(97,cD,3,4,"td",112),n.Bc(98,sD,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,lD,3,4,"td",113),n.Bc(101,iD,3,4,"td",110),n.Bc(102,bD,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,rD,2,1,"td",110),n.Bc(105,fD,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,dD,1,3,"div",102),n.Bc(109,uD,1,3,"div",102),n.Bc(110,AD,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,LD,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,_D,1,3,"div",102),n.Bc(120,ID,1,3,"div",102),n.Bc(121,DD,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,mD,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,CD,2,4,"td",102),n.Bc(131,SD,4,2,"td",147),n.Bc(132,hD,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,gD,3,4,"td",111),n.Bc(135,GD,3,4,"td",112),n.Bc(136,TD,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,pD,3,4,"td",113),n.Bc(139,kD,3,4,"td",110),n.Bc(140,vD,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,yD,2,1,"td",110),n.Bc(143,OD,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,BD,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].dcuStatus[0])}}function ED(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function wD(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112008_document.deviceId,"")}}function MD(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function jD(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112008))}}function xD(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function VD(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112008))}}function HD(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_508_document),"\n ")}}function RD(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function PD(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_509_document),"\n ")}}function ND(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function UD(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function WD(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112008))}}function $D(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,wD,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112008=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112008()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,MD,3,0,"div",168),n.Bc(27,jD,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112008()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,xD,3,0,"div",168),n.Bc(38,VD,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112008_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,HD,7,7,"ng-container",175),n.Bc(47,RD,2,0,"ng-template",null,204,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,PD,7,7,"ng-container",175),n.Bc(56,ND,2,0,"ng-template",null,205,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112008()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,UD,3,0,"div",168),n.Bc(68,WD,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112008_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112008),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112008_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112008_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112008_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112008_document)}}function zD(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112008(a)})),n.Tb(2,"mat-tab",202),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,lI,2,0,"span",81),n.Bc(6,iI,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,FD,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,ED,2,0,"ng-template",null,203,n.Cc),n.Bc(12,$D,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112008_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112008)("ngIfElse",t)}}function JD(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function qD(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112006_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112006_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112006_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112006_document.code,")")}}function XD(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112006_document.sysStatus)}}function QD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function KD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function ZD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function YD(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112006(a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tm(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function am(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0])}}function em(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function nm(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function om(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function cm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function sm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function lm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function im(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function bm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function rm(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battId,"")}}function fm(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dm(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0])}}function um(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Am(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Lm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function _m(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Im(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Dm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function mm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Cm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Sm(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battId,"")}}function hm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function gm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Gm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Tm(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112006(a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function km(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function vm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function ym(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112006(a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Om(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Bm(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0])}}function Fm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Em(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function wm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Mm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function jm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function xm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function Vm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Hm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Rm(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battId,"")}}function Pm(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Nm(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Um(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Wm(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function $m(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function zm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Jm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function qm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Xm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function Qm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Km(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battId,"")}}function Zm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Ym(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function tC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function aC(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112006(a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function eC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function nC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function oC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function cC(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112006(a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sC(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function lC(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0])}}function iC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function bC(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function rC(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function fC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function dC(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function uC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function AC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function LC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function _C(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battId,"")}}function IC(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].dcuStatus[0],"")}}function DC(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,XD,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,QD,1,3,"div",102),n.Bc(10,KD,1,3,"div",102),n.Bc(11,ZD,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,YD,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,tm,2,4,"td",102),n.Bc(21,am,4,2,"td",147),n.Bc(22,em,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,nm,3,4,"td",111),n.Bc(25,om,3,4,"td",112),n.Bc(26,cm,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,sm,3,4,"td",113),n.Bc(29,lm,3,4,"td",110),n.Bc(30,im,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,bm,2,1,"td",110),n.Bc(33,rm,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,fm,2,4,"td",102),n.Bc(38,dm,4,2,"td",147),n.Bc(39,um,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Am,3,4,"td",111),n.Bc(42,Lm,3,4,"td",112),n.Bc(43,_m,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Im,3,4,"td",113),n.Bc(46,Dm,3,4,"td",110),n.Bc(47,mm,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Cm,2,1,"td",110),n.Bc(50,Sm,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,hm,1,3,"div",102),n.Bc(54,gm,1,3,"div",102),n.Bc(55,Gm,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Tm,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,pm,1,3,"div",102),n.Bc(65,km,1,3,"div",102),n.Bc(66,vm,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,ym,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Om,2,4,"td",102),n.Bc(76,Bm,4,2,"td",147),n.Bc(77,Fm,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Em,3,4,"td",111),n.Bc(80,wm,3,4,"td",112),n.Bc(81,Mm,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,jm,3,4,"td",113),n.Bc(84,xm,3,4,"td",110),n.Bc(85,Vm,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Hm,2,1,"td",110),n.Bc(88,Rm,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Pm,2,4,"td",102),n.Bc(93,Nm,4,2,"td",147),n.Bc(94,Um,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Wm,3,4,"td",111),n.Bc(97,$m,3,4,"td",112),n.Bc(98,zm,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Jm,3,4,"td",113),n.Bc(101,qm,3,4,"td",110),n.Bc(102,Xm,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Qm,2,1,"td",110),n.Bc(105,Km,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Zm,1,3,"div",102),n.Bc(109,Ym,1,3,"div",102),n.Bc(110,tC,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,aC,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,eC,1,3,"div",102),n.Bc(120,nC,1,3,"div",102),n.Bc(121,oC,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,cC,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,sC,2,4,"td",102),n.Bc(131,lC,4,2,"td",147),n.Bc(132,iC,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,bC,3,4,"td",111),n.Bc(135,rC,3,4,"td",112),n.Bc(136,fC,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,dC,3,4,"td",113),n.Bc(139,uC,3,4,"td",110),n.Bc(140,AC,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,LC,2,1,"td",110),n.Bc(143,_C,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,IC,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].dcuStatus[0])}}function mC(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function CC(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112006_document.deviceId,"")}}function SC(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function hC(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112006))}}function gC(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function GC(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112006))}}function TC(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_508_document),"\n ")}}function pC(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function kC(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_509_document),"\n ")}}function vC(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function yC(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function OC(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112006))}}function BC(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,CC,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112006=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112006()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,SC,3,0,"div",168),n.Bc(27,hC,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112006()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,gC,3,0,"div",168),n.Bc(38,GC,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112006_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,TC,7,7,"ng-container",175),n.Bc(47,pC,2,0,"ng-template",null,208,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,kC,7,7,"ng-container",175),n.Bc(56,vC,2,0,"ng-template",null,209,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112006()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,yC,3,0,"div",168),n.Bc(68,OC,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112006_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112006),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112006_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112006_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112006_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112006_document)}}function FC(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112006(a)})),n.Tb(2,"mat-tab",206),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,JD,2,0,"span",81),n.Bc(6,qD,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,DC,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,mC,2,0,"ng-template",null,207,n.Cc),n.Bc(12,BC,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112006_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112006)("ngIfElse",t)}}function EC(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function wC(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112002_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112002_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112002_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112002_document.code,")")}}function MC(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112002_document.sysStatus)}}function jC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function xC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function VC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function HC(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112002(a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RC(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function PC(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0])}}function NC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function UC(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function WC(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function $C(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function zC(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function JC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function qC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function XC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function QC(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battId,"")}}function KC(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZC(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0])}}function YC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function tS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function aS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function eS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function nS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function oS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function cS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function sS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function lS(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battId,"")}}function iS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function bS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function rS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function fS(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112002(a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function uS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function AS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function LS(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112002(a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _S(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function IS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0])}}function DS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function mS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function CS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function SS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function hS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function gS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function GS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function TS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function pS(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battId,"")}}function kS(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function vS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0])}}function yS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function OS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function BS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function FS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function ES(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function wS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function MS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function jS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function xS(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battId,"")}}function VS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function HS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function RS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function PS(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112002(a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function NS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function US(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function WS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function $S(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112002(a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zS(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function JS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0])}}function qS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function XS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function QS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function KS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function ZS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function YS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function th(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function ah(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function eh(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battId,"")}}function nh(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].dcuStatus[0],"")}}function oh(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,MC,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,jC,1,3,"div",102),n.Bc(10,xC,1,3,"div",102),n.Bc(11,VC,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,HC,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,RC,2,4,"td",102),n.Bc(21,PC,4,2,"td",147),n.Bc(22,NC,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,UC,3,4,"td",111),n.Bc(25,WC,3,4,"td",112),n.Bc(26,$C,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,zC,3,4,"td",113),n.Bc(29,JC,3,4,"td",110),n.Bc(30,qC,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,XC,2,1,"td",110),n.Bc(33,QC,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,KC,2,4,"td",102),n.Bc(38,ZC,4,2,"td",147),n.Bc(39,YC,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,tS,3,4,"td",111),n.Bc(42,aS,3,4,"td",112),n.Bc(43,eS,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,nS,3,4,"td",113),n.Bc(46,oS,3,4,"td",110),n.Bc(47,cS,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,sS,2,1,"td",110),n.Bc(50,lS,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,iS,1,3,"div",102),n.Bc(54,bS,1,3,"div",102),n.Bc(55,rS,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,fS,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,dS,1,3,"div",102),n.Bc(65,uS,1,3,"div",102),n.Bc(66,AS,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,LS,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,_S,2,4,"td",102),n.Bc(76,IS,4,2,"td",147),n.Bc(77,DS,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,mS,3,4,"td",111),n.Bc(80,CS,3,4,"td",112),n.Bc(81,SS,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,hS,3,4,"td",113),n.Bc(84,gS,3,4,"td",110),n.Bc(85,GS,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,TS,2,1,"td",110),n.Bc(88,pS,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,kS,2,4,"td",102),n.Bc(93,vS,4,2,"td",147),n.Bc(94,yS,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,OS,3,4,"td",111),n.Bc(97,BS,3,4,"td",112),n.Bc(98,FS,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,ES,3,4,"td",113),n.Bc(101,wS,3,4,"td",110),n.Bc(102,MS,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,jS,2,1,"td",110),n.Bc(105,xS,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,VS,1,3,"div",102),n.Bc(109,HS,1,3,"div",102),n.Bc(110,RS,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,PS,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,NS,1,3,"div",102),n.Bc(120,US,1,3,"div",102),n.Bc(121,WS,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,$S,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,zS,2,4,"td",102),n.Bc(131,JS,4,2,"td",147),n.Bc(132,qS,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,XS,3,4,"td",111),n.Bc(135,QS,3,4,"td",112),n.Bc(136,KS,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,ZS,3,4,"td",113),n.Bc(139,YS,3,4,"td",110),n.Bc(140,th,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,ah,2,1,"td",110),n.Bc(143,eh,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,nh,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].dcuStatus[0])}}function ch(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function sh(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112002_document.deviceId,"")}}function lh(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function ih(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112002))}}function bh(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function rh(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112002))}}function fh(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_508_document),"\n ")}}function dh(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function uh(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_509_document),"\n ")}}function Ah(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Lh(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function _h(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112002))}}function Ih(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,sh,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112002=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112002()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,lh,3,0,"div",168),n.Bc(27,ih,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112002()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,bh,3,0,"div",168),n.Bc(38,rh,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112002_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,fh,7,7,"ng-container",175),n.Bc(47,dh,2,0,"ng-template",null,212,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,uh,7,7,"ng-container",175),n.Bc(56,Ah,2,0,"ng-template",null,213,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112002()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,Lh,3,0,"div",168),n.Bc(68,_h,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112002_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112002),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112002_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112002_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112002_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112002_document)}}function Dh(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112002(a)})),n.Tb(2,"mat-tab",210),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,EC,2,0,"span",81),n.Bc(6,wC,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,oh,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,ch,2,0,"ng-template",null,211,n.Cc),n.Bc(12,Ih,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112002_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112002)("ngIfElse",t)}}function mh(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function Ch(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112001_document.code,")")}}function Sh(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112001_document.sysStatus)}}function hh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function gh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function Gh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Th(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112001(a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ph(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kh(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function vh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function yh(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Oh(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Bh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Fh(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function Eh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function wh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Mh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function jh(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battId,"")}}function xh(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Vh(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function Hh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Rh(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Ph(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Nh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Uh(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Wh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function $h(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function zh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Jh(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battId,"")}}function qh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Xh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Qh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Kh(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112001(a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Zh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Yh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function tg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function ag(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112001(a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function eg(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ng(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function og(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function cg(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function sg(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function lg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function ig(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function bg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function rg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function fg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function dg(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battId,"")}}function ug(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ag(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Lg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function _g(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Ig(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Dg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function mg(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function Cg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Sg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function hg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function gg(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battId,"")}}function Gg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Tg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function pg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function kg(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112001(a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function yg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Og(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Bg(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112001(a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Fg(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Eg(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function wg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Mg(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function jg(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function xg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Vg(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function Hg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Rg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Pg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Ng(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battId,"")}}function Ug(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].dcuStatus[0],"")}}function Wg(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,Sh,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,hh,1,3,"div",102),n.Bc(10,gh,1,3,"div",102),n.Bc(11,Gh,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,Th,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,ph,2,4,"td",102),n.Bc(21,kh,4,2,"td",147),n.Bc(22,vh,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,yh,3,4,"td",111),n.Bc(25,Oh,3,4,"td",112),n.Bc(26,Bh,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Fh,3,4,"td",113),n.Bc(29,Eh,3,4,"td",110),n.Bc(30,wh,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Mh,2,1,"td",110),n.Bc(33,jh,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,xh,2,4,"td",102),n.Bc(38,Vh,4,2,"td",147),n.Bc(39,Hh,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Rh,3,4,"td",111),n.Bc(42,Ph,3,4,"td",112),n.Bc(43,Nh,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Uh,3,4,"td",113),n.Bc(46,Wh,3,4,"td",110),n.Bc(47,$h,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,zh,2,1,"td",110),n.Bc(50,Jh,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,qh,1,3,"div",102),n.Bc(54,Xh,1,3,"div",102),n.Bc(55,Qh,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Kh,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Zh,1,3,"div",102),n.Bc(65,Yh,1,3,"div",102),n.Bc(66,tg,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,ag,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,eg,2,4,"td",102),n.Bc(76,ng,4,2,"td",147),n.Bc(77,og,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,cg,3,4,"td",111),n.Bc(80,sg,3,4,"td",112),n.Bc(81,lg,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,ig,3,4,"td",113),n.Bc(84,bg,3,4,"td",110),n.Bc(85,rg,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,fg,2,1,"td",110),n.Bc(88,dg,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,ug,2,4,"td",102),n.Bc(93,Ag,4,2,"td",147),n.Bc(94,Lg,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,_g,3,4,"td",111),n.Bc(97,Ig,3,4,"td",112),n.Bc(98,Dg,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,mg,3,4,"td",113),n.Bc(101,Cg,3,4,"td",110),n.Bc(102,Sg,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,hg,2,1,"td",110),n.Bc(105,gg,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Gg,1,3,"div",102),n.Bc(109,Tg,1,3,"div",102),n.Bc(110,pg,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,kg,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,vg,1,3,"div",102),n.Bc(120,yg,1,3,"div",102),n.Bc(121,Og,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,Bg,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Fg,2,4,"td",102),n.Bc(131,Eg,4,2,"td",147),n.Bc(132,wg,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Mg,3,4,"td",111),n.Bc(135,jg,3,4,"td",112),n.Bc(136,xg,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Vg,3,4,"td",113),n.Bc(139,Hg,3,4,"td",110),n.Bc(140,Rg,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Pg,2,1,"td",110),n.Bc(143,Ng,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,Ug,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].dcuStatus[0])}}function $g(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function zg(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112001_document.deviceId,"")}}function Jg(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function qg(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112001))}}function Xg(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Qg(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112001))}}function Kg(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_508_document),"\n ")}}function Zg(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Yg(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_509_document),"\n ")}}function tG(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function aG(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function eG(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112001))}}function nG(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,zg,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112001=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112001()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,Jg,3,0,"div",168),n.Bc(27,qg,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112001()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,Xg,3,0,"div",168),n.Bc(38,Qg,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112001_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,Kg,7,7,"ng-container",175),n.Bc(47,Zg,2,0,"ng-template",null,216,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,Yg,7,7,"ng-container",175),n.Bc(56,tG,2,0,"ng-template",null,217,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112001()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,aG,3,0,"div",168),n.Bc(68,eG,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112001_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112001),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112001_document)}}function oG(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112001(a)})),n.Tb(2,"mat-tab",214),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,mh,2,0,"span",81),n.Bc(6,Ch,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,Wg,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,$g,2,0,"ng-template",null,215,n.Cc),n.Bc(12,nG,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112001_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112001)("ngIfElse",t)}}function cG(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function sG(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112003_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112003_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112003_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112003_document.code,")")}}function lG(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112003_document.sysStatus)}}function iG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function bG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function rG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function fG(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112003(a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dG(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function uG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0])}}function AG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function LG(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function _G(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function IG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function DG(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function mG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function CG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function SG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function hG(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battId,"")}}function gG(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function GG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0])}}function TG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function pG(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function kG(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function vG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function yG(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function OG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function BG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function FG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function EG(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battId,"")}}function wG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function MG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function jG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function xG(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112003(a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function VG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function HG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function RG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function PG(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112003(a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function NG(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function UG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0])}}function WG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function $G(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function zG(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function JG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function qG(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function XG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function QG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function KG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function ZG(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battId,"")}}function YG(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tT(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0])}}function aT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function eT(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function nT(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function oT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function cT(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function sT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function lT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function iT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function bT(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battId,"")}}function rT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function fT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function dT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function uT(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112003(a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function LT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function _T(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function IT(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112003(a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function DT(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function mT(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0])}}function CT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function ST(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function hT(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function gT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function GT(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function TT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function pT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function kT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function vT(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battId,"")}}function yT(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].dcuStatus[0],"")}}function OT(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,lG,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,iG,1,3,"div",102),n.Bc(10,bG,1,3,"div",102),n.Bc(11,rG,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,fG,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,dG,2,4,"td",102),n.Bc(21,uG,4,2,"td",147),n.Bc(22,AG,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,LG,3,4,"td",111),n.Bc(25,_G,3,4,"td",112),n.Bc(26,IG,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,DG,3,4,"td",113),n.Bc(29,mG,3,4,"td",110),n.Bc(30,CG,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,SG,2,1,"td",110),n.Bc(33,hG,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,gG,2,4,"td",102),n.Bc(38,GG,4,2,"td",147),n.Bc(39,TG,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,pG,3,4,"td",111),n.Bc(42,kG,3,4,"td",112),n.Bc(43,vG,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,yG,3,4,"td",113),n.Bc(46,OG,3,4,"td",110),n.Bc(47,BG,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,FG,2,1,"td",110),n.Bc(50,EG,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,wG,1,3,"div",102),n.Bc(54,MG,1,3,"div",102),n.Bc(55,jG,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,xG,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,VG,1,3,"div",102),n.Bc(65,HG,1,3,"div",102),n.Bc(66,RG,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,PG,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,NG,2,4,"td",102),n.Bc(76,UG,4,2,"td",147),n.Bc(77,WG,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,$G,3,4,"td",111),n.Bc(80,zG,3,4,"td",112),n.Bc(81,JG,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,qG,3,4,"td",113),n.Bc(84,XG,3,4,"td",110),n.Bc(85,QG,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,KG,2,1,"td",110),n.Bc(88,ZG,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,YG,2,4,"td",102),n.Bc(93,tT,4,2,"td",147),n.Bc(94,aT,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,eT,3,4,"td",111),n.Bc(97,nT,3,4,"td",112),n.Bc(98,oT,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,cT,3,4,"td",113),n.Bc(101,sT,3,4,"td",110),n.Bc(102,lT,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,iT,2,1,"td",110),n.Bc(105,bT,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,rT,1,3,"div",102),n.Bc(109,fT,1,3,"div",102),n.Bc(110,dT,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,uT,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,AT,1,3,"div",102),n.Bc(120,LT,1,3,"div",102),n.Bc(121,_T,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,IT,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,DT,2,4,"td",102),n.Bc(131,mT,4,2,"td",147),n.Bc(132,CT,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,ST,3,4,"td",111),n.Bc(135,hT,3,4,"td",112),n.Bc(136,gT,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,GT,3,4,"td",113),n.Bc(139,TT,3,4,"td",110),n.Bc(140,pT,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,kT,2,1,"td",110),n.Bc(143,vT,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,yT,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].dcuStatus[0])}}function BT(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function FT(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112003_document.deviceId,"")}}function ET(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function wT(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112003))}}function MT(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function jT(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112003))}}function xT(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_508_document),"\n ")}}function VT(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function HT(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_509_document),"\n ")}}function RT(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function PT(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function NT(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112003))}}function UT(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,FT,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112003=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112003()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,ET,3,0,"div",168),n.Bc(27,wT,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112003()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,MT,3,0,"div",168),n.Bc(38,jT,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112003_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,xT,7,7,"ng-container",175),n.Bc(47,VT,2,0,"ng-template",null,220,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,HT,7,7,"ng-container",175),n.Bc(56,RT,2,0,"ng-template",null,221,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112003()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,PT,3,0,"div",168),n.Bc(68,NT,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112003_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112003),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112003_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112003_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112003_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112003_document)}}function WT(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112003(a)})),n.Tb(2,"mat-tab",218),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,cG,2,0,"span",81),n.Bc(6,sG,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,OT,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,BT,2,0,"ng-template",null,219,n.Cc),n.Bc(12,UT,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112003_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112003)("ngIfElse",t)}}function $T(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function zT(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112005_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112005_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112005_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112005_document.code,")")}}function JT(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112005_document.sysStatus)}}function qT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function XT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function QT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function KT(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112005(a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ZT(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function YT(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0])}}function tp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function ap(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function ep(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function np(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function op(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function cp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function sp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function lp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function ip(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battId,"")}}function bp(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function rp(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0])}}function fp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function dp(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function up(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Ap(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Lp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function _p(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Ip(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Dp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function mp(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battId,"")}}function Cp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Sp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function hp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function gp(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112005(a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Gp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Tp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function pp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function kp(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112005(a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vp(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function yp(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0])}}function Op(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Bp(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Fp(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Ep(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function wp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function Mp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function jp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function xp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Vp(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battId,"")}}function Hp(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Rp(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Pp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Np(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Up(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Wp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function $p(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function zp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Jp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function qp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Xp(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battId,"")}}function Qp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Kp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Zp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Yp(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112005(a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function ak(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function ek(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function nk(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112005(a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ok(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ck(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0])}}function sk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function lk(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function ik(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function bk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function rk(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function fk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function dk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function uk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Ak(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battId,"")}}function Lk(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].dcuStatus[0],"")}}function _k(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,JT,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,qT,1,3,"div",102),n.Bc(10,XT,1,3,"div",102),n.Bc(11,QT,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,KT,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,ZT,2,4,"td",102),n.Bc(21,YT,4,2,"td",147),n.Bc(22,tp,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,ap,3,4,"td",111),n.Bc(25,ep,3,4,"td",112),n.Bc(26,np,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,op,3,4,"td",113),n.Bc(29,cp,3,4,"td",110),n.Bc(30,sp,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,lp,2,1,"td",110),n.Bc(33,ip,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,bp,2,4,"td",102),n.Bc(38,rp,4,2,"td",147),n.Bc(39,fp,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,dp,3,4,"td",111),n.Bc(42,up,3,4,"td",112),n.Bc(43,Ap,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Lp,3,4,"td",113),n.Bc(46,_p,3,4,"td",110),n.Bc(47,Ip,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Dp,2,1,"td",110),n.Bc(50,mp,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Cp,1,3,"div",102),n.Bc(54,Sp,1,3,"div",102),n.Bc(55,hp,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,gp,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Gp,1,3,"div",102),n.Bc(65,Tp,1,3,"div",102),n.Bc(66,pp,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,kp,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,vp,2,4,"td",102),n.Bc(76,yp,4,2,"td",147),n.Bc(77,Op,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Bp,3,4,"td",111),n.Bc(80,Fp,3,4,"td",112),n.Bc(81,Ep,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,wp,3,4,"td",113),n.Bc(84,Mp,3,4,"td",110),n.Bc(85,jp,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,xp,2,1,"td",110),n.Bc(88,Vp,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Hp,2,4,"td",102),n.Bc(93,Rp,4,2,"td",147),n.Bc(94,Pp,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Np,3,4,"td",111),n.Bc(97,Up,3,4,"td",112),n.Bc(98,Wp,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,$p,3,4,"td",113),n.Bc(101,zp,3,4,"td",110),n.Bc(102,Jp,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,qp,2,1,"td",110),n.Bc(105,Xp,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Qp,1,3,"div",102),n.Bc(109,Kp,1,3,"div",102),n.Bc(110,Zp,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,Yp,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,tk,1,3,"div",102),n.Bc(120,ak,1,3,"div",102),n.Bc(121,ek,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,nk,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,ok,2,4,"td",102),n.Bc(131,ck,4,2,"td",147),n.Bc(132,sk,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,lk,3,4,"td",111),n.Bc(135,ik,3,4,"td",112),n.Bc(136,bk,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,rk,3,4,"td",113),n.Bc(139,fk,3,4,"td",110),n.Bc(140,dk,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,uk,2,1,"td",110),n.Bc(143,Ak,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,Lk,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].dcuStatus[0])}}function Ik(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function Dk(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112005_document.deviceId,"")}}function mk(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Ck(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112005))}}function Sk(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function hk(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112005))}}function gk(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_508_document),"\n ")}}function Gk(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Tk(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_509_document),"\n ")}}function pk(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function kk(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function vk(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112005))}}function yk(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,Dk,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112005=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112005()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,mk,3,0,"div",168),n.Bc(27,Ck,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112005()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,Sk,3,0,"div",168),n.Bc(38,hk,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112005_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,gk,7,7,"ng-container",175),n.Bc(47,Gk,2,0,"ng-template",null,224,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,Tk,7,7,"ng-container",175),n.Bc(56,pk,2,0,"ng-template",null,225,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112005()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,kk,3,0,"div",168),n.Bc(68,vk,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112005_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112005),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112005_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112005_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112005_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112005_document)}}function Ok(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112005(a)})),n.Tb(2,"mat-tab",222),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,$T,2,0,"span",81),n.Bc(6,zT,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,_k,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Ik,2,0,"ng-template",null,223,n.Cc),n.Bc(12,yk,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112005_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112005)("ngIfElse",t)}}function Bk(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function Fk(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23092001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23092001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23092001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23092001_document.code,")")}}function Ek(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23092001_document.sysStatus)}}function wk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Mk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function jk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function xk(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23092001(a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Vk(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Hk(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Rk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Pk(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Nk(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Uk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Wk(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function $k(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function zk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Jk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function qk(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battId,"")}}function Xk(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Qk(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function Kk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Zk(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Yk(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function tv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function av(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function ev(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function nv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function ov(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function cv(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battId,"")}}function sv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function lv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function iv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function bv(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23092001(a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function fv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function dv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function uv(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23092001(a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Av(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Lv(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function _v(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Iv(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Dv(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function mv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Cv(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function Sv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function hv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function gv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Gv(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battId,"")}}function Tv(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function pv(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function kv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function vv(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function yv(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Ov(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Bv(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function Fv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Ev(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function wv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Mv(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battId,"")}}function jv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function xv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Vv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Hv(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23092001(a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Rv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Pv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Nv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Uv(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23092001(a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Wv(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $v(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function zv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Jv(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function qv(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Xv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Qv(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function Kv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Zv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Yv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function ty(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battId,"")}}function ay(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].dcuStatus[0],"")}}function ey(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,Ek,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,wk,1,3,"div",102),n.Bc(10,Mk,1,3,"div",102),n.Bc(11,jk,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,xk,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Vk,2,4,"td",102),n.Bc(21,Hk,4,2,"td",147),n.Bc(22,Rk,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Pk,3,4,"td",111),n.Bc(25,Nk,3,4,"td",112),n.Bc(26,Uk,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Wk,3,4,"td",113),n.Bc(29,$k,3,4,"td",110),n.Bc(30,zk,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Jk,2,1,"td",110),n.Bc(33,qk,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,Xk,2,4,"td",102),n.Bc(38,Qk,4,2,"td",147),n.Bc(39,Kk,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Zk,3,4,"td",111),n.Bc(42,Yk,3,4,"td",112),n.Bc(43,tv,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,av,3,4,"td",113),n.Bc(46,ev,3,4,"td",110),n.Bc(47,nv,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,ov,2,1,"td",110),n.Bc(50,cv,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,sv,1,3,"div",102),n.Bc(54,lv,1,3,"div",102),n.Bc(55,iv,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,bv,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,rv,1,3,"div",102),n.Bc(65,fv,1,3,"div",102),n.Bc(66,dv,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,uv,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Av,2,4,"td",102),n.Bc(76,Lv,4,2,"td",147),n.Bc(77,_v,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Iv,3,4,"td",111),n.Bc(80,Dv,3,4,"td",112),n.Bc(81,mv,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Cv,3,4,"td",113),n.Bc(84,Sv,3,4,"td",110),n.Bc(85,hv,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,gv,2,1,"td",110),n.Bc(88,Gv,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Tv,2,4,"td",102),n.Bc(93,pv,4,2,"td",147),n.Bc(94,kv,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,vv,3,4,"td",111),n.Bc(97,yv,3,4,"td",112),n.Bc(98,Ov,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Bv,3,4,"td",113),n.Bc(101,Fv,3,4,"td",110),n.Bc(102,Ev,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,wv,2,1,"td",110),n.Bc(105,Mv,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,jv,1,3,"div",102),n.Bc(109,xv,1,3,"div",102),n.Bc(110,Vv,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,Hv,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,Rv,1,3,"div",102),n.Bc(120,Pv,1,3,"div",102),n.Bc(121,Nv,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,Uv,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Wv,2,4,"td",102),n.Bc(131,$v,4,2,"td",147),n.Bc(132,zv,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Jv,3,4,"td",111),n.Bc(135,qv,3,4,"td",112),n.Bc(136,Xv,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Qv,3,4,"td",113),n.Bc(139,Kv,3,4,"td",110),n.Bc(140,Zv,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Yv,2,1,"td",110),n.Bc(143,ty,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,ay,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].dcuStatus[0])}}function ny(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function oy(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23092001_document.deviceId,"")}}function cy(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function sy(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23092001))}}function ly(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function iy(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23092001))}}function by(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_508_document),"\n ")}}function ry(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function fy(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_509_document),"\n ")}}function dy(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function uy(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Ay(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23092001))}}function Ly(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,oy,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23092001=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23092001()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,cy,3,0,"div",168),n.Bc(27,sy,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23092001()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,ly,3,0,"div",168),n.Bc(38,iy,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23092001_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,by,7,7,"ng-container",175),n.Bc(47,ry,2,0,"ng-template",null,228,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,fy,7,7,"ng-container",175),n.Bc(56,dy,2,0,"ng-template",null,229,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23092001()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,uy,3,0,"div",168),n.Bc(68,Ay,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23092001_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23092001),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23092001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23092001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23092001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23092001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23092001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23092001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23092001_document)}}function _y(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23092001(a)})),n.Tb(2,"mat-tab",226),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Bk,2,0,"span",81),n.Bc(6,Fk,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,ey,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,ny,2,0,"ng-template",null,227,n.Cc),n.Bc(12,Ly,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23092001_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23092001)("ngIfElse",t)}}function Iy(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function Dy(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112007_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112007_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112007_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112007_document.code,")")}}function my(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112007_document.sysStatus)}}function Cy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Sy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function hy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function gy(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112007(a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Gy(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ty(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0])}}function py(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function ky(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function vy(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function yy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Oy(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function By(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function Fy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Ey(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function wy(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battId,"")}}function My(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jy(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0])}}function xy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Vy(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Hy(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Ry(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Py(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ny(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Uy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Wy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function $y(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battId,"")}}function zy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Jy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function qy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Xy(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112007(a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Qy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Ky(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function Zy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Yy(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112007(a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tO(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function aO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0])}}function eO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function nO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function oO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function cO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function sO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function lO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function iO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function bO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function rO(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battId,"")}}function fO(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0])}}function uO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function AO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function LO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function _O(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function IO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function DO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function mO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function CO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function SO(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battId,"")}}function hO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function gO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function GO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function TO(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112007(a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function kO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function vO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function yO(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112007(a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function OO(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function BO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0])}}function FO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function EO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function wO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function MO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function jO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function xO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function VO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function HO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function RO(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battId,"")}}function PO(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].dcuStatus[0],"")}}function NO(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,my,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Cy,1,3,"div",102),n.Bc(10,Sy,1,3,"div",102),n.Bc(11,hy,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,gy,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Gy,2,4,"td",102),n.Bc(21,Ty,4,2,"td",147),n.Bc(22,py,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,ky,3,4,"td",111),n.Bc(25,vy,3,4,"td",112),n.Bc(26,yy,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Oy,3,4,"td",113),n.Bc(29,By,3,4,"td",110),n.Bc(30,Fy,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Ey,2,1,"td",110),n.Bc(33,wy,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,My,2,4,"td",102),n.Bc(38,jy,4,2,"td",147),n.Bc(39,xy,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Vy,3,4,"td",111),n.Bc(42,Hy,3,4,"td",112),n.Bc(43,Ry,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Py,3,4,"td",113),n.Bc(46,Ny,3,4,"td",110),n.Bc(47,Uy,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Wy,2,1,"td",110),n.Bc(50,$y,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,zy,1,3,"div",102),n.Bc(54,Jy,1,3,"div",102),n.Bc(55,qy,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Xy,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Qy,1,3,"div",102),n.Bc(65,Ky,1,3,"div",102),n.Bc(66,Zy,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,Yy,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,tO,2,4,"td",102),n.Bc(76,aO,4,2,"td",147),n.Bc(77,eO,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,nO,3,4,"td",111),n.Bc(80,oO,3,4,"td",112),n.Bc(81,cO,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,sO,3,4,"td",113),n.Bc(84,lO,3,4,"td",110),n.Bc(85,iO,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,bO,2,1,"td",110),n.Bc(88,rO,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,fO,2,4,"td",102),n.Bc(93,dO,4,2,"td",147),n.Bc(94,uO,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,AO,3,4,"td",111),n.Bc(97,LO,3,4,"td",112),n.Bc(98,_O,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,IO,3,4,"td",113),n.Bc(101,DO,3,4,"td",110),n.Bc(102,mO,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,CO,2,1,"td",110),n.Bc(105,SO,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,hO,1,3,"div",102),n.Bc(109,gO,1,3,"div",102),n.Bc(110,GO,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,TO,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,pO,1,3,"div",102),n.Bc(120,kO,1,3,"div",102),n.Bc(121,vO,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,yO,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,OO,2,4,"td",102),n.Bc(131,BO,4,2,"td",147),n.Bc(132,FO,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,EO,3,4,"td",111),n.Bc(135,wO,3,4,"td",112),n.Bc(136,MO,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,jO,3,4,"td",113),n.Bc(139,xO,3,4,"td",110),n.Bc(140,VO,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,HO,2,1,"td",110),n.Bc(143,RO,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,PO,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].dcuStatus[0])}}function UO(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function WO(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112007_document.deviceId,"")}}function $O(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function zO(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112007))}}function JO(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function qO(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112007))}}function XO(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_508_document),"\n ")}}function QO(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function KO(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_509_document),"\n ")}}function ZO(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function YO(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function tB(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112007))}}function aB(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,WO,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112007=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112007()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,$O,3,0,"div",168),n.Bc(27,zO,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112007()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,JO,3,0,"div",168),n.Bc(38,qO,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112007_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,XO,7,7,"ng-container",175),n.Bc(47,QO,2,0,"ng-template",null,232,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,KO,7,7,"ng-container",175),n.Bc(56,ZO,2,0,"ng-template",null,233,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112007()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,YO,3,0,"div",168),n.Bc(68,tB,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112007_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112007),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112007_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112007_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112007_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112007_document)}}function eB(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112007(a)})),n.Tb(2,"mat-tab",230),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Iy,2,0,"span",81),n.Bc(6,Dy,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,NO,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,UO,2,0,"ng-template",null,231,n.Cc),n.Bc(12,aB,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112007_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112007)("ngIfElse",t)}}function nB(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function oB(t,a){if(1&t&&(n.Tb(0,"span",92),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C5A23112004_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C5A23112004_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C5A23112004_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C5A23112004_document.code,")")}}function cB(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C5A23112004_document.sysStatus)}}function sB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function lB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function iB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function bB(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112004(a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rB(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0])}}function dB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function uB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function AB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function LB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function _B(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function IB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battSoH,"0.1-2"),"%")}}function DB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function mB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function CB(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battId,"")}}function SB(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0])}}function gB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function GB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function TB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function pB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function kB(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function vB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function yB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function OB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function BB(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battId,"")}}function FB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function EB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function wB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function MB(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112004(a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function xB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function VB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function HB(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112004(a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RB(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function PB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0])}}function NB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function UB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function WB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function $B(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function zB(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function JB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function qB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function XB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function QB(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battId,"")}}function KB(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0])}}function YB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function tF(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function aF(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function eF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function nF(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function oF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function cF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function sF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function lF(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battId,"")}}function iF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function bF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function rF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function fF(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112004(a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function uF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function AF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function LF(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C5A23112004(a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _F(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function IF(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0])}}function DF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function mF(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function CF(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function SF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function hF(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function gF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function GF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function TF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function pF(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battId,"")}}function kF(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].dcuStatus[0],"")}}function vF(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",146),n.Bc(5,cB,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,sB,1,3,"div",102),n.Bc(10,lB,1,3,"div",102),n.Bc(11,iB,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,bB,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,rB,2,4,"td",102),n.Bc(21,fB,4,2,"td",147),n.Bc(22,dB,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,uB,3,4,"td",111),n.Bc(25,AB,3,4,"td",112),n.Bc(26,LB,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,_B,3,4,"td",113),n.Bc(29,IB,3,4,"td",110),n.Bc(30,DB,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,mB,2,1,"td",110),n.Bc(33,CB,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,SB,2,4,"td",102),n.Bc(38,hB,4,2,"td",147),n.Bc(39,gB,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,GB,3,4,"td",111),n.Bc(42,TB,3,4,"td",112),n.Bc(43,pB,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,kB,3,4,"td",113),n.Bc(46,vB,3,4,"td",110),n.Bc(47,yB,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,OB,2,1,"td",110),n.Bc(50,BB,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,FB,1,3,"div",102),n.Bc(54,EB,1,3,"div",102),n.Bc(55,wB,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,MB,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,jB,1,3,"div",102),n.Bc(65,xB,1,3,"div",102),n.Bc(66,VB,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,HB,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,RB,2,4,"td",102),n.Bc(76,PB,4,2,"td",147),n.Bc(77,NB,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,UB,3,4,"td",111),n.Bc(80,WB,3,4,"td",112),n.Bc(81,$B,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,zB,3,4,"td",113),n.Bc(84,JB,3,4,"td",110),n.Bc(85,qB,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,XB,2,1,"td",110),n.Bc(88,QB,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,KB,2,4,"td",102),n.Bc(93,ZB,4,2,"td",147),n.Bc(94,YB,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,tF,3,4,"td",111),n.Bc(97,aF,3,4,"td",112),n.Bc(98,eF,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,nF,3,4,"td",113),n.Bc(101,oF,3,4,"td",110),n.Bc(102,cF,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,sF,2,1,"td",110),n.Bc(105,lF,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,iF,1,3,"div",102),n.Bc(109,bF,1,3,"div",102),n.Bc(110,rF,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,fF,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,dF,1,3,"div",102),n.Bc(120,uF,1,3,"div",102),n.Bc(121,AF,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,LF,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,_F,2,4,"td",102),n.Bc(131,IF,4,2,"td",147),n.Bc(132,DF,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,mF,3,4,"td",111),n.Bc(135,CF,3,4,"td",112),n.Bc(136,SF,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,hF,3,4,"td",113),n.Bc(139,gF,3,4,"td",110),n.Bc(140,GF,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,TF,2,1,"td",110),n.Bc(143,pF,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",148),n.Tb(146,"tr"),n.Ob(147,"td"),n.Ob(148,"td"),n.Ob(149,"td"),n.Sb(),n.Tb(150,"tr"),n.Ob(151,"td"),n.Ob(152,"td"),n.Ob(153,"td"),n.Sb(),n.Tb(154,"tr"),n.Ob(155,"td"),n.Ob(156,"td"),n.Ob(157,"td"),n.Sb(),n.Tb(158,"tr"),n.Ob(159,"td"),n.Ob(160,"td"),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Ob(163,"div",149),n.Ob(164,"div",103),n.Ob(165,"div",103),n.Ob(166,"div",105),n.Ob(167,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(168,"div",99),n.Tb(169,"div",100),n.Tb(170,"div",101),n.Ob(171,"div",149),n.Ob(172,"div",103),n.Ob(173,"div",103),n.Ob(174,"div",105),n.Ob(175,"div",103),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",148),n.Tb(178,"tr"),n.Ob(179,"td"),n.Ob(180,"td"),n.Sb(),n.Tb(181,"tr"),n.Ob(182,"td"),n.Ob(183,"td"),n.Ob(184,"td"),n.Sb(),n.Tb(185,"tr"),n.Ob(186,"td"),n.Ob(187,"td"),n.Ob(188,"td"),n.Sb(),n.Tb(189,"tr"),n.Ob(190,"td"),n.Ob(191,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",148),n.Tb(194,"tr"),n.Ob(195,"td"),n.Ob(196,"td"),n.Sb(),n.Tb(197,"tr"),n.Ob(198,"td"),n.Ob(199,"td"),n.Ob(200,"td"),n.Sb(),n.Tb(201,"tr"),n.Ob(202,"td"),n.Ob(203,"td"),n.Ob(204,"td"),n.Sb(),n.Tb(205,"tr"),n.Ob(206,"td"),n.Ob(207,"td"),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Ob(210,"div",149),n.Ob(211,"div",103),n.Ob(212,"div",103),n.Ob(213,"div",105),n.Ob(214,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(215,"div",116),n.Tb(216,"div",117),n.Tb(217,"div",118),n.Ob(218,"div",119),n.Ob(219,"div",120),n.Ob(220,"div",121),n.Ob(221,"div",122),n.Ob(222,"div",123),n.Sb(),n.Tb(223,"div",118),n.Tb(224,"span",124),n.Dc(225,"Idle"),n.Sb(),n.Tb(226,"span",124),n.Dc(227,"Full"),n.Sb(),n.Tb(228,"span",124),n.Dc(229,"CHGing"),n.Sb(),n.Tb(230,"span",124),n.Dc(231,"DSGing"),n.Sb(),n.Tb(232,"span",124),n.Dc(233,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(234,kF,2,1,"b",125),n.Ob(235,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(236,"div",94),n.Tb(237,"div",95),n.Tb(238,"div",96),n.Tb(239,"div",146),n.Tb(240,"b",127),n.Dc(241,"RackId #1 (None), Empty"),n.Sb(),n.Sb(),n.Tb(242,"div",99),n.Tb(243,"div",150),n.Tb(244,"div",101),n.Ob(245,"div",129),n.Ob(246,"div",103),n.Tb(247,"div",104),n.Dc(248," Inject "),n.Sb(),n.Ob(249,"div",105),n.Tb(250,"div",130),n.Dc(251," Eject "),n.Sb(),n.Sb(),n.Ob(252,"div",107),n.Tb(253,"table",108),n.Tb(254,"tr"),n.Tb(255,"td",131),n.Dc(256,"#01"),n.Sb(),n.Tb(257,"td",132),n.Dc(258,"Error CHU "),n.Sb(),n.Sb(),n.Tb(259,"tr"),n.Tb(260,"td",133),n.Dc(261,"V: 0V"),n.Sb(),n.Tb(262,"td",134),n.Dc(263,"I: 0A"),n.Sb(),n.Tb(264,"td",135),n.Dc(265,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(266,"tr"),n.Tb(267,"td",136),n.Dc(268,"SoC: 0%"),n.Sb(),n.Tb(269,"td",135),n.Dc(270,"SoH: 0%"),n.Sb(),n.Tb(271,"td",135),n.Dc(272,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(273,"tr"),n.Tb(274,"td",135),n.Dc(275,"Cycle: 0"),n.Sb(),n.Tb(276,"td",137),n.Dc(277,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(278,"div",150),n.Tb(279,"table",108),n.Tb(280,"tr"),n.Tb(281,"td",131),n.Dc(282,"#02"),n.Sb(),n.Tb(283,"td",132),n.Dc(284,"Error CHU "),n.Sb(),n.Sb(),n.Tb(285,"tr"),n.Tb(286,"td",133),n.Dc(287,"V: 0V"),n.Sb(),n.Tb(288,"td",134),n.Dc(289,"I: 0A"),n.Sb(),n.Tb(290,"td",135),n.Dc(291,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(292,"tr"),n.Tb(293,"td",136),n.Dc(294,"SoC: 0%"),n.Sb(),n.Tb(295,"td",135),n.Dc(296,"SoH: 0%"),n.Sb(),n.Tb(297,"td",135),n.Dc(298,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(299,"tr"),n.Tb(300,"td",135),n.Dc(301,"Cycle: 0"),n.Sb(),n.Tb(302,"td",137),n.Dc(303,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(304,"div",115),n.Tb(305,"div",101),n.Ob(306,"div",129),n.Ob(307,"div",103),n.Tb(308,"div",104),n.Dc(309," Inject "),n.Sb(),n.Ob(310,"div",105),n.Tb(311,"div",130),n.Dc(312," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(313,"div",99),n.Tb(314,"div",150),n.Tb(315,"div",101),n.Ob(316,"div",129),n.Ob(317,"div",103),n.Tb(318,"div",104),n.Dc(319," Inject "),n.Sb(),n.Ob(320,"div",105),n.Tb(321,"div",130),n.Dc(322," Eject "),n.Sb(),n.Sb(),n.Ob(323,"div",107),n.Tb(324,"table",108),n.Tb(325,"tr"),n.Tb(326,"td",131),n.Dc(327,"#03"),n.Sb(),n.Tb(328,"td",132),n.Dc(329,"Error CHU "),n.Sb(),n.Sb(),n.Tb(330,"tr"),n.Tb(331,"td",133),n.Dc(332,"V: 0V"),n.Sb(),n.Tb(333,"td",134),n.Dc(334,"I: 0A"),n.Sb(),n.Tb(335,"td",135),n.Dc(336,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(337,"tr"),n.Tb(338,"td",136),n.Dc(339,"SoC: 0%"),n.Sb(),n.Tb(340,"td",135),n.Dc(341,"SoH: 0%"),n.Sb(),n.Tb(342,"td",135),n.Dc(343,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(344,"tr"),n.Tb(345,"td",135),n.Dc(346,"Cycle: 0"),n.Sb(),n.Tb(347,"td",137),n.Dc(348,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(349,"div",150),n.Tb(350,"table",108),n.Tb(351,"tr"),n.Tb(352,"td",131),n.Dc(353,"#04"),n.Sb(),n.Tb(354,"td",132),n.Dc(355,"Error CHU "),n.Sb(),n.Sb(),n.Tb(356,"tr"),n.Tb(357,"td",133),n.Dc(358,"V: 0V"),n.Sb(),n.Tb(359,"td",134),n.Dc(360,"I: 0A"),n.Sb(),n.Tb(361,"td",135),n.Dc(362,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(363,"tr"),n.Tb(364,"td",136),n.Dc(365,"SoC: 0%"),n.Sb(),n.Tb(366,"td",135),n.Dc(367,"SoH: 0%"),n.Sb(),n.Tb(368,"td",135),n.Dc(369,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(370,"tr"),n.Tb(371,"td",135),n.Dc(372,"Cycle: 0"),n.Sb(),n.Tb(373,"td",137),n.Dc(374,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(375,"div",115),n.Tb(376,"div",101),n.Ob(377,"div",129),n.Ob(378,"div",103),n.Tb(379,"div",104),n.Dc(380," Inject "),n.Sb(),n.Ob(381,"div",105),n.Tb(382,"div",130),n.Dc(383," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(384,"div",99),n.Tb(385,"div",150),n.Tb(386,"div",101),n.Ob(387,"div",129),n.Ob(388,"div",103),n.Tb(389,"div",104),n.Dc(390," Inject "),n.Sb(),n.Ob(391,"div",105),n.Tb(392,"div",130),n.Dc(393," Eject "),n.Sb(),n.Sb(),n.Ob(394,"div",107),n.Tb(395,"table",108),n.Tb(396,"tr"),n.Tb(397,"td",131),n.Dc(398,"#05"),n.Sb(),n.Tb(399,"td",132),n.Dc(400,"Error CHU "),n.Sb(),n.Sb(),n.Tb(401,"tr"),n.Tb(402,"td",133),n.Dc(403,"V: 0V"),n.Sb(),n.Tb(404,"td",134),n.Dc(405,"I: 0A"),n.Sb(),n.Tb(406,"td",135),n.Dc(407,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(408,"tr"),n.Tb(409,"td",136),n.Dc(410,"SoC: 0%"),n.Sb(),n.Tb(411,"td",135),n.Dc(412,"SoH: 0%"),n.Sb(),n.Tb(413,"td",135),n.Dc(414,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(415,"tr"),n.Tb(416,"td",135),n.Dc(417,"Cycle: 0"),n.Sb(),n.Tb(418,"td",137),n.Dc(419,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(420,"div",150),n.Tb(421,"table",148),n.Tb(422,"tr"),n.Ob(423,"td"),n.Ob(424,"td"),n.Sb(),n.Tb(425,"tr"),n.Ob(426,"td"),n.Ob(427,"td"),n.Ob(428,"td"),n.Sb(),n.Tb(429,"tr"),n.Ob(430,"td"),n.Ob(431,"td"),n.Ob(432,"td"),n.Sb(),n.Tb(433,"tr"),n.Ob(434,"td"),n.Ob(435,"td"),n.Sb(),n.Sb(),n.Ob(436,"div",115),n.Tb(437,"div",101),n.Ob(438,"div",149),n.Ob(439,"div",103),n.Ob(440,"div",103),n.Ob(441,"div",105),n.Ob(442,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(443,"div",99),n.Tb(444,"div",150),n.Tb(445,"div",101),n.Ob(446,"div",149),n.Ob(447,"div",103),n.Ob(448,"div",103),n.Ob(449,"div",105),n.Ob(450,"div",103),n.Sb(),n.Ob(451,"div",107),n.Tb(452,"table",148),n.Tb(453,"tr"),n.Ob(454,"td"),n.Ob(455,"td"),n.Sb(),n.Tb(456,"tr"),n.Ob(457,"td"),n.Ob(458,"td"),n.Ob(459,"td"),n.Sb(),n.Tb(460,"tr"),n.Ob(461,"td"),n.Ob(462,"td"),n.Ob(463,"td"),n.Sb(),n.Tb(464,"tr"),n.Ob(465,"td"),n.Ob(466,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(467,"div",150),n.Tb(468,"table",148),n.Tb(469,"tr"),n.Ob(470,"td"),n.Ob(471,"td"),n.Sb(),n.Tb(472,"tr"),n.Ob(473,"td"),n.Ob(474,"td"),n.Ob(475,"td"),n.Sb(),n.Tb(476,"tr"),n.Ob(477,"td"),n.Ob(478,"td"),n.Ob(479,"td"),n.Sb(),n.Tb(480,"tr"),n.Ob(481,"td"),n.Ob(482,"td"),n.Sb(),n.Sb(),n.Ob(483,"div",115),n.Tb(484,"div",101),n.Ob(485,"div",149),n.Ob(486,"div",103),n.Ob(487,"div",103),n.Ob(488,"div",105),n.Ob(489,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(490,"div",116),n.Tb(491,"div",117),n.Tb(492,"div",118),n.Ob(493,"div",119),n.Ob(494,"div",120),n.Ob(495,"div",121),n.Ob(496,"div",122),n.Ob(497,"div",123),n.Sb(),n.Tb(498,"div",118),n.Tb(499,"span",124),n.Dc(500,"Idle"),n.Sb(),n.Tb(501,"span",124),n.Dc(502,"Full"),n.Sb(),n.Tb(503,"span",124),n.Dc(504,"CHGing"),n.Sb(),n.Tb(505,"span",124),n.Dc(506,"DSGing"),n.Sb(),n.Tb(507,"span",124),n.Dc(508,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"b",138),n.Dc(510,"Error:DCU"),n.Sb(),n.Ob(511,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(512,"div",94),n.Tb(513,"div",95),n.Tb(514,"div",96),n.Tb(515,"div",146),n.Tb(516,"b",127),n.Dc(517,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(518,"div",99),n.Tb(519,"div",128),n.Tb(520,"div",101),n.Ob(521,"div",129),n.Ob(522,"div",103),n.Tb(523,"div",104),n.Dc(524," Inject "),n.Sb(),n.Ob(525,"div",105),n.Tb(526,"div",130),n.Dc(527," Eject "),n.Sb(),n.Sb(),n.Ob(528,"div",107),n.Tb(529,"table",108),n.Tb(530,"tr"),n.Tb(531,"td",131),n.Dc(532,"#01"),n.Sb(),n.Tb(533,"td",132),n.Dc(534,"Error CHU "),n.Sb(),n.Sb(),n.Tb(535,"tr"),n.Tb(536,"td",133),n.Dc(537,"V: 0V"),n.Sb(),n.Tb(538,"td",134),n.Dc(539,"I: 0A"),n.Sb(),n.Tb(540,"td",135),n.Dc(541,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",136),n.Dc(544,"SoC: 0%"),n.Sb(),n.Tb(545,"td",135),n.Dc(546,"SoH: 0%"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",135),n.Dc(551,"Cycle: 0"),n.Sb(),n.Tb(552,"td",137),n.Dc(553,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(554,"div",128),n.Tb(555,"table",108),n.Tb(556,"tr"),n.Tb(557,"td",131),n.Dc(558,"#02"),n.Sb(),n.Tb(559,"td",132),n.Dc(560,"Error CHU "),n.Sb(),n.Sb(),n.Tb(561,"tr"),n.Tb(562,"td",133),n.Dc(563,"V: 0V"),n.Sb();n.Tb(564,"td",134),n.Dc(565,"I: 0A"),n.Sb(),n.Tb(566,"td",135),n.Dc(567,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(568,"tr"),n.Tb(569,"td",136),n.Dc(570,"SoC: 0%"),n.Sb(),n.Tb(571,"td",135),n.Dc(572,"SoH: 0%"),n.Sb(),n.Tb(573,"td",135),n.Dc(574,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(575,"tr"),n.Tb(576,"td",135),n.Dc(577,"Cycle: 0"),n.Sb(),n.Tb(578,"td",137),n.Dc(579,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(580,"div",115),n.Tb(581,"div",101),n.Ob(582,"div",129),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Tb(587,"div",130),n.Dc(588," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(589,"div",99),n.Tb(590,"div",128),n.Tb(591,"div",101),n.Ob(592,"div",129),n.Ob(593,"div",103),n.Tb(594,"div",104),n.Dc(595," Inject "),n.Sb(),n.Ob(596,"div",105),n.Tb(597,"div",130),n.Dc(598," Eject "),n.Sb(),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Tb(602,"td",131),n.Dc(603,"#03"),n.Sb(),n.Tb(604,"td",132),n.Dc(605,"Error CHU "),n.Sb(),n.Sb(),n.Tb(606,"tr"),n.Tb(607,"td",133),n.Dc(608,"V: 0V"),n.Sb(),n.Tb(609,"td",134),n.Dc(610,"I: 0A"),n.Sb(),n.Tb(611,"td",135),n.Dc(612,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",136),n.Dc(615,"SoC: 0%"),n.Sb(),n.Tb(616,"td",135),n.Dc(617,"SoH: 0%"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",135),n.Dc(622,"Cycle: 0"),n.Sb(),n.Tb(623,"td",137),n.Dc(624,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(625,"div",128),n.Tb(626,"table",108),n.Tb(627,"tr"),n.Tb(628,"td",131),n.Dc(629,"#04"),n.Sb(),n.Tb(630,"td",132),n.Dc(631,"Error CHU "),n.Sb(),n.Sb(),n.Tb(632,"tr"),n.Tb(633,"td",133),n.Dc(634,"V: 0V"),n.Sb(),n.Tb(635,"td",134),n.Dc(636,"I: 0A"),n.Sb(),n.Tb(637,"td",135),n.Dc(638,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(639,"tr"),n.Tb(640,"td",136),n.Dc(641,"SoC: 0%"),n.Sb(),n.Tb(642,"td",135),n.Dc(643,"SoH: 0%"),n.Sb(),n.Tb(644,"td",135),n.Dc(645,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(646,"tr"),n.Tb(647,"td",135),n.Dc(648,"Cycle: 0"),n.Sb(),n.Tb(649,"td",137),n.Dc(650,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(651,"div",115),n.Tb(652,"div",101),n.Ob(653,"div",129),n.Ob(654,"div",103),n.Tb(655,"div",104),n.Dc(656," Inject "),n.Sb(),n.Ob(657,"div",105),n.Tb(658,"div",130),n.Dc(659," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(660,"div",99),n.Tb(661,"div",128),n.Tb(662,"div",101),n.Ob(663,"div",129),n.Ob(664,"div",103),n.Tb(665,"div",104),n.Dc(666," Inject "),n.Sb(),n.Ob(667,"div",105),n.Tb(668,"div",130),n.Dc(669," Eject "),n.Sb(),n.Sb(),n.Ob(670,"div",107),n.Tb(671,"table",108),n.Tb(672,"tr"),n.Tb(673,"td",131),n.Dc(674,"#05"),n.Sb(),n.Tb(675,"td",132),n.Dc(676,"Error CHU "),n.Sb(),n.Sb(),n.Tb(677,"tr"),n.Tb(678,"td",133),n.Dc(679,"V: 0V"),n.Sb(),n.Tb(680,"td",134),n.Dc(681,"I: 0A"),n.Sb(),n.Tb(682,"td",135),n.Dc(683,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",136),n.Dc(686,"SoC: 0%"),n.Sb(),n.Tb(687,"td",135),n.Dc(688,"SoH: 0%"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",135),n.Dc(693,"Cycle: 0"),n.Sb(),n.Tb(694,"td",137),n.Dc(695,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(696,"div",128),n.Tb(697,"table",148),n.Tb(698,"tr"),n.Ob(699,"td"),n.Ob(700,"td"),n.Sb(),n.Tb(701,"tr"),n.Ob(702,"td"),n.Ob(703,"td"),n.Ob(704,"td"),n.Sb(),n.Tb(705,"tr"),n.Ob(706,"td"),n.Ob(707,"td"),n.Ob(708,"td"),n.Sb(),n.Tb(709,"tr"),n.Ob(710,"td"),n.Ob(711,"td"),n.Sb(),n.Sb(),n.Ob(712,"div",115),n.Tb(713,"div",101),n.Ob(714,"div",149),n.Ob(715,"div",103),n.Ob(716,"div",103),n.Ob(717,"div",105),n.Ob(718,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(719,"div",99),n.Tb(720,"div",128),n.Tb(721,"div",101),n.Ob(722,"div",149),n.Ob(723,"div",103),n.Ob(724,"div",103),n.Ob(725,"div",105),n.Ob(726,"div",103),n.Sb(),n.Ob(727,"div",107),n.Tb(728,"table",148),n.Tb(729,"tr"),n.Ob(730,"td"),n.Ob(731,"td"),n.Sb(),n.Tb(732,"tr"),n.Ob(733,"td"),n.Ob(734,"td"),n.Ob(735,"td"),n.Sb(),n.Tb(736,"tr"),n.Ob(737,"td"),n.Ob(738,"td"),n.Ob(739,"td"),n.Sb(),n.Tb(740,"tr"),n.Ob(741,"td"),n.Ob(742,"td"),n.Sb(),n.Sb(),n.Sb(),n.Tb(743,"div",128),n.Tb(744,"table",148),n.Tb(745,"tr"),n.Ob(746,"td"),n.Ob(747,"td"),n.Sb(),n.Tb(748,"tr"),n.Ob(749,"td"),n.Ob(750,"td"),n.Ob(751,"td"),n.Sb(),n.Tb(752,"tr"),n.Ob(753,"td"),n.Ob(754,"td"),n.Ob(755,"td"),n.Sb(),n.Tb(756,"tr"),n.Ob(757,"td"),n.Ob(758,"td"),n.Sb(),n.Sb(),n.Ob(759,"div",115),n.Tb(760,"div",101),n.Ob(761,"div",149),n.Ob(762,"div",103),n.Ob(763,"div",103),n.Ob(764,"div",105),n.Ob(765,"div",103),n.Sb(),n.Sb(),n.Sb(),n.Tb(766,"div",116),n.Tb(767,"div",117),n.Tb(768,"div",118),n.Ob(769,"div",119),n.Ob(770,"div",120),n.Ob(771,"div",121),n.Ob(772,"div",122),n.Ob(773,"div",123),n.Sb(),n.Tb(774,"div",118),n.Tb(775,"span",124),n.Dc(776,"Idle"),n.Sb(),n.Tb(777,"span",124),n.Dc(778,"Full"),n.Sb(),n.Tb(779,"span",124),n.Dc(780,"CHGing"),n.Sb(),n.Tb(781,"span",124),n.Dc(782,"DSGing"),n.Sb(),n.Tb(783,"span",124),n.Dc(784,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(785,"b",138),n.Dc(786,"Error:DCU"),n.Sb(),n.Ob(787,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(788,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battId),n.Ab(91),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].dcuStatus[0])}}function yF(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function OF(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C5A23112004_document.deviceId,"")}}function BF(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function FF(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C5A23112004))}}function EF(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function wF(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C5A23112004))}}function MF(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_508_document),"\n ")}}function jF(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function xF(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_509_document),"\n ")}}function VF(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function HF(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function RF(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C5A23112004))}}function PF(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,OF,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C5A23112004=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C5A23112004()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,BF,3,0,"div",168),n.Bc(27,FF,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C5A23112004()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,EF,3,0,"div",168),n.Bc(38,wF,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C5A23112004_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,MF,7,7,"ng-container",175),n.Bc(47,jF,2,0,"ng-template",null,236,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,xF,7,7,"ng-container",175),n.Bc(56,VF,2,0,"ng-template",null,237,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C5A23112004()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,HF,3,0,"div",168),n.Bc(68,RF,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112004_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C5A23112004),n.Ab(12),n.lc("ngIf",e.isLoading502_C5A23112004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112004_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C5A23112004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112004_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C5A23112004_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C5A23112004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C5A23112004_document)}}function NF(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C5A23112004(a)})),n.Tb(2,"mat-tab",234),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,nB,2,0,"span",81),n.Bc(6,oB,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,vF,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,yF,2,0,"ng-template",null,235,n.Cc),n.Bc(12,PF,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C5A23112004_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C5A23112004)("ngIfElse",t)}}function UF(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function WF(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100004_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100004_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100004_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100004_document.code,")")}}function $F(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100004_document.sysStatus)}}function zF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function JF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function qF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function XF(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function QF(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function KF(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0])}}function ZF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function YF(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function tE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function aE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function eE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function nE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function oE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function cE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function sE(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battId,"")}}function lE(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function iE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0])}}function bE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function rE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function fE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function dE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function uE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function AE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function LE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function _E(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function IE(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battId,"")}}function DE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function mE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function CE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function SE(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function hE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function gE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function GE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function TE(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pE(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0])}}function vE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function yE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function OE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function BE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function FE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function EE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function wE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function ME(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function jE(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battId,"")}}function xE(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function VE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0])}}function HE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function RE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function PE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function NE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function UE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function WE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function $E(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function zE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function JE(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battId,"")}}function qE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function XE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function QE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function KE(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ZE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function YE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function tw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function aw(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ew(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function nw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0])}}function ow(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function cw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function sw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function lw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function iw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function bw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function rw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function fw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function dw(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battId,"")}}function uw(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Aw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Lw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function _w(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Iw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Dw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function mw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Cw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Sw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function hw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function gw(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battId,"")}}function Gw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Tw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function pw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function kw(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function yw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Ow(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Bw(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Fw(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ew(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0])}}function ww(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Mw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function jw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function xw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function Vw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Hw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function Rw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function Pw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Nw(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battId,"")}}function Uw(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ww(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0])}}function $w(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function zw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Jw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function qw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function Xw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function Qw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function Kw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function Zw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function Yw(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battId,"")}}function tM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function aM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function eM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function nM(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function oM(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].dcuStatus[0],"")}}function cM(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100004_document.sysStatus)}}function sM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function lM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function iM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function bM(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rM(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0])}}function dM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function uM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function AM(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function LM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function _M(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function IM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function DM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function mM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function CM(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battId,"")}}function SM(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0])}}function gM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function GM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function TM(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function pM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function kM(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function vM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function yM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function OM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function BM(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battId,"")}}function FM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function EM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function wM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function MM(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function xM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function VM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function HM(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RM(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function PM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0])}}function NM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function UM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function WM(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function $M(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function zM(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function JM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function qM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function XM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function QM(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battId,"")}}function KM(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0])}}function YM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function tj(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function aj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function ej(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function nj(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function oj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function cj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function sj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function lj(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battId,"")}}function ij(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function bj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function rj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function fj(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function uj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Aj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Lj(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _j(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ij(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0])}}function Dj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function mj(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Cj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Sj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function hj(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function gj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function Gj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Tj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function pj(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battId,"")}}function kj(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function vj(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0])}}function yj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function Oj(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Bj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Fj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Ej(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function wj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function Mj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function jj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function xj(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battId,"")}}function Vj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Hj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function Rj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Pj(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Nj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Uj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function Wj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function $j(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zj(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Jj(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0])}}function qj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function Xj(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Qj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Kj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Zj(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function Yj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function tx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function ax(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function ex(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battId,"")}}function nx(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ox(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0])}}function cx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function sx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function lx(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function ix(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function bx(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function rx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function fx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function dx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function ux(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battId,"")}}function Ax(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Lx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function _x(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Ix(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Dx(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].dcuStatus[0],"")}}function mx(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100004_document.sysStatus)}}function Cx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Sx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function hx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function gx(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Gx(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Tx(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0])}}function px(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function kx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function vx(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function yx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function Ox(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function Bx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function Fx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function Ex(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function wx(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battId,"")}}function Mx(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jx(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0])}}function xx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function Vx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Hx(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Rx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function Px(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function Nx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function Ux(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function Wx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function $x(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battId,"")}}function zx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Jx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function qx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Xx(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Qx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Kx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function Zx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Yx(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tV(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function aV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0])}}function eV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function nV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function oV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function cV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function sV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function lV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function iV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function bV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function rV(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battId,"")}}function fV(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0])}}function uV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function AV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function LV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function _V(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function IV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function DV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function mV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function CV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function SV(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battId,"")}}function hV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function gV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function GV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function TV(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function kV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function vV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function yV(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function OV(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function BV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0])}}function FV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function EV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function wV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function MV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function jV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function xV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function VV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function HV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function RV(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battId,"")}}function PV(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function NV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0])}}function UV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function WV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function $V(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function zV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function JV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function qV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function XV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function QV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function KV(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battId,"")}}function ZV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function YV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function tH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function aH(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function eH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function nH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function oH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function cH(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sH(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function lH(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0])}}function iH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function bH(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function rH(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function fH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function dH(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function uH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function AH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function LH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function _H(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battId,"")}}function IH(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function DH(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0])}}function mH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function CH(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function SH(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function hH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function gH(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function GH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function TH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function pH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function kH(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battId,"")}}function vH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function yH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function OH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function BH(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100004(a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function FH(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].dcuStatus[0],"")}}function EH(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,$F,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,zF,1,3,"div",102),n.Bc(10,JF,1,3,"div",102),n.Bc(11,qF,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,XF,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,QF,2,4,"td",102),n.Bc(21,KF,4,2,"td",147),n.Bc(22,ZF,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,YF,3,4,"td",111),n.Bc(25,tE,3,4,"td",112),n.Bc(26,aE,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,eE,3,4,"td",113),n.Bc(29,nE,2,1,"td",110),n.Bc(30,oE,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,cE,2,1,"td",110),n.Bc(33,sE,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,lE,2,4,"td",102),n.Bc(38,iE,4,2,"td",147),n.Bc(39,bE,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,rE,3,4,"td",111),n.Bc(42,fE,3,4,"td",112),n.Bc(43,dE,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,uE,3,4,"td",113),n.Bc(46,AE,3,4,"td",110),n.Bc(47,LE,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,_E,2,1,"td",110),n.Bc(50,IE,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,DE,1,3,"div",102),n.Bc(54,mE,1,3,"div",102),n.Bc(55,CE,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,SE,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,hE,1,3,"div",102),n.Bc(65,gE,1,3,"div",102),n.Bc(66,GE,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,TE,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,pE,2,4,"td",102),n.Bc(76,kE,4,2,"td",147),n.Bc(77,vE,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,yE,3,4,"td",111),n.Bc(80,OE,3,4,"td",112),n.Bc(81,BE,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,FE,3,4,"td",113),n.Bc(84,EE,3,4,"td",110),n.Bc(85,wE,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,ME,2,1,"td",110),n.Bc(88,jE,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,xE,2,4,"td",102),n.Bc(93,VE,4,2,"td",147),n.Bc(94,HE,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,RE,3,4,"td",111),n.Bc(97,PE,3,4,"td",112),n.Bc(98,NE,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,UE,3,4,"td",113),n.Bc(101,WE,3,4,"td",110),n.Bc(102,$E,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,zE,2,1,"td",110),n.Bc(105,JE,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,qE,1,3,"div",102),n.Bc(109,XE,1,3,"div",102),n.Bc(110,QE,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,KE,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,ZE,1,3,"div",102),n.Bc(120,YE,1,3,"div",102),n.Bc(121,tw,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,aw,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,ew,2,4,"td",102),n.Bc(131,nw,4,2,"td",147),n.Bc(132,ow,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,cw,3,4,"td",111),n.Bc(135,sw,3,4,"td",112),n.Bc(136,lw,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,iw,3,4,"td",113),n.Bc(139,bw,3,4,"td",110),n.Bc(140,rw,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,fw,2,1,"td",110),n.Bc(143,dw,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,uw,2,4,"td",102),n.Bc(148,Aw,4,2,"td",147),n.Bc(149,Lw,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,_w,3,4,"td",111),n.Bc(152,Iw,3,4,"td",112),n.Bc(153,Dw,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,mw,3,4,"td",113),n.Bc(156,Cw,3,4,"td",110),n.Bc(157,Sw,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,hw,2,1,"td",110),n.Bc(160,gw,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,Gw,1,3,"div",102),n.Bc(164,Tw,1,3,"div",102),n.Bc(165,pw,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,kw,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,vw,1,3,"div",102),n.Bc(175,yw,1,3,"div",102),n.Bc(176,Ow,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,Bw,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Fw,2,4,"td",102),n.Bc(186,Ew,4,2,"td",147),n.Bc(187,ww,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Mw,3,4,"td",111),n.Bc(190,jw,3,4,"td",112),n.Bc(191,xw,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Vw,3,4,"td",113),n.Bc(194,Hw,3,4,"td",110),n.Bc(195,Rw,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Pw,2,1,"td",110),n.Bc(198,Nw,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,Uw,2,4,"td",102),n.Bc(203,Ww,4,2,"td",147),n.Bc(204,$w,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,zw,3,4,"td",111),n.Bc(207,Jw,3,4,"td",112),n.Bc(208,qw,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,Xw,3,4,"td",113),n.Bc(211,Qw,3,4,"td",110),n.Bc(212,Kw,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,Zw,2,1,"td",110),n.Bc(215,Yw,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,tM,1,3,"div",102),n.Bc(219,aM,1,3,"div",102),n.Bc(220,eM,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,nM,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,oM,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,cM,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,sM,1,3,"div",102),n.Bc(256,lM,1,3,"div",102),n.Bc(257,iM,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,bM,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,rM,2,4,"td",102),n.Bc(267,fM,4,2,"td",147),n.Bc(268,dM,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,uM,3,4,"td",111),n.Bc(271,AM,3,4,"td",112),n.Bc(272,LM,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,_M,3,4,"td",113),n.Bc(275,IM,2,1,"td",110),n.Bc(276,DM,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,mM,2,1,"td",110),n.Bc(279,CM,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,SM,2,4,"td",102),n.Bc(284,hM,4,2,"td",147),n.Bc(285,gM,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,GM,3,4,"td",111),n.Bc(288,TM,3,4,"td",112),n.Bc(289,pM,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,kM,3,4,"td",113),n.Bc(292,vM,3,4,"td",110),n.Bc(293,yM,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,OM,2,1,"td",110),n.Bc(296,BM,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,FM,1,3,"div",102),n.Bc(300,EM,1,3,"div",102),n.Bc(301,wM,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,MM,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,jM,1,3,"div",102),n.Bc(311,xM,1,3,"div",102),n.Bc(312,VM,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,HM,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,RM,2,4,"td",102),n.Bc(322,PM,4,2,"td",147),n.Bc(323,NM,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,UM,3,4,"td",111),n.Bc(326,WM,3,4,"td",112),n.Bc(327,$M,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,zM,3,4,"td",113),n.Bc(330,JM,3,4,"td",110),n.Bc(331,qM,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,XM,2,1,"td",110),n.Bc(334,QM,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,KM,2,4,"td",102),n.Bc(339,ZM,4,2,"td",147),n.Bc(340,YM,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,tj,3,4,"td",111),n.Bc(343,aj,3,4,"td",112),n.Bc(344,ej,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,nj,3,4,"td",113),n.Bc(347,oj,3,4,"td",110),n.Bc(348,cj,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,sj,2,1,"td",110),n.Bc(351,lj,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,ij,1,3,"div",102),n.Bc(355,bj,1,3,"div",102),n.Bc(356,rj,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,fj,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,dj,1,3,"div",102),n.Bc(366,uj,1,3,"div",102),n.Bc(367,Aj,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,Lj,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,_j,2,4,"td",102),n.Bc(377,Ij,4,2,"td",147),n.Bc(378,Dj,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,mj,3,4,"td",111),n.Bc(381,Cj,3,4,"td",112),n.Bc(382,Sj,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,hj,3,4,"td",113),n.Bc(385,gj,3,4,"td",110),n.Bc(386,Gj,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Tj,2,1,"td",110),n.Bc(389,pj,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,kj,2,4,"td",102),n.Bc(394,vj,4,2,"td",147),n.Bc(395,yj,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Oj,3,4,"td",111),n.Bc(398,Bj,3,4,"td",112),n.Bc(399,Fj,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Ej,3,4,"td",113),n.Bc(402,wj,3,4,"td",110),n.Bc(403,Mj,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,jj,2,1,"td",110),n.Bc(406,xj,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Vj,1,3,"div",102),n.Bc(410,Hj,1,3,"div",102),n.Bc(411,Rj,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Pj,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,Nj,1,3,"div",102),n.Bc(421,Uj,1,3,"div",102),n.Bc(422,Wj,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,$j,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,zj,2,4,"td",102),n.Bc(432,Jj,4,2,"td",147),n.Bc(433,qj,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Xj,3,4,"td",111),n.Bc(436,Qj,3,4,"td",112),n.Bc(437,Kj,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Zj,3,4,"td",113),n.Bc(440,Yj,3,4,"td",110),n.Bc(441,tx,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,ax,2,1,"td",110),n.Bc(444,ex,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,nx,2,4,"td",102),n.Bc(449,ox,4,2,"td",147),n.Bc(450,cx,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,sx,3,4,"td",111),n.Bc(453,lx,3,4,"td",112),n.Bc(454,ix,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,bx,3,4,"td",113),n.Bc(457,rx,3,4,"td",110),n.Bc(458,fx,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,dx,2,1,"td",110),n.Bc(461,ux,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Ax,1,3,"div",102),n.Bc(465,Lx,1,3,"div",102),n.Bc(466,_x,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,Ix,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,Dx,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,mx,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,Cx,1,3,"div",102),n.Bc(502,Sx,1,3,"div",102),n.Bc(503,hx,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,gx,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,Gx,2,4,"td",102),n.Bc(513,Tx,4,2,"td",147),n.Bc(514,px,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,kx,3,4,"td",111),n.Bc(517,vx,3,4,"td",112),n.Bc(518,yx,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,Ox,3,4,"td",113),n.Bc(521,Bx,2,1,"td",110),n.Bc(522,Fx,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,Ex,2,1,"td",110),n.Bc(525,wx,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,Mx,2,4,"td",102),n.Bc(530,jx,4,2,"td",147),n.Bc(531,xx,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,Vx,3,4,"td",111),n.Bc(534,Hx,3,4,"td",112),n.Bc(535,Rx,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,Px,3,4,"td",113),n.Bc(538,Nx,3,4,"td",110),n.Bc(539,Ux,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,Wx,2,1,"td",110),n.Bc(542,$x,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,zx,1,3,"div",102),n.Bc(546,Jx,1,3,"div",102),n.Bc(547,qx,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,Xx,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,Qx,1,3,"div",102),n.Bc(557,Kx,1,3,"div",102),n.Bc(558,Zx,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,Yx,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,tV,2,4,"td",102),n.Bc(568,aV,4,2,"td",147),n.Bc(569,eV,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,nV,3,4,"td",111),n.Bc(572,oV,3,4,"td",112),n.Bc(573,cV,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,sV,3,4,"td",113),n.Bc(576,lV,3,4,"td",110),n.Bc(577,iV,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,bV,2,1,"td",110),n.Bc(580,rV,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,fV,2,4,"td",102),n.Bc(585,dV,4,2,"td",147),n.Bc(586,uV,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,AV,3,4,"td",111),n.Bc(589,LV,3,4,"td",112),n.Bc(590,_V,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,IV,3,4,"td",113),n.Bc(593,DV,3,4,"td",110),n.Bc(594,mV,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,CV,2,1,"td",110),n.Bc(597,SV,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,hV,1,3,"div",102),n.Bc(601,gV,1,3,"div",102),n.Bc(602,GV,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,TV,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,pV,1,3,"div",102),n.Bc(612,kV,1,3,"div",102),n.Bc(613,vV,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,yV,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,OV,2,4,"td",102),n.Bc(623,BV,4,2,"td",147),n.Bc(624,FV,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,EV,3,4,"td",111),n.Bc(627,wV,3,4,"td",112),n.Bc(628,MV,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,jV,3,4,"td",113),n.Bc(631,xV,3,4,"td",110),n.Bc(632,VV,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,HV,2,1,"td",110),n.Bc(635,RV,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,PV,2,4,"td",102),n.Bc(640,NV,4,2,"td",147),n.Bc(641,UV,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,WV,3,4,"td",111),n.Bc(644,$V,3,4,"td",112),n.Bc(645,zV,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,JV,3,4,"td",113),n.Bc(648,qV,3,4,"td",110),n.Bc(649,XV,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,QV,2,1,"td",110),n.Bc(652,KV,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,ZV,1,3,"div",102),n.Bc(656,YV,1,3,"div",102),n.Bc(657,tH,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,aH,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,eH,1,3,"div",102),n.Bc(667,nH,1,3,"div",102),n.Bc(668,oH,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,cH,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,sH,2,4,"td",102),n.Bc(678,lH,4,2,"td",147),n.Bc(679,iH,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,bH,3,4,"td",111),n.Bc(682,rH,3,4,"td",112),n.Bc(683,fH,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,dH,3,4,"td",113),n.Bc(686,uH,3,4,"td",110),n.Bc(687,AH,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,LH,2,1,"td",110),n.Bc(690,_H,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,IH,2,4,"td",102),n.Bc(695,DH,4,2,"td",147),n.Bc(696,mH,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,CH,3,4,"td",111),n.Bc(699,SH,3,4,"td",112),n.Bc(700,hH,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,gH,3,4,"td",113),n.Bc(703,GH,3,4,"td",110),n.Bc(704,TH,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,pH,2,1,"td",110),n.Bc(707,kH,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,vH,1,3,"div",102),n.Bc(711,yH,1,3,"div",102),n.Bc(712,OH,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,BH,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,FH,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].dcuStatus[0])}}function wH(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function MH(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100004_document.deviceId,"")}}function jH(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function xH(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100004))}}function VH(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function HH(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100004))}}function RH(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_508_document),"\n ")}}function PH(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function NH(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_509_document),"\n ")}}function UH(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function WH(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function $H(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100004))}}function zH(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,MH,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100004=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100004()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,jH,3,0,"div",168),n.Bc(27,xH,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100004()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,VH,3,0,"div",168),n.Bc(38,HH,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100004_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,RH,7,7,"ng-container",175),n.Bc(47,PH,2,0,"ng-template",null,240,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,NH,7,7,"ng-container",175),n.Bc(56,UH,2,0,"ng-template",null,241,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100004()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,WH,3,0,"div",168),n.Bc(68,$H,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100004_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100004),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100004_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100004_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100004_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100004),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100004_document)}}function JH(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100004(a)})),n.Tb(2,"mat-tab",238),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,UF,2,0,"span",79),n.Bc(6,WF,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,EH,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,wH,2,0,"ng-template",null,239,n.Cc),n.Bc(12,zH,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100004_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100004)("ngIfElse",t)}}function qH(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function XH(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23090002_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23090002_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23090002_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23090002_document.code,")")}}function QH(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090002_document.sysStatus)}}function KH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function ZH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function YH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function tR(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aR(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function eR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0])}}function nR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function oR(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function cR(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function sR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function lR(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function iR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function bR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function rR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function fR(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battId,"")}}function dR(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function uR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0])}}function AR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function LR(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function _R(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function IR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function DR(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function mR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function CR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function SR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function hR(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battId,"")}}function gR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function GR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function TR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function pR(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function kR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function vR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function yR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function OR(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function BR(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function FR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0])}}function ER(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function wR(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function MR(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function jR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function xR(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function VR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function HR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function RR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function PR(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battId,"")}}function NR(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function UR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0])}}function WR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function $R(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function zR(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function JR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function qR(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function XR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function QR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function KR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function ZR(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battId,"")}}function YR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function tP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function aP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function eP(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function nP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function oP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function cP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function sP(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function lP(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function iP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0])}}function bP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function rP(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function fP(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function dP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function uP(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function AP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function LP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function _P(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function IP(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battId,"")}}function DP(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function mP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0])}}function CP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function SP(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function hP(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function gP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function GP(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function TP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function pP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function kP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function vP(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battId,"")}}function yP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function OP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function BP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function FP(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function EP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function wP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function MP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function jP(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xP(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function VP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0])}}function HP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function RP(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function PP(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function NP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function UP(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function WP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function $P(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function zP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function JP(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battId,"")}}function qP(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function XP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0])}}function QP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function KP(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function ZP(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function YP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function tN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function aN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function eN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function nN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function oN(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battId,"")}}function cN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function sN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function lN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function iN(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function bN(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].dcuStatus[0],"")}}function rN(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090002_document.sysStatus)}}function fN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function dN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function uN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function AN(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function LN(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _N(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0])}}function IN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function DN(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function mN(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function CN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function SN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function hN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function gN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function GN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function TN(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battId,"")}}function pN(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kN(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0])}}function vN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function yN(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function ON(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function BN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function FN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function EN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function wN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function MN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function jN(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battId,"")}}function xN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function VN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function HN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function RN(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function PN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function NN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function UN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function WN(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $N(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zN(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0])}}function JN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function qN(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function XN(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function QN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function KN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function ZN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function YN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function tU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function aU(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battId,"")}}function eU(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function nU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0])}}function oU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function cU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function sU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function lU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function iU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function bU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function rU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function fU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function dU(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battId,"")}}function uU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function AU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function LU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function _U(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function IU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function DU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function mU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function CU(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function SU(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0])}}function gU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function GU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function TU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function pU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function kU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function vU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function yU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function OU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function BU(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battId,"")}}function FU(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function EU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0])}}function wU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function MU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function jU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function xU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function VU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function HU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function RU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function PU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function NU(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battId,"")}}function UU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function WU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function $U(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function zU(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function JU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function qU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function XU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function QU(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function KU(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0])}}function YU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function tW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function aW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function eW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function nW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function oW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function cW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function sW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function lW(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battId,"")}}function iW(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bW(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0])}}function rW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function fW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function dW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function uW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function AW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function LW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function _W(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function IW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function DW(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battId,"")}}function mW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function CW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function SW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function hW(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function gW(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].dcuStatus[0],"")}}function GW(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090002_document.sysStatus)}}function TW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function pW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function kW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vW(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yW(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function OW(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0])}}function BW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function FW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function EW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function wW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function MW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function jW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function xW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function VW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function HW(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battId,"")}}function RW(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function PW(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0])}}function NW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function UW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function WW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function $W(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function zW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function JW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function qW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function XW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function QW(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battId,"")}}function KW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function ZW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function YW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function t$(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function a$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function e$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function n$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function o$(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function c$(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function s$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0])}}function l$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function i$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function b$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function r$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function f$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function d$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function u$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function A$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function L$(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battId,"")}}function _$(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function I$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0])}}function D$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function m$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function C$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function S$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function h$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function g$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function G$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function T$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function p$(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battId,"")}}function k$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function v$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function y$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function O$(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function B$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function F$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function E$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function w$(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function M$(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function j$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0])}}function x$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function V$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function H$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function R$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function P$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function N$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function U$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function W$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function $$(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battId,"")}}function z$(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function J$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0])}}function q$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function X$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Q$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function K$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function Z$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function Y$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function tz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function az(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function ez(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battId,"")}}function nz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function oz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function cz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function sz(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function lz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function iz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function bz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function rz(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fz(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dz(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0])}}function uz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function Az(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Lz(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function _z(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function Iz(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function Dz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function mz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function Cz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function Sz(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battId,"")}}function hz(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function gz(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0])}}function Gz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function Tz(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function pz(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function kz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function vz(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function yz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function Oz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function Bz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function Fz(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battId,"")}}function Ez(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function wz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function Mz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function jz(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090002(a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xz(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].dcuStatus[0],"")}}function Vz(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,QH,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,KH,1,3,"div",102),n.Bc(10,ZH,1,3,"div",102),n.Bc(11,YH,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,tR,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,aR,2,4,"td",102),n.Bc(21,eR,4,2,"td",147),n.Bc(22,nR,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,oR,3,4,"td",111),n.Bc(25,cR,3,4,"td",112),n.Bc(26,sR,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,lR,3,4,"td",113),n.Bc(29,iR,2,1,"td",110),n.Bc(30,bR,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,rR,2,1,"td",110),n.Bc(33,fR,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,dR,2,4,"td",102),n.Bc(38,uR,4,2,"td",147),n.Bc(39,AR,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,LR,3,4,"td",111),n.Bc(42,_R,3,4,"td",112),n.Bc(43,IR,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,DR,3,4,"td",113),n.Bc(46,mR,3,4,"td",110),n.Bc(47,CR,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,SR,2,1,"td",110),n.Bc(50,hR,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,gR,1,3,"div",102),n.Bc(54,GR,1,3,"div",102),n.Bc(55,TR,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,pR,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,kR,1,3,"div",102),n.Bc(65,vR,1,3,"div",102),n.Bc(66,yR,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,OR,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,BR,2,4,"td",102),n.Bc(76,FR,4,2,"td",147),n.Bc(77,ER,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,wR,3,4,"td",111),n.Bc(80,MR,3,4,"td",112),n.Bc(81,jR,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,xR,3,4,"td",113),n.Bc(84,VR,3,4,"td",110),n.Bc(85,HR,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,RR,2,1,"td",110),n.Bc(88,PR,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,NR,2,4,"td",102),n.Bc(93,UR,4,2,"td",147),n.Bc(94,WR,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,$R,3,4,"td",111),n.Bc(97,zR,3,4,"td",112),n.Bc(98,JR,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,qR,3,4,"td",113),n.Bc(101,XR,3,4,"td",110),n.Bc(102,QR,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,KR,2,1,"td",110),n.Bc(105,ZR,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,YR,1,3,"div",102),n.Bc(109,tP,1,3,"div",102),n.Bc(110,aP,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,eP,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,nP,1,3,"div",102),n.Bc(120,oP,1,3,"div",102),n.Bc(121,cP,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,sP,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,lP,2,4,"td",102),n.Bc(131,iP,4,2,"td",147),n.Bc(132,bP,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,rP,3,4,"td",111),n.Bc(135,fP,3,4,"td",112),n.Bc(136,dP,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,uP,3,4,"td",113),n.Bc(139,AP,3,4,"td",110),n.Bc(140,LP,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,_P,2,1,"td",110),n.Bc(143,IP,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,DP,2,4,"td",102),n.Bc(148,mP,4,2,"td",147),n.Bc(149,CP,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,SP,3,4,"td",111),n.Bc(152,hP,3,4,"td",112),n.Bc(153,gP,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,GP,3,4,"td",113),n.Bc(156,TP,3,4,"td",110),n.Bc(157,pP,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,kP,2,1,"td",110),n.Bc(160,vP,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,yP,1,3,"div",102),n.Bc(164,OP,1,3,"div",102),n.Bc(165,BP,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,FP,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,EP,1,3,"div",102),n.Bc(175,wP,1,3,"div",102),n.Bc(176,MP,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,jP,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,xP,2,4,"td",102),n.Bc(186,VP,4,2,"td",147),n.Bc(187,HP,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,RP,3,4,"td",111),n.Bc(190,PP,3,4,"td",112),n.Bc(191,NP,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,UP,3,4,"td",113),n.Bc(194,WP,3,4,"td",110),n.Bc(195,$P,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,zP,2,1,"td",110),n.Bc(198,JP,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,qP,2,4,"td",102),n.Bc(203,XP,4,2,"td",147),n.Bc(204,QP,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,KP,3,4,"td",111),n.Bc(207,ZP,3,4,"td",112),n.Bc(208,YP,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,tN,3,4,"td",113),n.Bc(211,aN,3,4,"td",110),n.Bc(212,eN,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,nN,2,1,"td",110),n.Bc(215,oN,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,cN,1,3,"div",102),n.Bc(219,sN,1,3,"div",102),n.Bc(220,lN,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,iN,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,bN,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,rN,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,fN,1,3,"div",102),n.Bc(256,dN,1,3,"div",102),n.Bc(257,uN,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,AN,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,LN,2,4,"td",102),n.Bc(267,_N,4,2,"td",147),n.Bc(268,IN,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,DN,3,4,"td",111),n.Bc(271,mN,3,4,"td",112),n.Bc(272,CN,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,SN,3,4,"td",113),n.Bc(275,hN,2,1,"td",110),n.Bc(276,gN,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,GN,2,1,"td",110),n.Bc(279,TN,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,pN,2,4,"td",102),n.Bc(284,kN,4,2,"td",147),n.Bc(285,vN,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,yN,3,4,"td",111),n.Bc(288,ON,3,4,"td",112),n.Bc(289,BN,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,FN,3,4,"td",113),n.Bc(292,EN,3,4,"td",110),n.Bc(293,wN,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,MN,2,1,"td",110),n.Bc(296,jN,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,xN,1,3,"div",102),n.Bc(300,VN,1,3,"div",102),n.Bc(301,HN,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,RN,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,PN,1,3,"div",102),n.Bc(311,NN,1,3,"div",102),n.Bc(312,UN,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,WN,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,$N,2,4,"td",102),n.Bc(322,zN,4,2,"td",147),n.Bc(323,JN,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,qN,3,4,"td",111),n.Bc(326,XN,3,4,"td",112),n.Bc(327,QN,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,KN,3,4,"td",113),n.Bc(330,ZN,3,4,"td",110),n.Bc(331,YN,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,tU,2,1,"td",110),n.Bc(334,aU,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,eU,2,4,"td",102),n.Bc(339,nU,4,2,"td",147),n.Bc(340,oU,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,cU,3,4,"td",111),n.Bc(343,sU,3,4,"td",112),n.Bc(344,lU,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,iU,3,4,"td",113),n.Bc(347,bU,3,4,"td",110),n.Bc(348,rU,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,fU,2,1,"td",110),n.Bc(351,dU,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,uU,1,3,"div",102),n.Bc(355,AU,1,3,"div",102),n.Bc(356,LU,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,_U,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,IU,1,3,"div",102),n.Bc(366,DU,1,3,"div",102),n.Bc(367,mU,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,CU,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,SU,2,4,"td",102),n.Bc(377,hU,4,2,"td",147),n.Bc(378,gU,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,GU,3,4,"td",111),n.Bc(381,TU,3,4,"td",112),n.Bc(382,pU,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,kU,3,4,"td",113),n.Bc(385,vU,3,4,"td",110),n.Bc(386,yU,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,OU,2,1,"td",110),n.Bc(389,BU,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,FU,2,4,"td",102),n.Bc(394,EU,4,2,"td",147),n.Bc(395,wU,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,MU,3,4,"td",111),n.Bc(398,jU,3,4,"td",112),n.Bc(399,xU,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,VU,3,4,"td",113),n.Bc(402,HU,3,4,"td",110),n.Bc(403,RU,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,PU,2,1,"td",110),n.Bc(406,NU,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,UU,1,3,"div",102),n.Bc(410,WU,1,3,"div",102),n.Bc(411,$U,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,zU,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,JU,1,3,"div",102),n.Bc(421,qU,1,3,"div",102),n.Bc(422,XU,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,QU,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,KU,2,4,"td",102),n.Bc(432,ZU,4,2,"td",147),n.Bc(433,YU,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,tW,3,4,"td",111),n.Bc(436,aW,3,4,"td",112),n.Bc(437,eW,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,nW,3,4,"td",113),n.Bc(440,oW,3,4,"td",110),n.Bc(441,cW,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,sW,2,1,"td",110),n.Bc(444,lW,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,iW,2,4,"td",102),n.Bc(449,bW,4,2,"td",147),n.Bc(450,rW,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,fW,3,4,"td",111),n.Bc(453,dW,3,4,"td",112),n.Bc(454,uW,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,AW,3,4,"td",113),n.Bc(457,LW,3,4,"td",110),n.Bc(458,_W,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,IW,2,1,"td",110),n.Bc(461,DW,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,mW,1,3,"div",102),n.Bc(465,CW,1,3,"div",102),n.Bc(466,SW,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,hW,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,gW,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,GW,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,TW,1,3,"div",102),n.Bc(502,pW,1,3,"div",102),n.Bc(503,kW,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,vW,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,yW,2,4,"td",102),n.Bc(513,OW,4,2,"td",147),n.Bc(514,BW,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,FW,3,4,"td",111),n.Bc(517,EW,3,4,"td",112),n.Bc(518,wW,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,MW,3,4,"td",113),n.Bc(521,jW,2,1,"td",110),n.Bc(522,xW,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,VW,2,1,"td",110),n.Bc(525,HW,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,RW,2,4,"td",102),n.Bc(530,PW,4,2,"td",147),n.Bc(531,NW,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,UW,3,4,"td",111),n.Bc(534,WW,3,4,"td",112),n.Bc(535,$W,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,zW,3,4,"td",113),n.Bc(538,JW,3,4,"td",110),n.Bc(539,qW,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,XW,2,1,"td",110),n.Bc(542,QW,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,KW,1,3,"div",102),n.Bc(546,ZW,1,3,"div",102),n.Bc(547,YW,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,t$,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,a$,1,3,"div",102),n.Bc(557,e$,1,3,"div",102),n.Bc(558,n$,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,o$,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,c$,2,4,"td",102),n.Bc(568,s$,4,2,"td",147),n.Bc(569,l$,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,i$,3,4,"td",111),n.Bc(572,b$,3,4,"td",112),n.Bc(573,r$,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,f$,3,4,"td",113),n.Bc(576,d$,3,4,"td",110),n.Bc(577,u$,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,A$,2,1,"td",110),n.Bc(580,L$,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,_$,2,4,"td",102),n.Bc(585,I$,4,2,"td",147),n.Bc(586,D$,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,m$,3,4,"td",111),n.Bc(589,C$,3,4,"td",112),n.Bc(590,S$,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,h$,3,4,"td",113),n.Bc(593,g$,3,4,"td",110),n.Bc(594,G$,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,T$,2,1,"td",110),n.Bc(597,p$,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,k$,1,3,"div",102),n.Bc(601,v$,1,3,"div",102),n.Bc(602,y$,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,O$,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,B$,1,3,"div",102),n.Bc(612,F$,1,3,"div",102),n.Bc(613,E$,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,w$,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,M$,2,4,"td",102),n.Bc(623,j$,4,2,"td",147),n.Bc(624,x$,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,V$,3,4,"td",111),n.Bc(627,H$,3,4,"td",112),n.Bc(628,R$,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,P$,3,4,"td",113),n.Bc(631,N$,3,4,"td",110),n.Bc(632,U$,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,W$,2,1,"td",110),n.Bc(635,$$,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,z$,2,4,"td",102),n.Bc(640,J$,4,2,"td",147),n.Bc(641,q$,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,X$,3,4,"td",111),n.Bc(644,Q$,3,4,"td",112),n.Bc(645,K$,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,Z$,3,4,"td",113),n.Bc(648,Y$,3,4,"td",110),n.Bc(649,tz,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,az,2,1,"td",110),n.Bc(652,ez,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,nz,1,3,"div",102),n.Bc(656,oz,1,3,"div",102),n.Bc(657,cz,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,sz,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,lz,1,3,"div",102),n.Bc(667,iz,1,3,"div",102),n.Bc(668,bz,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,rz,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,fz,2,4,"td",102),n.Bc(678,dz,4,2,"td",147),n.Bc(679,uz,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,Az,3,4,"td",111),n.Bc(682,Lz,3,4,"td",112),n.Bc(683,_z,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,Iz,3,4,"td",113),n.Bc(686,Dz,3,4,"td",110),n.Bc(687,mz,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,Cz,2,1,"td",110),n.Bc(690,Sz,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,hz,2,4,"td",102),n.Bc(695,gz,4,2,"td",147),n.Bc(696,Gz,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,Tz,3,4,"td",111),n.Bc(699,pz,3,4,"td",112),n.Bc(700,kz,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,vz,3,4,"td",113),n.Bc(703,yz,3,4,"td",110),n.Bc(704,Oz,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,Bz,2,1,"td",110),n.Bc(707,Fz,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,Ez,1,3,"div",102),n.Bc(711,wz,1,3,"div",102),n.Bc(712,Mz,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,jz,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,xz,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].dcuStatus[0])}}function Hz(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function Rz(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23090002_document.deviceId,"")}}function Pz(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Nz(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23090002))}}function Uz(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Wz(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23090002))}}function $z(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_508_document),"\n ")}}function zz(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Jz(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_509_document),"\n ")}}function qz(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Xz(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Qz(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23090002))}}function Kz(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,Rz,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23090002=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23090002()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,Pz,3,0,"div",168),n.Bc(27,Nz,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23090002()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,Uz,3,0,"div",168),n.Bc(38,Wz,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23090002_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,$z,7,7,"ng-container",175),n.Bc(47,zz,2,0,"ng-template",null,244,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,Jz,7,7,"ng-container",175),n.Bc(56,qz,2,0,"ng-template",null,245,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23090002()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,Xz,3,0,"div",168),n.Bc(68,Qz,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090002_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23090002),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23090002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090002_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23090002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090002_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090002_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23090002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090002_document)}}function Zz(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23090002(a)})),n.Tb(2,"mat-tab",242),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,qH,2,0,"span",79),n.Bc(6,XH,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,Vz,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Hz,2,0,"ng-template",null,243,n.Cc),n.Bc(12,Kz,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23090002_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23090002)("ngIfElse",t)}}function Yz(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function tJ(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23090001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23090001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23090001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23090001_document.code,")")}}function aJ(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090001_document.sysStatus)}}function eJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function nJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function oJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function cJ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sJ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function lJ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function iJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function bJ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function rJ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function fJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function dJ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function uJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function AJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function LJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function _J(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battId,"")}}function IJ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function DJ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function mJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function CJ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function SJ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function hJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function gJ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function GJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function TJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function pJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function kJ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battId,"")}}function vJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function yJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function OJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function BJ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function FJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function EJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function wJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function MJ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jJ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function xJ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function VJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function HJ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function RJ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function PJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function NJ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function UJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function WJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function $J(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function zJ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battId,"")}}function JJ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qJ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function XJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function QJ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function KJ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function ZJ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function YJ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function tq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function aq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function eq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function nq(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battId,"")}}function oq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function cq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function sq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function lq(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function iq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function bq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function rq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function fq(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dq(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function uq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function Aq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Lq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function _q(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Iq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Dq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function mq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Cq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Sq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function hq(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battId,"")}}function gq(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Gq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Tq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function pq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function kq(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function vq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function yq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Oq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Bq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Fq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function Eq(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battId,"")}}function wq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Mq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function jq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function xq(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Vq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Hq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Rq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Pq(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Nq(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Uq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0])}}function Wq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function $q(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function zq(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Jq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function qq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Xq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function Qq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function Kq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Zq(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battId,"")}}function Yq(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0])}}function aX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function eX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function nX(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function oX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function cX(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function sX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function lX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function iX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function bX(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battId,"")}}function rX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function fX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function dX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function uX(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AX(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].dcuStatus[0],"")}}function LX(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090001_document.sysStatus)}}function _X(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function IX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function DX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function mX(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function CX(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function SX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0])}}function hX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function gX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function GX(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function TX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function pX(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function kX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function vX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function yX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function OX(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battId,"")}}function BX(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function FX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0])}}function EX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function wX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function MX(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function jX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function xX(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function VX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function HX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function RX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function PX(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battId,"")}}function NX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function UX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function WX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function $X(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function JX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function qX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function XX(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function QX(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function KX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0])}}function ZX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function YX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function tQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function aQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function eQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function nQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function oQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function cQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function sQ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battId,"")}}function lQ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function iQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0])}}function bQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function rQ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function fQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function dQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function uQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function AQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function LQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function _Q(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function IQ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battId,"")}}function DQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function mQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function CQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function SQ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function hQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function gQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function GQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function TQ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pQ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0])}}function vQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function yQ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function OQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function BQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function FQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function EQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function wQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function MQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function jQ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battId,"")}}function xQ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function VQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0])}}function HQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function RQ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function PQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function NQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function UQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function WQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function $Q(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function zQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function JQ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battId,"")}}function qQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function XQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function QQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function KQ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ZQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function YQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function tK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function aK(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function eK(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function nK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0])}}function oK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function cK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function sK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function lK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function iK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function bK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function rK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function fK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function dK(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battId,"")}}function uK(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function AK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0])}}function LK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function _K(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function IK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function DK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function mK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function CK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function SK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function hK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function gK(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battId,"")}}function GK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function TK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function pK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function kK(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vK(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].dcuStatus[0],"")}}function yK(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23090001_document.sysStatus)}}function OK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function BK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function FK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function EK(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function wK(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function MK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0])}}function jK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function xK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function VK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function HK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function RK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function PK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function NK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function UK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function WK(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battId,"")}}function $K(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0])}}function JK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function qK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function XK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function QK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function KK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function ZK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function YK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function tZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function aZ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battId,"")}}function eZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function nZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function oZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function cZ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function lZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function iZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function bZ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rZ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0])}}function dZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function uZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function AZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function LZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function _Z(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function IZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function DZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function mZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function CZ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battId,"")}}function SZ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0])}}function gZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function GZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function TZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function pZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function kZ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function vZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function yZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function OZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function BZ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battId,"")}}function FZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function EZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function wZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function MZ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function xZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function VZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function HZ(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RZ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function PZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0])}}function NZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function UZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function WZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function $Z(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function zZ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function JZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function qZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function XZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function QZ(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battId,"")}}function KZ(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0])}}function YZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function tY(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function aY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function eY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function nY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function oY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function cY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function sY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function lY(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battId,"")}}function iY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function bY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function rY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function fY(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function uY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function AY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function LY(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _Y(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function IY(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0])}}function DY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function mY(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function CY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function SY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function hY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function gY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function GY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function TY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function pY(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battId,"")}}function kY(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function vY(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0])}}function yY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function OY(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function BY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function FY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function EY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function wY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function MY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function jY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function xY(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battId,"")}}function VY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function HY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function RY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function PY(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23090001(a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function NY(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].dcuStatus[0],"")}}function UY(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,aJ,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,eJ,1,3,"div",102),n.Bc(10,nJ,1,3,"div",102),n.Bc(11,oJ,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,cJ,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,sJ,2,4,"td",102),n.Bc(21,lJ,4,2,"td",147),n.Bc(22,iJ,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,bJ,3,4,"td",111),n.Bc(25,rJ,3,4,"td",112),n.Bc(26,fJ,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,dJ,3,4,"td",113),n.Bc(29,uJ,2,1,"td",110),n.Bc(30,AJ,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,LJ,2,1,"td",110),n.Bc(33,_J,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,IJ,2,4,"td",102),n.Bc(38,DJ,4,2,"td",147),n.Bc(39,mJ,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,CJ,3,4,"td",111),n.Bc(42,SJ,3,4,"td",112),n.Bc(43,hJ,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,gJ,3,4,"td",113),n.Bc(46,GJ,3,4,"td",110),n.Bc(47,TJ,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,pJ,2,1,"td",110),n.Bc(50,kJ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,vJ,1,3,"div",102),n.Bc(54,yJ,1,3,"div",102),n.Bc(55,OJ,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,BJ,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,FJ,1,3,"div",102),n.Bc(65,EJ,1,3,"div",102),n.Bc(66,wJ,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,MJ,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,jJ,2,4,"td",102),n.Bc(76,xJ,4,2,"td",147),n.Bc(77,VJ,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,HJ,3,4,"td",111),n.Bc(80,RJ,3,4,"td",112),n.Bc(81,PJ,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,NJ,3,4,"td",113),n.Bc(84,UJ,3,4,"td",110),n.Bc(85,WJ,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,$J,2,1,"td",110),n.Bc(88,zJ,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,JJ,2,4,"td",102),n.Bc(93,qJ,4,2,"td",147),n.Bc(94,XJ,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,QJ,3,4,"td",111),n.Bc(97,KJ,3,4,"td",112),n.Bc(98,ZJ,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,YJ,3,4,"td",113),n.Bc(101,tq,3,4,"td",110),n.Bc(102,aq,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,eq,2,1,"td",110),n.Bc(105,nq,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,oq,1,3,"div",102),n.Bc(109,cq,1,3,"div",102),n.Bc(110,sq,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,lq,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,iq,1,3,"div",102),n.Bc(120,bq,1,3,"div",102),n.Bc(121,rq,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,fq,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,dq,2,4,"td",102),n.Bc(131,uq,4,2,"td",147),n.Bc(132,Aq,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Lq,3,4,"td",111),n.Bc(135,_q,3,4,"td",112),n.Bc(136,Iq,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Dq,3,4,"td",113),n.Bc(139,mq,3,4,"td",110),n.Bc(140,Cq,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Sq,2,1,"td",110),n.Bc(143,hq,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,gq,2,4,"td",102),n.Bc(148,Gq,4,2,"td",147),n.Bc(149,Tq,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,pq,3,4,"td",111),n.Bc(152,kq,3,4,"td",112),n.Bc(153,vq,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,yq,3,4,"td",113),n.Bc(156,Oq,3,4,"td",110),n.Bc(157,Bq,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Fq,2,1,"td",110),n.Bc(160,Eq,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,wq,1,3,"div",102),n.Bc(164,Mq,1,3,"div",102),n.Bc(165,jq,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,xq,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,Vq,1,3,"div",102),n.Bc(175,Hq,1,3,"div",102),n.Bc(176,Rq,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,Pq,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Nq,2,4,"td",102),n.Bc(186,Uq,4,2,"td",147),n.Bc(187,Wq,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,$q,3,4,"td",111),n.Bc(190,zq,3,4,"td",112),n.Bc(191,Jq,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,qq,3,4,"td",113),n.Bc(194,Xq,3,4,"td",110),n.Bc(195,Qq,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Kq,2,1,"td",110),n.Bc(198,Zq,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,Yq,2,4,"td",102),n.Bc(203,tX,4,2,"td",147),n.Bc(204,aX,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,eX,3,4,"td",111),n.Bc(207,nX,3,4,"td",112),n.Bc(208,oX,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,cX,3,4,"td",113),n.Bc(211,sX,3,4,"td",110),n.Bc(212,lX,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,iX,2,1,"td",110),n.Bc(215,bX,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,rX,1,3,"div",102),n.Bc(219,fX,1,3,"div",102),n.Bc(220,dX,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,uX,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,AX,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,LX,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,_X,1,3,"div",102),n.Bc(256,IX,1,3,"div",102),n.Bc(257,DX,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,mX,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,CX,2,4,"td",102),n.Bc(267,SX,4,2,"td",147),n.Bc(268,hX,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,gX,3,4,"td",111),n.Bc(271,GX,3,4,"td",112),n.Bc(272,TX,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,pX,3,4,"td",113),n.Bc(275,kX,2,1,"td",110),n.Bc(276,vX,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,yX,2,1,"td",110),n.Bc(279,OX,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,BX,2,4,"td",102),n.Bc(284,FX,4,2,"td",147),n.Bc(285,EX,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,wX,3,4,"td",111),n.Bc(288,MX,3,4,"td",112),n.Bc(289,jX,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,xX,3,4,"td",113),n.Bc(292,VX,3,4,"td",110),n.Bc(293,HX,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,RX,2,1,"td",110),n.Bc(296,PX,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,NX,1,3,"div",102),n.Bc(300,UX,1,3,"div",102),n.Bc(301,WX,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,$X,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,zX,1,3,"div",102),n.Bc(311,JX,1,3,"div",102),n.Bc(312,qX,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,XX,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,QX,2,4,"td",102),n.Bc(322,KX,4,2,"td",147),n.Bc(323,ZX,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,YX,3,4,"td",111),n.Bc(326,tQ,3,4,"td",112),n.Bc(327,aQ,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,eQ,3,4,"td",113),n.Bc(330,nQ,3,4,"td",110),n.Bc(331,oQ,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,cQ,2,1,"td",110),n.Bc(334,sQ,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,lQ,2,4,"td",102),n.Bc(339,iQ,4,2,"td",147),n.Bc(340,bQ,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,rQ,3,4,"td",111),n.Bc(343,fQ,3,4,"td",112),n.Bc(344,dQ,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,uQ,3,4,"td",113),n.Bc(347,AQ,3,4,"td",110),n.Bc(348,LQ,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,_Q,2,1,"td",110),n.Bc(351,IQ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,DQ,1,3,"div",102),n.Bc(355,mQ,1,3,"div",102),n.Bc(356,CQ,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,SQ,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,hQ,1,3,"div",102),n.Bc(366,gQ,1,3,"div",102),n.Bc(367,GQ,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,TQ,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,pQ,2,4,"td",102),n.Bc(377,kQ,4,2,"td",147),n.Bc(378,vQ,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,yQ,3,4,"td",111),n.Bc(381,OQ,3,4,"td",112),n.Bc(382,BQ,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,FQ,3,4,"td",113),n.Bc(385,EQ,3,4,"td",110),n.Bc(386,wQ,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,MQ,2,1,"td",110),n.Bc(389,jQ,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,xQ,2,4,"td",102),n.Bc(394,VQ,4,2,"td",147),n.Bc(395,HQ,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,RQ,3,4,"td",111),n.Bc(398,PQ,3,4,"td",112),n.Bc(399,NQ,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,UQ,3,4,"td",113),n.Bc(402,WQ,3,4,"td",110),n.Bc(403,$Q,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,zQ,2,1,"td",110),n.Bc(406,JQ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,qQ,1,3,"div",102),n.Bc(410,XQ,1,3,"div",102),n.Bc(411,QQ,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,KQ,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,ZQ,1,3,"div",102),n.Bc(421,YQ,1,3,"div",102),n.Bc(422,tK,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,aK,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,eK,2,4,"td",102),n.Bc(432,nK,4,2,"td",147),n.Bc(433,oK,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,cK,3,4,"td",111),n.Bc(436,sK,3,4,"td",112),n.Bc(437,lK,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,iK,3,4,"td",113),n.Bc(440,bK,3,4,"td",110),n.Bc(441,rK,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,fK,2,1,"td",110),n.Bc(444,dK,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,uK,2,4,"td",102),n.Bc(449,AK,4,2,"td",147),n.Bc(450,LK,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,_K,3,4,"td",111),n.Bc(453,IK,3,4,"td",112),n.Bc(454,DK,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,mK,3,4,"td",113),n.Bc(457,CK,3,4,"td",110),n.Bc(458,SK,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,hK,2,1,"td",110),n.Bc(461,gK,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,GK,1,3,"div",102),n.Bc(465,TK,1,3,"div",102),n.Bc(466,pK,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,kK,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,vK,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,yK,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,OK,1,3,"div",102),n.Bc(502,BK,1,3,"div",102),n.Bc(503,FK,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,EK,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,wK,2,4,"td",102),n.Bc(513,MK,4,2,"td",147),n.Bc(514,jK,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,xK,3,4,"td",111),n.Bc(517,VK,3,4,"td",112),n.Bc(518,HK,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,RK,3,4,"td",113),n.Bc(521,PK,2,1,"td",110),n.Bc(522,NK,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,UK,2,1,"td",110),n.Bc(525,WK,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,$K,2,4,"td",102),n.Bc(530,zK,4,2,"td",147),n.Bc(531,JK,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,qK,3,4,"td",111),n.Bc(534,XK,3,4,"td",112),n.Bc(535,QK,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,KK,3,4,"td",113),n.Bc(538,ZK,3,4,"td",110),n.Bc(539,YK,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,tZ,2,1,"td",110),n.Bc(542,aZ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,eZ,1,3,"div",102),n.Bc(546,nZ,1,3,"div",102),n.Bc(547,oZ,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,cZ,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,sZ,1,3,"div",102),n.Bc(557,lZ,1,3,"div",102),n.Bc(558,iZ,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,bZ,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,rZ,2,4,"td",102),n.Bc(568,fZ,4,2,"td",147),n.Bc(569,dZ,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,uZ,3,4,"td",111),n.Bc(572,AZ,3,4,"td",112),n.Bc(573,LZ,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,_Z,3,4,"td",113),n.Bc(576,IZ,3,4,"td",110),n.Bc(577,DZ,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,mZ,2,1,"td",110),n.Bc(580,CZ,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,SZ,2,4,"td",102),n.Bc(585,hZ,4,2,"td",147),n.Bc(586,gZ,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,GZ,3,4,"td",111),n.Bc(589,TZ,3,4,"td",112),n.Bc(590,pZ,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,kZ,3,4,"td",113),n.Bc(593,vZ,3,4,"td",110),n.Bc(594,yZ,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,OZ,2,1,"td",110),n.Bc(597,BZ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,FZ,1,3,"div",102),n.Bc(601,EZ,1,3,"div",102),n.Bc(602,wZ,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,MZ,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,jZ,1,3,"div",102),n.Bc(612,xZ,1,3,"div",102),n.Bc(613,VZ,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,HZ,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,RZ,2,4,"td",102),n.Bc(623,PZ,4,2,"td",147),n.Bc(624,NZ,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,UZ,3,4,"td",111),n.Bc(627,WZ,3,4,"td",112),n.Bc(628,$Z,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,zZ,3,4,"td",113),n.Bc(631,JZ,3,4,"td",110),n.Bc(632,qZ,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,XZ,2,1,"td",110),n.Bc(635,QZ,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,KZ,2,4,"td",102),n.Bc(640,ZZ,4,2,"td",147),n.Bc(641,YZ,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,tY,3,4,"td",111),n.Bc(644,aY,3,4,"td",112),n.Bc(645,eY,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,nY,3,4,"td",113),n.Bc(648,oY,3,4,"td",110),n.Bc(649,cY,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,sY,2,1,"td",110),n.Bc(652,lY,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,iY,1,3,"div",102),n.Bc(656,bY,1,3,"div",102),n.Bc(657,rY,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,fY,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,dY,1,3,"div",102),n.Bc(667,uY,1,3,"div",102),n.Bc(668,AY,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,LY,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,_Y,2,4,"td",102),n.Bc(678,IY,4,2,"td",147),n.Bc(679,DY,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,mY,3,4,"td",111),n.Bc(682,CY,3,4,"td",112),n.Bc(683,SY,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,hY,3,4,"td",113),n.Bc(686,gY,3,4,"td",110),n.Bc(687,GY,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,TY,2,1,"td",110),n.Bc(690,pY,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,kY,2,4,"td",102),n.Bc(695,vY,4,2,"td",147),n.Bc(696,yY,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,OY,3,4,"td",111),n.Bc(699,BY,3,4,"td",112),n.Bc(700,FY,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,EY,3,4,"td",113),n.Bc(703,wY,3,4,"td",110),n.Bc(704,MY,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,jY,2,1,"td",110),n.Bc(707,xY,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,VY,1,3,"div",102),n.Bc(711,HY,1,3,"div",102),n.Bc(712,RY,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,PY,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,NY,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].dcuStatus[0])}}function WY(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function $Y(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23090001_document.deviceId,"")}}function zY(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function JY(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23090001))}}function qY(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function XY(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23090001))}}function QY(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_508_document),"\n ")}}function KY(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function ZY(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_509_document),"\n ")}}function YY(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function t0(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function a0(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23090001))}}function e0(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,$Y,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23090001=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23090001()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,zY,3,0,"div",168),n.Bc(27,JY,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23090001()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,qY,3,0,"div",168),n.Bc(38,XY,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23090001_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,QY,7,7,"ng-container",175),n.Bc(47,KY,2,0,"ng-template",null,248,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,ZY,7,7,"ng-container",175),n.Bc(56,YY,2,0,"ng-template",null,249,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23090001()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,t0,3,0,"div",168),n.Bc(68,a0,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090001_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23090001),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23090001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23090001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23090001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23090001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23090001_document)}}function n0(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23090001(a)})),n.Tb(2,"mat-tab",246),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Yz,2,0,"span",79),n.Bc(6,tJ,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,UY,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,WY,2,0,"ng-template",null,247,n.Cc),n.Bc(12,e0,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23090001_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23090001)("ngIfElse",t)}}function o0(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function c0(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100006_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100006_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100006_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100006_document.code,")")}}function s0(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100006_document.sysStatus)}}function l0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function i0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function b0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function r0(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function f0(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function d0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0])}}function u0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function A0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function L0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function _0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function I0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function D0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function m0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function C0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function S0(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battId,"")}}function h0(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function g0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0])}}function G0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function T0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function p0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function k0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function v0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function y0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function O0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function B0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function F0(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battId,"")}}function E0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function w0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function M0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function j0(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function x0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function V0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function H0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function R0(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function P0(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function N0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0])}}function U0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function W0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function $0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function z0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function J0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function q0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function X0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function Q0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function K0(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battId,"")}}function Z0(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Y0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0])}}function t1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function a1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function e1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function n1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function o1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function c1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function s1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function l1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function i1(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battId,"")}}function b1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function r1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function f1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function d1(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function u1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function A1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function L1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function _1(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function I1(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function D1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0])}}function m1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function C1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function S1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function h1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function g1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function G1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function T1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function p1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function k1(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battId,"")}}function v1(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function y1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0])}}function O1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function B1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function F1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function E1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function w1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function M1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function j1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function x1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function V1(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battId,"")}}function H1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function R1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function P1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function N1(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function U1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function W1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function $1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function z1(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function J1(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function q1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0])}}function X1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Q1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function K1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Z1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function Y1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function t2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function a2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function e2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function n2(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battId,"")}}function o2(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function c2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0])}}function s2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function l2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function i2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function b2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function r2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function f2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function d2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function u2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function A2(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battId,"")}}function L2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function _2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function I2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function D2(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function m2(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].dcuStatus[0],"")}}function C2(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100006_document.sysStatus)}}function S2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function h2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function g2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function G2(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function T2(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function p2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0])}}function k2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function v2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function y2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function O2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function B2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function F2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function E2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function w2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function M2(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battId,"")}}function j2(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function x2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0])}}function V2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function H2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function R2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function P2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function N2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function U2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function W2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function $2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function z2(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battId,"")}}function J2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function q2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function X2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Q2(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function K2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Z2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function Y2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function t3(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function a3(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function e3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0])}}function n3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function o3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function c3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function s3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function l3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function i3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function b3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function r3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function f3(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battId,"")}}function d3(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function u3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0])}}function A3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function L3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function _3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function I3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function D3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function m3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function C3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function S3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function h3(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battId,"")}}function g3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function G3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function T3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function p3(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function k3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function v3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function y3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function O3(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function B3(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function F3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0])}}function E3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function w3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function M3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function j3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function x3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function V3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function H3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function R3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function P3(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battId,"")}}function N3(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function U3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0])}}function W3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function $3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function z3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function J3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function q3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function X3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function Q3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function K3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Z3(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battId,"")}}function Y3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function t5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function a5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function e5(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function n5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function o5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function c5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function s5(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function l5(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function i5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0])}}function b5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function r5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function f5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function d5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function u5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function A5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function L5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function _5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function I5(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battId,"")}}function D5(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function m5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0])}}function C5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function S5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function h5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function g5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function G5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function T5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function p5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function k5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function v5(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battId,"")}}function y5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function O5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function B5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function F5(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function E5(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].dcuStatus[0],"")}}function w5(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100006_document.sysStatus)}}function M5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function j5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function x5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function V5(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function H5(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function R5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0])}}function P5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function N5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function U5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function W5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function $5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function z5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function J5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function q5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function X5(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battId,"")}}function Q5(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function K5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0])}}function Z5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function Y5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function t8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function a8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function e8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function n8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function o8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function c8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function s8(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battId,"")}}function l8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function i8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function b8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function r8(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function f8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function d8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function u8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function A8(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function L8(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0])}}function I8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function D8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function m8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function C8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function S8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function h8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function g8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function G8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function T8(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battId,"")}}function p8(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function k8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0])}}function v8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function y8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function O8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function B8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function F8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function E8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function w8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function M8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function j8(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battId,"")}}function x8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function V8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function H8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function R8(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function P8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function N8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function U8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function W8(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $8(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function z8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0])}}function J8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function q8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function X8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Q8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function K8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function Z8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function Y8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function t4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function a4(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battId,"")}}function e4(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function n4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0])}}function o4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function c4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function s4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function l4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function i4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function b4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function r4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function f4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function d4(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battId,"")}}function u4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function A4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function L4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function _4(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function I4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function D4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function m4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function C4(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function S4(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function h4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0])}}function g4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function G4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function T4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function p4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function k4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function v4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function y4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function O4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function B4(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battId,"")}}function F4(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function E4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0])}}function w4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function M4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function j4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function x4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function V4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function H4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function R4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function P4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function N4(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battId,"")}}function U4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function W4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function $4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function z4(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100006(a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function J4(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].dcuStatus[0],"")}}function q4(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,s0,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,l0,1,3,"div",102),n.Bc(10,i0,1,3,"div",102),n.Bc(11,b0,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,r0,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,f0,2,4,"td",102),n.Bc(21,d0,4,2,"td",147),n.Bc(22,u0,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,A0,3,4,"td",111),n.Bc(25,L0,3,4,"td",112),n.Bc(26,_0,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,I0,3,4,"td",113),n.Bc(29,D0,2,1,"td",110),n.Bc(30,m0,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,C0,2,1,"td",110),n.Bc(33,S0,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,h0,2,4,"td",102),n.Bc(38,g0,4,2,"td",147),n.Bc(39,G0,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,T0,3,4,"td",111),n.Bc(42,p0,3,4,"td",112),n.Bc(43,k0,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,v0,3,4,"td",113),n.Bc(46,y0,3,4,"td",110),n.Bc(47,O0,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,B0,2,1,"td",110),n.Bc(50,F0,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,E0,1,3,"div",102),n.Bc(54,w0,1,3,"div",102),n.Bc(55,M0,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,j0,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,x0,1,3,"div",102),n.Bc(65,V0,1,3,"div",102),n.Bc(66,H0,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,R0,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,P0,2,4,"td",102),n.Bc(76,N0,4,2,"td",147),n.Bc(77,U0,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,W0,3,4,"td",111),n.Bc(80,$0,3,4,"td",112),n.Bc(81,z0,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,J0,3,4,"td",113),n.Bc(84,q0,3,4,"td",110),n.Bc(85,X0,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Q0,2,1,"td",110),n.Bc(88,K0,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Z0,2,4,"td",102),n.Bc(93,Y0,4,2,"td",147),n.Bc(94,t1,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,a1,3,4,"td",111),n.Bc(97,e1,3,4,"td",112),n.Bc(98,n1,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,o1,3,4,"td",113),n.Bc(101,c1,3,4,"td",110),n.Bc(102,s1,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,l1,2,1,"td",110),n.Bc(105,i1,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,b1,1,3,"div",102),n.Bc(109,r1,1,3,"div",102),n.Bc(110,f1,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,d1,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,u1,1,3,"div",102),n.Bc(120,A1,1,3,"div",102),n.Bc(121,L1,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,_1,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,I1,2,4,"td",102),n.Bc(131,D1,4,2,"td",147),n.Bc(132,m1,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,C1,3,4,"td",111),n.Bc(135,S1,3,4,"td",112),n.Bc(136,h1,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,g1,3,4,"td",113),n.Bc(139,G1,3,4,"td",110),n.Bc(140,T1,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,p1,2,1,"td",110),n.Bc(143,k1,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,v1,2,4,"td",102),n.Bc(148,y1,4,2,"td",147),n.Bc(149,O1,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,B1,3,4,"td",111),n.Bc(152,F1,3,4,"td",112),n.Bc(153,E1,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,w1,3,4,"td",113),n.Bc(156,M1,3,4,"td",110),n.Bc(157,j1,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,x1,2,1,"td",110),n.Bc(160,V1,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,H1,1,3,"div",102),n.Bc(164,R1,1,3,"div",102),n.Bc(165,P1,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,N1,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,U1,1,3,"div",102),n.Bc(175,W1,1,3,"div",102),n.Bc(176,$1,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,z1,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,J1,2,4,"td",102),n.Bc(186,q1,4,2,"td",147),n.Bc(187,X1,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Q1,3,4,"td",111),n.Bc(190,K1,3,4,"td",112),n.Bc(191,Z1,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Y1,3,4,"td",113),n.Bc(194,t2,3,4,"td",110),n.Bc(195,a2,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,e2,2,1,"td",110),n.Bc(198,n2,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,o2,2,4,"td",102),n.Bc(203,c2,4,2,"td",147),n.Bc(204,s2,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,l2,3,4,"td",111),n.Bc(207,i2,3,4,"td",112),n.Bc(208,b2,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,r2,3,4,"td",113),n.Bc(211,f2,3,4,"td",110),n.Bc(212,d2,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,u2,2,1,"td",110),n.Bc(215,A2,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,L2,1,3,"div",102),n.Bc(219,_2,1,3,"div",102),n.Bc(220,I2,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,D2,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,m2,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,C2,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,S2,1,3,"div",102),n.Bc(256,h2,1,3,"div",102),n.Bc(257,g2,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,G2,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,T2,2,4,"td",102),n.Bc(267,p2,4,2,"td",147),n.Bc(268,k2,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,v2,3,4,"td",111),n.Bc(271,y2,3,4,"td",112),n.Bc(272,O2,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,B2,3,4,"td",113),n.Bc(275,F2,2,1,"td",110),n.Bc(276,E2,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,w2,2,1,"td",110),n.Bc(279,M2,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,j2,2,4,"td",102),n.Bc(284,x2,4,2,"td",147),n.Bc(285,V2,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,H2,3,4,"td",111),n.Bc(288,R2,3,4,"td",112),n.Bc(289,P2,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,N2,3,4,"td",113),n.Bc(292,U2,3,4,"td",110),n.Bc(293,W2,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,$2,2,1,"td",110),n.Bc(296,z2,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,J2,1,3,"div",102),n.Bc(300,q2,1,3,"div",102),n.Bc(301,X2,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,Q2,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,K2,1,3,"div",102),n.Bc(311,Z2,1,3,"div",102),n.Bc(312,Y2,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,t3,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,a3,2,4,"td",102),n.Bc(322,e3,4,2,"td",147),n.Bc(323,n3,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,o3,3,4,"td",111),n.Bc(326,c3,3,4,"td",112),n.Bc(327,s3,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,l3,3,4,"td",113),n.Bc(330,i3,3,4,"td",110),n.Bc(331,b3,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,r3,2,1,"td",110),n.Bc(334,f3,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,d3,2,4,"td",102),n.Bc(339,u3,4,2,"td",147),n.Bc(340,A3,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,L3,3,4,"td",111),n.Bc(343,_3,3,4,"td",112),n.Bc(344,I3,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,D3,3,4,"td",113),n.Bc(347,m3,3,4,"td",110),n.Bc(348,C3,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,S3,2,1,"td",110),n.Bc(351,h3,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,g3,1,3,"div",102),n.Bc(355,G3,1,3,"div",102),n.Bc(356,T3,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,p3,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,k3,1,3,"div",102),n.Bc(366,v3,1,3,"div",102),n.Bc(367,y3,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,O3,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,B3,2,4,"td",102),n.Bc(377,F3,4,2,"td",147),n.Bc(378,E3,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,w3,3,4,"td",111),n.Bc(381,M3,3,4,"td",112),n.Bc(382,j3,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,x3,3,4,"td",113),n.Bc(385,V3,3,4,"td",110),n.Bc(386,H3,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,R3,2,1,"td",110),n.Bc(389,P3,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,N3,2,4,"td",102),n.Bc(394,U3,4,2,"td",147),n.Bc(395,W3,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,$3,3,4,"td",111),n.Bc(398,z3,3,4,"td",112),n.Bc(399,J3,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,q3,3,4,"td",113),n.Bc(402,X3,3,4,"td",110),n.Bc(403,Q3,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,K3,2,1,"td",110),n.Bc(406,Z3,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Y3,1,3,"div",102),n.Bc(410,t5,1,3,"div",102),n.Bc(411,a5,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,e5,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,n5,1,3,"div",102),n.Bc(421,o5,1,3,"div",102),n.Bc(422,c5,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,s5,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,l5,2,4,"td",102),n.Bc(432,i5,4,2,"td",147),n.Bc(433,b5,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,r5,3,4,"td",111),n.Bc(436,f5,3,4,"td",112),n.Bc(437,d5,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,u5,3,4,"td",113),n.Bc(440,A5,3,4,"td",110),n.Bc(441,L5,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,_5,2,1,"td",110),n.Bc(444,I5,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,D5,2,4,"td",102),n.Bc(449,m5,4,2,"td",147),n.Bc(450,C5,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,S5,3,4,"td",111),n.Bc(453,h5,3,4,"td",112),n.Bc(454,g5,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,G5,3,4,"td",113),n.Bc(457,T5,3,4,"td",110),n.Bc(458,p5,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,k5,2,1,"td",110),n.Bc(461,v5,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,y5,1,3,"div",102),n.Bc(465,O5,1,3,"div",102),n.Bc(466,B5,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,F5,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,E5,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,w5,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,M5,1,3,"div",102),n.Bc(502,j5,1,3,"div",102),n.Bc(503,x5,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,V5,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,H5,2,4,"td",102),n.Bc(513,R5,4,2,"td",147),n.Bc(514,P5,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,N5,3,4,"td",111),n.Bc(517,U5,3,4,"td",112),n.Bc(518,W5,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,$5,3,4,"td",113),n.Bc(521,z5,2,1,"td",110),n.Bc(522,J5,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,q5,2,1,"td",110),n.Bc(525,X5,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,Q5,2,4,"td",102),n.Bc(530,K5,4,2,"td",147),n.Bc(531,Z5,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,Y5,3,4,"td",111),n.Bc(534,t8,3,4,"td",112),n.Bc(535,a8,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,e8,3,4,"td",113),n.Bc(538,n8,3,4,"td",110),n.Bc(539,o8,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,c8,2,1,"td",110),n.Bc(542,s8,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,l8,1,3,"div",102),n.Bc(546,i8,1,3,"div",102),n.Bc(547,b8,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,r8,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,f8,1,3,"div",102),n.Bc(557,d8,1,3,"div",102),n.Bc(558,u8,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,A8,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,L8,2,4,"td",102),n.Bc(568,_8,4,2,"td",147),n.Bc(569,I8,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,D8,3,4,"td",111),n.Bc(572,m8,3,4,"td",112),n.Bc(573,C8,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,S8,3,4,"td",113),n.Bc(576,h8,3,4,"td",110),n.Bc(577,g8,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,G8,2,1,"td",110),n.Bc(580,T8,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,p8,2,4,"td",102),n.Bc(585,k8,4,2,"td",147),n.Bc(586,v8,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,y8,3,4,"td",111),n.Bc(589,O8,3,4,"td",112),n.Bc(590,B8,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,F8,3,4,"td",113),n.Bc(593,E8,3,4,"td",110),n.Bc(594,w8,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,M8,2,1,"td",110),n.Bc(597,j8,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,x8,1,3,"div",102),n.Bc(601,V8,1,3,"div",102),n.Bc(602,H8,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,R8,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,P8,1,3,"div",102),n.Bc(612,N8,1,3,"div",102),n.Bc(613,U8,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,W8,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,$8,2,4,"td",102),n.Bc(623,z8,4,2,"td",147),n.Bc(624,J8,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,q8,3,4,"td",111),n.Bc(627,X8,3,4,"td",112),n.Bc(628,Q8,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,K8,3,4,"td",113),n.Bc(631,Z8,3,4,"td",110),n.Bc(632,Y8,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,t4,2,1,"td",110),n.Bc(635,a4,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,e4,2,4,"td",102),n.Bc(640,n4,4,2,"td",147),n.Bc(641,o4,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,c4,3,4,"td",111),n.Bc(644,s4,3,4,"td",112),n.Bc(645,l4,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,i4,3,4,"td",113),n.Bc(648,b4,3,4,"td",110),n.Bc(649,r4,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,f4,2,1,"td",110),n.Bc(652,d4,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,u4,1,3,"div",102),n.Bc(656,A4,1,3,"div",102),n.Bc(657,L4,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,_4,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,I4,1,3,"div",102),n.Bc(667,D4,1,3,"div",102),n.Bc(668,m4,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,C4,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,S4,2,4,"td",102),n.Bc(678,h4,4,2,"td",147),n.Bc(679,g4,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,G4,3,4,"td",111),n.Bc(682,T4,3,4,"td",112),n.Bc(683,p4,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,k4,3,4,"td",113),n.Bc(686,v4,3,4,"td",110),n.Bc(687,y4,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,O4,2,1,"td",110),n.Bc(690,B4,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,F4,2,4,"td",102),n.Bc(695,E4,4,2,"td",147),n.Bc(696,w4,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,M4,3,4,"td",111),n.Bc(699,j4,3,4,"td",112),n.Bc(700,x4,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,V4,3,4,"td",113),n.Bc(703,H4,3,4,"td",110),n.Bc(704,R4,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,P4,2,1,"td",110),n.Bc(707,N4,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,U4,1,3,"div",102),n.Bc(711,W4,1,3,"div",102),n.Bc(712,$4,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,z4,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,J4,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].dcuStatus[0])}}function X4(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function Q4(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100006_document.deviceId,"")}}function K4(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Z4(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100006))}}function Y4(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function t6(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100006))}}function a6(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_508_document),"\n ")}}function e6(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function n6(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_509_document),"\n ")}}function o6(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function c6(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function s6(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100006))}}function l6(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,Q4,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100006=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100006()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,K4,3,0,"div",168),n.Bc(27,Z4,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100006()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,Y4,3,0,"div",168),n.Bc(38,t6,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100006_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,a6,7,7,"ng-container",175),n.Bc(47,e6,2,0,"ng-template",null,252,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,n6,7,7,"ng-container",175),n.Bc(56,o6,2,0,"ng-template",null,253,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100006()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,c6,3,0,"div",168),n.Bc(68,s6,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100006_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100006),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100006_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100006_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100006_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100006),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100006_document)}}function i6(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100006(a)})),n.Tb(2,"mat-tab",250),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,o0,2,0,"span",79),n.Bc(6,c0,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,q4,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,X4,2,0,"ng-template",null,251,n.Cc),n.Bc(12,l6,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100006_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100006)("ngIfElse",t)}}function b6(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function r6(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100008_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100008_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100008_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100008_document.code,")")}}function f6(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100008_document.sysStatus)}}function d6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function u6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function A6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function L6(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _6(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function I6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0])}}function D6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function m6(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function C6(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function S6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function h6(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function g6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function G6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function T6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function p6(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battId,"")}}function k6(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function v6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0])}}function y6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function O6(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function B6(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function F6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function E6(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function w6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function M6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function j6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function x6(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battId,"")}}function V6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function H6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function R6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function P6(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function N6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function U6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function W6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function $6(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function z6(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function J6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0])}}function q6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function X6(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Q6(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function K6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Z6(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function Y6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function t7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function a7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function e7(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battId,"")}}function n7(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function o7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0])}}function c7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function s7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function l7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function i7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function b7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function r7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function f7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function d7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function u7(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battId,"")}}function A7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function L7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function _7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function I7(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function D7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function m7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function C7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function S7(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function h7(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function g7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0])}}function G7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function T7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function p7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function k7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function v7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function y7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function O7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function B7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function F7(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battId,"")}}function E7(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function w7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0])}}function M7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function j7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function x7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function V7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function H7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function R7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function P7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function N7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function U7(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battId,"")}}function W7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function $7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function z7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function J7(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function q7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function X7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Q7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function K7(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Z7(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Y7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0])}}function t9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function a9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function e9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function n9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function o9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function c9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function s9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function l9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function i9(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battId,"")}}function b9(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function r9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0])}}function f9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function d9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function u9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function A9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function L9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function _9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function I9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function D9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function m9(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battId,"")}}function C9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function S9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function h9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function g9(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function G9(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].dcuStatus[0],"")}}function T9(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100008_document.sysStatus)}}function p9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function k9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function v9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function y9(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function O9(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function B9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0])}}function F9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function E9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function w9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function M9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function j9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function x9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function V9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function H9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function R9(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battId,"")}}function P9(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function N9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0])}}function U9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function W9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function $9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function z9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function J9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function q9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function X9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function Q9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function K9(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battId,"")}}function Z9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Y9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function ttt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function att(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ett(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function ntt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function ott(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function ctt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function stt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ltt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0])}}function itt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function btt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function rtt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function ftt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function dtt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function utt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function Att(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function Ltt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function _tt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battId,"")}}function Itt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Dtt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0])}}function mtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function Ctt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Stt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function htt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function gtt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function Gtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function Ttt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function ptt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function ktt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battId,"")}}function vtt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function ytt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Ott(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Btt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ftt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Ett(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function wtt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Mtt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jtt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function xtt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0])}}function Vtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function Htt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Rtt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Ptt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function Ntt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function Utt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function Wtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function $tt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function ztt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battId,"")}}function Jtt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qtt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0])}}function Xtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function Qtt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Ktt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Ztt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Ytt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function tat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function aat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function eat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function nat(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battId,"")}}function oat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function cat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function sat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function lat(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function iat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function bat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function rat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function fat(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dat(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function uat(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0])}}function Aat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function Lat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function _at(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Iat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Dat(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function mat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function Cat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function Sat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function hat(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battId,"")}}function gat(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Gat(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Tat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function pat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function kat(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function vat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function yat(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function Oat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Bat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function Fat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Eat(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battId,"")}}function wat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Mat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function jat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function xat(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Vat(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].dcuStatus[0],"")}}function Hat(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100008_document.sysStatus)}}function Rat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Pat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function Nat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Uat(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Wat(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $at(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0])}}function zat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function Jat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function qat(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Xat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function Qat(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function Kat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function Zat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function Yat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function tet(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battId,"")}}function aet(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function eet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0])}}function net(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function oet(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function cet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function set(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function iet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function bet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function ret(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function fet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function det(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battId,"")}}function uet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Aet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function Let(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function _et(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Iet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Det(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function met(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Cet(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function het(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function get(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0])}}function Get(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function Tet(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function pet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function ket(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function vet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function yet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function Oet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function Bet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function Fet(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battId,"")}}function Eet(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function wet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0])}}function Met(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function jet(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function xet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Vet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function Het(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function Ret(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function Pet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function Net(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function Uet(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battId,"")}}function Wet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function $et(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function zet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Jet(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function qet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Xet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function Qet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Ket(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Zet(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Yet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0])}}function tnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function ant(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function ent(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function nnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function ont(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function cnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function snt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function lnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function int(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battId,"")}}function bnt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function rnt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0])}}function fnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function dnt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function unt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Ant(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function Lnt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function _nt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function Int(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function Dnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function mnt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battId,"")}}function Cnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Snt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function hnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function gnt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Gnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Tnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function pnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function knt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vnt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ynt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0])}}function Ont(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function Bnt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Fnt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Ent(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function wnt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function Mnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function jnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function xnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function Vnt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battId,"")}}function Hnt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Rnt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0])}}function Pnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function Nnt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Unt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Wnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function $nt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function znt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function Jnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function qnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function Xnt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battId,"")}}function Qnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Knt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function Znt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Ynt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100008(a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tot(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].dcuStatus[0],"")}}function aot(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,f6,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,d6,1,3,"div",102),n.Bc(10,u6,1,3,"div",102),n.Bc(11,A6,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,L6,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,_6,2,4,"td",102),n.Bc(21,I6,4,2,"td",147),n.Bc(22,D6,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,m6,3,4,"td",111),n.Bc(25,C6,3,4,"td",112),n.Bc(26,S6,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,h6,3,4,"td",113),n.Bc(29,g6,2,1,"td",110),n.Bc(30,G6,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,T6,2,1,"td",110),n.Bc(33,p6,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,k6,2,4,"td",102),n.Bc(38,v6,4,2,"td",147),n.Bc(39,y6,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,O6,3,4,"td",111),n.Bc(42,B6,3,4,"td",112),n.Bc(43,F6,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,E6,3,4,"td",113),n.Bc(46,w6,3,4,"td",110),n.Bc(47,M6,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,j6,2,1,"td",110),n.Bc(50,x6,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,V6,1,3,"div",102),n.Bc(54,H6,1,3,"div",102),n.Bc(55,R6,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,P6,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,N6,1,3,"div",102),n.Bc(65,U6,1,3,"div",102),n.Bc(66,W6,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,$6,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,z6,2,4,"td",102),n.Bc(76,J6,4,2,"td",147),n.Bc(77,q6,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,X6,3,4,"td",111),n.Bc(80,Q6,3,4,"td",112),n.Bc(81,K6,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Z6,3,4,"td",113),n.Bc(84,Y6,3,4,"td",110),n.Bc(85,t7,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,a7,2,1,"td",110),n.Bc(88,e7,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,n7,2,4,"td",102),n.Bc(93,o7,4,2,"td",147),n.Bc(94,c7,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,s7,3,4,"td",111),n.Bc(97,l7,3,4,"td",112),n.Bc(98,i7,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,b7,3,4,"td",113),n.Bc(101,r7,3,4,"td",110),n.Bc(102,f7,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,d7,2,1,"td",110),n.Bc(105,u7,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,A7,1,3,"div",102),n.Bc(109,L7,1,3,"div",102),n.Bc(110,_7,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,I7,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,D7,1,3,"div",102),n.Bc(120,m7,1,3,"div",102),n.Bc(121,C7,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,S7,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,h7,2,4,"td",102),n.Bc(131,g7,4,2,"td",147),n.Bc(132,G7,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,T7,3,4,"td",111),n.Bc(135,p7,3,4,"td",112),n.Bc(136,k7,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,v7,3,4,"td",113),n.Bc(139,y7,3,4,"td",110),n.Bc(140,O7,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,B7,2,1,"td",110),n.Bc(143,F7,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,E7,2,4,"td",102),n.Bc(148,w7,4,2,"td",147),n.Bc(149,M7,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,j7,3,4,"td",111),n.Bc(152,x7,3,4,"td",112),n.Bc(153,V7,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,H7,3,4,"td",113),n.Bc(156,R7,3,4,"td",110),n.Bc(157,P7,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,N7,2,1,"td",110),n.Bc(160,U7,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,W7,1,3,"div",102),n.Bc(164,$7,1,3,"div",102),n.Bc(165,z7,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,J7,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,q7,1,3,"div",102),n.Bc(175,X7,1,3,"div",102),n.Bc(176,Q7,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,K7,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Z7,2,4,"td",102),n.Bc(186,Y7,4,2,"td",147),n.Bc(187,t9,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,a9,3,4,"td",111),n.Bc(190,e9,3,4,"td",112),n.Bc(191,n9,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,o9,3,4,"td",113),n.Bc(194,c9,3,4,"td",110),n.Bc(195,s9,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,l9,2,1,"td",110),n.Bc(198,i9,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,b9,2,4,"td",102),n.Bc(203,r9,4,2,"td",147),n.Bc(204,f9,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,d9,3,4,"td",111),n.Bc(207,u9,3,4,"td",112),n.Bc(208,A9,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,L9,3,4,"td",113),n.Bc(211,_9,3,4,"td",110),n.Bc(212,I9,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,D9,2,1,"td",110),n.Bc(215,m9,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,C9,1,3,"div",102),n.Bc(219,S9,1,3,"div",102),n.Bc(220,h9,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,g9,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,G9,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,T9,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,p9,1,3,"div",102),n.Bc(256,k9,1,3,"div",102),n.Bc(257,v9,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,y9,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,O9,2,4,"td",102),n.Bc(267,B9,4,2,"td",147),n.Bc(268,F9,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,E9,3,4,"td",111),n.Bc(271,w9,3,4,"td",112),n.Bc(272,M9,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,j9,3,4,"td",113),n.Bc(275,x9,2,1,"td",110),n.Bc(276,V9,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,H9,2,1,"td",110),n.Bc(279,R9,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,P9,2,4,"td",102),n.Bc(284,N9,4,2,"td",147),n.Bc(285,U9,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,W9,3,4,"td",111),n.Bc(288,$9,3,4,"td",112),n.Bc(289,z9,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,J9,3,4,"td",113),n.Bc(292,q9,3,4,"td",110),n.Bc(293,X9,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,Q9,2,1,"td",110),n.Bc(296,K9,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,Z9,1,3,"div",102),n.Bc(300,Y9,1,3,"div",102),n.Bc(301,ttt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,att,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,ett,1,3,"div",102),n.Bc(311,ntt,1,3,"div",102),n.Bc(312,ott,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,ctt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,stt,2,4,"td",102),n.Bc(322,ltt,4,2,"td",147),n.Bc(323,itt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,btt,3,4,"td",111),n.Bc(326,rtt,3,4,"td",112),n.Bc(327,ftt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,dtt,3,4,"td",113),n.Bc(330,utt,3,4,"td",110),n.Bc(331,Att,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,Ltt,2,1,"td",110),n.Bc(334,_tt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,Itt,2,4,"td",102),n.Bc(339,Dtt,4,2,"td",147),n.Bc(340,mtt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,Ctt,3,4,"td",111),n.Bc(343,Stt,3,4,"td",112),n.Bc(344,htt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,gtt,3,4,"td",113),n.Bc(347,Gtt,3,4,"td",110),n.Bc(348,Ttt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,ptt,2,1,"td",110),n.Bc(351,ktt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,vtt,1,3,"div",102),n.Bc(355,ytt,1,3,"div",102),n.Bc(356,Ott,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,Btt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,Ftt,1,3,"div",102),n.Bc(366,Ett,1,3,"div",102),n.Bc(367,wtt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,Mtt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,jtt,2,4,"td",102),n.Bc(377,xtt,4,2,"td",147),n.Bc(378,Vtt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Htt,3,4,"td",111),n.Bc(381,Rtt,3,4,"td",112),n.Bc(382,Ptt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,Ntt,3,4,"td",113),n.Bc(385,Utt,3,4,"td",110),n.Bc(386,Wtt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,$tt,2,1,"td",110),n.Bc(389,ztt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,Jtt,2,4,"td",102),n.Bc(394,qtt,4,2,"td",147),n.Bc(395,Xtt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Qtt,3,4,"td",111),n.Bc(398,Ktt,3,4,"td",112),n.Bc(399,Ztt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Ytt,3,4,"td",113),n.Bc(402,tat,3,4,"td",110),n.Bc(403,aat,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,eat,2,1,"td",110),n.Bc(406,nat,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,oat,1,3,"div",102),n.Bc(410,cat,1,3,"div",102),n.Bc(411,sat,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,lat,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,iat,1,3,"div",102),n.Bc(421,bat,1,3,"div",102),n.Bc(422,rat,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,fat,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,dat,2,4,"td",102),n.Bc(432,uat,4,2,"td",147),n.Bc(433,Aat,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Lat,3,4,"td",111),n.Bc(436,_at,3,4,"td",112),n.Bc(437,Iat,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Dat,3,4,"td",113),n.Bc(440,mat,3,4,"td",110),n.Bc(441,Cat,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,Sat,2,1,"td",110),n.Bc(444,hat,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,gat,2,4,"td",102),n.Bc(449,Gat,4,2,"td",147),n.Bc(450,Tat,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,pat,3,4,"td",111),n.Bc(453,kat,3,4,"td",112),n.Bc(454,vat,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,yat,3,4,"td",113),n.Bc(457,Oat,3,4,"td",110),n.Bc(458,Bat,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Fat,2,1,"td",110),n.Bc(461,Eat,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,wat,1,3,"div",102),n.Bc(465,Mat,1,3,"div",102),n.Bc(466,jat,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,xat,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,Vat,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,Hat,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,Rat,1,3,"div",102),n.Bc(502,Pat,1,3,"div",102),n.Bc(503,Nat,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,Uat,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,Wat,2,4,"td",102),n.Bc(513,$at,4,2,"td",147),n.Bc(514,zat,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,Jat,3,4,"td",111),n.Bc(517,qat,3,4,"td",112),n.Bc(518,Xat,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,Qat,3,4,"td",113),n.Bc(521,Kat,2,1,"td",110),n.Bc(522,Zat,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,Yat,2,1,"td",110),n.Bc(525,tet,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,aet,2,4,"td",102),n.Bc(530,eet,4,2,"td",147),n.Bc(531,net,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,oet,3,4,"td",111),n.Bc(534,cet,3,4,"td",112),n.Bc(535,set,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,iet,3,4,"td",113),n.Bc(538,bet,3,4,"td",110),n.Bc(539,ret,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,fet,2,1,"td",110),n.Bc(542,det,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,uet,1,3,"div",102),n.Bc(546,Aet,1,3,"div",102),n.Bc(547,Let,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,_et,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,Iet,1,3,"div",102),n.Bc(557,Det,1,3,"div",102),n.Bc(558,met,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,Cet,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,het,2,4,"td",102),n.Bc(568,get,4,2,"td",147),n.Bc(569,Get,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,Tet,3,4,"td",111),n.Bc(572,pet,3,4,"td",112),n.Bc(573,ket,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,vet,3,4,"td",113),n.Bc(576,yet,3,4,"td",110),n.Bc(577,Oet,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,Bet,2,1,"td",110),n.Bc(580,Fet,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,Eet,2,4,"td",102),n.Bc(585,wet,4,2,"td",147),n.Bc(586,Met,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,jet,3,4,"td",111),n.Bc(589,xet,3,4,"td",112),n.Bc(590,Vet,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,Het,3,4,"td",113),n.Bc(593,Ret,3,4,"td",110),n.Bc(594,Pet,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,Net,2,1,"td",110),n.Bc(597,Uet,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,Wet,1,3,"div",102),n.Bc(601,$et,1,3,"div",102),n.Bc(602,zet,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,Jet,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,qet,1,3,"div",102),n.Bc(612,Xet,1,3,"div",102),n.Bc(613,Qet,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,Ket,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,Zet,2,4,"td",102),n.Bc(623,Yet,4,2,"td",147),n.Bc(624,tnt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,ant,3,4,"td",111),n.Bc(627,ent,3,4,"td",112),n.Bc(628,nnt,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,ont,3,4,"td",113),n.Bc(631,cnt,3,4,"td",110),n.Bc(632,snt,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,lnt,2,1,"td",110),n.Bc(635,int,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,bnt,2,4,"td",102),n.Bc(640,rnt,4,2,"td",147),n.Bc(641,fnt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,dnt,3,4,"td",111),n.Bc(644,unt,3,4,"td",112),n.Bc(645,Ant,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,Lnt,3,4,"td",113),n.Bc(648,_nt,3,4,"td",110),n.Bc(649,Int,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,Dnt,2,1,"td",110),n.Bc(652,mnt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,Cnt,1,3,"div",102),n.Bc(656,Snt,1,3,"div",102),n.Bc(657,hnt,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,gnt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,Gnt,1,3,"div",102),n.Bc(667,Tnt,1,3,"div",102),n.Bc(668,pnt,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,knt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,vnt,2,4,"td",102),n.Bc(678,ynt,4,2,"td",147),n.Bc(679,Ont,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,Bnt,3,4,"td",111),n.Bc(682,Fnt,3,4,"td",112),n.Bc(683,Ent,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,wnt,3,4,"td",113),n.Bc(686,Mnt,3,4,"td",110),n.Bc(687,jnt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,xnt,2,1,"td",110),n.Bc(690,Vnt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,Hnt,2,4,"td",102),n.Bc(695,Rnt,4,2,"td",147),n.Bc(696,Pnt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,Nnt,3,4,"td",111),n.Bc(699,Unt,3,4,"td",112),n.Bc(700,Wnt,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,$nt,3,4,"td",113),n.Bc(703,znt,3,4,"td",110),n.Bc(704,Jnt,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,qnt,2,1,"td",110),n.Bc(707,Xnt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,Qnt,1,3,"div",102),n.Bc(711,Knt,1,3,"div",102),n.Bc(712,Znt,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,Ynt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,tot,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].dcuStatus[0])}}function eot(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function not(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100008_document.deviceId,"")}}function oot(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function cot(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100008))}}function sot(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function lot(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100008))}}function iot(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_508_document),"\n ")}}function bot(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function rot(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_509_document),"\n ")}}function fot(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function dot(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function uot(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100008))}}function Aot(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,not,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100008=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100008()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,oot,3,0,"div",168),n.Bc(27,cot,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100008()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,sot,3,0,"div",168),n.Bc(38,lot,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100008_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,iot,7,7,"ng-container",175),n.Bc(47,bot,2,0,"ng-template",null,256,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,rot,7,7,"ng-container",175),n.Bc(56,fot,2,0,"ng-template",null,257,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100008()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,dot,3,0,"div",168),n.Bc(68,uot,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100008_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100008),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100008_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100008_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100008_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100008),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100008_document)}}function Lot(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100008(a)})),n.Tb(2,"mat-tab",254),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,b6,2,0,"span",79),n.Bc(6,r6,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,aot,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,eot,2,0,"ng-template",null,255,n.Cc),n.Bc(12,Aot,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100008_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100008)("ngIfElse",t)}}function _ot(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Iot(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100011_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100011_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100011_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100011_document.code,")")}}function Dot(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100011_document.sysStatus)}}function mot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Cot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function Sot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function hot(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function got(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Got(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Tot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function pot(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function kot(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function vot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function yot(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function Oot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function Bot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Fot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Eot(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battId,"")}}function wot(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Mot(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0])}}function jot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function xot(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Vot(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Hot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Rot(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Pot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Not(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Uot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Wot(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battId,"")}}function $ot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function zot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Jot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function qot(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Xot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Qot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function Kot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Zot(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Yot(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0])}}function act(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function ect(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function nct(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function oct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function cct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function sct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function lct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function ict(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function bct(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battId,"")}}function rct(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0])}}function dct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function uct(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Act(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Lct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function _ct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function Ict(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Dct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function mct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Cct(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battId,"")}}function Sct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function hct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function gct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Gct(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Tct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function pct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function kct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function vct(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yct(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Oct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0])}}function Bct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Fct(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Ect(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function wct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Mct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function jct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function xct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Vct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Hct(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battId,"")}}function Rct(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Pct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Nct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Uct(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Wct(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function $ct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function zct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Jct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function qct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Xct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function Qct(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battId,"")}}function Kct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Zct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function Yct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function tst(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ast(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function est(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function nst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function ost(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cst(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0])}}function lst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function ist(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function bst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function rst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function fst(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function dst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function ust(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function Ast(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Lst(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battId,"")}}function _st(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Ist(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0])}}function Dst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function mst(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Cst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Sst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function hst(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function gst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function Gst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function Tst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function pst(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battId,"")}}function kst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function vst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function yst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Ost(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Bst(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].dcuStatus[0],"")}}function Fst(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100011_document.sysStatus)}}function Est(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function wst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function Mst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function jst(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xst(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Vst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0])}}function Hst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function Rst(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Pst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Nst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function Ust(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function Wst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function $st(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function zst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function Jst(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battId,"")}}function qst(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Xst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0])}}function Qst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function Kst(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Zst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Yst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function tlt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function alt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function elt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function nlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function olt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battId,"")}}function clt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function slt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function llt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function ilt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function blt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function rlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function flt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function dlt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ult(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Alt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0])}}function Llt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function _lt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Ilt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Dlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function mlt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function Clt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function Slt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function hlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function glt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battId,"")}}function Glt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Tlt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0])}}function plt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function klt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function vlt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function ylt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function Olt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function Blt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function Flt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function Elt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function wlt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battId,"")}}function Mlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function jlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function xlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Vlt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Hlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Rlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Plt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Nlt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ult(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Wlt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0])}}function $lt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function zlt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Jlt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function qlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function Xlt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function Qlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function Klt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Zlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function Ylt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battId,"")}}function tit(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ait(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0])}}function eit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function nit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function oit(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function cit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function sit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function lit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function iit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function bit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function rit(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battId,"")}}function fit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function dit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function uit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ait(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Lit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function _it(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function Iit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Dit(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function mit(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Cit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0])}}function Sit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function hit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function git(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Git(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Tit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function pit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function kit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function vit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function yit(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battId,"")}}function Oit(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Bit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Fit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function Eit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function wit(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Mit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function jit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function xit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Vit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function Hit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Rit(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battId,"")}}function Pit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Nit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function Uit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Wit(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $it(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].dcuStatus[0],"")}}function zit(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100011_document.sysStatus)}}function Jit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function qit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function Xit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Qit(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Kit(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Zit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0])}}function Yit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function tbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function abt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function ebt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function nbt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function obt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function cbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function sbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function lbt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battId,"")}}function ibt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0])}}function rbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function fbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function dbt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function ubt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function Abt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function Lbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function _bt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function Ibt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function Dbt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battId,"")}}function mbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Cbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function Sbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function hbt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function gbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Gbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function Tbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function pbt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function kbt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function vbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0])}}function ybt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function Obt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Bbt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Fbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function Ebt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function wbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function Mbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function jbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function xbt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battId,"")}}function Vbt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Hbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0])}}function Rbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function Pbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Nbt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Ubt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function Wbt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function $bt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function zbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function Jbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function qbt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battId,"")}}function Xbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Qbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function Kbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Zbt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ybt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function trt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function art(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ert(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function nrt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ort(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0])}}function crt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function srt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function lrt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function irt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function brt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function rrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function frt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function drt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function urt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battId,"")}}function Art(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Lrt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0])}}function _rt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function Irt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Drt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function mrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function Crt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function Srt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function hrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function grt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function Grt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battId,"")}}function Trt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function prt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function krt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function vrt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yrt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Ort(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function Brt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Frt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ert(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function wrt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0])}}function Mrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function jrt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function xrt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Vrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function Hrt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function Rrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function Prt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function Nrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function Urt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battId,"")}}function Wrt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $rt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0])}}function zrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function Jrt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function qrt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Xrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function Qrt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function Krt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function Zrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function Yrt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function tft(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battId,"")}}function aft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function eft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function nft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function oft(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100011(a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cft(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].dcuStatus[0],"")}}function sft(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,Dot,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,mot,1,3,"div",102),n.Bc(10,Cot,1,3,"div",102),n.Bc(11,Sot,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,hot,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,got,2,4,"td",102),n.Bc(21,Got,4,2,"td",147),n.Bc(22,Tot,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,pot,3,4,"td",111),n.Bc(25,kot,3,4,"td",112),n.Bc(26,vot,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,yot,3,4,"td",113),n.Bc(29,Oot,2,1,"td",110),n.Bc(30,Bot,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Fot,2,1,"td",110),n.Bc(33,Eot,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,wot,2,4,"td",102),n.Bc(38,Mot,4,2,"td",147),n.Bc(39,jot,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,xot,3,4,"td",111),n.Bc(42,Vot,3,4,"td",112),n.Bc(43,Hot,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Rot,3,4,"td",113),n.Bc(46,Pot,3,4,"td",110),n.Bc(47,Not,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Uot,2,1,"td",110),n.Bc(50,Wot,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,$ot,1,3,"div",102),n.Bc(54,zot,1,3,"div",102),n.Bc(55,Jot,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,qot,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Xot,1,3,"div",102),n.Bc(65,Qot,1,3,"div",102),n.Bc(66,Kot,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,Zot,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Yot,2,4,"td",102),n.Bc(76,tct,4,2,"td",147),n.Bc(77,act,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,ect,3,4,"td",111),n.Bc(80,nct,3,4,"td",112),n.Bc(81,oct,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,cct,3,4,"td",113),n.Bc(84,sct,3,4,"td",110),n.Bc(85,lct,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,ict,2,1,"td",110),n.Bc(88,bct,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,rct,2,4,"td",102),n.Bc(93,fct,4,2,"td",147),n.Bc(94,dct,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,uct,3,4,"td",111),n.Bc(97,Act,3,4,"td",112),n.Bc(98,Lct,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,_ct,3,4,"td",113),n.Bc(101,Ict,3,4,"td",110),n.Bc(102,Dct,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,mct,2,1,"td",110),n.Bc(105,Cct,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Sct,1,3,"div",102),n.Bc(109,hct,1,3,"div",102),n.Bc(110,gct,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,Gct,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,Tct,1,3,"div",102),n.Bc(120,pct,1,3,"div",102),n.Bc(121,kct,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,vct,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,yct,2,4,"td",102),n.Bc(131,Oct,4,2,"td",147),n.Bc(132,Bct,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Fct,3,4,"td",111),n.Bc(135,Ect,3,4,"td",112),n.Bc(136,wct,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Mct,3,4,"td",113),n.Bc(139,jct,3,4,"td",110),n.Bc(140,xct,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Vct,2,1,"td",110),n.Bc(143,Hct,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,Rct,2,4,"td",102),n.Bc(148,Pct,4,2,"td",147),n.Bc(149,Nct,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Uct,3,4,"td",111),n.Bc(152,Wct,3,4,"td",112),n.Bc(153,$ct,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,zct,3,4,"td",113),n.Bc(156,Jct,3,4,"td",110),n.Bc(157,qct,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Xct,2,1,"td",110),n.Bc(160,Qct,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,Kct,1,3,"div",102),n.Bc(164,Zct,1,3,"div",102),n.Bc(165,Yct,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,tst,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,ast,1,3,"div",102),n.Bc(175,est,1,3,"div",102),n.Bc(176,nst,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,ost,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,cst,2,4,"td",102),n.Bc(186,sst,4,2,"td",147),n.Bc(187,lst,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,ist,3,4,"td",111),n.Bc(190,bst,3,4,"td",112),n.Bc(191,rst,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,fst,3,4,"td",113),n.Bc(194,dst,3,4,"td",110),n.Bc(195,ust,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Ast,2,1,"td",110),n.Bc(198,Lst,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,_st,2,4,"td",102),n.Bc(203,Ist,4,2,"td",147),n.Bc(204,Dst,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,mst,3,4,"td",111),n.Bc(207,Cst,3,4,"td",112),n.Bc(208,Sst,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,hst,3,4,"td",113),n.Bc(211,gst,3,4,"td",110),n.Bc(212,Gst,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,Tst,2,1,"td",110),n.Bc(215,pst,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,kst,1,3,"div",102),n.Bc(219,vst,1,3,"div",102),n.Bc(220,yst,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,Ost,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,Bst,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,Fst,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,Est,1,3,"div",102),n.Bc(256,wst,1,3,"div",102),n.Bc(257,Mst,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,jst,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,xst,2,4,"td",102),n.Bc(267,Vst,4,2,"td",147),n.Bc(268,Hst,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,Rst,3,4,"td",111),n.Bc(271,Pst,3,4,"td",112),n.Bc(272,Nst,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,Ust,3,4,"td",113),n.Bc(275,Wst,2,1,"td",110),n.Bc(276,$st,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,zst,2,1,"td",110),n.Bc(279,Jst,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,qst,2,4,"td",102),n.Bc(284,Xst,4,2,"td",147),n.Bc(285,Qst,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,Kst,3,4,"td",111),n.Bc(288,Zst,3,4,"td",112),n.Bc(289,Yst,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,tlt,3,4,"td",113),n.Bc(292,alt,3,4,"td",110),n.Bc(293,elt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,nlt,2,1,"td",110),n.Bc(296,olt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,clt,1,3,"div",102),n.Bc(300,slt,1,3,"div",102),n.Bc(301,llt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,ilt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,blt,1,3,"div",102),n.Bc(311,rlt,1,3,"div",102),n.Bc(312,flt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,dlt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,ult,2,4,"td",102),n.Bc(322,Alt,4,2,"td",147),n.Bc(323,Llt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,_lt,3,4,"td",111),n.Bc(326,Ilt,3,4,"td",112),n.Bc(327,Dlt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,mlt,3,4,"td",113),n.Bc(330,Clt,3,4,"td",110),n.Bc(331,Slt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,hlt,2,1,"td",110),n.Bc(334,glt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,Glt,2,4,"td",102),n.Bc(339,Tlt,4,2,"td",147),n.Bc(340,plt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,klt,3,4,"td",111),n.Bc(343,vlt,3,4,"td",112),n.Bc(344,ylt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,Olt,3,4,"td",113),n.Bc(347,Blt,3,4,"td",110),n.Bc(348,Flt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Elt,2,1,"td",110),n.Bc(351,wlt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,Mlt,1,3,"div",102),n.Bc(355,jlt,1,3,"div",102),n.Bc(356,xlt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,Vlt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,Hlt,1,3,"div",102),n.Bc(366,Rlt,1,3,"div",102),n.Bc(367,Plt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,Nlt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Ult,2,4,"td",102),n.Bc(377,Wlt,4,2,"td",147),n.Bc(378,$lt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,zlt,3,4,"td",111),n.Bc(381,Jlt,3,4,"td",112),n.Bc(382,qlt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,Xlt,3,4,"td",113),n.Bc(385,Qlt,3,4,"td",110),n.Bc(386,Klt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Zlt,2,1,"td",110),n.Bc(389,Ylt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,tit,2,4,"td",102),n.Bc(394,ait,4,2,"td",147),n.Bc(395,eit,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,nit,3,4,"td",111),n.Bc(398,oit,3,4,"td",112),n.Bc(399,cit,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,sit,3,4,"td",113),n.Bc(402,lit,3,4,"td",110),n.Bc(403,iit,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,bit,2,1,"td",110),n.Bc(406,rit,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,fit,1,3,"div",102),n.Bc(410,dit,1,3,"div",102),n.Bc(411,uit,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Ait,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,Lit,1,3,"div",102),n.Bc(421,_it,1,3,"div",102),n.Bc(422,Iit,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,Dit,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,mit,2,4,"td",102),n.Bc(432,Cit,4,2,"td",147),n.Bc(433,Sit,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,hit,3,4,"td",111),n.Bc(436,git,3,4,"td",112),n.Bc(437,Git,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Tit,3,4,"td",113),n.Bc(440,pit,3,4,"td",110),n.Bc(441,kit,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,vit,2,1,"td",110),n.Bc(444,yit,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,Oit,2,4,"td",102),n.Bc(449,Bit,4,2,"td",147),n.Bc(450,Fit,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Eit,3,4,"td",111),n.Bc(453,wit,3,4,"td",112),n.Bc(454,Mit,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,jit,3,4,"td",113),n.Bc(457,xit,3,4,"td",110),n.Bc(458,Vit,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Hit,2,1,"td",110),n.Bc(461,Rit,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Pit,1,3,"div",102),n.Bc(465,Nit,1,3,"div",102),n.Bc(466,Uit,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,Wit,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,$it,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,zit,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,Jit,1,3,"div",102),n.Bc(502,qit,1,3,"div",102),n.Bc(503,Xit,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,Qit,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,Kit,2,4,"td",102),n.Bc(513,Zit,4,2,"td",147),n.Bc(514,Yit,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,tbt,3,4,"td",111),n.Bc(517,abt,3,4,"td",112),n.Bc(518,ebt,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,nbt,3,4,"td",113),n.Bc(521,obt,2,1,"td",110),n.Bc(522,cbt,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,sbt,2,1,"td",110),n.Bc(525,lbt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,ibt,2,4,"td",102),n.Bc(530,bbt,4,2,"td",147),n.Bc(531,rbt,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,fbt,3,4,"td",111),n.Bc(534,dbt,3,4,"td",112),n.Bc(535,ubt,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,Abt,3,4,"td",113),n.Bc(538,Lbt,3,4,"td",110),n.Bc(539,_bt,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,Ibt,2,1,"td",110),n.Bc(542,Dbt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,mbt,1,3,"div",102),n.Bc(546,Cbt,1,3,"div",102),n.Bc(547,Sbt,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,hbt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,gbt,1,3,"div",102),n.Bc(557,Gbt,1,3,"div",102),n.Bc(558,Tbt,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,pbt,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,kbt,2,4,"td",102),n.Bc(568,vbt,4,2,"td",147),n.Bc(569,ybt,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,Obt,3,4,"td",111),n.Bc(572,Bbt,3,4,"td",112),n.Bc(573,Fbt,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,Ebt,3,4,"td",113),n.Bc(576,wbt,3,4,"td",110),n.Bc(577,Mbt,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,jbt,2,1,"td",110),n.Bc(580,xbt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,Vbt,2,4,"td",102),n.Bc(585,Hbt,4,2,"td",147),n.Bc(586,Rbt,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,Pbt,3,4,"td",111),n.Bc(589,Nbt,3,4,"td",112),n.Bc(590,Ubt,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,Wbt,3,4,"td",113),n.Bc(593,$bt,3,4,"td",110),n.Bc(594,zbt,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,Jbt,2,1,"td",110),n.Bc(597,qbt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,Xbt,1,3,"div",102),n.Bc(601,Qbt,1,3,"div",102),n.Bc(602,Kbt,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,Zbt,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,Ybt,1,3,"div",102),n.Bc(612,trt,1,3,"div",102),n.Bc(613,art,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,ert,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,nrt,2,4,"td",102),n.Bc(623,ort,4,2,"td",147),n.Bc(624,crt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,srt,3,4,"td",111),n.Bc(627,lrt,3,4,"td",112),n.Bc(628,irt,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,brt,3,4,"td",113),n.Bc(631,rrt,3,4,"td",110),n.Bc(632,frt,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,drt,2,1,"td",110),n.Bc(635,urt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,Art,2,4,"td",102),n.Bc(640,Lrt,4,2,"td",147),n.Bc(641,_rt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,Irt,3,4,"td",111),n.Bc(644,Drt,3,4,"td",112),n.Bc(645,mrt,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,Crt,3,4,"td",113),n.Bc(648,Srt,3,4,"td",110),n.Bc(649,hrt,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,grt,2,1,"td",110),n.Bc(652,Grt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,Trt,1,3,"div",102),n.Bc(656,prt,1,3,"div",102),n.Bc(657,krt,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,vrt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,yrt,1,3,"div",102),n.Bc(667,Ort,1,3,"div",102),n.Bc(668,Brt,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,Frt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,Ert,2,4,"td",102),n.Bc(678,wrt,4,2,"td",147),n.Bc(679,Mrt,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,jrt,3,4,"td",111),n.Bc(682,xrt,3,4,"td",112),n.Bc(683,Vrt,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,Hrt,3,4,"td",113),n.Bc(686,Rrt,3,4,"td",110),n.Bc(687,Prt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,Nrt,2,1,"td",110),n.Bc(690,Urt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,Wrt,2,4,"td",102),n.Bc(695,$rt,4,2,"td",147),n.Bc(696,zrt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,Jrt,3,4,"td",111),n.Bc(699,qrt,3,4,"td",112),n.Bc(700,Xrt,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,Qrt,3,4,"td",113),n.Bc(703,Krt,3,4,"td",110),n.Bc(704,Zrt,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,Yrt,2,1,"td",110),n.Bc(707,tft,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,aft,1,3,"div",102),n.Bc(711,eft,1,3,"div",102),n.Bc(712,nft,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,oft,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,cft,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].dcuStatus[0])}}function lft(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function ift(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100011_document.deviceId,"")}}function bft(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function rft(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100011))}}function fft(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function dft(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100011))}}function uft(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_508_document),"\n ")}}function Aft(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Lft(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_509_document),"\n ")}}function _ft(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Ift(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Dft(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100011))}}function mft(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,ift,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100011=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100011()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,bft,3,0,"div",168),n.Bc(27,rft,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100011()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,fft,3,0,"div",168),n.Bc(38,dft,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100011_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,uft,7,7,"ng-container",175),n.Bc(47,Aft,2,0,"ng-template",null,260,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,Lft,7,7,"ng-container",175),n.Bc(56,_ft,2,0,"ng-template",null,261,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100011()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,Ift,3,0,"div",168),n.Bc(68,Dft,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100011_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100011),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100011),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100011_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100011),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100011_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100011_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100011),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100011_document)}}function Cft(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100011(a)})),n.Tb(2,"mat-tab",258),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,_ot,2,0,"span",79),n.Bc(6,Iot,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,sft,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,lft,2,0,"ng-template",null,259,n.Cc),n.Bc(12,mft,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100011_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100011)("ngIfElse",t)}}function Sft(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function hft(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100005_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100005_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100005_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100005_document.code,")")}}function gft(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100005_document.sysStatus)}}function Gft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Tft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function pft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function kft(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vft(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function yft(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Oft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Bft(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Fft(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Eft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function wft(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function Mft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function jft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function xft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Vft(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battId,"")}}function Hft(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Rft(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0])}}function Pft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Nft(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Uft(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Wft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function $ft(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function zft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Jft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function qft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Xft(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battId,"")}}function Qft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Kft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Zft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Yft(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function adt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function edt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function ndt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function odt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function cdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0])}}function sdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function ldt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function idt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function bdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function rdt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function fdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function ddt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function udt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Adt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battId,"")}}function Ldt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _dt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Idt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Ddt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function mdt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Cdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Sdt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function hdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function gdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function Gdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Tdt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battId,"")}}function pdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function kdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function vdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function ydt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Odt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Bdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Fdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Edt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function wdt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Mdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0])}}function jdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function xdt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Vdt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Hdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Rdt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function Pdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Ndt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Udt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Wdt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battId,"")}}function $dt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Jdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function qdt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Xdt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Qdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function Kdt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Zdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Ydt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function tut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function aut(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battId,"")}}function eut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function nut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function out(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function cut(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function lut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function iut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function but(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rut(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0])}}function dut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function uut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Aut(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Lut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function _ut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Iut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function Dut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function mut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Cut(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battId,"")}}function Sut(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0])}}function gut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function Gut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Tut(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function put(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function kut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function vut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function yut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function Out(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function But(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battId,"")}}function Fut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Eut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function wut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Mut(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jut(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].dcuStatus[0],"")}}function xut(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100005_document.sysStatus)}}function Vut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Hut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function Rut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Put(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Nut(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Uut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0])}}function Wut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function $ut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function zut(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Jut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function qut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function Xut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function Qut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function Kut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function Zut(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battId,"")}}function Yut(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tAt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0])}}function aAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function eAt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function nAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function oAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function cAt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function sAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function lAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function iAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function bAt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battId,"")}}function rAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function fAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function dAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function uAt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function LAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function _At(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function IAt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function DAt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function mAt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0])}}function CAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function SAt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function hAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function gAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function GAt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function TAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function pAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function kAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function vAt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battId,"")}}function yAt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function OAt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0])}}function BAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function FAt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function EAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function wAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function MAt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function jAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function xAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function VAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function HAt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battId,"")}}function RAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function PAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function NAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function UAt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function WAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function $At(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function zAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function JAt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function qAt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function XAt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0])}}function QAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function KAt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function ZAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function YAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function tLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function aLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function eLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function nLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function oLt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battId,"")}}function cLt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0])}}function lLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function iLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function bLt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function rLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function fLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function dLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function uLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function ALt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function LLt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battId,"")}}function _Lt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function ILt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function DLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function mLt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function CLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function SLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function hLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function gLt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function GLt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function TLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0])}}function pLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function kLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function vLt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function yLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function OLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function BLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function FLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function ELt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function wLt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battId,"")}}function MLt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0])}}function xLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function VLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function HLt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function RLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function PLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function NLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function ULt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function WLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function $Lt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battId,"")}}function zLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function JLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function qLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function XLt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function QLt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].dcuStatus[0],"")}}function KLt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100005_document.sysStatus)}}function ZLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function YLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function t_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function a_t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function e_t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function n_t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0])}}function o_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function c_t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function s_t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function l_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function i_t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function b_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function r_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function f_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function d_t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battId,"")}}function u_t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function A_t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0])}}function L_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function __t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function I_t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function D_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function m_t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function C_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function S_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function h_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function g_t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battId,"")}}function G_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function T_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function p_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function k_t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function v_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function y_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function O_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function B_t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function F_t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function E_t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0])}}function w_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function M_t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function j_t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function x_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function V_t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function H_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function R_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function P_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function N_t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battId,"")}}function U_t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function W_t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0])}}function $_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function z_t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function J_t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function q_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function X_t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function Q_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function K_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function Z_t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function Y_t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battId,"")}}function tIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function aIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function eIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function nIt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function oIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function cIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function sIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function lIt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function iIt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0])}}function rIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function fIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function dIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function uIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function AIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function LIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function _It(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function IIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function DIt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battId,"")}}function mIt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function CIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0])}}function SIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function hIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function gIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function GIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function TIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function pIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function kIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function vIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function yIt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battId,"")}}function OIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function BIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function FIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function EIt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function wIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function MIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function jIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function xIt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function VIt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function HIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0])}}function RIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function PIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function NIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function UIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function WIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function $It(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function zIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function JIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function qIt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battId,"")}}function XIt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function QIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0])}}function KIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function ZIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function YIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function tDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function aDt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function eDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function nDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function oDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function cDt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battId,"")}}function sDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function lDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function iDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function bDt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100005(a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rDt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].dcuStatus[0],"")}}function fDt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,gft,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Gft,1,3,"div",102),n.Bc(10,Tft,1,3,"div",102),n.Bc(11,pft,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,kft,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,vft,2,4,"td",102),n.Bc(21,yft,4,2,"td",147),n.Bc(22,Oft,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Bft,3,4,"td",111),n.Bc(25,Fft,3,4,"td",112),n.Bc(26,Eft,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,wft,3,4,"td",113),n.Bc(29,Mft,2,1,"td",110),n.Bc(30,jft,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,xft,2,1,"td",110),n.Bc(33,Vft,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,Hft,2,4,"td",102),n.Bc(38,Rft,4,2,"td",147),n.Bc(39,Pft,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Nft,3,4,"td",111),n.Bc(42,Uft,3,4,"td",112),n.Bc(43,Wft,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,$ft,3,4,"td",113),n.Bc(46,zft,3,4,"td",110),n.Bc(47,Jft,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,qft,2,1,"td",110),n.Bc(50,Xft,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Qft,1,3,"div",102),n.Bc(54,Kft,1,3,"div",102),n.Bc(55,Zft,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Yft,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,tdt,1,3,"div",102),n.Bc(65,adt,1,3,"div",102),n.Bc(66,edt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,ndt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,odt,2,4,"td",102),n.Bc(76,cdt,4,2,"td",147),n.Bc(77,sdt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,ldt,3,4,"td",111),n.Bc(80,idt,3,4,"td",112),n.Bc(81,bdt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,rdt,3,4,"td",113),n.Bc(84,fdt,3,4,"td",110),n.Bc(85,ddt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,udt,2,1,"td",110),n.Bc(88,Adt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Ldt,2,4,"td",102),n.Bc(93,_dt,4,2,"td",147),n.Bc(94,Idt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Ddt,3,4,"td",111),n.Bc(97,mdt,3,4,"td",112),n.Bc(98,Cdt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Sdt,3,4,"td",113),n.Bc(101,hdt,3,4,"td",110),n.Bc(102,gdt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Gdt,2,1,"td",110),n.Bc(105,Tdt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,pdt,1,3,"div",102),n.Bc(109,kdt,1,3,"div",102),n.Bc(110,vdt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,ydt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,Odt,1,3,"div",102),n.Bc(120,Bdt,1,3,"div",102),n.Bc(121,Fdt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,Edt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,wdt,2,4,"td",102),n.Bc(131,Mdt,4,2,"td",147),n.Bc(132,jdt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,xdt,3,4,"td",111),n.Bc(135,Vdt,3,4,"td",112),n.Bc(136,Hdt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Rdt,3,4,"td",113),n.Bc(139,Pdt,3,4,"td",110),n.Bc(140,Ndt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Udt,2,1,"td",110),n.Bc(143,Wdt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,$dt,2,4,"td",102),n.Bc(148,zdt,4,2,"td",147),n.Bc(149,Jdt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,qdt,3,4,"td",111),n.Bc(152,Xdt,3,4,"td",112),n.Bc(153,Qdt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,Kdt,3,4,"td",113),n.Bc(156,Zdt,3,4,"td",110),n.Bc(157,Ydt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,tut,2,1,"td",110),n.Bc(160,aut,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,eut,1,3,"div",102),n.Bc(164,nut,1,3,"div",102),n.Bc(165,out,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,cut,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,sut,1,3,"div",102),n.Bc(175,lut,1,3,"div",102),n.Bc(176,iut,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,but,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,rut,2,4,"td",102),n.Bc(186,fut,4,2,"td",147),n.Bc(187,dut,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,uut,3,4,"td",111),n.Bc(190,Aut,3,4,"td",112),n.Bc(191,Lut,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,_ut,3,4,"td",113),n.Bc(194,Iut,3,4,"td",110),n.Bc(195,Dut,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,mut,2,1,"td",110),n.Bc(198,Cut,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,Sut,2,4,"td",102),n.Bc(203,hut,4,2,"td",147),n.Bc(204,gut,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,Gut,3,4,"td",111),n.Bc(207,Tut,3,4,"td",112),n.Bc(208,put,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,kut,3,4,"td",113),n.Bc(211,vut,3,4,"td",110),n.Bc(212,yut,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,Out,2,1,"td",110),n.Bc(215,But,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,Fut,1,3,"div",102),n.Bc(219,Eut,1,3,"div",102),n.Bc(220,wut,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,Mut,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,jut,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,xut,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,Vut,1,3,"div",102),n.Bc(256,Hut,1,3,"div",102),n.Bc(257,Rut,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,Put,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,Nut,2,4,"td",102),n.Bc(267,Uut,4,2,"td",147),n.Bc(268,Wut,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,$ut,3,4,"td",111),n.Bc(271,zut,3,4,"td",112),n.Bc(272,Jut,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,qut,3,4,"td",113),n.Bc(275,Xut,2,1,"td",110),n.Bc(276,Qut,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,Kut,2,1,"td",110),n.Bc(279,Zut,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,Yut,2,4,"td",102),n.Bc(284,tAt,4,2,"td",147),n.Bc(285,aAt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,eAt,3,4,"td",111),n.Bc(288,nAt,3,4,"td",112),n.Bc(289,oAt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,cAt,3,4,"td",113),n.Bc(292,sAt,3,4,"td",110),n.Bc(293,lAt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,iAt,2,1,"td",110),n.Bc(296,bAt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,rAt,1,3,"div",102),n.Bc(300,fAt,1,3,"div",102),n.Bc(301,dAt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,uAt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,AAt,1,3,"div",102),n.Bc(311,LAt,1,3,"div",102),n.Bc(312,_At,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,IAt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,DAt,2,4,"td",102),n.Bc(322,mAt,4,2,"td",147),n.Bc(323,CAt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,SAt,3,4,"td",111),n.Bc(326,hAt,3,4,"td",112),n.Bc(327,gAt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,GAt,3,4,"td",113),n.Bc(330,TAt,3,4,"td",110),n.Bc(331,pAt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,kAt,2,1,"td",110),n.Bc(334,vAt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,yAt,2,4,"td",102),n.Bc(339,OAt,4,2,"td",147),n.Bc(340,BAt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,FAt,3,4,"td",111),n.Bc(343,EAt,3,4,"td",112),n.Bc(344,wAt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,MAt,3,4,"td",113),n.Bc(347,jAt,3,4,"td",110),n.Bc(348,xAt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,VAt,2,1,"td",110),n.Bc(351,HAt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,RAt,1,3,"div",102),n.Bc(355,PAt,1,3,"div",102),n.Bc(356,NAt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,UAt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,WAt,1,3,"div",102),n.Bc(366,$At,1,3,"div",102),n.Bc(367,zAt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,JAt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,qAt,2,4,"td",102),n.Bc(377,XAt,4,2,"td",147),n.Bc(378,QAt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,KAt,3,4,"td",111),n.Bc(381,ZAt,3,4,"td",112),n.Bc(382,YAt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,tLt,3,4,"td",113),n.Bc(385,aLt,3,4,"td",110),n.Bc(386,eLt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,nLt,2,1,"td",110),n.Bc(389,oLt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,cLt,2,4,"td",102),n.Bc(394,sLt,4,2,"td",147),n.Bc(395,lLt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,iLt,3,4,"td",111),n.Bc(398,bLt,3,4,"td",112),n.Bc(399,rLt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,fLt,3,4,"td",113),n.Bc(402,dLt,3,4,"td",110),n.Bc(403,uLt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,ALt,2,1,"td",110),n.Bc(406,LLt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,_Lt,1,3,"div",102),n.Bc(410,ILt,1,3,"div",102),n.Bc(411,DLt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,mLt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,CLt,1,3,"div",102),n.Bc(421,SLt,1,3,"div",102),n.Bc(422,hLt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,gLt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,GLt,2,4,"td",102),n.Bc(432,TLt,4,2,"td",147),n.Bc(433,pLt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,kLt,3,4,"td",111),n.Bc(436,vLt,3,4,"td",112),n.Bc(437,yLt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,OLt,3,4,"td",113),n.Bc(440,BLt,3,4,"td",110),n.Bc(441,FLt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,ELt,2,1,"td",110),n.Bc(444,wLt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,MLt,2,4,"td",102),n.Bc(449,jLt,4,2,"td",147),n.Bc(450,xLt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,VLt,3,4,"td",111),n.Bc(453,HLt,3,4,"td",112),n.Bc(454,RLt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,PLt,3,4,"td",113),n.Bc(457,NLt,3,4,"td",110),n.Bc(458,ULt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,WLt,2,1,"td",110),n.Bc(461,$Lt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,zLt,1,3,"div",102),n.Bc(465,JLt,1,3,"div",102),n.Bc(466,qLt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,XLt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,QLt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Bc(497,KLt,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,ZLt,1,3,"div",102),n.Bc(502,YLt,1,3,"div",102),n.Bc(503,t_t,1,3,"div",102),n.Ob(504,"div",103),n.Tb(505,"div",104),n.Dc(506," Inject "),n.Sb(),n.Ob(507,"div",105),n.Bc(508,a_t,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,e_t,2,4,"td",102),n.Bc(513,n_t,4,2,"td",147),n.Bc(514,o_t,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,c_t,3,4,"td",111),n.Bc(517,s_t,3,4,"td",112),n.Bc(518,l_t,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,i_t,3,4,"td",113),n.Bc(521,b_t,2,1,"td",110),n.Bc(522,r_t,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,f_t,2,1,"td",110),n.Bc(525,d_t,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(526,"div",100),n.Tb(527,"table",108),n.Tb(528,"tr"),n.Bc(529,u_t,2,4,"td",102),n.Bc(530,A_t,4,2,"td",147),n.Bc(531,L_t,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,__t,3,4,"td",111),n.Bc(534,I_t,3,4,"td",112),n.Bc(535,D_t,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,m_t,3,4,"td",113),n.Bc(538,C_t,3,4,"td",110),n.Bc(539,S_t,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,h_t,2,1,"td",110),n.Bc(542,g_t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,G_t,1,3,"div",102),n.Bc(546,T_t,1,3,"div",102),n.Bc(547,p_t,1,3,"div",102),n.Ob(548,"div",103),n.Tb(549,"div",104),n.Dc(550," Inject "),n.Sb(),n.Ob(551,"div",105),n.Bc(552,k_t,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(553,"div",99),n.Tb(554,"div",100),n.Tb(555,"div",101),n.Bc(556,v_t,1,3,"div",102),n.Bc(557,y_t,1,3,"div",102),n.Bc(558,O_t,1,3,"div",102),n.Ob(559,"div",103),n.Tb(560,"div",104),n.Dc(561," Inject "),n.Sb(),n.Ob(562,"div",105),n.Bc(563,B_t,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,F_t,2,4,"td",102),n.Bc(568,E_t,4,2,"td",147),n.Bc(569,w_t,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,M_t,3,4,"td",111),n.Bc(572,j_t,3,4,"td",112),n.Bc(573,x_t,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,V_t,3,4,"td",113),n.Bc(576,H_t,3,4,"td",110),n.Bc(577,R_t,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,P_t,2,1,"td",110),n.Bc(580,N_t,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(581,"div",100),n.Tb(582,"table",108),n.Tb(583,"tr"),n.Bc(584,U_t,2,4,"td",102),n.Bc(585,W_t,4,2,"td",147),n.Bc(586,$_t,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,z_t,3,4,"td",111),n.Bc(589,J_t,3,4,"td",112),n.Bc(590,q_t,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,X_t,3,4,"td",113),n.Bc(593,Q_t,3,4,"td",110),n.Bc(594,K_t,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,Z_t,2,1,"td",110),n.Bc(597,Y_t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,tIt,1,3,"div",102),n.Bc(601,aIt,1,3,"div",102),n.Bc(602,eIt,1,3,"div",102),n.Ob(603,"div",103),n.Tb(604,"div",104),n.Dc(605," Inject "),n.Sb(),n.Ob(606,"div",105),n.Bc(607,nIt,2,0,"div",106);n.Sb(),n.Sb(),n.Sb(),n.Tb(608,"div",99),n.Tb(609,"div",100),n.Tb(610,"div",101),n.Bc(611,oIt,1,3,"div",102),n.Bc(612,cIt,1,3,"div",102),n.Bc(613,sIt,1,3,"div",102),n.Ob(614,"div",103),n.Tb(615,"div",104),n.Dc(616," Inject "),n.Sb(),n.Ob(617,"div",105),n.Bc(618,lIt,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,iIt,2,4,"td",102),n.Bc(623,bIt,4,2,"td",147),n.Bc(624,rIt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,fIt,3,4,"td",111),n.Bc(627,dIt,3,4,"td",112),n.Bc(628,uIt,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,AIt,3,4,"td",113),n.Bc(631,LIt,3,4,"td",110),n.Bc(632,_It,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,IIt,2,1,"td",110),n.Bc(635,DIt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(636,"div",100),n.Tb(637,"table",108),n.Tb(638,"tr"),n.Bc(639,mIt,2,4,"td",102),n.Bc(640,CIt,4,2,"td",147),n.Bc(641,SIt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,hIt,3,4,"td",111),n.Bc(644,gIt,3,4,"td",112),n.Bc(645,GIt,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,TIt,3,4,"td",113),n.Bc(648,pIt,3,4,"td",110),n.Bc(649,kIt,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,vIt,2,1,"td",110),n.Bc(652,yIt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,OIt,1,3,"div",102),n.Bc(656,BIt,1,3,"div",102),n.Bc(657,FIt,1,3,"div",102),n.Ob(658,"div",103),n.Tb(659,"div",104),n.Dc(660," Inject "),n.Sb(),n.Ob(661,"div",105),n.Bc(662,EIt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(663,"div",99),n.Tb(664,"div",100),n.Tb(665,"div",101),n.Bc(666,wIt,1,3,"div",102),n.Bc(667,MIt,1,3,"div",102),n.Bc(668,jIt,1,3,"div",102),n.Ob(669,"div",103),n.Tb(670,"div",104),n.Dc(671," Inject "),n.Sb(),n.Ob(672,"div",105),n.Bc(673,xIt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,VIt,2,4,"td",102),n.Bc(678,HIt,4,2,"td",147),n.Bc(679,RIt,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,PIt,3,4,"td",111),n.Bc(682,NIt,3,4,"td",112),n.Bc(683,UIt,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,WIt,3,4,"td",113),n.Bc(686,$It,3,4,"td",110),n.Bc(687,zIt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,JIt,2,1,"td",110),n.Bc(690,qIt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(691,"div",100),n.Tb(692,"table",108),n.Tb(693,"tr"),n.Bc(694,XIt,2,4,"td",102),n.Bc(695,QIt,4,2,"td",147),n.Bc(696,KIt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,ZIt,3,4,"td",111),n.Bc(699,YIt,3,4,"td",112),n.Bc(700,tDt,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,aDt,3,4,"td",113),n.Bc(703,eDt,3,4,"td",110),n.Bc(704,nDt,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,oDt,2,1,"td",110),n.Bc(707,cDt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,sDt,1,3,"div",102),n.Bc(711,lDt,1,3,"div",102),n.Bc(712,iDt,1,3,"div",102),n.Ob(713,"div",103),n.Tb(714,"div",104),n.Dc(715," Inject "),n.Sb(),n.Ob(716,"div",105),n.Bc(717,bDt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(718,"div",116),n.Tb(719,"div",117),n.Tb(720,"div",118),n.Ob(721,"div",119),n.Ob(722,"div",120),n.Ob(723,"div",121),n.Ob(724,"div",122),n.Ob(725,"div",123),n.Sb(),n.Tb(726,"div",118),n.Tb(727,"span",124),n.Dc(728,"Idle"),n.Sb(),n.Tb(729,"span",124),n.Dc(730,"Full"),n.Sb(),n.Tb(731,"span",124),n.Dc(732,"CHGing"),n.Sb(),n.Tb(733,"span",124),n.Dc(734,"DSGing"),n.Sb(),n.Tb(735,"span",124),n.Dc(736,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(737,rDt,2,1,"b",125),n.Ob(738,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(739,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].dcuStatus[0])}}function dDt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function uDt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100005_document.deviceId,"")}}function ADt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function LDt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100005))}}function _Dt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function IDt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100005))}}function DDt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_508_document),"\n ")}}function mDt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function CDt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_509_document),"\n ")}}function SDt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function hDt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function gDt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100005))}}function GDt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,uDt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100005=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100005()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,ADt,3,0,"div",168),n.Bc(27,LDt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100005()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,_Dt,3,0,"div",168),n.Bc(38,IDt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100005_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,DDt,7,7,"ng-container",175),n.Bc(47,mDt,2,0,"ng-template",null,264,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,CDt,7,7,"ng-container",175),n.Bc(56,SDt,2,0,"ng-template",null,265,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100005()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,hDt,3,0,"div",168),n.Bc(68,gDt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100005_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100005),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100005_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100005_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100005_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100005),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100005_document)}}function TDt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100005(a)})),n.Tb(2,"mat-tab",262),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Sft,2,0,"span",79),n.Bc(6,hft,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,fDt,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,dDt,2,0,"ng-template",null,263,n.Cc),n.Bc(12,GDt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100005_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100005)("ngIfElse",t)}}function pDt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function kDt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100007_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100007_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100007_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100007_document.code,")")}}function vDt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100007_document.sysStatus)}}function yDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function ODt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function BDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function FDt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function EDt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function wDt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0])}}function MDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function jDt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function xDt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function VDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function HDt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function RDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function PDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function NDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function UDt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battId,"")}}function WDt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $Dt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0])}}function zDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function JDt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function qDt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function XDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function QDt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function KDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function ZDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function YDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function tmt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battId,"")}}function amt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function emt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function nmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function omt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function smt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function lmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function imt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function bmt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function rmt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0])}}function fmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function dmt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function umt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Amt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Lmt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function _mt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function Imt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function Dmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function mmt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battId,"")}}function Cmt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Smt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0])}}function hmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function gmt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Gmt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Tmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function pmt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function kmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function vmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function ymt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Omt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battId,"")}}function Bmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Fmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Emt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function wmt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Mmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function jmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function xmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Vmt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Hmt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Rmt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0])}}function Pmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Nmt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Umt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Wmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function $mt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function zmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Jmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function qmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Xmt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battId,"")}}function Qmt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Kmt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Zmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Ymt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function tCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function aCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function eCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function nCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function oCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function cCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function sCt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battId,"")}}function lCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function iCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function bCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function rCt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function dCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function uCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function ACt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function LCt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _Ct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0])}}function ICt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function DCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function mCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function CCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function SCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function hCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function gCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function GCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function TCt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battId,"")}}function pCt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kCt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0])}}function vCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function yCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function OCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function BCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function FCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function ECt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function wCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function MCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function jCt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battId,"")}}function xCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function VCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function HCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function RCt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function PCt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].dcuStatus[0],"")}}function NCt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100007_document.sysStatus)}}function UCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function WCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function $Ct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function zCt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function JCt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qCt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0])}}function XCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function QCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function KCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function ZCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function YCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function tSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function aSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function eSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function nSt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battId,"")}}function oSt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function cSt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0])}}function sSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function lSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function iSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function bSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function rSt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function fSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function dSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function uSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function ASt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battId,"")}}function LSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function _St(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function ISt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function DSt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function mSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function CSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function SSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function hSt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function gSt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function GSt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0])}}function TSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function pSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function kSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function vSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function ySt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function OSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function BSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function FSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function ESt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battId,"")}}function wSt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function MSt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0])}}function jSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function xSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function VSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function HSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function RSt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function PSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function NSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function USt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function WSt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battId,"")}}function $St(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function zSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function JSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function qSt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function XSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function QSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function KSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ZSt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function YSt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0])}}function aht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function eht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function nht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function oht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function cht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function sht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function lht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function iht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function bht(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battId,"")}}function rht(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function fht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0])}}function dht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function uht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Aht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Lht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function _ht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function Iht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function Dht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function mht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Cht(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battId,"")}}function Sht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function hht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function ght(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ght(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Tht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function pht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function kht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function vht(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yht(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Oht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0])}}function Bht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function Fht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Eht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function wht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Mht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function jht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function xht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function Vht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function Hht(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battId,"")}}function Rht(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Pht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Nht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function Uht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Wht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function $ht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function zht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function Jht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function qht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function Xht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Qht(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battId,"")}}function Kht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Zht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function Yht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function tgt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100007(a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function agt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].dcuStatus[0],"")}}function egt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,vDt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,yDt,1,3,"div",102),n.Bc(10,ODt,1,3,"div",102),n.Bc(11,BDt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,FDt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,EDt,2,4,"td",102),n.Bc(21,wDt,4,2,"td",147),n.Bc(22,MDt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,jDt,3,4,"td",111),n.Bc(25,xDt,3,4,"td",112),n.Bc(26,VDt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,HDt,3,4,"td",113),n.Bc(29,RDt,2,1,"td",110),n.Bc(30,PDt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,NDt,2,1,"td",110),n.Bc(33,UDt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,WDt,2,4,"td",102),n.Bc(38,$Dt,4,2,"td",147),n.Bc(39,zDt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,JDt,3,4,"td",111),n.Bc(42,qDt,3,4,"td",112),n.Bc(43,XDt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,QDt,3,4,"td",113),n.Bc(46,KDt,3,4,"td",110),n.Bc(47,ZDt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,YDt,2,1,"td",110),n.Bc(50,tmt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,amt,1,3,"div",102),n.Bc(54,emt,1,3,"div",102),n.Bc(55,nmt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,omt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,cmt,1,3,"div",102),n.Bc(65,smt,1,3,"div",102),n.Bc(66,lmt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,imt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,bmt,2,4,"td",102),n.Bc(76,rmt,4,2,"td",147),n.Bc(77,fmt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,dmt,3,4,"td",111),n.Bc(80,umt,3,4,"td",112),n.Bc(81,Amt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Lmt,3,4,"td",113),n.Bc(84,_mt,3,4,"td",110),n.Bc(85,Imt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Dmt,2,1,"td",110),n.Bc(88,mmt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,Cmt,2,4,"td",102),n.Bc(93,Smt,4,2,"td",147),n.Bc(94,hmt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,gmt,3,4,"td",111),n.Bc(97,Gmt,3,4,"td",112),n.Bc(98,Tmt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,pmt,3,4,"td",113),n.Bc(101,kmt,3,4,"td",110),n.Bc(102,vmt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,ymt,2,1,"td",110),n.Bc(105,Omt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Bmt,1,3,"div",102),n.Bc(109,Fmt,1,3,"div",102),n.Bc(110,Emt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,wmt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,Mmt,1,3,"div",102),n.Bc(120,jmt,1,3,"div",102),n.Bc(121,xmt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,Vmt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Hmt,2,4,"td",102),n.Bc(131,Rmt,4,2,"td",147),n.Bc(132,Pmt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Nmt,3,4,"td",111),n.Bc(135,Umt,3,4,"td",112),n.Bc(136,Wmt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,$mt,3,4,"td",113),n.Bc(139,zmt,3,4,"td",110),n.Bc(140,Jmt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,qmt,2,1,"td",110),n.Bc(143,Xmt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,Qmt,2,4,"td",102),n.Bc(148,Kmt,4,2,"td",147),n.Bc(149,Zmt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Ymt,3,4,"td",111),n.Bc(152,tCt,3,4,"td",112),n.Bc(153,aCt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,eCt,3,4,"td",113),n.Bc(156,nCt,3,4,"td",110),n.Bc(157,oCt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,cCt,2,1,"td",110),n.Bc(160,sCt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,lCt,1,3,"div",102),n.Bc(164,iCt,1,3,"div",102),n.Bc(165,bCt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,rCt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,fCt,1,3,"div",102),n.Bc(175,dCt,1,3,"div",102),n.Bc(176,uCt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,ACt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,LCt,2,4,"td",102),n.Bc(186,_Ct,4,2,"td",147),n.Bc(187,ICt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,DCt,3,4,"td",111),n.Bc(190,mCt,3,4,"td",112),n.Bc(191,CCt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,SCt,3,4,"td",113),n.Bc(194,hCt,3,4,"td",110),n.Bc(195,gCt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,GCt,2,1,"td",110),n.Bc(198,TCt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,pCt,2,4,"td",102),n.Bc(203,kCt,4,2,"td",147),n.Bc(204,vCt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,yCt,3,4,"td",111),n.Bc(207,OCt,3,4,"td",112),n.Bc(208,BCt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,FCt,3,4,"td",113),n.Bc(211,ECt,3,4,"td",110),n.Bc(212,wCt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,MCt,2,1,"td",110),n.Bc(215,jCt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,xCt,1,3,"div",102),n.Bc(219,VCt,1,3,"div",102),n.Bc(220,HCt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,RCt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,PCt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,NCt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,UCt,1,3,"div",102),n.Bc(256,WCt,1,3,"div",102),n.Bc(257,$Ct,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,zCt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,JCt,2,4,"td",102),n.Bc(267,qCt,4,2,"td",147),n.Bc(268,XCt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,QCt,3,4,"td",111),n.Bc(271,KCt,3,4,"td",112),n.Bc(272,ZCt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,YCt,3,4,"td",113),n.Bc(275,tSt,2,1,"td",110),n.Bc(276,aSt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,eSt,2,1,"td",110),n.Bc(279,nSt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,oSt,2,4,"td",102),n.Bc(284,cSt,4,2,"td",147),n.Bc(285,sSt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,lSt,3,4,"td",111),n.Bc(288,iSt,3,4,"td",112),n.Bc(289,bSt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,rSt,3,4,"td",113),n.Bc(292,fSt,3,4,"td",110),n.Bc(293,dSt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,uSt,2,1,"td",110),n.Bc(296,ASt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,LSt,1,3,"div",102),n.Bc(300,_St,1,3,"div",102),n.Bc(301,ISt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,DSt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,mSt,1,3,"div",102),n.Bc(311,CSt,1,3,"div",102),n.Bc(312,SSt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,hSt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,gSt,2,4,"td",102),n.Bc(322,GSt,4,2,"td",147),n.Bc(323,TSt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,pSt,3,4,"td",111),n.Bc(326,kSt,3,4,"td",112),n.Bc(327,vSt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,ySt,3,4,"td",113),n.Bc(330,OSt,3,4,"td",110),n.Bc(331,BSt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,FSt,2,1,"td",110),n.Bc(334,ESt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,wSt,2,4,"td",102),n.Bc(339,MSt,4,2,"td",147),n.Bc(340,jSt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,xSt,3,4,"td",111),n.Bc(343,VSt,3,4,"td",112),n.Bc(344,HSt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,RSt,3,4,"td",113),n.Bc(347,PSt,3,4,"td",110),n.Bc(348,NSt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,USt,2,1,"td",110),n.Bc(351,WSt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,$St,1,3,"div",102),n.Bc(355,zSt,1,3,"div",102),n.Bc(356,JSt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,qSt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,XSt,1,3,"div",102),n.Bc(366,QSt,1,3,"div",102),n.Bc(367,KSt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,ZSt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,YSt,2,4,"td",102),n.Bc(377,tht,4,2,"td",147),n.Bc(378,aht,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,eht,3,4,"td",111),n.Bc(381,nht,3,4,"td",112),n.Bc(382,oht,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,cht,3,4,"td",113),n.Bc(385,sht,3,4,"td",110),n.Bc(386,lht,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,iht,2,1,"td",110),n.Bc(389,bht,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,rht,2,4,"td",102),n.Bc(394,fht,4,2,"td",147),n.Bc(395,dht,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,uht,3,4,"td",111),n.Bc(398,Aht,3,4,"td",112),n.Bc(399,Lht,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,_ht,3,4,"td",113),n.Bc(402,Iht,3,4,"td",110),n.Bc(403,Dht,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,mht,2,1,"td",110),n.Bc(406,Cht,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Sht,1,3,"div",102),n.Bc(410,hht,1,3,"div",102),n.Bc(411,ght,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Ght,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,Tht,1,3,"div",102),n.Bc(421,pht,1,3,"div",102),n.Bc(422,kht,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,vht,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,yht,2,4,"td",102),n.Bc(432,Oht,4,2,"td",147),n.Bc(433,Bht,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Fht,3,4,"td",111),n.Bc(436,Eht,3,4,"td",112),n.Bc(437,wht,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Mht,3,4,"td",113),n.Bc(440,jht,3,4,"td",110),n.Bc(441,xht,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,Vht,2,1,"td",110),n.Bc(444,Hht,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,Rht,2,4,"td",102),n.Bc(449,Pht,4,2,"td",147),n.Bc(450,Nht,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Uht,3,4,"td",111),n.Bc(453,Wht,3,4,"td",112),n.Bc(454,$ht,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,zht,3,4,"td",113),n.Bc(457,Jht,3,4,"td",110),n.Bc(458,qht,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Xht,2,1,"td",110),n.Bc(461,Qht,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Kht,1,3,"div",102),n.Bc(465,Zht,1,3,"div",102),n.Bc(466,Yht,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,tgt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,agt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].dcuStatus[0])}}function ngt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function ogt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100007_document.deviceId,"")}}function cgt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function sgt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100007))}}function lgt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function igt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100007))}}function bgt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_508_document),"\n ")}}function rgt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function fgt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_509_document),"\n ")}}function dgt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function ugt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Agt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100007))}}function Lgt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,ogt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100007=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100007()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,cgt,3,0,"div",168),n.Bc(27,sgt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100007()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,lgt,3,0,"div",168),n.Bc(38,igt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100007_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,bgt,7,7,"ng-container",175),n.Bc(47,rgt,2,0,"ng-template",null,268,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,fgt,7,7,"ng-container",175),n.Bc(56,dgt,2,0,"ng-template",null,269,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100007()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,ugt,3,0,"div",168),n.Bc(68,Agt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100007_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100007),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100007_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100007_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100007_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100007),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100007_document)}}function _gt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100007(a)})),n.Tb(2,"mat-tab",266),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,pDt,2,0,"span",79),n.Bc(6,kDt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,egt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,ngt,2,0,"ng-template",null,267,n.Cc),n.Bc(12,Lgt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100007_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100007)("ngIfElse",t)}}function Igt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Dgt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100003_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100003_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100003_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100003_document.code,")")}}function mgt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100003_document.sysStatus)}}function Cgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Sgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function hgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function ggt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ggt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Tgt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0])}}function pgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function kgt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function vgt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function ygt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Ogt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function Bgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function Fgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Egt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function wgt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battId,"")}}function Mgt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jgt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0])}}function xgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Vgt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Hgt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Rgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Pgt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ngt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function Ugt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Wgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function $gt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battId,"")}}function zgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Jgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function qgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Xgt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Qgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Kgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function Zgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Ygt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function tGt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function aGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0])}}function eGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function nGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function oGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function cGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function sGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function lGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function iGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function bGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function rGt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battId,"")}}function fGt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0])}}function uGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function AGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function LGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function _Gt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function IGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function DGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function mGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function CGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function SGt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battId,"")}}function hGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function gGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function GGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function TGt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function kGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function vGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function yGt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function OGt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function BGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0])}}function FGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function EGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function wGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function MGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function jGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function xGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function VGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function HGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function RGt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battId,"")}}function PGt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function NGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0])}}function UGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function WGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function $Gt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function zGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function JGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function qGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function XGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function QGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function KGt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battId,"")}}function ZGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function YGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function tTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function aTt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function eTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function nTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function oTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function cTt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sTt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function lTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0])}}function iTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function bTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function rTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function fTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function dTt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function uTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function ATt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function LTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function _Tt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battId,"")}}function ITt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function DTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0])}}function mTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function CTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function STt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function hTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function gTt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function GTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function TTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function pTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function kTt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battId,"")}}function vTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function yTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function OTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function BTt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function FTt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].dcuStatus[0],"")}}function ETt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100003_document.sysStatus)}}function wTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function MTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function jTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function xTt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function VTt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function HTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0])}}function RTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function PTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function NTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function UTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function WTt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function $Tt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function zTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function JTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function qTt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battId,"")}}function XTt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function QTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0])}}function KTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function ZTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function YTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function tpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function apt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function ept(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function npt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function opt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function cpt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battId,"")}}function spt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function lpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function ipt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function bpt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function fpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function dpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function upt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Apt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Lpt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0])}}function _pt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function Ipt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Dpt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function mpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function Cpt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function Spt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function hpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function gpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function Gpt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battId,"")}}function Tpt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ppt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0])}}function kpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function vpt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function ypt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Opt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function Bpt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function Fpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function Ept(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function wpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function Mpt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battId,"")}}function jpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function xpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Vpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Hpt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Rpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Ppt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Npt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Upt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Wpt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $pt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0])}}function zpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function Jpt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function qpt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Xpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function Qpt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function Kpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function Zpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Ypt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function tkt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battId,"")}}function akt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ekt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0])}}function nkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function okt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function ckt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function skt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function lkt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function ikt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function bkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function rkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function fkt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battId,"")}}function dkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function ukt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function Akt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Lkt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function _kt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Ikt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function Dkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function mkt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Ckt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Skt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0])}}function hkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function gkt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Gkt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Tkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function pkt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function kkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function vkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function ykt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function Okt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battId,"")}}function Bkt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Fkt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Ekt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function wkt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Mkt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function jkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function xkt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function Vkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Hkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function Rkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Pkt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battId,"")}}function Nkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Ukt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function Wkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function $kt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100003(a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zkt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].dcuStatus[0],"")}}function Jkt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,mgt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Cgt,1,3,"div",102),n.Bc(10,Sgt,1,3,"div",102),n.Bc(11,hgt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,ggt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Ggt,2,4,"td",102),n.Bc(21,Tgt,4,2,"td",147),n.Bc(22,pgt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,kgt,3,4,"td",111),n.Bc(25,vgt,3,4,"td",112),n.Bc(26,ygt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Ogt,3,4,"td",113),n.Bc(29,Bgt,2,1,"td",110),n.Bc(30,Fgt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Egt,2,1,"td",110),n.Bc(33,wgt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,Mgt,2,4,"td",102),n.Bc(38,jgt,4,2,"td",147),n.Bc(39,xgt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Vgt,3,4,"td",111),n.Bc(42,Hgt,3,4,"td",112),n.Bc(43,Rgt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Pgt,3,4,"td",113),n.Bc(46,Ngt,3,4,"td",110),n.Bc(47,Ugt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Wgt,2,1,"td",110),n.Bc(50,$gt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,zgt,1,3,"div",102),n.Bc(54,Jgt,1,3,"div",102),n.Bc(55,qgt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Xgt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Qgt,1,3,"div",102),n.Bc(65,Kgt,1,3,"div",102),n.Bc(66,Zgt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,Ygt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,tGt,2,4,"td",102),n.Bc(76,aGt,4,2,"td",147),n.Bc(77,eGt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,nGt,3,4,"td",111),n.Bc(80,oGt,3,4,"td",112),n.Bc(81,cGt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,sGt,3,4,"td",113),n.Bc(84,lGt,3,4,"td",110),n.Bc(85,iGt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,bGt,2,1,"td",110),n.Bc(88,rGt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,fGt,2,4,"td",102),n.Bc(93,dGt,4,2,"td",147),n.Bc(94,uGt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,AGt,3,4,"td",111),n.Bc(97,LGt,3,4,"td",112),n.Bc(98,_Gt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,IGt,3,4,"td",113),n.Bc(101,DGt,3,4,"td",110),n.Bc(102,mGt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,CGt,2,1,"td",110),n.Bc(105,SGt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,hGt,1,3,"div",102),n.Bc(109,gGt,1,3,"div",102),n.Bc(110,GGt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,TGt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,pGt,1,3,"div",102),n.Bc(120,kGt,1,3,"div",102),n.Bc(121,vGt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,yGt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,OGt,2,4,"td",102),n.Bc(131,BGt,4,2,"td",147),n.Bc(132,FGt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,EGt,3,4,"td",111),n.Bc(135,wGt,3,4,"td",112),n.Bc(136,MGt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,jGt,3,4,"td",113),n.Bc(139,xGt,3,4,"td",110),n.Bc(140,VGt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,HGt,2,1,"td",110),n.Bc(143,RGt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,PGt,2,4,"td",102),n.Bc(148,NGt,4,2,"td",147),n.Bc(149,UGt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,WGt,3,4,"td",111),n.Bc(152,$Gt,3,4,"td",112),n.Bc(153,zGt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,JGt,3,4,"td",113),n.Bc(156,qGt,3,4,"td",110),n.Bc(157,XGt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,QGt,2,1,"td",110),n.Bc(160,KGt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,ZGt,1,3,"div",102),n.Bc(164,YGt,1,3,"div",102),n.Bc(165,tTt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,aTt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,eTt,1,3,"div",102),n.Bc(175,nTt,1,3,"div",102),n.Bc(176,oTt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,cTt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,sTt,2,4,"td",102),n.Bc(186,lTt,4,2,"td",147),n.Bc(187,iTt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,bTt,3,4,"td",111),n.Bc(190,rTt,3,4,"td",112),n.Bc(191,fTt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,dTt,3,4,"td",113),n.Bc(194,uTt,3,4,"td",110),n.Bc(195,ATt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,LTt,2,1,"td",110),n.Bc(198,_Tt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,ITt,2,4,"td",102),n.Bc(203,DTt,4,2,"td",147),n.Bc(204,mTt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,CTt,3,4,"td",111),n.Bc(207,STt,3,4,"td",112),n.Bc(208,hTt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,gTt,3,4,"td",113),n.Bc(211,GTt,3,4,"td",110),n.Bc(212,TTt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,pTt,2,1,"td",110),n.Bc(215,kTt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,vTt,1,3,"div",102),n.Bc(219,yTt,1,3,"div",102),n.Bc(220,OTt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,BTt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,FTt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,ETt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,wTt,1,3,"div",102),n.Bc(256,MTt,1,3,"div",102),n.Bc(257,jTt,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,xTt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,VTt,2,4,"td",102),n.Bc(267,HTt,4,2,"td",147),n.Bc(268,RTt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,PTt,3,4,"td",111),n.Bc(271,NTt,3,4,"td",112),n.Bc(272,UTt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,WTt,3,4,"td",113),n.Bc(275,$Tt,2,1,"td",110),n.Bc(276,zTt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,JTt,2,1,"td",110),n.Bc(279,qTt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,XTt,2,4,"td",102),n.Bc(284,QTt,4,2,"td",147),n.Bc(285,KTt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,ZTt,3,4,"td",111),n.Bc(288,YTt,3,4,"td",112),n.Bc(289,tpt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,apt,3,4,"td",113),n.Bc(292,ept,3,4,"td",110),n.Bc(293,npt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,opt,2,1,"td",110),n.Bc(296,cpt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,spt,1,3,"div",102),n.Bc(300,lpt,1,3,"div",102),n.Bc(301,ipt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,bpt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,rpt,1,3,"div",102),n.Bc(311,fpt,1,3,"div",102),n.Bc(312,dpt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,upt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,Apt,2,4,"td",102),n.Bc(322,Lpt,4,2,"td",147),n.Bc(323,_pt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,Ipt,3,4,"td",111),n.Bc(326,Dpt,3,4,"td",112),n.Bc(327,mpt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,Cpt,3,4,"td",113),n.Bc(330,Spt,3,4,"td",110),n.Bc(331,hpt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,gpt,2,1,"td",110),n.Bc(334,Gpt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,Tpt,2,4,"td",102),n.Bc(339,ppt,4,2,"td",147),n.Bc(340,kpt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,vpt,3,4,"td",111),n.Bc(343,ypt,3,4,"td",112),n.Bc(344,Opt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,Bpt,3,4,"td",113),n.Bc(347,Fpt,3,4,"td",110),n.Bc(348,Ept,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,wpt,2,1,"td",110),n.Bc(351,Mpt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,jpt,1,3,"div",102),n.Bc(355,xpt,1,3,"div",102),n.Bc(356,Vpt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,Hpt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,Rpt,1,3,"div",102),n.Bc(366,Ppt,1,3,"div",102),n.Bc(367,Npt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,Upt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Wpt,2,4,"td",102),n.Bc(377,$pt,4,2,"td",147),n.Bc(378,zpt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Jpt,3,4,"td",111),n.Bc(381,qpt,3,4,"td",112),n.Bc(382,Xpt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,Qpt,3,4,"td",113),n.Bc(385,Kpt,3,4,"td",110),n.Bc(386,Zpt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Ypt,2,1,"td",110),n.Bc(389,tkt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,akt,2,4,"td",102),n.Bc(394,ekt,4,2,"td",147),n.Bc(395,nkt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,okt,3,4,"td",111),n.Bc(398,ckt,3,4,"td",112),n.Bc(399,skt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,lkt,3,4,"td",113),n.Bc(402,ikt,3,4,"td",110),n.Bc(403,bkt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,rkt,2,1,"td",110),n.Bc(406,fkt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,dkt,1,3,"div",102),n.Bc(410,ukt,1,3,"div",102),n.Bc(411,Akt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Lkt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,_kt,1,3,"div",102),n.Bc(421,Ikt,1,3,"div",102),n.Bc(422,Dkt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,mkt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Ckt,2,4,"td",102),n.Bc(432,Skt,4,2,"td",147),n.Bc(433,hkt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,gkt,3,4,"td",111),n.Bc(436,Gkt,3,4,"td",112),n.Bc(437,Tkt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,pkt,3,4,"td",113),n.Bc(440,kkt,3,4,"td",110),n.Bc(441,vkt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,ykt,2,1,"td",110),n.Bc(444,Okt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,Bkt,2,4,"td",102),n.Bc(449,Fkt,4,2,"td",147),n.Bc(450,Ekt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,wkt,3,4,"td",111),n.Bc(453,Mkt,3,4,"td",112),n.Bc(454,jkt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,xkt,3,4,"td",113),n.Bc(457,Vkt,3,4,"td",110),n.Bc(458,Hkt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Rkt,2,1,"td",110),n.Bc(461,Pkt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Nkt,1,3,"div",102),n.Bc(465,Ukt,1,3,"div",102),n.Bc(466,Wkt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,$kt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,zkt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].dcuStatus[0])}}function qkt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function Xkt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100003_document.deviceId,"")}}function Qkt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Kkt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100003))}}function Zkt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Ykt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100003))}}function tvt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_508_document),"\n ")}}function avt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function evt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_509_document),"\n ")}}function nvt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function ovt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function cvt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100003))}}function svt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,Xkt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100003=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100003()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,Qkt,3,0,"div",168),n.Bc(27,Kkt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100003()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,Zkt,3,0,"div",168),n.Bc(38,Ykt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100003_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,tvt,7,7,"ng-container",175),n.Bc(47,avt,2,0,"ng-template",null,272,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,evt,7,7,"ng-container",175),n.Bc(56,nvt,2,0,"ng-template",null,273,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100003()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,ovt,3,0,"div",168),n.Bc(68,cvt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100003_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100003),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100003_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100003_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100003_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100003),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100003_document)}}function lvt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100003(a)})),n.Tb(2,"mat-tab",270),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Igt,2,0,"span",79),n.Bc(6,Dgt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,Jkt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,qkt,2,0,"ng-template",null,271,n.Cc),n.Bc(12,svt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100003_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100003)("ngIfElse",t)}}function ivt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function bvt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100012_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100012_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100012_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100012_document.code,")")}}function rvt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100012_document.sysStatus)}}function fvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function dvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function uvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Avt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Lvt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _vt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Ivt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Dvt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function mvt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function Cvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Svt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function hvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function gvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Gvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Tvt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battId,"")}}function pvt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kvt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0])}}function vvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function yvt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Ovt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function Bvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Fvt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Evt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function wvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Mvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function jvt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battId,"")}}function xvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function Vvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Hvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Rvt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Pvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Nvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function Uvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Wvt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $vt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zvt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0])}}function Jvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function qvt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function Xvt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function Qvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Kvt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function Zvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function Yvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function tyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function ayt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battId,"")}}function eyt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function nyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0])}}function oyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function cyt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function syt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function lyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function iyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function byt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function ryt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function fyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function dyt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battId,"")}}function uyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Ayt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Lyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function _yt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Iyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Dyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function myt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Cyt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Syt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0])}}function gyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Gyt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Tyt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function pyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function kyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function vyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function yyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Oyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Byt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battId,"")}}function Fyt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Eyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0])}}function wyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Myt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function jyt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function xyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function Vyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Hyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Ryt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Pyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function Nyt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battId,"")}}function Uyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Wyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function $yt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function zyt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Jyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function qyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Xyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Qyt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Kyt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Zyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0])}}function Yyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function tOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function aOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function eOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function nOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function oOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function cOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function sOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function lOt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battId,"")}}function iOt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bOt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0])}}function rOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function fOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function dOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function uOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function AOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function LOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function _Ot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function IOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function DOt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battId,"")}}function mOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function COt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function SOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function hOt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function gOt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].dcuStatus[0],"")}}function GOt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100012_document.sysStatus)}}function TOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function pOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function kOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vOt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yOt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function OOt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0])}}function BOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function FOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function EOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function wOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function MOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function jOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function xOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function VOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function HOt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battId,"")}}function ROt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function POt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0])}}function NOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function UOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function WOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function $Ot(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function zOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function JOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function qOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function XOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function QOt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battId,"")}}function KOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function ZOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function YOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function tBt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function eBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function nBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function oBt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cBt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0])}}function lBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function iBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function bBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function rBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function fBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function dBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function uBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function ABt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function LBt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battId,"")}}function _Bt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function IBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0])}}function DBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function mBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function CBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function SBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function hBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function gBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function GBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function TBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function pBt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battId,"")}}function kBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function vBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function yBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function OBt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function BBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function FBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function EBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wBt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function MBt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0])}}function xBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function VBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function HBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function RBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function PBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function NBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function UBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function WBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function $Bt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battId,"")}}function zBt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function JBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0])}}function qBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function XBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function QBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function KBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function ZBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function YBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function tFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function aFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function eFt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battId,"")}}function nFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function oFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function cFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function sFt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function lFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function iFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function bFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function rFt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fFt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dFt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0])}}function uFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function AFt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function LFt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function _Ft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function IFt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function DFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function mFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function CFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function SFt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battId,"")}}function hFt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function gFt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0])}}function GFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function TFt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function pFt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function kFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function vFt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function yFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function OFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function BFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function FFt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battId,"")}}function EFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function wFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function MFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function jFt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100012(a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xFt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].dcuStatus[0],"")}}function VFt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,rvt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,fvt,1,3,"div",102),n.Bc(10,dvt,1,3,"div",102),n.Bc(11,uvt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,Avt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Lvt,2,4,"td",102),n.Bc(21,_vt,4,2,"td",147),n.Bc(22,Ivt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Dvt,3,4,"td",111),n.Bc(25,mvt,3,4,"td",112),n.Bc(26,Cvt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Svt,3,4,"td",113),n.Bc(29,hvt,2,1,"td",110),n.Bc(30,gvt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Gvt,2,1,"td",110),n.Bc(33,Tvt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,pvt,2,4,"td",102),n.Bc(38,kvt,4,2,"td",147),n.Bc(39,vvt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,yvt,3,4,"td",111),n.Bc(42,Ovt,3,4,"td",112),n.Bc(43,Bvt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Fvt,3,4,"td",113),n.Bc(46,Evt,3,4,"td",110),n.Bc(47,wvt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Mvt,2,1,"td",110),n.Bc(50,jvt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,xvt,1,3,"div",102),n.Bc(54,Vvt,1,3,"div",102),n.Bc(55,Hvt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,Rvt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,Pvt,1,3,"div",102),n.Bc(65,Nvt,1,3,"div",102),n.Bc(66,Uvt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,Wvt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,$vt,2,4,"td",102),n.Bc(76,zvt,4,2,"td",147),n.Bc(77,Jvt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,qvt,3,4,"td",111),n.Bc(80,Xvt,3,4,"td",112),n.Bc(81,Qvt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Kvt,3,4,"td",113),n.Bc(84,Zvt,3,4,"td",110),n.Bc(85,Yvt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,tyt,2,1,"td",110),n.Bc(88,ayt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,eyt,2,4,"td",102),n.Bc(93,nyt,4,2,"td",147),n.Bc(94,oyt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,cyt,3,4,"td",111),n.Bc(97,syt,3,4,"td",112),n.Bc(98,lyt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,iyt,3,4,"td",113),n.Bc(101,byt,3,4,"td",110),n.Bc(102,ryt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,fyt,2,1,"td",110),n.Bc(105,dyt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,uyt,1,3,"div",102),n.Bc(109,Ayt,1,3,"div",102),n.Bc(110,Lyt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,_yt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,Iyt,1,3,"div",102),n.Bc(120,Dyt,1,3,"div",102),n.Bc(121,myt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,Cyt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Syt,2,4,"td",102),n.Bc(131,hyt,4,2,"td",147),n.Bc(132,gyt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Gyt,3,4,"td",111),n.Bc(135,Tyt,3,4,"td",112),n.Bc(136,pyt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,kyt,3,4,"td",113),n.Bc(139,vyt,3,4,"td",110),n.Bc(140,yyt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Oyt,2,1,"td",110),n.Bc(143,Byt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,Fyt,2,4,"td",102),n.Bc(148,Eyt,4,2,"td",147),n.Bc(149,wyt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Myt,3,4,"td",111),n.Bc(152,jyt,3,4,"td",112),n.Bc(153,xyt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,Vyt,3,4,"td",113),n.Bc(156,Hyt,3,4,"td",110),n.Bc(157,Ryt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Pyt,2,1,"td",110),n.Bc(160,Nyt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,Uyt,1,3,"div",102),n.Bc(164,Wyt,1,3,"div",102),n.Bc(165,$yt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,zyt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,Jyt,1,3,"div",102),n.Bc(175,qyt,1,3,"div",102),n.Bc(176,Xyt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,Qyt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Kyt,2,4,"td",102),n.Bc(186,Zyt,4,2,"td",147),n.Bc(187,Yyt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,tOt,3,4,"td",111),n.Bc(190,aOt,3,4,"td",112),n.Bc(191,eOt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,nOt,3,4,"td",113),n.Bc(194,oOt,3,4,"td",110),n.Bc(195,cOt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,sOt,2,1,"td",110),n.Bc(198,lOt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,iOt,2,4,"td",102),n.Bc(203,bOt,4,2,"td",147),n.Bc(204,rOt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,fOt,3,4,"td",111),n.Bc(207,dOt,3,4,"td",112),n.Bc(208,uOt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,AOt,3,4,"td",113),n.Bc(211,LOt,3,4,"td",110),n.Bc(212,_Ot,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,IOt,2,1,"td",110),n.Bc(215,DOt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,mOt,1,3,"div",102),n.Bc(219,COt,1,3,"div",102),n.Bc(220,SOt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,hOt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,gOt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,GOt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,TOt,1,3,"div",102),n.Bc(256,pOt,1,3,"div",102),n.Bc(257,kOt,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,vOt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,yOt,2,4,"td",102),n.Bc(267,OOt,4,2,"td",147),n.Bc(268,BOt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,FOt,3,4,"td",111),n.Bc(271,EOt,3,4,"td",112),n.Bc(272,wOt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,MOt,3,4,"td",113),n.Bc(275,jOt,2,1,"td",110),n.Bc(276,xOt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,VOt,2,1,"td",110),n.Bc(279,HOt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,ROt,2,4,"td",102),n.Bc(284,POt,4,2,"td",147),n.Bc(285,NOt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,UOt,3,4,"td",111),n.Bc(288,WOt,3,4,"td",112),n.Bc(289,$Ot,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,zOt,3,4,"td",113),n.Bc(292,JOt,3,4,"td",110),n.Bc(293,qOt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,XOt,2,1,"td",110),n.Bc(296,QOt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,KOt,1,3,"div",102),n.Bc(300,ZOt,1,3,"div",102),n.Bc(301,YOt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,tBt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,aBt,1,3,"div",102),n.Bc(311,eBt,1,3,"div",102),n.Bc(312,nBt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,oBt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,cBt,2,4,"td",102),n.Bc(322,sBt,4,2,"td",147),n.Bc(323,lBt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,iBt,3,4,"td",111),n.Bc(326,bBt,3,4,"td",112),n.Bc(327,rBt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,fBt,3,4,"td",113),n.Bc(330,dBt,3,4,"td",110),n.Bc(331,uBt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,ABt,2,1,"td",110),n.Bc(334,LBt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,_Bt,2,4,"td",102),n.Bc(339,IBt,4,2,"td",147),n.Bc(340,DBt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,mBt,3,4,"td",111),n.Bc(343,CBt,3,4,"td",112),n.Bc(344,SBt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,hBt,3,4,"td",113),n.Bc(347,gBt,3,4,"td",110),n.Bc(348,GBt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,TBt,2,1,"td",110),n.Bc(351,pBt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,kBt,1,3,"div",102),n.Bc(355,vBt,1,3,"div",102),n.Bc(356,yBt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,OBt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,BBt,1,3,"div",102),n.Bc(366,FBt,1,3,"div",102),n.Bc(367,EBt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,wBt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,MBt,2,4,"td",102),n.Bc(377,jBt,4,2,"td",147),n.Bc(378,xBt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,VBt,3,4,"td",111),n.Bc(381,HBt,3,4,"td",112),n.Bc(382,RBt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,PBt,3,4,"td",113),n.Bc(385,NBt,3,4,"td",110),n.Bc(386,UBt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,WBt,2,1,"td",110),n.Bc(389,$Bt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,zBt,2,4,"td",102),n.Bc(394,JBt,4,2,"td",147),n.Bc(395,qBt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,XBt,3,4,"td",111),n.Bc(398,QBt,3,4,"td",112),n.Bc(399,KBt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,ZBt,3,4,"td",113),n.Bc(402,YBt,3,4,"td",110),n.Bc(403,tFt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,aFt,2,1,"td",110),n.Bc(406,eFt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,nFt,1,3,"div",102),n.Bc(410,oFt,1,3,"div",102),n.Bc(411,cFt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,sFt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,lFt,1,3,"div",102),n.Bc(421,iFt,1,3,"div",102),n.Bc(422,bFt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,rFt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,fFt,2,4,"td",102),n.Bc(432,dFt,4,2,"td",147),n.Bc(433,uFt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,AFt,3,4,"td",111),n.Bc(436,LFt,3,4,"td",112),n.Bc(437,_Ft,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,IFt,3,4,"td",113),n.Bc(440,DFt,3,4,"td",110),n.Bc(441,mFt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,CFt,2,1,"td",110),n.Bc(444,SFt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,hFt,2,4,"td",102),n.Bc(449,gFt,4,2,"td",147),n.Bc(450,GFt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,TFt,3,4,"td",111),n.Bc(453,pFt,3,4,"td",112),n.Bc(454,kFt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,vFt,3,4,"td",113),n.Bc(457,yFt,3,4,"td",110),n.Bc(458,OFt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,BFt,2,1,"td",110),n.Bc(461,FFt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,EFt,1,3,"div",102),n.Bc(465,wFt,1,3,"div",102),n.Bc(466,MFt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,jFt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,xFt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].dcuStatus[0])}}function HFt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function RFt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100012_document.deviceId,"")}}function PFt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function NFt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100012))}}function UFt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function WFt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100012))}}function $Ft(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_508_document),"\n ")}}function zFt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function JFt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_509_document),"\n ")}}function qFt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function XFt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function QFt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100012))}}function KFt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,RFt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100012=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100012()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,PFt,3,0,"div",168),n.Bc(27,NFt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100012()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,UFt,3,0,"div",168),n.Bc(38,WFt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100012_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,$Ft,7,7,"ng-container",175),n.Bc(47,zFt,2,0,"ng-template",null,276,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,JFt,7,7,"ng-container",175),n.Bc(56,qFt,2,0,"ng-template",null,277,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100012()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,XFt,3,0,"div",168),n.Bc(68,QFt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100012_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100012),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100012),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100012_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100012),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100012_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100012_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100012),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100012_document)}}function ZFt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100012(a)})),n.Tb(2,"mat-tab",274),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,ivt,2,0,"span",79),n.Bc(6,bvt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,VFt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,HFt,2,0,"ng-template",null,275,n.Cc),n.Bc(12,KFt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100012_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100012)("ngIfElse",t)}}function YFt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function tEt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100009_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100009_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100009_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100009_document.code,")")}}function aEt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100009_document.sysStatus)}}function eEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function nEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function oEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function cEt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function sEt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function lEt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0])}}function iEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function bEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function rEt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function fEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function dEt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function uEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function AEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function LEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function _Et(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battId,"")}}function IEt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function DEt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0])}}function mEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function CEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function SEt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function hEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function gEt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function GEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function TEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function pEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function kEt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battId,"")}}function vEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function yEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function OEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function BEt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function FEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function EEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function wEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function MEt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function jEt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function xEt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0])}}function VEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function HEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function REt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function PEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function NEt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function UEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function WEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function $Et(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function zEt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battId,"")}}function JEt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qEt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0])}}function XEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function QEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function KEt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function ZEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function YEt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function twt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function awt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function ewt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function nwt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battId,"")}}function owt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function cwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function swt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function lwt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function iwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function bwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function rwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function fwt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function dwt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function uwt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0])}}function Awt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Lwt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function _wt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Iwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Dwt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function mwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Cwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Swt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function hwt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battId,"")}}function gwt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Gwt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Twt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function pwt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function kwt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function vwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function ywt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Owt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Bwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Fwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function Ewt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battId,"")}}function wwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Mwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function jwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function xwt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Vwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Hwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Rwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Pwt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Nwt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Uwt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0])}}function Wwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function $wt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function zwt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Jwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function qwt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Xwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function Qwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function Kwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Zwt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battId,"")}}function Ywt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0])}}function aMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function eMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function nMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function oMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function cMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function sMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function lMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function iMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function bMt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battId,"")}}function rMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function fMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function dMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function uMt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AMt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].dcuStatus[0],"")}}function LMt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100009_document.sysStatus)}}function _Mt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function IMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function DMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function mMt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function CMt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function SMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0])}}function hMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function gMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function GMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function TMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function pMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function kMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function vMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function yMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function OMt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battId,"")}}function BMt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function FMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0])}}function EMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function wMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function MMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function jMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function xMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function VMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function HMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function RMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function PMt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battId,"")}}function NMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function UMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function WMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function $Mt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function JMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function qMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function XMt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function QMt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function KMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0])}}function ZMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function YMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function tjt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function ajt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function ejt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function njt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function ojt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function cjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function sjt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battId,"")}}function ljt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ijt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0])}}function bjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function rjt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function fjt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function djt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function ujt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function Ajt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function Ljt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function _jt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function Ijt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battId,"")}}function Djt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function mjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Cjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Sjt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function hjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function gjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Gjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Tjt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function pjt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function kjt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0])}}function vjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function yjt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Ojt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Bjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function Fjt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function Ejt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function wjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Mjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function jjt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battId,"")}}function xjt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Vjt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0])}}function Hjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function Rjt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Pjt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Njt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Ujt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function Wjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function $jt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function zjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Jjt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battId,"")}}function qjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Xjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function Qjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Kjt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Zjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Yjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function txt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function axt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ext(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function nxt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0])}}function oxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function cxt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function sxt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function lxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function ixt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function bxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function rxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function fxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function dxt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battId,"")}}function uxt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Axt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Lxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function _xt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Ixt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function Dxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function mxt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function Cxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Sxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function hxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function gxt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battId,"")}}function Gxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Txt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function pxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function kxt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100009(a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function vxt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].dcuStatus[0],"")}}function yxt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,aEt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,eEt,1,3,"div",102),n.Bc(10,nEt,1,3,"div",102),n.Bc(11,oEt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,cEt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,sEt,2,4,"td",102),n.Bc(21,lEt,4,2,"td",147),n.Bc(22,iEt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,bEt,3,4,"td",111),n.Bc(25,rEt,3,4,"td",112),n.Bc(26,fEt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,dEt,3,4,"td",113),n.Bc(29,uEt,2,1,"td",110),n.Bc(30,AEt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,LEt,2,1,"td",110),n.Bc(33,_Et,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,IEt,2,4,"td",102),n.Bc(38,DEt,4,2,"td",147),n.Bc(39,mEt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,CEt,3,4,"td",111),n.Bc(42,SEt,3,4,"td",112),n.Bc(43,hEt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,gEt,3,4,"td",113),n.Bc(46,GEt,3,4,"td",110),n.Bc(47,TEt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,pEt,2,1,"td",110),n.Bc(50,kEt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,vEt,1,3,"div",102),n.Bc(54,yEt,1,3,"div",102),n.Bc(55,OEt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,BEt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,FEt,1,3,"div",102),n.Bc(65,EEt,1,3,"div",102),n.Bc(66,wEt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,MEt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,jEt,2,4,"td",102),n.Bc(76,xEt,4,2,"td",147),n.Bc(77,VEt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,HEt,3,4,"td",111),n.Bc(80,REt,3,4,"td",112),n.Bc(81,PEt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,NEt,3,4,"td",113),n.Bc(84,UEt,3,4,"td",110),n.Bc(85,WEt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,$Et,2,1,"td",110),n.Bc(88,zEt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,JEt,2,4,"td",102),n.Bc(93,qEt,4,2,"td",147),n.Bc(94,XEt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,QEt,3,4,"td",111),n.Bc(97,KEt,3,4,"td",112),n.Bc(98,ZEt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,YEt,3,4,"td",113),n.Bc(101,twt,3,4,"td",110),n.Bc(102,awt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,ewt,2,1,"td",110),n.Bc(105,nwt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,owt,1,3,"div",102),n.Bc(109,cwt,1,3,"div",102),n.Bc(110,swt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,lwt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,iwt,1,3,"div",102),n.Bc(120,bwt,1,3,"div",102),n.Bc(121,rwt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,fwt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,dwt,2,4,"td",102),n.Bc(131,uwt,4,2,"td",147),n.Bc(132,Awt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Lwt,3,4,"td",111),n.Bc(135,_wt,3,4,"td",112),n.Bc(136,Iwt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Dwt,3,4,"td",113),n.Bc(139,mwt,3,4,"td",110),n.Bc(140,Cwt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Swt,2,1,"td",110),n.Bc(143,hwt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,gwt,2,4,"td",102),n.Bc(148,Gwt,4,2,"td",147),n.Bc(149,Twt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,pwt,3,4,"td",111),n.Bc(152,kwt,3,4,"td",112),n.Bc(153,vwt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,ywt,3,4,"td",113),n.Bc(156,Owt,3,4,"td",110),n.Bc(157,Bwt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Fwt,2,1,"td",110),n.Bc(160,Ewt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,wwt,1,3,"div",102),n.Bc(164,Mwt,1,3,"div",102),n.Bc(165,jwt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,xwt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,Vwt,1,3,"div",102),n.Bc(175,Hwt,1,3,"div",102),n.Bc(176,Rwt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,Pwt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Nwt,2,4,"td",102),n.Bc(186,Uwt,4,2,"td",147),n.Bc(187,Wwt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,$wt,3,4,"td",111),n.Bc(190,zwt,3,4,"td",112),n.Bc(191,Jwt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,qwt,3,4,"td",113),n.Bc(194,Xwt,3,4,"td",110),n.Bc(195,Qwt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Kwt,2,1,"td",110),n.Bc(198,Zwt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,Ywt,2,4,"td",102),n.Bc(203,tMt,4,2,"td",147),n.Bc(204,aMt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,eMt,3,4,"td",111),n.Bc(207,nMt,3,4,"td",112),n.Bc(208,oMt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,cMt,3,4,"td",113),n.Bc(211,sMt,3,4,"td",110),n.Bc(212,lMt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,iMt,2,1,"td",110),n.Bc(215,bMt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,rMt,1,3,"div",102),n.Bc(219,fMt,1,3,"div",102),n.Bc(220,dMt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,uMt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,AMt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,LMt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,_Mt,1,3,"div",102),n.Bc(256,IMt,1,3,"div",102),n.Bc(257,DMt,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,mMt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,CMt,2,4,"td",102),n.Bc(267,SMt,4,2,"td",147),n.Bc(268,hMt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,gMt,3,4,"td",111),n.Bc(271,GMt,3,4,"td",112),n.Bc(272,TMt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,pMt,3,4,"td",113),n.Bc(275,kMt,2,1,"td",110),n.Bc(276,vMt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,yMt,2,1,"td",110),n.Bc(279,OMt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,BMt,2,4,"td",102),n.Bc(284,FMt,4,2,"td",147),n.Bc(285,EMt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,wMt,3,4,"td",111),n.Bc(288,MMt,3,4,"td",112),n.Bc(289,jMt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,xMt,3,4,"td",113),n.Bc(292,VMt,3,4,"td",110),n.Bc(293,HMt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,RMt,2,1,"td",110),n.Bc(296,PMt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,NMt,1,3,"div",102),n.Bc(300,UMt,1,3,"div",102),n.Bc(301,WMt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,$Mt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,zMt,1,3,"div",102),n.Bc(311,JMt,1,3,"div",102),n.Bc(312,qMt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,XMt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,QMt,2,4,"td",102),n.Bc(322,KMt,4,2,"td",147),n.Bc(323,ZMt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,YMt,3,4,"td",111),n.Bc(326,tjt,3,4,"td",112),n.Bc(327,ajt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,ejt,3,4,"td",113),n.Bc(330,njt,3,4,"td",110),n.Bc(331,ojt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,cjt,2,1,"td",110),n.Bc(334,sjt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,ljt,2,4,"td",102),n.Bc(339,ijt,4,2,"td",147),n.Bc(340,bjt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,rjt,3,4,"td",111),n.Bc(343,fjt,3,4,"td",112),n.Bc(344,djt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,ujt,3,4,"td",113),n.Bc(347,Ajt,3,4,"td",110),n.Bc(348,Ljt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,_jt,2,1,"td",110),n.Bc(351,Ijt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,Djt,1,3,"div",102),n.Bc(355,mjt,1,3,"div",102),n.Bc(356,Cjt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,Sjt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,hjt,1,3,"div",102),n.Bc(366,gjt,1,3,"div",102),n.Bc(367,Gjt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,Tjt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,pjt,2,4,"td",102),n.Bc(377,kjt,4,2,"td",147),n.Bc(378,vjt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,yjt,3,4,"td",111),n.Bc(381,Ojt,3,4,"td",112),n.Bc(382,Bjt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,Fjt,3,4,"td",113),n.Bc(385,Ejt,3,4,"td",110),n.Bc(386,wjt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Mjt,2,1,"td",110),n.Bc(389,jjt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,xjt,2,4,"td",102),n.Bc(394,Vjt,4,2,"td",147),n.Bc(395,Hjt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Rjt,3,4,"td",111),n.Bc(398,Pjt,3,4,"td",112),n.Bc(399,Njt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Ujt,3,4,"td",113),n.Bc(402,Wjt,3,4,"td",110),n.Bc(403,$jt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,zjt,2,1,"td",110),n.Bc(406,Jjt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,qjt,1,3,"div",102),n.Bc(410,Xjt,1,3,"div",102),n.Bc(411,Qjt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Kjt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,Zjt,1,3,"div",102),n.Bc(421,Yjt,1,3,"div",102),n.Bc(422,txt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,axt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,ext,2,4,"td",102),n.Bc(432,nxt,4,2,"td",147),n.Bc(433,oxt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,cxt,3,4,"td",111),n.Bc(436,sxt,3,4,"td",112),n.Bc(437,lxt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,ixt,3,4,"td",113),n.Bc(440,bxt,3,4,"td",110),n.Bc(441,rxt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,fxt,2,1,"td",110),n.Bc(444,dxt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,uxt,2,4,"td",102),n.Bc(449,Axt,4,2,"td",147),n.Bc(450,Lxt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,_xt,3,4,"td",111),n.Bc(453,Ixt,3,4,"td",112),n.Bc(454,Dxt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,mxt,3,4,"td",113),n.Bc(457,Cxt,3,4,"td",110),n.Bc(458,Sxt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,hxt,2,1,"td",110),n.Bc(461,gxt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Gxt,1,3,"div",102),n.Bc(465,Txt,1,3,"div",102),n.Bc(466,pxt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,kxt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,vxt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].dcuStatus[0])}}function Oxt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function Bxt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100009_document.deviceId,"")}}function Fxt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Ext(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100009))}}function wxt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Mxt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100009))}}function jxt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_508_document),"\n ")}}function xxt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Vxt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_509_document),"\n ")}}function Hxt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function Rxt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Pxt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100009))}}function Nxt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,Bxt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100009=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100009()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,Fxt,3,0,"div",168),n.Bc(27,Ext,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100009()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,wxt,3,0,"div",168),n.Bc(38,Mxt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100009_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,jxt,7,7,"ng-container",175),n.Bc(47,xxt,2,0,"ng-template",null,280,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,Vxt,7,7,"ng-container",175),n.Bc(56,Hxt,2,0,"ng-template",null,281,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100009()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,Rxt,3,0,"div",168),n.Bc(68,Pxt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100009_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100009),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100009),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100009_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100009),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100009_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100009_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100009),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100009_document)}}function Uxt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100009(a)})),n.Tb(2,"mat-tab",278),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,YFt,2,0,"span",79),n.Bc(6,tEt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,yxt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Oxt,2,0,"ng-template",null,279,n.Cc),n.Bc(12,Nxt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100009_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100009)("ngIfElse",t)}}function Wxt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function $xt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100001_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100001_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100001_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100001_document.code,")")}}function zxt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100001_document.sysStatus)}}function Jxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function qxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function Xxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Qxt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Kxt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Zxt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0])}}function Yxt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function tVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function aVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function eVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function nVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function oVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function cVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function sVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function lVt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battId,"")}}function iVt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0])}}function rVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function fVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function dVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function uVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function AVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function LVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function _Vt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function IVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function DVt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battId,"")}}function mVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function CVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function SVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function hVt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function gVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function GVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function TVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function pVt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function kVt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function vVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0])}}function yVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function OVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function BVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function FVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function EVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function wVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function MVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function jVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function xVt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battId,"")}}function VVt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function HVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0])}}function RVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function PVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function NVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function UVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function WVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function $Vt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function zVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function JVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function qVt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battId,"")}}function XVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function QVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function KVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function ZVt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function YVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function tHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function aHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function eHt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function nHt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function oHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0])}}function cHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function sHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function lHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function iHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function bHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function rHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function fHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function dHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function uHt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battId,"")}}function AHt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function LHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0])}}function _Ht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function IHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function DHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function mHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function CHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function SHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function hHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function gHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function GHt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battId,"")}}function THt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function pHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function kHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function vHt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function yHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function OHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function BHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function FHt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function EHt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function wHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0])}}function MHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function jHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function xHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function VHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function HHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function RHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function PHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function NHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function UHt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battId,"")}}function WHt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function $Ht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0])}}function zHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function JHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function qHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function XHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function QHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function KHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function ZHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function YHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function tRt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battId,"")}}function aRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function eRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function nRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function oRt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cRt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].dcuStatus[0],"")}}function sRt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100001_document.sysStatus)}}function lRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function iRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function bRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function rRt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fRt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function dRt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0])}}function uRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function ARt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function LRt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function _Rt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function IRt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function DRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function mRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function CRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function SRt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battId,"")}}function hRt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function gRt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0])}}function GRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function TRt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function pRt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function kRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function vRt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function yRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function ORt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function BRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function FRt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battId,"")}}function ERt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function wRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function MRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function jRt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function VRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function HRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function RRt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function PRt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function NRt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0])}}function URt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function WRt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function $Rt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function zRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function JRt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function qRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function XRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function QRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function KRt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battId,"")}}function ZRt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function YRt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0])}}function tPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function aPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function ePt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function nPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function oPt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function cPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function sPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function lPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function iPt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battId,"")}}function bPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function rPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function fPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function dPt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function uPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function APt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function LPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function _Pt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function IPt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function DPt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0])}}function mPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function CPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function SPt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function hPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function gPt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function GPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function TPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function pPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function kPt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battId,"")}}function vPt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function yPt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0])}}function OPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function BPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function FPt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function EPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function wPt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function MPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function jPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function xPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function VPt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battId,"")}}function HPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function RPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function PPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function NPt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function UPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function WPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function $Pt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function zPt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function JPt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qPt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0])}}function XPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function QPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function KPt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function ZPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function YPt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function tNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function aNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function eNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function nNt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battId,"")}}function oNt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function cNt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0])}}function sNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function lNt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function iNt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function bNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function rNt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function fNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function dNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function uNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function ANt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battId,"")}}function LNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function _Nt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function INt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function DNt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100001(a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function mNt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].dcuStatus[0],"")}}function CNt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,zxt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Jxt,1,3,"div",102),n.Bc(10,qxt,1,3,"div",102),n.Bc(11,Xxt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,Qxt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Kxt,2,4,"td",102),n.Bc(21,Zxt,4,2,"td",147),n.Bc(22,Yxt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,tVt,3,4,"td",111),n.Bc(25,aVt,3,4,"td",112),n.Bc(26,eVt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,nVt,3,4,"td",113),n.Bc(29,oVt,2,1,"td",110),n.Bc(30,cVt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,sVt,2,1,"td",110),n.Bc(33,lVt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,iVt,2,4,"td",102),n.Bc(38,bVt,4,2,"td",147),n.Bc(39,rVt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,fVt,3,4,"td",111),n.Bc(42,dVt,3,4,"td",112),n.Bc(43,uVt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,AVt,3,4,"td",113),n.Bc(46,LVt,3,4,"td",110),n.Bc(47,_Vt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,IVt,2,1,"td",110),n.Bc(50,DVt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,mVt,1,3,"div",102),n.Bc(54,CVt,1,3,"div",102),n.Bc(55,SVt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,hVt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,gVt,1,3,"div",102),n.Bc(65,GVt,1,3,"div",102),n.Bc(66,TVt,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,pVt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,kVt,2,4,"td",102),n.Bc(76,vVt,4,2,"td",147),n.Bc(77,yVt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,OVt,3,4,"td",111),n.Bc(80,BVt,3,4,"td",112),n.Bc(81,FVt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,EVt,3,4,"td",113),n.Bc(84,wVt,3,4,"td",110),n.Bc(85,MVt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,jVt,2,1,"td",110),n.Bc(88,xVt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,VVt,2,4,"td",102),n.Bc(93,HVt,4,2,"td",147),n.Bc(94,RVt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,PVt,3,4,"td",111),n.Bc(97,NVt,3,4,"td",112),n.Bc(98,UVt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,WVt,3,4,"td",113),n.Bc(101,$Vt,3,4,"td",110),n.Bc(102,zVt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,JVt,2,1,"td",110),n.Bc(105,qVt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,XVt,1,3,"div",102),n.Bc(109,QVt,1,3,"div",102),n.Bc(110,KVt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,ZVt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,YVt,1,3,"div",102),n.Bc(120,tHt,1,3,"div",102),n.Bc(121,aHt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,eHt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,nHt,2,4,"td",102),n.Bc(131,oHt,4,2,"td",147),n.Bc(132,cHt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,sHt,3,4,"td",111),n.Bc(135,lHt,3,4,"td",112),n.Bc(136,iHt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,bHt,3,4,"td",113),n.Bc(139,rHt,3,4,"td",110),n.Bc(140,fHt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,dHt,2,1,"td",110),n.Bc(143,uHt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,AHt,2,4,"td",102),n.Bc(148,LHt,4,2,"td",147),n.Bc(149,_Ht,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,IHt,3,4,"td",111),n.Bc(152,DHt,3,4,"td",112),n.Bc(153,mHt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,CHt,3,4,"td",113),n.Bc(156,SHt,3,4,"td",110),n.Bc(157,hHt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,gHt,2,1,"td",110),n.Bc(160,GHt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,THt,1,3,"div",102),n.Bc(164,pHt,1,3,"div",102),n.Bc(165,kHt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,vHt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,yHt,1,3,"div",102),n.Bc(175,OHt,1,3,"div",102),n.Bc(176,BHt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,FHt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,EHt,2,4,"td",102),n.Bc(186,wHt,4,2,"td",147),n.Bc(187,MHt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,jHt,3,4,"td",111),n.Bc(190,xHt,3,4,"td",112),n.Bc(191,VHt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,HHt,3,4,"td",113),n.Bc(194,RHt,3,4,"td",110),n.Bc(195,PHt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,NHt,2,1,"td",110),n.Bc(198,UHt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,WHt,2,4,"td",102),n.Bc(203,$Ht,4,2,"td",147),n.Bc(204,zHt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,JHt,3,4,"td",111),n.Bc(207,qHt,3,4,"td",112),n.Bc(208,XHt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,QHt,3,4,"td",113),n.Bc(211,KHt,3,4,"td",110),n.Bc(212,ZHt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,YHt,2,1,"td",110),n.Bc(215,tRt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,aRt,1,3,"div",102),n.Bc(219,eRt,1,3,"div",102),n.Bc(220,nRt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,oRt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,cRt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,sRt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,lRt,1,3,"div",102),n.Bc(256,iRt,1,3,"div",102),n.Bc(257,bRt,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,rRt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,fRt,2,4,"td",102),n.Bc(267,dRt,4,2,"td",147),n.Bc(268,uRt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,ARt,3,4,"td",111),n.Bc(271,LRt,3,4,"td",112),n.Bc(272,_Rt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,IRt,3,4,"td",113),n.Bc(275,DRt,2,1,"td",110),n.Bc(276,mRt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,CRt,2,1,"td",110),n.Bc(279,SRt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,hRt,2,4,"td",102),n.Bc(284,gRt,4,2,"td",147),n.Bc(285,GRt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,TRt,3,4,"td",111),n.Bc(288,pRt,3,4,"td",112),n.Bc(289,kRt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,vRt,3,4,"td",113),n.Bc(292,yRt,3,4,"td",110),n.Bc(293,ORt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,BRt,2,1,"td",110),n.Bc(296,FRt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,ERt,1,3,"div",102),n.Bc(300,wRt,1,3,"div",102),n.Bc(301,MRt,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,jRt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,xRt,1,3,"div",102),n.Bc(311,VRt,1,3,"div",102),n.Bc(312,HRt,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,RRt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,PRt,2,4,"td",102),n.Bc(322,NRt,4,2,"td",147),n.Bc(323,URt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,WRt,3,4,"td",111),n.Bc(326,$Rt,3,4,"td",112),n.Bc(327,zRt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,JRt,3,4,"td",113),n.Bc(330,qRt,3,4,"td",110),n.Bc(331,XRt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,QRt,2,1,"td",110),n.Bc(334,KRt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,ZRt,2,4,"td",102),n.Bc(339,YRt,4,2,"td",147),n.Bc(340,tPt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,aPt,3,4,"td",111),n.Bc(343,ePt,3,4,"td",112),n.Bc(344,nPt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,oPt,3,4,"td",113),n.Bc(347,cPt,3,4,"td",110),n.Bc(348,sPt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,lPt,2,1,"td",110),n.Bc(351,iPt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,bPt,1,3,"div",102),n.Bc(355,rPt,1,3,"div",102),n.Bc(356,fPt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,dPt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,uPt,1,3,"div",102),n.Bc(366,APt,1,3,"div",102),n.Bc(367,LPt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,_Pt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,IPt,2,4,"td",102),n.Bc(377,DPt,4,2,"td",147),n.Bc(378,mPt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,CPt,3,4,"td",111),n.Bc(381,SPt,3,4,"td",112),n.Bc(382,hPt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,gPt,3,4,"td",113),n.Bc(385,GPt,3,4,"td",110),n.Bc(386,TPt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,pPt,2,1,"td",110),n.Bc(389,kPt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,vPt,2,4,"td",102),n.Bc(394,yPt,4,2,"td",147),n.Bc(395,OPt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,BPt,3,4,"td",111),n.Bc(398,FPt,3,4,"td",112),n.Bc(399,EPt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,wPt,3,4,"td",113),n.Bc(402,MPt,3,4,"td",110),n.Bc(403,jPt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,xPt,2,1,"td",110),n.Bc(406,VPt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,HPt,1,3,"div",102),n.Bc(410,RPt,1,3,"div",102),n.Bc(411,PPt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,NPt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,UPt,1,3,"div",102),n.Bc(421,WPt,1,3,"div",102),n.Bc(422,$Pt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,zPt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,JPt,2,4,"td",102),n.Bc(432,qPt,4,2,"td",147),n.Bc(433,XPt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,QPt,3,4,"td",111),n.Bc(436,KPt,3,4,"td",112),n.Bc(437,ZPt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,YPt,3,4,"td",113),n.Bc(440,tNt,3,4,"td",110),n.Bc(441,aNt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,eNt,2,1,"td",110),n.Bc(444,nNt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,oNt,2,4,"td",102),n.Bc(449,cNt,4,2,"td",147),n.Bc(450,sNt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,lNt,3,4,"td",111),n.Bc(453,iNt,3,4,"td",112),n.Bc(454,bNt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,rNt,3,4,"td",113),n.Bc(457,fNt,3,4,"td",110),n.Bc(458,dNt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,uNt,2,1,"td",110),n.Bc(461,ANt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,LNt,1,3,"div",102),n.Bc(465,_Nt,1,3,"div",102),n.Bc(466,INt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,DNt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,mNt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].dcuStatus[0])}}function SNt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function hNt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100001_document.deviceId,"")}}function gNt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function GNt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100001))}}function TNt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function pNt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100001))}}function kNt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_508_document),"\n ")}}function vNt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function yNt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_509_document),"\n ")}}function ONt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function BNt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function FNt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100001))}}function ENt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,hNt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100001=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100001()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,gNt,3,0,"div",168),n.Bc(27,GNt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100001()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,TNt,3,0,"div",168),n.Bc(38,pNt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100001_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,kNt,7,7,"ng-container",175),n.Bc(47,vNt,2,0,"ng-template",null,284,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,yNt,7,7,"ng-container",175),n.Bc(56,ONt,2,0,"ng-template",null,285,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100001()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,BNt,3,0,"div",168),n.Bc(68,FNt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100001_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100001),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100001_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100001_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100001_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100001_document)}}function wNt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100001(a)})),n.Tb(2,"mat-tab",282),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Wxt,2,0,"span",79),n.Bc(6,$xt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,CNt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,SNt,2,0,"ng-template",null,283,n.Cc),n.Bc(12,ENt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100001_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100001)("ngIfElse",t)}}function MNt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function jNt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100002_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100002_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100002_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100002_document.code,")")}}function xNt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",139),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100002_document.sysStatus)}}function VNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function HNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function RNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function PNt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function NNt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function UNt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0])}}function WNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function $Nt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function zNt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function JNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function qNt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function XNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function QNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function KNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function ZNt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battId,"")}}function YNt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function tUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0])}}function aUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function eUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function nUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function oUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function cUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function sUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function lUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function iUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function bUt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battId,"")}}function rUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function fUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function dUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function uUt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function AUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function LUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function _Ut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function IUt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function DUt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function mUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0])}}function CUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function SUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function hUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function gUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function GUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function TUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function pUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function kUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function vUt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battId,"")}}function yUt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function OUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0])}}function BUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function FUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function EUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function wUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function MUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function jUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function xUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function VUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function HUt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battId,"")}}function RUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function PUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function NUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function UUt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function WUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function $Ut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function zUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function JUt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function qUt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function XUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0])}}function QUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function KUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function ZUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function YUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function tWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function aWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function eWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function nWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function oWt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battId,"")}}function cWt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function sWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0])}}function lWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function iWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function bWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function rWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function fWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function dWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function uWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function AWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function LWt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battId,"")}}function _Wt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function IWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function DWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function mWt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function CWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function SWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function hWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function gWt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function GWt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function TWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0])}}function pWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function kWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function vWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function yWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function OWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function BWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function FWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function EWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function wWt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battId,"")}}function MWt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0])}}function xWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function VWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function HWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function RWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function PWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function NWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function UWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function WWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function $Wt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battId,"")}}function zWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function JWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function qWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function XWt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function QWt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].dcuStatus[0],"")}}function KWt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100002_document.sysStatus)}}function ZWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function YWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function t$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function a$t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function e$t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function n$t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0])}}function o$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function c$t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function s$t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function l$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function i$t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function b$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function r$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function f$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function d$t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battId,"")}}function u$t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function A$t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0])}}function L$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function _$t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function I$t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function D$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function m$t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function C$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function S$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function h$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function g$t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battId,"")}}function G$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function T$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function p$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function k$t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function v$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function y$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function O$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function B$t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function F$t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function E$t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0])}}function w$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function M$t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function j$t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function x$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function V$t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function H$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function R$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function P$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function N$t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battId,"")}}function U$t(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function W$t(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0])}}function $$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function z$t(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function J$t(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function q$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function X$t(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function Q$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function K$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function Z$t(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function Y$t(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battId,"")}}function tzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function azt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function ezt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function nzt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ozt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function czt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function szt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function lzt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function izt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function bzt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0])}}function rzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function fzt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function dzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function uzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function Azt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function Lzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function _zt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Izt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function Dzt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battId,"")}}function mzt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Czt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0])}}function Szt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function hzt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function gzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Gzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Tzt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function pzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function kzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function vzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function yzt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battId,"")}}function Ozt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function Bzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function Fzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ezt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function wzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Mzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function jzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function xzt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Vzt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Hzt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0])}}function Rzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function Pzt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function Nzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function Uzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Wzt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function $zt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function zzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function Jzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function qzt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battId,"")}}function Xzt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Qzt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0])}}function Kzt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function Zzt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function Yzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function tJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function aJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function eJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function nJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function oJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function cJt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battId,"")}}function sJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function lJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function iJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function bJt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100002(a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function rJt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].dcuStatus[0],"")}}function fJt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,xNt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,VNt,1,3,"div",102),n.Bc(10,HNt,1,3,"div",102),n.Bc(11,RNt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,PNt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,NNt,2,4,"td",102),n.Bc(21,UNt,4,2,"td",147),n.Bc(22,WNt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,$Nt,3,4,"td",111),n.Bc(25,zNt,3,4,"td",112),n.Bc(26,JNt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,qNt,3,4,"td",113),n.Bc(29,XNt,2,1,"td",110),n.Bc(30,QNt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,KNt,2,1,"td",110),n.Bc(33,ZNt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(34,"div",100),n.Tb(35,"table",108),n.Tb(36,"tr"),n.Bc(37,YNt,2,4,"td",102),n.Bc(38,tUt,4,2,"td",147),n.Bc(39,aUt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,eUt,3,4,"td",111),n.Bc(42,nUt,3,4,"td",112),n.Bc(43,oUt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,cUt,3,4,"td",113),n.Bc(46,sUt,3,4,"td",110),n.Bc(47,lUt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,iUt,2,1,"td",110),n.Bc(50,bUt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,rUt,1,3,"div",102),n.Bc(54,fUt,1,3,"div",102),n.Bc(55,dUt,1,3,"div",102),n.Ob(56,"div",103),n.Tb(57,"div",104),n.Dc(58," Inject "),n.Sb(),n.Ob(59,"div",105),n.Bc(60,uUt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(61,"div",99),n.Tb(62,"div",100),n.Tb(63,"div",101),n.Bc(64,AUt,1,3,"div",102),n.Bc(65,LUt,1,3,"div",102),n.Bc(66,_Ut,1,3,"div",102),n.Ob(67,"div",103),n.Tb(68,"div",104),n.Dc(69," Inject "),n.Sb(),n.Ob(70,"div",105),n.Bc(71,IUt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,DUt,2,4,"td",102),n.Bc(76,mUt,4,2,"td",147),n.Bc(77,CUt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,SUt,3,4,"td",111),n.Bc(80,hUt,3,4,"td",112),n.Bc(81,gUt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,GUt,3,4,"td",113),n.Bc(84,TUt,3,4,"td",110),n.Bc(85,pUt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,kUt,2,1,"td",110),n.Bc(88,vUt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(89,"div",100),n.Tb(90,"table",108),n.Tb(91,"tr"),n.Bc(92,yUt,2,4,"td",102),n.Bc(93,OUt,4,2,"td",147),n.Bc(94,BUt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,FUt,3,4,"td",111),n.Bc(97,EUt,3,4,"td",112),n.Bc(98,wUt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,MUt,3,4,"td",113),n.Bc(101,jUt,3,4,"td",110),n.Bc(102,xUt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,VUt,2,1,"td",110),n.Bc(105,HUt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,RUt,1,3,"div",102),n.Bc(109,PUt,1,3,"div",102),n.Bc(110,NUt,1,3,"div",102),n.Ob(111,"div",103),n.Tb(112,"div",104),n.Dc(113," Inject "),n.Sb(),n.Ob(114,"div",105),n.Bc(115,UUt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(116,"div",99),n.Tb(117,"div",100),n.Tb(118,"div",101),n.Bc(119,WUt,1,3,"div",102),n.Bc(120,$Ut,1,3,"div",102),n.Bc(121,zUt,1,3,"div",102),n.Ob(122,"div",103),n.Tb(123,"div",104),n.Dc(124," Inject "),n.Sb(),n.Ob(125,"div",105),n.Bc(126,JUt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,qUt,2,4,"td",102),n.Bc(131,XUt,4,2,"td",147),n.Bc(132,QUt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,KUt,3,4,"td",111),n.Bc(135,ZUt,3,4,"td",112),n.Bc(136,YUt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,tWt,3,4,"td",113),n.Bc(139,aWt,3,4,"td",110),n.Bc(140,eWt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,nWt,2,1,"td",110),n.Bc(143,oWt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(144,"div",100),n.Tb(145,"table",108),n.Tb(146,"tr"),n.Bc(147,cWt,2,4,"td",102),n.Bc(148,sWt,4,2,"td",147),n.Bc(149,lWt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,iWt,3,4,"td",111),n.Bc(152,bWt,3,4,"td",112),n.Bc(153,rWt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,fWt,3,4,"td",113),n.Bc(156,dWt,3,4,"td",110),n.Bc(157,uWt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,AWt,2,1,"td",110),n.Bc(160,LWt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,_Wt,1,3,"div",102),n.Bc(164,IWt,1,3,"div",102),n.Bc(165,DWt,1,3,"div",102),n.Ob(166,"div",103),n.Tb(167,"div",104),n.Dc(168," Inject "),n.Sb(),n.Ob(169,"div",105),n.Bc(170,mWt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(171,"div",99),n.Tb(172,"div",100),n.Tb(173,"div",101),n.Bc(174,CWt,1,3,"div",102),n.Bc(175,SWt,1,3,"div",102),n.Bc(176,hWt,1,3,"div",102),n.Ob(177,"div",103),n.Tb(178,"div",104),n.Dc(179," Inject "),n.Sb(),n.Ob(180,"div",105),n.Bc(181,gWt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,GWt,2,4,"td",102),n.Bc(186,TWt,4,2,"td",147),n.Bc(187,pWt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,kWt,3,4,"td",111),n.Bc(190,vWt,3,4,"td",112),n.Bc(191,yWt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,OWt,3,4,"td",113),n.Bc(194,BWt,3,4,"td",110),n.Bc(195,FWt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,EWt,2,1,"td",110),n.Bc(198,wWt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(199,"div",100),n.Tb(200,"table",108),n.Tb(201,"tr"),n.Bc(202,MWt,2,4,"td",102),n.Bc(203,jWt,4,2,"td",147),n.Bc(204,xWt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,VWt,3,4,"td",111),n.Bc(207,HWt,3,4,"td",112),n.Bc(208,RWt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,PWt,3,4,"td",113),n.Bc(211,NWt,3,4,"td",110),n.Bc(212,UWt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,WWt,2,1,"td",110),n.Bc(215,$Wt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,zWt,1,3,"div",102),n.Bc(219,JWt,1,3,"div",102),n.Bc(220,qWt,1,3,"div",102),n.Ob(221,"div",103),n.Tb(222,"div",104),n.Dc(223," Inject "),n.Sb(),n.Ob(224,"div",105),n.Bc(225,XWt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(226,"div",116),n.Tb(227,"div",117),n.Tb(228,"div",118),n.Ob(229,"div",119),n.Ob(230,"div",120),n.Ob(231,"div",121),n.Ob(232,"div",122),n.Ob(233,"div",123),n.Sb(),n.Tb(234,"div",118),n.Tb(235,"span",124),n.Dc(236,"Idle"),n.Sb(),n.Tb(237,"span",124),n.Dc(238,"Full"),n.Sb(),n.Tb(239,"span",124),n.Dc(240,"CHGing"),n.Sb(),n.Tb(241,"span",124),n.Dc(242,"DSGing"),n.Sb(),n.Tb(243,"span",124),n.Dc(244,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(245,QWt,2,1,"b",125),n.Ob(246,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(247,"div",94),n.Tb(248,"div",95),n.Tb(249,"div",96),n.Tb(250,"div",97),n.Bc(251,KWt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,ZWt,1,3,"div",102),n.Bc(256,YWt,1,3,"div",102),n.Bc(257,t$t,1,3,"div",102),n.Ob(258,"div",103),n.Tb(259,"div",104),n.Dc(260," Inject "),n.Sb(),n.Ob(261,"div",105),n.Bc(262,a$t,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,e$t,2,4,"td",102),n.Bc(267,n$t,4,2,"td",147),n.Bc(268,o$t,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,c$t,3,4,"td",111),n.Bc(271,s$t,3,4,"td",112),n.Bc(272,l$t,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,i$t,3,4,"td",113),n.Bc(275,b$t,2,1,"td",110),n.Bc(276,r$t,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,f$t,2,1,"td",110),n.Bc(279,d$t,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(280,"div",100),n.Tb(281,"table",108),n.Tb(282,"tr"),n.Bc(283,u$t,2,4,"td",102),n.Bc(284,A$t,4,2,"td",147),n.Bc(285,L$t,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,_$t,3,4,"td",111),n.Bc(288,I$t,3,4,"td",112),n.Bc(289,D$t,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,m$t,3,4,"td",113),n.Bc(292,C$t,3,4,"td",110),n.Bc(293,S$t,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,h$t,2,1,"td",110),n.Bc(296,g$t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,G$t,1,3,"div",102),n.Bc(300,T$t,1,3,"div",102),n.Bc(301,p$t,1,3,"div",102),n.Ob(302,"div",103),n.Tb(303,"div",104),n.Dc(304," Inject "),n.Sb(),n.Ob(305,"div",105),n.Bc(306,k$t,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(307,"div",99),n.Tb(308,"div",100),n.Tb(309,"div",101),n.Bc(310,v$t,1,3,"div",102),n.Bc(311,y$t,1,3,"div",102),n.Bc(312,O$t,1,3,"div",102),n.Ob(313,"div",103),n.Tb(314,"div",104),n.Dc(315," Inject "),n.Sb(),n.Ob(316,"div",105),n.Bc(317,B$t,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,F$t,2,4,"td",102),n.Bc(322,E$t,4,2,"td",147),n.Bc(323,w$t,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,M$t,3,4,"td",111),n.Bc(326,j$t,3,4,"td",112),n.Bc(327,x$t,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,V$t,3,4,"td",113),n.Bc(330,H$t,3,4,"td",110),n.Bc(331,R$t,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,P$t,2,1,"td",110),n.Bc(334,N$t,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(335,"div",100),n.Tb(336,"table",108),n.Tb(337,"tr"),n.Bc(338,U$t,2,4,"td",102),n.Bc(339,W$t,4,2,"td",147),n.Bc(340,$$t,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,z$t,3,4,"td",111),n.Bc(343,J$t,3,4,"td",112),n.Bc(344,q$t,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,X$t,3,4,"td",113),n.Bc(347,Q$t,3,4,"td",110),n.Bc(348,K$t,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Z$t,2,1,"td",110),n.Bc(351,Y$t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,tzt,1,3,"div",102),n.Bc(355,azt,1,3,"div",102),n.Bc(356,ezt,1,3,"div",102),n.Ob(357,"div",103),n.Tb(358,"div",104),n.Dc(359," Inject "),n.Sb(),n.Ob(360,"div",105),n.Bc(361,nzt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(362,"div",99),n.Tb(363,"div",100),n.Tb(364,"div",101),n.Bc(365,ozt,1,3,"div",102),n.Bc(366,czt,1,3,"div",102),n.Bc(367,szt,1,3,"div",102),n.Ob(368,"div",103),n.Tb(369,"div",104),n.Dc(370," Inject "),n.Sb(),n.Ob(371,"div",105),n.Bc(372,lzt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,izt,2,4,"td",102),n.Bc(377,bzt,4,2,"td",147),n.Bc(378,rzt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,fzt,3,4,"td",111),n.Bc(381,dzt,3,4,"td",112),n.Bc(382,uzt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,Azt,3,4,"td",113),n.Bc(385,Lzt,3,4,"td",110),n.Bc(386,_zt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Izt,2,1,"td",110),n.Bc(389,Dzt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(390,"div",100),n.Tb(391,"table",108),n.Tb(392,"tr"),n.Bc(393,mzt,2,4,"td",102),n.Bc(394,Czt,4,2,"td",147),n.Bc(395,Szt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,hzt,3,4,"td",111),n.Bc(398,gzt,3,4,"td",112),n.Bc(399,Gzt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Tzt,3,4,"td",113),n.Bc(402,pzt,3,4,"td",110),n.Bc(403,kzt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,vzt,2,1,"td",110),n.Bc(406,yzt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Ozt,1,3,"div",102),n.Bc(410,Bzt,1,3,"div",102),n.Bc(411,Fzt,1,3,"div",102),n.Ob(412,"div",103),n.Tb(413,"div",104),n.Dc(414," Inject "),n.Sb(),n.Ob(415,"div",105),n.Bc(416,Ezt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(417,"div",99),n.Tb(418,"div",100),n.Tb(419,"div",101),n.Bc(420,wzt,1,3,"div",102),n.Bc(421,Mzt,1,3,"div",102),n.Bc(422,jzt,1,3,"div",102),n.Ob(423,"div",103),n.Tb(424,"div",104),n.Dc(425," Inject "),n.Sb(),n.Ob(426,"div",105),n.Bc(427,xzt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Vzt,2,4,"td",102),n.Bc(432,Hzt,4,2,"td",147),n.Bc(433,Rzt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Pzt,3,4,"td",111),n.Bc(436,Nzt,3,4,"td",112),n.Bc(437,Uzt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Wzt,3,4,"td",113),n.Bc(440,$zt,3,4,"td",110),n.Bc(441,zzt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,Jzt,2,1,"td",110),n.Bc(444,qzt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(445,"div",100),n.Tb(446,"table",108),n.Tb(447,"tr"),n.Bc(448,Xzt,2,4,"td",102),n.Bc(449,Qzt,4,2,"td",147),n.Bc(450,Kzt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Zzt,3,4,"td",111),n.Bc(453,Yzt,3,4,"td",112),n.Bc(454,tJt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,aJt,3,4,"td",113),n.Bc(457,eJt,3,4,"td",110),n.Bc(458,nJt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,oJt,2,1,"td",110),n.Bc(461,cJt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,sJt,1,3,"div",102),n.Bc(465,lJt,1,3,"div",102),n.Bc(466,iJt,1,3,"div",102),n.Ob(467,"div",103),n.Tb(468,"div",104),n.Dc(469," Inject "),n.Sb(),n.Ob(470,"div",105),n.Bc(471,bJt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(472,"div",116),n.Tb(473,"div",117),n.Tb(474,"div",118),n.Ob(475,"div",119),n.Ob(476,"div",120),n.Ob(477,"div",121),n.Ob(478,"div",122),n.Ob(479,"div",123),n.Sb(),n.Tb(480,"div",118),n.Tb(481,"span",124),n.Dc(482,"Idle"),n.Sb(),n.Tb(483,"span",124),n.Dc(484,"Full"),n.Sb(),n.Tb(485,"span",124),n.Dc(486,"CHGing"),n.Sb(),n.Tb(487,"span",124),n.Dc(488,"DSGing"),n.Sb(),n.Tb(489,"span",124),n.Dc(490,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(491,rJt,2,1,"b",125),n.Ob(492,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(493,"div",94),n.Tb(494,"div",95),n.Tb(495,"div",96),n.Tb(496,"div",97),n.Tb(497,"b",127),n.Dc(498,"RackId #2 (None), Empty"),n.Sb(),n.Sb(),n.Tb(499,"div",99),n.Tb(500,"div",128),n.Tb(501,"div",101),n.Ob(502,"div",129),n.Ob(503,"div",103),n.Tb(504,"div",104),n.Dc(505," Inject "),n.Sb(),n.Ob(506,"div",105),n.Tb(507,"div",130),n.Dc(508," Eject "),n.Sb(),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Tb(512,"td",131),n.Dc(513,"#01"),n.Sb(),n.Tb(514,"td",132),n.Dc(515,"Error CHU "),n.Sb(),n.Sb(),n.Tb(516,"tr"),n.Tb(517,"td",133),n.Dc(518,"V: 0V"),n.Sb(),n.Tb(519,"td",134),n.Dc(520,"I: 0A"),n.Sb(),n.Tb(521,"td",135),n.Dc(522,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(523,"tr"),n.Tb(524,"td",136),n.Dc(525,"SoC: 0%"),n.Sb(),n.Tb(526,"td",135),n.Dc(527,"SoH: 0%"),n.Sb(),n.Tb(528,"td",135),n.Dc(529,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(530,"tr"),n.Tb(531,"td",135),n.Dc(532,"Cycle: 0"),n.Sb(),n.Tb(533,"td",137),n.Dc(534,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",128),n.Tb(536,"table",108),n.Tb(537,"tr"),n.Tb(538,"td",131),n.Dc(539,"#02"),n.Sb(),n.Tb(540,"td",132),n.Dc(541,"Error CHU "),n.Sb(),n.Sb(),n.Tb(542,"tr"),n.Tb(543,"td",133),n.Dc(544,"V: 0V"),n.Sb(),n.Tb(545,"td",134),n.Dc(546,"I: 0A"),n.Sb(),n.Tb(547,"td",135),n.Dc(548,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(549,"tr"),n.Tb(550,"td",136),n.Dc(551,"SoC: 0%"),n.Sb(),n.Tb(552,"td",135),n.Dc(553,"SoH: 0%"),n.Sb(),n.Tb(554,"td",135),n.Dc(555,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(556,"tr"),n.Tb(557,"td",135),n.Dc(558,"Cycle: 0"),n.Sb(),n.Tb(559,"td",137),n.Dc(560,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(561,"div",115),n.Tb(562,"div",101),n.Ob(563,"div",129),n.Ob(564,"div",103),n.Tb(565,"div",104),n.Dc(566," Inject "),n.Sb(),n.Ob(567,"div",105),n.Tb(568,"div",130),n.Dc(569," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(570,"div",99),n.Tb(571,"div",128),n.Tb(572,"div",101),n.Ob(573,"div",129),n.Ob(574,"div",103),n.Tb(575,"div",104),n.Dc(576," Inject "),n.Sb(),n.Ob(577,"div",105),n.Tb(578,"div",130),n.Dc(579," Eject "),n.Sb(),n.Sb(),n.Ob(580,"div",107),n.Tb(581,"table",108),n.Tb(582,"tr"),n.Tb(583,"td",131),n.Dc(584,"#03"),n.Sb(),n.Tb(585,"td",132),n.Dc(586,"Error CHU "),n.Sb(),n.Sb(),n.Tb(587,"tr"),n.Tb(588,"td",133),n.Dc(589,"V: 0V"),n.Sb(),n.Tb(590,"td",134),n.Dc(591,"I: 0A");n.Sb(),n.Tb(592,"td",135),n.Dc(593,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(594,"tr"),n.Tb(595,"td",136),n.Dc(596,"SoC: 0%"),n.Sb(),n.Tb(597,"td",135),n.Dc(598,"SoH: 0%"),n.Sb(),n.Tb(599,"td",135),n.Dc(600,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(601,"tr"),n.Tb(602,"td",135),n.Dc(603,"Cycle: 0"),n.Sb(),n.Tb(604,"td",137),n.Dc(605,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(606,"div",128),n.Tb(607,"table",108),n.Tb(608,"tr"),n.Tb(609,"td",131),n.Dc(610,"#04"),n.Sb(),n.Tb(611,"td",132),n.Dc(612,"Error CHU "),n.Sb(),n.Sb(),n.Tb(613,"tr"),n.Tb(614,"td",133),n.Dc(615,"V: 0V"),n.Sb(),n.Tb(616,"td",134),n.Dc(617,"I: 0A"),n.Sb(),n.Tb(618,"td",135),n.Dc(619,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(620,"tr"),n.Tb(621,"td",136),n.Dc(622,"SoC: 0%"),n.Sb(),n.Tb(623,"td",135),n.Dc(624,"SoH: 0%"),n.Sb(),n.Tb(625,"td",135),n.Dc(626,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(627,"tr"),n.Tb(628,"td",135),n.Dc(629,"Cycle: 0"),n.Sb(),n.Tb(630,"td",137),n.Dc(631,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(632,"div",115),n.Tb(633,"div",101),n.Ob(634,"div",129),n.Ob(635,"div",103),n.Tb(636,"div",104),n.Dc(637," Inject "),n.Sb(),n.Ob(638,"div",105),n.Tb(639,"div",130),n.Dc(640," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",128),n.Tb(643,"div",101),n.Ob(644,"div",129),n.Ob(645,"div",103),n.Tb(646,"div",104),n.Dc(647," Inject "),n.Sb(),n.Ob(648,"div",105),n.Tb(649,"div",130),n.Dc(650," Eject "),n.Sb(),n.Sb(),n.Ob(651,"div",107),n.Tb(652,"table",108),n.Tb(653,"tr"),n.Tb(654,"td",131),n.Dc(655,"#05"),n.Sb(),n.Tb(656,"td",132),n.Dc(657,"Error CHU "),n.Sb(),n.Sb(),n.Tb(658,"tr"),n.Tb(659,"td",133),n.Dc(660,"V: 0V"),n.Sb(),n.Tb(661,"td",134),n.Dc(662,"I: 0A"),n.Sb(),n.Tb(663,"td",135),n.Dc(664,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(665,"tr"),n.Tb(666,"td",136),n.Dc(667,"SoC: 0%"),n.Sb(),n.Tb(668,"td",135),n.Dc(669,"SoH: 0%"),n.Sb(),n.Tb(670,"td",135),n.Dc(671,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(672,"tr"),n.Tb(673,"td",135),n.Dc(674,"Cycle: 0"),n.Sb(),n.Tb(675,"td",137),n.Dc(676,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(677,"div",128),n.Tb(678,"table",108),n.Tb(679,"tr"),n.Tb(680,"td",131),n.Dc(681,"#06"),n.Sb(),n.Tb(682,"td",132),n.Dc(683,"Error CHU "),n.Sb(),n.Sb(),n.Tb(684,"tr"),n.Tb(685,"td",133),n.Dc(686,"V: 0V"),n.Sb(),n.Tb(687,"td",134),n.Dc(688,"I: 0A"),n.Sb(),n.Tb(689,"td",135),n.Dc(690,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(691,"tr"),n.Tb(692,"td",136),n.Dc(693,"SoC: 0%"),n.Sb(),n.Tb(694,"td",135),n.Dc(695,"SoH: 0A"),n.Sb(),n.Tb(696,"td",135),n.Dc(697,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(698,"tr"),n.Tb(699,"td",135),n.Dc(700,"Cycle: 0"),n.Sb(),n.Tb(701,"td",137),n.Dc(702,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(703,"div",115),n.Tb(704,"div",101),n.Ob(705,"div",129),n.Ob(706,"div",103),n.Tb(707,"div",104),n.Dc(708," Inject "),n.Sb(),n.Ob(709,"div",105),n.Tb(710,"div",130),n.Dc(711," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(712,"div",99),n.Tb(713,"div",128),n.Tb(714,"div",101),n.Ob(715,"div",129),n.Ob(716,"div",103),n.Tb(717,"div",104),n.Dc(718," Inject "),n.Sb(),n.Ob(719,"div",105),n.Tb(720,"div",130),n.Dc(721," Eject "),n.Sb(),n.Sb(),n.Ob(722,"div",107),n.Tb(723,"table",108),n.Tb(724,"tr"),n.Tb(725,"td",131),n.Dc(726,"#07"),n.Sb(),n.Tb(727,"td",132),n.Dc(728,"Error CHU "),n.Sb(),n.Sb(),n.Tb(729,"tr"),n.Tb(730,"td",133),n.Dc(731,"V: 0V"),n.Sb(),n.Tb(732,"td",134),n.Dc(733,"I: 0A"),n.Sb(),n.Tb(734,"td",135),n.Dc(735,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(736,"tr"),n.Tb(737,"td",136),n.Dc(738,"SoC: 0%"),n.Sb(),n.Tb(739,"td",135),n.Dc(740,"SoH: 0%"),n.Sb(),n.Tb(741,"td",135),n.Dc(742,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(743,"tr"),n.Tb(744,"td",135),n.Dc(745,"Cycle: 0"),n.Sb(),n.Tb(746,"td",137),n.Dc(747,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(748,"div",128),n.Tb(749,"table",108),n.Tb(750,"tr"),n.Tb(751,"td",131),n.Dc(752,"#08"),n.Sb(),n.Tb(753,"td",132),n.Dc(754,"Error CHU "),n.Sb(),n.Sb(),n.Tb(755,"tr"),n.Tb(756,"td",133),n.Dc(757,"V: 0V"),n.Sb(),n.Tb(758,"td",134),n.Dc(759,"I: 0A"),n.Sb(),n.Tb(760,"td",135),n.Dc(761,"Tfet: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(762,"tr"),n.Tb(763,"td",136),n.Dc(764,"SoC: 0%"),n.Sb(),n.Tb(765,"td",135),n.Dc(766,"SoH: 0%"),n.Sb(),n.Tb(767,"td",135),n.Dc(768,"Tavg: 0\xb0C"),n.Sb(),n.Sb(),n.Tb(769,"tr"),n.Tb(770,"td",135),n.Dc(771,"Cycle: 0"),n.Sb(),n.Tb(772,"td",137),n.Dc(773,"Serial: "),n.Sb(),n.Sb(),n.Sb(),n.Ob(774,"div",115),n.Tb(775,"div",101),n.Ob(776,"div",129),n.Ob(777,"div",103),n.Tb(778,"div",104),n.Dc(779," Inject "),n.Sb(),n.Ob(780,"div",105),n.Tb(781,"div",130),n.Dc(782," Eject "),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(783,"div",116),n.Tb(784,"div",117),n.Tb(785,"div",118),n.Ob(786,"div",119),n.Ob(787,"div",120),n.Ob(788,"div",121),n.Ob(789,"div",122),n.Ob(790,"div",123),n.Sb(),n.Tb(791,"div",118),n.Tb(792,"span",124),n.Dc(793,"Idle"),n.Sb(),n.Tb(794,"span",124),n.Dc(795,"Full"),n.Sb(),n.Tb(796,"span",124),n.Dc(797,"CHGing"),n.Sb(),n.Tb(798,"span",124),n.Dc(799,"DSGing"),n.Sb(),n.Tb(800,"span",124),n.Dc(801,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Tb(802,"b",138),n.Dc(803,"Error:DCU"),n.Sb(),n.Ob(804,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(805,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].slotId),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battCellDiff),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].dcuStatus[0])}}function dJt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function uJt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100002_document.deviceId,"")}}function AJt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function LJt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100002))}}function _Jt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function IJt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100002))}}function DJt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_508_document),"\n ")}}function mJt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function CJt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_509_document),"\n ")}}function SJt(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function hJt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function gJt(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100002))}}function GJt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,uJt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100002=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100002()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,AJt,3,0,"div",168),n.Bc(27,LJt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100002()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,_Jt,3,0,"div",168),n.Bc(38,IJt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100002_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,DJt,7,7,"ng-container",175),n.Bc(47,mJt,2,0,"ng-template",null,288,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,CJt,7,7,"ng-container",175),n.Bc(56,SJt,2,0,"ng-template",null,289,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100002()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,hJt,3,0,"div",168),n.Bc(68,gJt,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100002_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100002),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100002_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100002_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100002_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100002),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100002_document)}}function TJt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100002(a)})),n.Tb(2,"mat-tab",286),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,MNt,2,0,"span",79),n.Bc(6,jNt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,fJt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,dJt,2,0,"ng-template",null,287,n.Cc),n.Bc(12,GJt,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100002_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100002)("ngIfElse",t)}}function pJt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function kJt(t,a){if(1&t&&(n.Tb(0,"span",90),n.Dc(1),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.Gc("(deviceId:",t.GetALLDataa.latest_C8A23100010_document.deviceId,"\u2002sysOpMode:",t.GetALLDataa.latest_C8A23100010_document.sysOpMode,"\u2002sysVer:",t.GetALLDataa.latest_C8A23100010_document.sysVer,"\u2002code:",t.GetALLDataa.latest_C8A23100010_document.code,")")}}function vJt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #0 (",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100010_document.sysStatus)}}function yJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function OJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function BJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function FJt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function EJt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function wJt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0])}}function MJt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function jJt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}function xJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function VJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function HJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battSoH,"%")}}function RJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function PJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function NJt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battId,"")}}function UJt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function WJt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0])}}function $Jt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function zJt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function JJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function qJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function XJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function QJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function KJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function ZJt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battId,"")}}function YJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function tqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function aqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function eqt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function nqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function oqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function cqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function sqt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function lqt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function iqt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0])}}function bqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battVoltage,"1.2-2"),"V")}}function rqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battCurrent,"0.1-2"),"A")}}function fqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function dqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function uqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battSoH,"0.1-2"),"%")}}function Aqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function Lqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function _qt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battId,"")}}function Iqt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function Dqt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0])}}function mqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function Cqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battCurrent,"0.1-2"),"A")}}function Sqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function hqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function gqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}function Gqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function Tqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function pqt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battId,"")}}function kqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function vqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function yqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Oqt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Bqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Fqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Eqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wqt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Mqt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function jqt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0])}}function xqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Vqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function Hqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function Rqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function Pqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Nqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function Uqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Wqt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battId,"")}}function $qt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zqt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0])}}function Jqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function qqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}function Xqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function Qqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battSoC,"1.0-1"),"%")}}function Kqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function Zqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Yqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function tXt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battId,"")}}function aXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function eXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function nXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function oXt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function cXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function sXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function lXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function iXt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function bXt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function rXt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0])}}function fXt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battVoltage,"1.2-2"),"V")}}function dXt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battCurrent,"0.1-2"),"A")}}function uXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function AXt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function LXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battSoH,"0.1-2"),"%")}}function _Xt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function IXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function DXt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battId,"")}}function mXt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function CXt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0])}}function SXt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function hXt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function gXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function GXt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function TXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battSoH,"0.1-2"),"%")}}function pXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function kXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function vXt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battId,"")}}function yXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function OXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function BXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function FXt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function EXt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].dcuStatus[0],"")}}function wXt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #1 (",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100010_document.sysStatus)}}function MXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function jXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function xXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function VXt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function HXt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function RXt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0])}}function PXt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function NXt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function UXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function WXt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}function $Xt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battSoH,"%")}}function zXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function JXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function qXt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battId,"")}}function XXt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function QXt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0])}}function KXt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function ZXt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}function YXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function tQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battSoC,"1.0-1"),"%")}}function aQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function eQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function nQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function oQt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battId,"")}}function cQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function sQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function lQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function iQt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function bQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function rQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function fQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function dQt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function uQt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function AQt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0])}}function LQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battVoltage,"1.2-2"),"V")}}function _Qt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function IQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function DQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function mQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battSoH,"0.1-2"),"%")}}function CQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function SQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function hQt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battId,"")}}function gQt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function GQt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0])}}function TQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battVoltage,"1.2-2"),"V")}}function pQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}function kQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function vQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battSoC,"1.0-1"),"%")}}function yQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function OQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function BQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function FQt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battId,"")}}function EQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function wQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function MQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function jQt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function xQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function VQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function HQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function RQt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function PQt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function NQt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0])}}function UQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function WQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battCurrent,"0.1-2"),"A")}}function $Qt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function zQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function JQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battSoH,"0.1-2"),"%")}}function qQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function XQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function QQt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battId,"")}}function KQt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function ZQt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0])}}function YQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function tKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function aKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function eKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battSoC,"1.0-1"),"%")}}function nKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}function oKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function cKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function sKt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battId,"")}}function lKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function iKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function bKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function rKt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function dKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function uKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function AKt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function LKt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function _Kt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0])}}function IKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battVoltage,"1.2-2"),"V")}}function DKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function mKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function CKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function SKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function hKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function gKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function GKt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battId,"")}}function TKt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function pKt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0])}}function kKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battVoltage,"1.2-2"),"V")}}function vKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}function yKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function OKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battSoC,"1.0-1"),"%")}}function BKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function FKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function EKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function wKt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battId,"")}}function MKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function jKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function xKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function VKt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function HKt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].dcuStatus[0],"")}}function RKt(t,a){if(1&t&&(n.Tb(0,"b",127),n.Dc(1),n.Tb(2,"b",145),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("RackId #2 (",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,"), "),n.Ab(2),n.Ec(t.GetALLDataa.latest_C8A23100010_document.sysStatus)}}function PKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function NKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function UKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function WKt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $Kt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #01 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function zKt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0])}}function JKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battVoltage,"1.2-2"),"V")}}function qKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function XKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function QKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function KKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function ZKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function YKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function tZt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battId,"")}}function aZt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #02 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function eZt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0])}}function nZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function oZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battCurrent,"0.1-2"),"A")}}function cZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function sZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battSoC,"1.0-1"),"%")}}function lZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battSoH,"0.1-2"),"%")}}function iZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function bZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function rZt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battId,"")}}function fZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function dZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function uZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function AZt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function LZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function _Zt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function IZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function DZt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function mZt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #03 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function CZt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0])}}function SZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function hZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battCurrent,"0.1-2"),"A")}}function gZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function GZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function TZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battSoH,"0.1-2"),"%")}}function pZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function kZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function vZt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battId,"")}}function yZt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #04 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function OZt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0])}}function BZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function FZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}function EZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function wZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battSoC,"1.0-1"),"%")}}function MZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}function jZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function xZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function VZt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battId,"")}}function HZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function RZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function PZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function NZt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function UZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function WZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function $Zt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function zZt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].slotId)})),n.Dc(1," Eject "),n.Sb()}}function JZt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #05 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function qZt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0])}}function XZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function QZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battCurrent,"0.1-2"),"A")}}function KZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function ZZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function YZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battSoH,"0.1-2"),"%")}}function tYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function aYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function eYt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battId,"")}}function nYt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #06 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function oYt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0])}}function cYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battVoltage,"1.2-2"),"V")}}function sYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}function lYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function iYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battSoC,"1.0-1"),"%")}}function bYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battSoH,"0.1-2"),"%")}}function rYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function fYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function dYt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battId,"")}}function uYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function AYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function LYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function _Yt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function IYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function DYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function mYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function CYt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function SYt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #07 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function hYt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0])}}function gYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function GYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battCurrent,"0.1-2"),"A")}}function TYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function pYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battSoC,"1.0-1"),"%")}}function kYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battSoH,"0.1-2"),"%")}}function vYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function yYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function OYt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battId,"")}}function BYt(t,a){if(1&t&&(n.Tb(0,"td",140),n.Dc(1," #08 "),n.Sb()),2&t){const t=n.fc(3);n.lc("ngStyle",n.pc(1,Zi,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"red":"black",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].chuStatus[0].startsWith("Error_")?"yellow":"transparent"))}}function FYt(t,a){if(1&t&&(n.Tb(0,"td",132),n.Dc(1),n.Tb(2,"span",143),n.Dc(3),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0])}}function EYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("V: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battVoltage,"1.2-2"),"V")}}function wYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("I: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}function MYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function jYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoC: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function xYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(2,"number"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("SoH: ",n.ic(2,1,t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battSoH,"0.1-2"),"%")}}function VYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}function HYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function RYt(t,a){if(1&t&&(n.Tb(0,"td",137),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("Serial: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battId,"")}}function PYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function NYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function UYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,Ji,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function WYt(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",141),n.bc("click",(function(){n.uc(t);const a=n.fc(3);return a.handleEjectConfirmation_C8A23100010(a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId,a.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function $Yt(t,a){if(1&t&&(n.Tb(0,"b",144),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc(" ",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].dcuStatus[0],"")}}function zYt(t,a){if(1&t){n.Tb(0,"div",93),n.Ob(1,"div",94),n.Tb(2,"div",95),n.Tb(3,"div",96),n.Tb(4,"div",97),n.Bc(5,vJt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,yJt,1,3,"div",102),n.Bc(10,OJt,1,3,"div",102),n.Bc(11,BJt,1,3,"div",102),n.Ob(12,"div",103),n.Tb(13,"div",104),n.Dc(14," Inject "),n.Sb(),n.Ob(15,"div",105),n.Bc(16,FJt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,EJt,2,4,"td",102),n.Bc(21,wJt,4,2,"td",292),n.Sb(),n.Tb(22,"tr"),n.Bc(23,MJt,3,4,"td",111),n.Bc(24,jJt,3,4,"td",112),n.Bc(25,xJt,2,1,"td",110),n.Sb(),n.Tb(26,"tr"),n.Bc(27,VJt,3,4,"td",113),n.Bc(28,HJt,2,1,"td",110),n.Bc(29,RJt,2,1,"td",110),n.Sb(),n.Tb(30,"tr"),n.Bc(31,PJt,2,1,"td",110),n.Bc(32,NJt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(33,"div",100),n.Tb(34,"table",108),n.Tb(35,"tr"),n.Bc(36,UJt,2,4,"td",102),n.Bc(37,WJt,4,2,"td",292),n.Sb(),n.Tb(38,"tr"),n.Bc(39,$Jt,3,4,"td",111),n.Bc(40,zJt,3,4,"td",112),n.Bc(41,JJt,2,1,"td",110),n.Sb(),n.Tb(42,"tr"),n.Bc(43,qJt,3,4,"td",113),n.Bc(44,XJt,3,4,"td",110),n.Bc(45,QJt,2,1,"td",110),n.Sb(),n.Tb(46,"tr"),n.Bc(47,KJt,2,1,"td",110),n.Bc(48,ZJt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(49,"div",115),n.Tb(50,"div",101),n.Bc(51,YJt,1,3,"div",102),n.Bc(52,tqt,1,3,"div",102),n.Bc(53,aqt,1,3,"div",102),n.Ob(54,"div",103),n.Tb(55,"div",104),n.Dc(56," Inject "),n.Sb(),n.Ob(57,"div",105),n.Bc(58,eqt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(59,"div",99),n.Tb(60,"div",100),n.Tb(61,"div",101),n.Bc(62,nqt,1,3,"div",102),n.Bc(63,oqt,1,3,"div",102),n.Bc(64,cqt,1,3,"div",102),n.Ob(65,"div",103),n.Tb(66,"div",104),n.Dc(67," Inject "),n.Sb(),n.Ob(68,"div",105),n.Bc(69,sqt,2,0,"div",106),n.Sb(),n.Ob(70,"div",107),n.Tb(71,"table",108),n.Tb(72,"tr"),n.Bc(73,lqt,2,4,"td",102),n.Bc(74,iqt,4,2,"td",292),n.Sb(),n.Tb(75,"tr"),n.Bc(76,bqt,3,4,"td",111),n.Bc(77,rqt,3,4,"td",112),n.Bc(78,fqt,2,1,"td",110),n.Sb(),n.Tb(79,"tr"),n.Bc(80,dqt,3,4,"td",113),n.Bc(81,uqt,3,4,"td",110),n.Bc(82,Aqt,2,1,"td",110),n.Sb(),n.Tb(83,"tr"),n.Bc(84,Lqt,2,1,"td",110),n.Bc(85,_qt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(86,"div",100),n.Tb(87,"table",108),n.Tb(88,"tr"),n.Bc(89,Iqt,2,4,"td",102),n.Bc(90,Dqt,4,2,"td",292),n.Sb(),n.Tb(91,"tr"),n.Bc(92,mqt,3,4,"td",111),n.Bc(93,Cqt,3,4,"td",112),n.Bc(94,Sqt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,hqt,3,4,"td",113),n.Bc(97,gqt,3,4,"td",110),n.Bc(98,Gqt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Tqt,2,1,"td",110),n.Bc(101,pqt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(102,"div",115),n.Tb(103,"div",101),n.Bc(104,kqt,1,3,"div",102),n.Bc(105,vqt,1,3,"div",102),n.Bc(106,yqt,1,3,"div",102),n.Ob(107,"div",103),n.Tb(108,"div",104),n.Dc(109," Inject "),n.Sb(),n.Ob(110,"div",105),n.Bc(111,Oqt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(112,"div",99),n.Tb(113,"div",100),n.Tb(114,"div",101),n.Bc(115,Bqt,1,3,"div",102),n.Bc(116,Fqt,1,3,"div",102),n.Bc(117,Eqt,1,3,"div",102),n.Ob(118,"div",103),n.Tb(119,"div",104),n.Dc(120," Inject "),n.Sb(),n.Ob(121,"div",105),n.Bc(122,wqt,2,0,"div",106),n.Sb(),n.Ob(123,"div",107),n.Tb(124,"table",108),n.Tb(125,"tr"),n.Bc(126,Mqt,2,4,"td",102),n.Bc(127,jqt,4,2,"td",292),n.Sb(),n.Tb(128,"tr"),n.Bc(129,xqt,3,4,"td",111),n.Bc(130,Vqt,3,4,"td",112),n.Bc(131,Hqt,2,1,"td",110),n.Sb(),n.Tb(132,"tr"),n.Bc(133,Rqt,3,4,"td",113),n.Bc(134,Pqt,3,4,"td",110),n.Bc(135,Nqt,2,1,"td",110),n.Sb(),n.Tb(136,"tr"),n.Bc(137,Uqt,2,1,"td",110),n.Bc(138,Wqt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(139,"div",100),n.Tb(140,"table",108),n.Tb(141,"tr"),n.Bc(142,$qt,2,4,"td",102),n.Bc(143,zqt,4,2,"td",292),n.Sb(),n.Tb(144,"tr"),n.Bc(145,Jqt,3,4,"td",111),n.Bc(146,qqt,3,4,"td",112),n.Bc(147,Xqt,2,1,"td",110),n.Sb(),n.Tb(148,"tr"),n.Bc(149,Qqt,3,4,"td",113),n.Bc(150,Kqt,3,4,"td",110),n.Bc(151,Zqt,2,1,"td",110),n.Sb(),n.Tb(152,"tr"),n.Bc(153,Yqt,2,1,"td",110),n.Bc(154,tXt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(155,"div",115),n.Tb(156,"div",101),n.Bc(157,aXt,1,3,"div",102),n.Bc(158,eXt,1,3,"div",102),n.Bc(159,nXt,1,3,"div",102),n.Ob(160,"div",103),n.Tb(161,"div",104),n.Dc(162," Inject "),n.Sb(),n.Ob(163,"div",105),n.Bc(164,oXt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(165,"div",99),n.Tb(166,"div",100),n.Tb(167,"div",101),n.Bc(168,cXt,1,3,"div",102),n.Bc(169,sXt,1,3,"div",102),n.Bc(170,lXt,1,3,"div",102),n.Ob(171,"div",103),n.Tb(172,"div",104),n.Dc(173," Inject "),n.Sb(),n.Ob(174,"div",105),n.Bc(175,iXt,2,0,"div",106),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",108),n.Tb(178,"tr"),n.Bc(179,bXt,2,4,"td",102),n.Bc(180,rXt,4,2,"td",292),n.Sb(),n.Tb(181,"tr"),n.Bc(182,fXt,3,4,"td",111),n.Bc(183,dXt,3,4,"td",112),n.Bc(184,uXt,2,1,"td",110),n.Sb(),n.Tb(185,"tr"),n.Bc(186,AXt,3,4,"td",113),n.Bc(187,LXt,3,4,"td",110),n.Bc(188,_Xt,2,1,"td",110),n.Sb(),n.Tb(189,"tr"),n.Bc(190,IXt,2,1,"td",110),n.Bc(191,DXt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(192,"div",100),n.Tb(193,"table",108),n.Tb(194,"tr"),n.Bc(195,mXt,2,4,"td",102),n.Bc(196,CXt,4,2,"td",292),n.Sb(),n.Tb(197,"tr"),n.Bc(198,SXt,3,4,"td",111),n.Bc(199,hXt,3,4,"td",112),n.Bc(200,gXt,2,1,"td",110),n.Sb(),n.Tb(201,"tr"),n.Bc(202,GXt,3,4,"td",113),n.Bc(203,TXt,3,4,"td",110),n.Bc(204,pXt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,kXt,2,1,"td",110),n.Bc(207,vXt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Bc(210,yXt,1,3,"div",102),n.Bc(211,OXt,1,3,"div",102),n.Bc(212,BXt,1,3,"div",102),n.Ob(213,"div",103),n.Tb(214,"div",104),n.Dc(215," Inject "),n.Sb(),n.Ob(216,"div",105),n.Bc(217,FXt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(218,"div",116),n.Tb(219,"div",117),n.Tb(220,"div",118),n.Ob(221,"div",119),n.Ob(222,"div",120),n.Ob(223,"div",121),n.Ob(224,"div",122),n.Ob(225,"div",123),n.Sb(),n.Tb(226,"div",118),n.Tb(227,"span",124),n.Dc(228,"Idle"),n.Sb(),n.Tb(229,"span",124),n.Dc(230,"Full"),n.Sb(),n.Tb(231,"span",124),n.Dc(232,"CHGing"),n.Sb(),n.Tb(233,"span",124),n.Dc(234,"DSGing"),n.Sb(),n.Tb(235,"span",124),n.Dc(236,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(237,EXt,2,1,"b",125),n.Ob(238,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(239,"div",94),n.Tb(240,"div",95),n.Tb(241,"div",96),n.Tb(242,"div",97),n.Bc(243,wXt,4,2,"b",98),n.Sb(),n.Tb(244,"div",99),n.Tb(245,"div",100),n.Tb(246,"div",101),n.Bc(247,MXt,1,3,"div",102),n.Bc(248,jXt,1,3,"div",102),n.Bc(249,xXt,1,3,"div",102),n.Ob(250,"div",103),n.Tb(251,"div",104),n.Dc(252," Inject "),n.Sb(),n.Ob(253,"div",105),n.Bc(254,VXt,2,0,"div",106),n.Sb(),n.Ob(255,"div",107),n.Tb(256,"table",108),n.Tb(257,"tr"),n.Bc(258,HXt,2,4,"td",102),n.Bc(259,RXt,4,2,"td",292),n.Sb(),n.Tb(260,"tr"),n.Bc(261,PXt,3,4,"td",111),n.Bc(262,NXt,3,4,"td",112),n.Bc(263,UXt,2,1,"td",110),n.Sb(),n.Tb(264,"tr"),n.Bc(265,WXt,3,4,"td",113),n.Bc(266,$Xt,2,1,"td",110),n.Bc(267,zXt,2,1,"td",110),n.Sb(),n.Tb(268,"tr"),n.Bc(269,JXt,2,1,"td",110),n.Bc(270,qXt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(271,"div",100),n.Tb(272,"table",108),n.Tb(273,"tr"),n.Bc(274,XXt,2,4,"td",102),n.Bc(275,QXt,4,2,"td",292),n.Sb(),n.Tb(276,"tr"),n.Bc(277,KXt,3,4,"td",111),n.Bc(278,ZXt,3,4,"td",112),n.Bc(279,YXt,2,1,"td",110),n.Sb(),n.Tb(280,"tr"),n.Bc(281,tQt,3,4,"td",113),n.Bc(282,aQt,3,4,"td",110),n.Bc(283,eQt,2,1,"td",110),n.Sb(),n.Tb(284,"tr"),n.Bc(285,nQt,2,1,"td",110),n.Bc(286,oQt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(287,"div",115),n.Tb(288,"div",101),n.Bc(289,cQt,1,3,"div",102),n.Bc(290,sQt,1,3,"div",102),n.Bc(291,lQt,1,3,"div",102),n.Ob(292,"div",103),n.Tb(293,"div",104),n.Dc(294," Inject "),n.Sb(),n.Ob(295,"div",105),n.Bc(296,iQt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(297,"div",99),n.Tb(298,"div",100),n.Tb(299,"div",101),n.Bc(300,bQt,1,3,"div",102),n.Bc(301,rQt,1,3,"div",102),n.Bc(302,fQt,1,3,"div",102),n.Ob(303,"div",103),n.Tb(304,"div",104),n.Dc(305," Inject "),n.Sb(),n.Ob(306,"div",105),n.Bc(307,dQt,2,0,"div",106),n.Sb(),n.Ob(308,"div",107),n.Tb(309,"table",108),n.Tb(310,"tr"),n.Bc(311,uQt,2,4,"td",102),n.Bc(312,AQt,4,2,"td",292),n.Sb(),n.Tb(313,"tr"),n.Bc(314,LQt,3,4,"td",111),n.Bc(315,_Qt,3,4,"td",112),n.Bc(316,IQt,2,1,"td",110),n.Sb(),n.Tb(317,"tr"),n.Bc(318,DQt,3,4,"td",113),n.Bc(319,mQt,3,4,"td",110),n.Bc(320,CQt,2,1,"td",110),n.Sb(),n.Tb(321,"tr"),n.Bc(322,SQt,2,1,"td",110),n.Bc(323,hQt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(324,"div",100),n.Tb(325,"table",108),n.Tb(326,"tr"),n.Bc(327,gQt,2,4,"td",102),n.Bc(328,GQt,4,2,"td",292),n.Sb(),n.Tb(329,"tr"),n.Bc(330,TQt,3,4,"td",111),n.Bc(331,pQt,3,4,"td",112),n.Bc(332,kQt,2,1,"td",110),n.Sb(),n.Tb(333,"tr"),n.Bc(334,vQt,3,4,"td",113),n.Bc(335,yQt,3,4,"td",110),n.Bc(336,OQt,2,1,"td",110),n.Sb(),n.Tb(337,"tr"),n.Bc(338,BQt,2,1,"td",110),n.Bc(339,FQt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(340,"div",115),n.Tb(341,"div",101),n.Bc(342,EQt,1,3,"div",102),n.Bc(343,wQt,1,3,"div",102),n.Bc(344,MQt,1,3,"div",102),n.Ob(345,"div",103),n.Tb(346,"div",104),n.Dc(347," Inject "),n.Sb(),n.Ob(348,"div",105),n.Bc(349,jQt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(350,"div",99),n.Tb(351,"div",100),n.Tb(352,"div",101),n.Bc(353,xQt,1,3,"div",102),n.Bc(354,VQt,1,3,"div",102),n.Bc(355,HQt,1,3,"div",102),n.Ob(356,"div",103),n.Tb(357,"div",104),n.Dc(358," Inject "),n.Sb(),n.Ob(359,"div",105),n.Bc(360,RQt,2,0,"div",106),n.Sb(),n.Ob(361,"div",107),n.Tb(362,"table",108),n.Tb(363,"tr"),n.Bc(364,PQt,2,4,"td",102),n.Bc(365,NQt,4,2,"td",292),n.Sb(),n.Tb(366,"tr"),n.Bc(367,UQt,3,4,"td",111),n.Bc(368,WQt,3,4,"td",112),n.Bc(369,$Qt,2,1,"td",110),n.Sb(),n.Tb(370,"tr"),n.Bc(371,zQt,3,4,"td",113),n.Bc(372,JQt,3,4,"td",110),n.Bc(373,qQt,2,1,"td",110),n.Sb(),n.Tb(374,"tr"),n.Bc(375,XQt,2,1,"td",110),n.Bc(376,QQt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(377,"div",100),n.Tb(378,"table",108),n.Tb(379,"tr"),n.Bc(380,KQt,2,4,"td",102),n.Bc(381,ZQt,4,2,"td",292),n.Sb(),n.Tb(382,"tr"),n.Bc(383,YQt,3,4,"td",111),n.Bc(384,tKt,3,4,"td",112),n.Bc(385,aKt,2,1,"td",110),n.Sb(),n.Tb(386,"tr"),n.Bc(387,eKt,3,4,"td",113),n.Bc(388,nKt,3,4,"td",110),n.Bc(389,oKt,2,1,"td",110),n.Sb(),n.Tb(390,"tr"),n.Bc(391,cKt,2,1,"td",110),n.Bc(392,sKt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(393,"div",115),n.Tb(394,"div",101),n.Bc(395,lKt,1,3,"div",102),n.Bc(396,iKt,1,3,"div",102),n.Bc(397,bKt,1,3,"div",102),n.Ob(398,"div",103),n.Tb(399,"div",104),n.Dc(400," Inject "),n.Sb(),n.Ob(401,"div",105),n.Bc(402,rKt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(403,"div",99),n.Tb(404,"div",100),n.Tb(405,"div",101),n.Bc(406,fKt,1,3,"div",102),n.Bc(407,dKt,1,3,"div",102),n.Bc(408,uKt,1,3,"div",102),n.Ob(409,"div",103),n.Tb(410,"div",104),n.Dc(411," Inject "),n.Sb(),n.Ob(412,"div",105),n.Bc(413,AKt,2,0,"div",106),n.Sb(),n.Ob(414,"div",107),n.Tb(415,"table",108),n.Tb(416,"tr"),n.Bc(417,LKt,2,4,"td",102),n.Bc(418,_Kt,4,2,"td",292),n.Sb(),n.Tb(419,"tr"),n.Bc(420,IKt,3,4,"td",111),n.Bc(421,DKt,3,4,"td",112),n.Bc(422,mKt,2,1,"td",110),n.Sb(),n.Tb(423,"tr"),n.Bc(424,CKt,3,4,"td",113),n.Bc(425,SKt,3,4,"td",110),n.Bc(426,hKt,2,1,"td",110),n.Sb(),n.Tb(427,"tr"),n.Bc(428,gKt,2,1,"td",110),n.Bc(429,GKt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(430,"div",100),n.Tb(431,"table",108),n.Tb(432,"tr"),n.Bc(433,TKt,2,4,"td",102),n.Bc(434,pKt,4,2,"td",292),n.Sb(),n.Tb(435,"tr"),n.Bc(436,kKt,3,4,"td",111),n.Bc(437,vKt,3,4,"td",112),n.Bc(438,yKt,2,1,"td",110),n.Sb(),n.Tb(439,"tr"),n.Bc(440,OKt,3,4,"td",113),n.Bc(441,BKt,3,4,"td",110),n.Bc(442,FKt,2,1,"td",110),n.Sb(),n.Tb(443,"tr"),n.Bc(444,EKt,2,1,"td",110),n.Bc(445,wKt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(446,"div",115),n.Tb(447,"div",101),n.Bc(448,MKt,1,3,"div",102),n.Bc(449,jKt,1,3,"div",102),n.Bc(450,xKt,1,3,"div",102),n.Ob(451,"div",103),n.Tb(452,"div",104),n.Dc(453," Inject "),n.Sb(),n.Ob(454,"div",105),n.Bc(455,VKt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(456,"div",116),n.Tb(457,"div",117),n.Tb(458,"div",118),n.Ob(459,"div",119),n.Ob(460,"div",120),n.Ob(461,"div",121),n.Ob(462,"div",122),n.Ob(463,"div",123),n.Sb(),n.Tb(464,"div",118),n.Tb(465,"span",124),n.Dc(466,"Idle"),n.Sb(),n.Tb(467,"span",124),n.Dc(468,"Full"),n.Sb(),n.Tb(469,"span",124),n.Dc(470,"CHGing"),n.Sb(),n.Tb(471,"span",124),n.Dc(472,"DSGing"),n.Sb(),n.Tb(473,"span",124),n.Dc(474,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(475,HKt,2,1,"b",125),n.Ob(476,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(477,"div",94),n.Tb(478,"div",95),n.Tb(479,"div",96),n.Tb(480,"div",97),n.Bc(481,RKt,4,2,"b",98),n.Sb(),n.Tb(482,"div",99),n.Tb(483,"div",100),n.Tb(484,"div",101),n.Bc(485,PKt,1,3,"div",102),n.Bc(486,NKt,1,3,"div",102),n.Bc(487,UKt,1,3,"div",102),n.Ob(488,"div",103),n.Tb(489,"div",104),n.Dc(490," Inject "),n.Sb(),n.Ob(491,"div",105),n.Bc(492,WKt,2,0,"div",106),n.Sb(),n.Ob(493,"div",107),n.Tb(494,"table",108),n.Tb(495,"tr"),n.Bc(496,$Kt,2,4,"td",102),n.Bc(497,zKt,4,2,"td",292),n.Sb(),n.Tb(498,"tr"),n.Bc(499,JKt,3,4,"td",111),n.Bc(500,qKt,3,4,"td",112),n.Bc(501,XKt,2,1,"td",110),n.Sb(),n.Tb(502,"tr"),n.Bc(503,QKt,3,4,"td",113),n.Bc(504,KKt,2,1,"td",110),n.Bc(505,ZKt,2,1,"td",110),n.Sb(),n.Tb(506,"tr"),n.Bc(507,YKt,2,1,"td",110),n.Bc(508,tZt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(509,"div",100),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,aZt,2,4,"td",102),n.Bc(513,eZt,4,2,"td",292),n.Sb(),n.Tb(514,"tr"),n.Bc(515,nZt,3,4,"td",111),n.Bc(516,oZt,3,4,"td",112),n.Bc(517,cZt,2,1,"td",110),n.Sb(),n.Tb(518,"tr"),n.Bc(519,sZt,3,4,"td",113),n.Bc(520,lZt,3,4,"td",110),n.Bc(521,iZt,2,1,"td",110),n.Sb(),n.Tb(522,"tr"),n.Bc(523,bZt,2,1,"td",110),n.Bc(524,rZt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(525,"div",115),n.Tb(526,"div",101),n.Bc(527,fZt,1,3,"div",102),n.Bc(528,dZt,1,3,"div",102),n.Bc(529,uZt,1,3,"div",102),n.Ob(530,"div",103),n.Tb(531,"div",104),n.Dc(532," Inject "),n.Sb(),n.Ob(533,"div",105),n.Bc(534,AZt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(535,"div",99),n.Tb(536,"div",100),n.Tb(537,"div",101),n.Bc(538,LZt,1,3,"div",102),n.Bc(539,_Zt,1,3,"div",102),n.Bc(540,IZt,1,3,"div",102),n.Ob(541,"div",103),n.Tb(542,"div",104),n.Dc(543," Inject "),n.Sb(),n.Ob(544,"div",105),n.Bc(545,DZt,2,0,"div",106),n.Sb(),n.Ob(546,"div",107),n.Tb(547,"table",108),n.Tb(548,"tr"),n.Bc(549,mZt,2,4,"td",102),n.Bc(550,CZt,4,2,"td",292),n.Sb(),n.Tb(551,"tr"),n.Bc(552,SZt,3,4,"td",111),n.Bc(553,hZt,3,4,"td",112),n.Bc(554,gZt,2,1,"td",110),n.Sb(),n.Tb(555,"tr"),n.Bc(556,GZt,3,4,"td",113),n.Bc(557,TZt,3,4,"td",110),n.Bc(558,pZt,2,1,"td",110),n.Sb(),n.Tb(559,"tr"),n.Bc(560,kZt,2,1,"td",110),n.Bc(561,vZt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(562,"div",100),n.Tb(563,"table",108),n.Tb(564,"tr"),n.Bc(565,yZt,2,4,"td",102),n.Bc(566,OZt,4,2,"td",292),n.Sb(),n.Tb(567,"tr"),n.Bc(568,BZt,3,4,"td",111),n.Bc(569,FZt,3,4,"td",112),n.Bc(570,EZt,2,1,"td",110),n.Sb(),n.Tb(571,"tr"),n.Bc(572,wZt,3,4,"td",113),n.Bc(573,MZt,3,4,"td",110),n.Bc(574,jZt,2,1,"td",110),n.Sb(),n.Tb(575,"tr"),n.Bc(576,xZt,2,1,"td",110),n.Bc(577,VZt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(578,"div",115),n.Tb(579,"div",101),n.Bc(580,HZt,1,3,"div",102),n.Bc(581,RZt,1,3,"div",102),n.Bc(582,PZt,1,3,"div",102),n.Ob(583,"div",103),n.Tb(584,"div",104),n.Dc(585," Inject "),n.Sb(),n.Ob(586,"div",105),n.Bc(587,NZt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(588,"div",99),n.Tb(589,"div",100),n.Tb(590,"div",101),n.Bc(591,UZt,1,3,"div",102),n.Bc(592,WZt,1,3,"div",102),n.Bc(593,$Zt,1,3,"div",102),n.Ob(594,"div",103),n.Tb(595,"div",104),n.Dc(596," Inject "),n.Sb(),n.Ob(597,"div",105),n.Bc(598,zZt,2,0,"div",106),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Bc(602,JZt,2,4,"td",102);n.Bc(603,qZt,4,2,"td",292),n.Sb(),n.Tb(604,"tr"),n.Bc(605,XZt,3,4,"td",111),n.Bc(606,QZt,3,4,"td",112),n.Bc(607,KZt,2,1,"td",110),n.Sb(),n.Tb(608,"tr"),n.Bc(609,ZZt,3,4,"td",113),n.Bc(610,YZt,3,4,"td",110),n.Bc(611,tYt,2,1,"td",110),n.Sb(),n.Tb(612,"tr"),n.Bc(613,aYt,2,1,"td",110),n.Bc(614,eYt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(615,"div",100),n.Tb(616,"table",108),n.Tb(617,"tr"),n.Bc(618,nYt,2,4,"td",102),n.Bc(619,oYt,4,2,"td",292),n.Sb(),n.Tb(620,"tr"),n.Bc(621,cYt,3,4,"td",111),n.Bc(622,sYt,3,4,"td",112),n.Bc(623,lYt,2,1,"td",110),n.Sb(),n.Tb(624,"tr"),n.Bc(625,iYt,3,4,"td",113),n.Bc(626,bYt,3,4,"td",110),n.Bc(627,rYt,2,1,"td",110),n.Sb(),n.Tb(628,"tr"),n.Bc(629,fYt,2,1,"td",110),n.Bc(630,dYt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(631,"div",115),n.Tb(632,"div",101),n.Bc(633,uYt,1,3,"div",102),n.Bc(634,AYt,1,3,"div",102),n.Bc(635,LYt,1,3,"div",102),n.Ob(636,"div",103),n.Tb(637,"div",104),n.Dc(638," Inject "),n.Sb(),n.Ob(639,"div",105),n.Bc(640,_Yt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(641,"div",99),n.Tb(642,"div",100),n.Tb(643,"div",101),n.Bc(644,IYt,1,3,"div",102),n.Bc(645,DYt,1,3,"div",102),n.Bc(646,mYt,1,3,"div",102),n.Ob(647,"div",103),n.Tb(648,"div",104),n.Dc(649," Inject "),n.Sb(),n.Ob(650,"div",105),n.Bc(651,CYt,2,0,"div",106),n.Sb(),n.Ob(652,"div",107),n.Tb(653,"table",108),n.Tb(654,"tr"),n.Bc(655,SYt,2,4,"td",102),n.Bc(656,hYt,4,2,"td",292),n.Sb(),n.Tb(657,"tr"),n.Bc(658,gYt,3,4,"td",111),n.Bc(659,GYt,3,4,"td",112),n.Bc(660,TYt,2,1,"td",110),n.Sb(),n.Tb(661,"tr"),n.Bc(662,pYt,3,4,"td",113),n.Bc(663,kYt,3,4,"td",110),n.Bc(664,vYt,2,1,"td",110),n.Sb(),n.Tb(665,"tr"),n.Bc(666,yYt,2,1,"td",110),n.Bc(667,OYt,2,1,"td",114),n.Sb(),n.Sb(),n.Sb(),n.Tb(668,"div",100),n.Tb(669,"table",108),n.Tb(670,"tr"),n.Bc(671,BYt,2,4,"td",102),n.Bc(672,FYt,4,2,"td",292),n.Sb(),n.Tb(673,"tr"),n.Bc(674,EYt,3,4,"td",111),n.Bc(675,wYt,3,4,"td",112),n.Bc(676,MYt,2,1,"td",110),n.Sb(),n.Tb(677,"tr"),n.Bc(678,jYt,3,4,"td",113),n.Bc(679,xYt,3,4,"td",110),n.Bc(680,VYt,2,1,"td",110),n.Sb(),n.Tb(681,"tr"),n.Bc(682,HYt,2,1,"td",110),n.Bc(683,RYt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(684,"div",115),n.Tb(685,"div",101),n.Bc(686,PYt,1,3,"div",102),n.Bc(687,NYt,1,3,"div",102),n.Bc(688,UYt,1,3,"div",102),n.Ob(689,"div",103),n.Tb(690,"div",104),n.Dc(691," Inject "),n.Sb(),n.Ob(692,"div",105),n.Bc(693,WYt,2,0,"div",106),n.Sb(),n.Sb(),n.Sb(),n.Tb(694,"div",116),n.Tb(695,"div",117),n.Tb(696,"div",118),n.Ob(697,"div",119),n.Ob(698,"div",120),n.Ob(699,"div",121),n.Ob(700,"div",122),n.Ob(701,"div",123),n.Sb(),n.Tb(702,"div",118),n.Tb(703,"span",124),n.Dc(704,"Idle"),n.Sb(),n.Tb(705,"span",124),n.Dc(706,"Full"),n.Sb(),n.Tb(707,"span",124),n.Dc(708,"CHGing"),n.Sb(),n.Tb(709,"span",124),n.Dc(710,"DSGing"),n.Sb(),n.Tb(711,"span",124),n.Dc(712,"Error"),n.Sb(),n.Sb(),n.Sb(),n.Bc(713,$Yt,2,1,"b",125),n.Ob(714,"div",126),n.Sb(),n.Sb(),n.Sb(),n.Ob(715,"div",94),n.Sb()}if(2&t){const t=n.fc(2);n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].dcuStatus[0]),n.Ab(6),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].slotId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battId),n.Ab(4),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].slotId),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battVoltage),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battCurrent),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battTempMos),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!=t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battSoC),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battSoH),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battTempCell),n.Ab(2),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battChgCycle),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&null!==t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battId),n.Ab(3),n.lc("ngIf",t.GetALLDataa&&"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(1),n.lc("ngIf",t.GetALLDataa&&"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]),n.Ab(5),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].rackId&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].slotId),n.Ab(20),n.lc("ngIf",t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].dcuStatus[0])}}function JYt(t,a){1&t&&(n.Tb(0,"p",152),n.Dc(1,"\u4e0b\u63a7\u529f\u80fd\u5340\u672a\u89e3\u9396\uff0c\u8acb\u9ede\u64ca Tab \u4e26\u8f38\u5165\u5bc6\u78bc\u3002"),n.Sb())}function qYt(t,a){if(1&t&&(n.Tb(0,"span",201),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("5\u69fd\u2002",t.GetALLDataa.latest_C8A23100010_document.deviceId,"")}}function XYt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"502\u904b\u884c\u6a21\u5f0f\u5207\u63db\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function QYt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response502Json_C8A23100010))}}function KYt(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"504\u7dca\u6025\u9000\u51fa\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function ZYt(t,a){if(1&t&&(n.Tb(0,"pre",184),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response504Json_C8A23100010))}}function YYt(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_508_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_508_document),"\n ")}}function t0t(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684508\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function a0t(t,a){if(1&t&&(n.Rb(0),n.Tb(1,"span",185),n.Dc(2),n.gc(3,"date"),n.Sb(),n.Tb(4,"pre",186),n.Dc(5),n.gc(6,"json"),n.Sb(),n.Qb()),2&t){const t=n.fc(3);n.Ab(2),n.Fc("\u6700\u65b0\u4e00\u7b46\u8cc7\u6599\u6642\u9593: ",n.ic(3,2,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_509_document.timestamp,"yyyy-MM-dd HH:mm:ss"),""),n.Ab(3),n.Fc(" ",n.hc(6,5,t.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_509_document),"\n ")}}function e0t(t,a){1&t&&(n.Tb(0,"p",187),n.Dc(1,"MongoDB Atlas\u5167\u7121\u6b64\u63db\u96fb\u6ac3\u7ad9\u9ede\u7684509\u6b77\u53f2\u8cc7\u6599"),n.Sb())}function n0t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"507\u63db\u96fb\u6ac3\u8cc7\u8a0a\u8b80\u53d6\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function o0t(t,a){if(1&t&&(n.Tb(0,"pre",188),n.Dc(1),n.gc(2,"json"),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Ec(n.hc(2,1,t.response507Json_C8A23100010))}}function c0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",153),n.Tb(1,"div",196),n.Tb(2,"span",197),n.Dc(3),n.Sb(),n.Bc(4,qYt,2,1,"span",198),n.Sb(),n.Tb(5,"div",157),n.Tb(6,"div",158),n.Tb(7,"div",159),n.Tb(8,"div",160),n.Tb(9,"span",161),n.Dc(10,"502 \u7ad9\u9ede\u904b\u884c\u6a21\u5f0f\u5207\u63db"),n.Sb(),n.Tb(11,"mat-form-field",162),n.Tb(12,"mat-label"),n.Dc(13,"\u8acb\u9078\u64c7\u904b\u884c\u6a21\u5f0f"),n.Sb(),n.Tb(14,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc(2).selectedModefor502_C8A23100010=a})),n.Tb(15,"option",164),n.Dc(16,"\u5f85\u6a5f\u6a21\u5f0f(Idle)"),n.Sb(),n.Tb(17,"option",165),n.Dc(18,"\u5145\u96fb\u6a21\u5f0f(Charge)"),n.Sb(),n.Tb(19,"option",166),n.Dc(20,"\u653e\u96fb\u6a21\u5f0f(Discharge)"),n.Sb(),n.Sb(),n.Sb(),n.Tb(21,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).handle502Confirmation_C8A23100010()})),n.Dc(22,"\u78ba\u8a8d"),n.Sb(),n.Ob(23,"p"),n.Tb(24,"span",161),n.Dc(25,"[BSS] Response:"),n.Sb(),n.Bc(26,XYt,3,0,"div",168),n.Bc(27,QYt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(28,"div",159),n.Tb(29,"div",160),n.Tb(30,"span",161),n.Dc(31,"504 \u6ac3\u9ad4\u96fb\u6c60\u7dca\u6025\u9000\u51fa"),n.Sb(),n.Tb(32,"button",170),n.bc("click",(function(){return n.uc(t),n.fc(2).submit504EmergencyEject_C8A23100010()})),n.Dc(33,"\u7dca\u6025\u9000\u51fa\u6309\u9215"),n.Sb(),n.Ob(34,"p"),n.Tb(35,"span",161),n.Dc(36,"[BSS] Response:"),n.Sb(),n.Bc(37,KYt,3,0,"div",168),n.Bc(38,ZYt,3,3,"pre",169),n.Sb(),n.Sb(),n.Tb(39,"div",171),n.Tb(40,"div",172),n.Tb(41,"div",173),n.Tb(42,"span",161),n.Dc(43,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(44,"button",174),n.bc("click",(function(){return n.uc(t),n.fc(2).openDialog("dialog_C8A23100010_508")})),n.Dc(45,"508 FOTA\u4e0b\u4ee4\u6309\u9215"),n.Sb(),n.Bc(46,YYt,7,7,"ng-container",175),n.Bc(47,t0t,2,0,"ng-template",null,293,n.Cc),n.Sb(),n.Ob(49,"div",177),n.Tb(50,"div",173),n.Tb(51,"span",161),n.Dc(52,"509\u96fb\u6c60FOTA\u4efb\u52d9\u53d6\u6d88"),n.Sb(),n.Tb(53,"button",178),n.Dc(54,"\u9593\u8ddd"),n.Sb(),n.Bc(55,a0t,7,7,"ng-container",175),n.Bc(56,e0t,2,0,"ng-template",null,294,n.Cc),n.Sb(),n.Sb(),n.Sb(),n.Sb(),n.Tb(58,"div",180),n.Tb(59,"div",160),n.Tb(60,"span",161),n.Dc(61,"507 \u63db\u96fb\u6ac3\u8cc7\u8a0a"),n.Sb(),n.Tb(62,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submit507BSSInfo_C8A23100010()})),n.Dc(63,"\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a\u6309\u9215"),n.Sb(),n.Ob(64,"p"),n.Tb(65,"span",161),n.Dc(66,"[BSS] Response:"),n.Sb(),n.Bc(67,n0t,3,0,"div",168),n.Bc(68,o0t,3,3,"pre",181),n.Sb(),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(48),a=n.rc(57),e=n.fc(2);n.Ab(3),n.Fc("\u7576\u524d\u7ad9\u9ede: ",e.selectedOption,"\u2002"),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100010_document),n.Ab(10),n.lc("ngModel",e.selectedModefor502_C8A23100010),n.Ab(12),n.lc("ngIf",e.isLoading502_C8A23100010),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100010_document),n.Ab(10),n.lc("ngIf",e.isLoading504_C8A23100010),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100010_document),n.Ab(8),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_508_document)("ngIfElse",t),n.Ab(9),n.lc("ngIf",e.GetNewestDataForFOTA_508_509Dataa&&e.GetNewestDataForFOTA_508_509Dataa.latest_C8A23100010_509_document)("ngIfElse",a),n.Ab(12),n.lc("ngIf",e.isLoading507_C8A23100010),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_C8A23100010_document)}}function s0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",74),n.Tb(1,"mat-tab-group",75),n.bc("selectedTabChange",(function(a){return n.uc(t),n.fc().onTabChange_C8A23100010(a)})),n.Tb(2,"mat-tab",290),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,pJt,2,0,"span",79),n.Bc(6,kJt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,zYt,716,342,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,JYt,2,0,"ng-template",null,291,n.Cc),n.Bc(12,c0t,69,13,"div",88),n.Sb(),n.Sb(),n.Sb()}if(2&t){const t=n.rc(11),a=n.fc();n.Ab(1),n.lc("animationDuration","0ms"),n.Ab(4),n.lc("ngIf",!a.toggleState),n.Ab(1),n.lc("ngIf",!a.toggleState&&a.GetALLDataa&&a.GetALLDataa.latest_C8A23100010_document),n.Ab(2),n.lc("ngIf",!a.toggleState),n.Ab(4),n.lc("ngIf",a.isControlSectionUnlocked_C8A23100010)("ngIfElse",t)}}function l0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_GM000001))}}function i0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,l0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_GM000001)}}function b0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112010))}}function r0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,b0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112010)}}function f0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_FM000001))}}function d0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,f0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_FM000001)}}function u0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112008))}}function A0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,u0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112008)}}function L0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100004))}}function _0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,L0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100004)}}function I0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23090002))}}function D0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,I0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23090002)}}function m0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112006))}}function C0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,m0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112006)}}function S0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112002))}}function h0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,S0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112002)}}function g0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112001))}}function G0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,g0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112001)}}function T0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112003))}}function p0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,T0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112003)}}function k0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112005))}}function v0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,k0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112005)}}function y0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23092001))}}function O0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,y0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23092001)}}function B0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112007))}}function F0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,B0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112007)}}function E0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C5A23112004))}}function w0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,E0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C5A23112004)}}function M0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23090001))}}function j0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,M0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23090001)}}function x0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100006))}}function V0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,x0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100006)}}function H0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100007))}}function R0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,H0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100007)}}function P0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100008))}}function N0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,P0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100008)}}function U0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100010))}}function W0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,U0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100010)}}function $0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100011))}}function z0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,$0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100011)}}function J0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100003))}}function q0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,J0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100003)}}function X0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100012))}}function Q0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,X0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100012)}}function K0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100009))}}function Z0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,K0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100009)}}function Y0t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100001))}}function t1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,Y0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100001)}}function a1t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100002))}}function e1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,a1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100002)}}function n1t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content"),n.Tb(1,"pre"),n.Dc(2),n.gc(3,"json"),n.Sb(),n.Sb()),2&t){const t=n.fc(2);n.Ab(2),n.Ec(n.hc(3,1,t.response503Json_C8A23100005))}}function o1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",295),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,n1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",296),n.Tb(4,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(5,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(2),n.lc("ngIf",t.response503Json_C8A23100005)}}function c1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function s1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_GM000001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_GM000001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_GM000001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_GM000001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_GM000001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,c1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_GM000001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_GM000001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_GM000001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_GM000001),n.Ab(13),n.lc("ngIf",t.isLoading508_GM000001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_GM000001),"\n ")}}function l1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function i1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112010_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112010_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112010=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112010=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112010_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,l1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112010_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112010_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112010),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112010),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112010),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112010),"\n ")}}function b1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function r1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_FM000001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_FM000001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_FM000001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_FM000001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_FM000001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,b1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_FM000001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_FM000001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_FM000001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_FM000001),n.Ab(13),n.lc("ngIf",t.isLoading508_FM000001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_FM000001),"\n ")}}function f1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function d1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112008_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112008_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112008=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112008=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112008_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,f1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112008_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112008_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112008),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112008),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112008),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112008),"\n ")}}function u1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function A1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100004_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100004_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100004=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100004=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100004_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,u1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100004_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100004_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100004),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100004),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100004),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100004),"\n ")}}function L1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function _1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23090002_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23090002_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23090002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23090002=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23090002_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,L1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23090002_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23090002_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23090002),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23090002),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23090002),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23090002),"\n ")}}function I1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function D1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112006_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112006_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112006=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112006=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112006_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,I1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112006_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112006_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112006),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112006),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112006),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112006),"\n ")}}function m1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function C1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112002_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112002_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112002=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112002_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,m1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112002_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112002_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112002),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112002),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112002),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112002),"\n ")}}function S1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function h1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,S1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112001),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112001),"\n ")}}function g1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function G1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112003_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112003_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112003=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112003=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112003_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,g1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112003_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112003_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112003),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112003),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112003),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112003),"\n ")}}function T1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function p1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112005_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112005_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112005=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112005=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112005_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,T1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112005_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112005_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112005),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112005),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112005),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112005),"\n ")}}function k1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function v1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23092001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23092001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23092001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23092001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23092001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,k1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23092001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23092001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23092001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23092001),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23092001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23092001),"\n ")}}function y1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function O1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112007_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112007_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112007=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112007=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112007_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,y1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112007_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112007_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112007),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112007),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112007),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112007),"\n ")}}function B1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function F1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112004_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112004_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112004=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C5A23112004=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C5A23112004_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,B1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C5A23112004_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C5A23112004_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C5A23112004),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C5A23112004),n.Ab(13),n.lc("ngIf",t.isLoading508_C5A23112004),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C5A23112004),"\n ")}}function E1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function w1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23090001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23090001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23090001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23090001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23090001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,E1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23090001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23090001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23090001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23090001),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23090001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23090001),"\n ")}}function M1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function j1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100006_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100006_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100006=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100006=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100006_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,M1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100006_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100006_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100006),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100006),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100006),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100006),"\n ")}}function x1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function V1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100007_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100007_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100007=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100007=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100007_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,x1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100007_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100007_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100007),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100007),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100007),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100007),"\n ")}}function H1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function R1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100008_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100008_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100008=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100008=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100008_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,H1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100008_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100008_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100008),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100008),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100008),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100008),"\n ")}}function P1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function N1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100010_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100010_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100010=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100010=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100010_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,P1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100010_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100010_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100010),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100010),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100010),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100010),"\n ")}}function U1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function W1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100011_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100011_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100011=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100011=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100011_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,U1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100011_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100011_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100011),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100011),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100011),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100011),"\n ")}}function $1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function z1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100003_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100003_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100003=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100003=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100003_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,$1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100003_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100003_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100003),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100003),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100003),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100003),"\n ")}}function J1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function q1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100012_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100012_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100012=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100012=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100012_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,J1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100012_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100012_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100012),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100012),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100012),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100012),"\n ")}}function X1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Q1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100009_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100009_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100009=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100009=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100009_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,X1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100009_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100009_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100009),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100009),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100009),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100009),"\n ")}}function K1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function Z1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100001_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100001_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100001=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100001_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,K1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100001_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100001_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100001),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100001),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100001),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100001),"\n ")}}function Y1t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function t2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100002_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100002_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100002=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100002_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,Y1t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100002_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100002_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100002),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100002),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100002),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100002),"\n ")}}function a2t(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"span",183),n.Dc(2,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function e2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Tb(1,"div",299),n.Tb(2,"span",300),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",301),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",302),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100005_508(a)})),n.Sb(),n.Tb(7,"span",301),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",303),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100005_508(a)})),n.Sb(),n.Tb(10,"span",301),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",304),n.Tb(13,"mat-label",305),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",306),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100005=a})),n.Sb(),n.Sb(),n.Tb(16,"span",301),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",307),n.Tb(19,"mat-label",305),n.Dc(20,"\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578"),n.Sb(),n.Tb(21,"select",163),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().selectedModefor508_C8A23100005=a})),n.Tb(22,"option",308),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",309),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",310),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",311),n.bc("click",(function(){return n.uc(t),n.fc().submit508BatteryFotaUpdate_C8A23100005_508()})),n.Dc(29,"\u78ba\u8a8d"),n.Sb(),n.Sb(),n.Ob(30,"p"),n.Tb(31,"div",312),n.Tb(32,"p",300),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,a2t,3,0,"div",168),n.Tb(35,"pre",186),n.Dc(36),n.gc(37,"json"),n.Sb(),n.Sb(),n.Sb(),n.Tb(38,"mat-dialog-actions",296),n.Tb(39,"button",297),n.bc("click",(function(){return n.uc(t),n.fc().closeDialog()})),n.Dc(40,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(6),n.Ac("color",t.isFileSelectedMissionSHA256_C8A23100005_508?"black":"red"),n.Ab(3),n.Ac("color",t.isFileSelectedMissionContent_C8A23100005_508?"black":"red"),n.Ab(6),n.lc("ngModel",t.missionExpTimefor508_C8A23100005),n.Ab(6),n.lc("ngModel",t.selectedModefor508_C8A23100005),n.Ab(13),n.lc("ngIf",t.isLoading508_C8A23100005),n.Ab(2),n.Fc(" ",n.hc(37,8,t.response508Json_C8A23100005),"\n ")}}function n2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," \u63db\u96fb\u6ac3\u7ad9\u9ede "),n.Sb())}function o2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.station," ")}}function c2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," deviceId "),n.Sb())}function s2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.deviceId," ")}}function l2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," sysOpMode "),n.Sb())}function i2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.sysOpMode," ")}}function b2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," sysVer "),n.Sb())}function r2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.sysVer," ")}}function f2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," code "),n.Sb())}const d2t=function(t){return{color:t}};function u2t(t,a){if(1&t&&(n.Tb(0,"td",342),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("ngStyle",n.oc(2,d2t,9999===t.code?"red":"black")),n.Ab(1),n.Fc(" ",t.code," ")}}function A2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," \u96fb\u6c60\u7e3d\u6578\u91cf "),n.Sb())}function L2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.battTotalAmount," ")}}function _2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," \u6eff\u96fb\u96fb\u6c60\u6578\u91cf "),n.Sb())}function I2t(t,a){if(1&t&&(n.Tb(0,"td",341),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.battFullAmount," ")}}function D2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," sysStatus "),n.Sb())}function m2t(t,a){if(1&t&&(n.Tb(0,"div",345),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("ngStyle",n.oc(2,d2t,"Normal"===t.trim()?"black":"red")),n.Ab(1),n.Ec(t.trim())}}const C2t=function(){return[]};function S2t(t,a){if(1&t&&(n.Tb(0,"td",343),n.Bc(1,m2t,2,4,"div",344),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",(t.sysStatus||n.nc(1,C2t)).join(",").split(","))}}function h2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," chuStatus "),n.Sb())}function g2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",347),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,d2t,t.text.includes("Error_")?"red":"black")),n.Ab(1),n.Ec(t.text)}}function G2t(t,a){if(1&t&&(n.Tb(0,"td",343),n.Bc(1,g2t,3,4,"div",346),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.chuStatus)}}function T2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," dcuStatus "),n.Sb())}function p2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",345),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,d2t,t.includes("Error_")?"red":"black")),n.Ab(1),n.Fc(" ",t," ")}}function k2t(t,a){if(1&t&&(n.Tb(0,"td",343),n.Bc(1,p2t,3,4,"div",346),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.dcuStatus||n.nc(1,C2t))}}function v2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," battStatus "),n.Sb())}function y2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",347),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,d2t,t.text.includes("Error_")?"red":"black")),n.Ab(1),n.Ec(t.text)}}function O2t(t,a){if(1&t&&(n.Tb(0,"td",343),n.Bc(1,y2t,3,4,"div",346),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.battStatus)}}function B2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," pwrStatus "),n.Sb())}function F2t(t,a){if(1&t&&(n.Tb(0,"span",140),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("ngStyle",n.oc(2,d2t,"Normal"===t.trim()?"black":"red")),n.Ab(1),n.Ec(t.trim())}}function E2t(t,a){if(1&t&&(n.Tb(0,"td",343),n.Bc(1,F2t,2,4,"span",348),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",(t.pwrStatus||"").split(","))}}function w2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," timestamp "),n.Sb())}function M2t(t,a){if(1&t&&(n.Tb(0,"td",349),n.Dc(1),n.gc(2,"date"),n.Tb(3,"span",350),n.Dc(4),n.gc(5,"date"),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",n.ic(2,2,t.timestamp,"yyyy-MM-dd")," "),n.Ab(3),n.Fc(" ",n.ic(5,5,t.timestamp,"HH:mm:ss")," ")}}function j2t(t,a){1&t&&(n.Tb(0,"th",340),n.Dc(1," \u662f\u5426\u5728\u7dda "),n.Sb())}function x2t(t,a){if(1&t&&(n.Tb(0,"td",351),n.Dc(1),n.Sb()),2&t){const t=a.$implicit,e=n.fc(2);n.Ac("color",e.isOffline(t.timestamp)?"red":"green"),n.Ab(1),n.Fc(" ",e.isOffline(t.timestamp)?"\u96e2\u7dda":"\u5728\u7dda"," ")}}function V2t(t,a){1&t&&n.Ob(0,"tr",352)}function H2t(t,a){1&t&&n.Ob(0,"tr",353)}function R2t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content",313),n.Tb(1,"div"),n.Tb(2,"table",314),n.Rb(3,315),n.Bc(4,n2t,2,0,"th",316),n.Bc(5,o2t,2,1,"td",317),n.Qb(),n.Rb(6,318),n.Bc(7,c2t,2,0,"th",316),n.Bc(8,s2t,2,1,"td",317),n.Qb(),n.Rb(9,319),n.Bc(10,l2t,2,0,"th",316),n.Bc(11,i2t,2,1,"td",317),n.Qb(),n.Rb(12,320),n.Bc(13,b2t,2,0,"th",316),n.Bc(14,r2t,2,1,"td",317),n.Qb(),n.Rb(15,321),n.Bc(16,f2t,2,0,"th",316),n.Bc(17,u2t,2,4,"td",322),n.Qb(),n.Rb(18,323),n.Bc(19,A2t,2,0,"th",316),n.Bc(20,L2t,2,1,"td",317),n.Qb(),n.Rb(21,324),n.Bc(22,_2t,2,0,"th",316),n.Bc(23,I2t,2,1,"td",317),n.Qb(),n.Rb(24,325),n.Bc(25,D2t,2,0,"th",326),n.Bc(26,S2t,2,2,"td",327),n.Qb(),n.Rb(27,328),n.Bc(28,h2t,2,0,"th",326),n.Bc(29,G2t,2,1,"td",327),n.Qb(),n.Rb(30,329),n.Bc(31,T2t,2,0,"th",330),n.Bc(32,k2t,2,2,"td",327),n.Qb(),n.Rb(33,331),n.Bc(34,v2t,2,0,"th",326),n.Bc(35,O2t,2,1,"td",327),n.Qb(),n.Rb(36,332),n.Bc(37,B2t,2,0,"th",326),n.Bc(38,E2t,2,1,"td",327),n.Qb(),n.Rb(39,333),n.Bc(40,w2t,2,0,"th",316),n.Bc(41,M2t,6,8,"td",334),n.Qb(),n.Rb(42,335),n.Bc(43,j2t,2,0,"th",316),n.Bc(44,x2t,2,3,"td",336),n.Qb(),n.Bc(45,V2t,1,0,"tr",337),n.Bc(46,H2t,1,0,"tr",338),n.Sb(),n.Sb(),n.Sb(),n.Tb(47,"mat-dialog-actions",296),n.Tb(48,"button",339),n.Dc(49,"\u95dc\u9589"),n.Sb(),n.Sb()),2&t){const t=n.fc();n.Ab(2),n.lc("dataSource",t.bcsStatusData),n.Ab(43),n.lc("matHeaderRowDef",t.displayedColumns),n.Ab(1),n.lc("matRowDefColumns",t.displayedColumns)}}function P2t(t,a){1&t&&(n.Tb(0,"span",376),n.Dc(1," \u52a0\u6cb9~\u5feb\u4e0a\u50b3\u5b8c\u6210\u4e86"),n.Sb())}function N2t(t,a){if(1&t&&(n.Tb(0,"div",372),n.Ob(1,"mat-progress-bar",373),n.Tb(2,"span",374),n.Dc(3),n.Sb(),n.Bc(4,P2t,2,0,"span",375),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("value",t.uploadProgressForBSSGUI),n.Ab(2),n.Fc("\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94 \u4e0a\u50b3\u9032\u5ea6: ",t.uploadProgressForBSSGUI,"%"),n.Ab(1),n.lc("ngIf",99===t.uploadProgressForBSSGUI)}}function U2t(t,a){1&t&&(n.Tb(0,"th",377),n.Dc(1,"\u6a94\u6848\u540d\u7a31"),n.Sb())}function W2t(t,a){if(1&t&&(n.Tb(0,"td",378),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.filename)}}function $2t(t,a){1&t&&(n.Tb(0,"th",377),n.Dc(1,"\u6a94\u6848\u5927\u5c0f(MB)"),n.Sb())}function z2t(t,a){if(1&t&&(n.Tb(0,"td",378),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.file_size)}}function J2t(t,a){1&t&&(n.Tb(0,"th",377),n.Dc(1,"\u6a94\u6848\u6700\u65b0\u4fee\u6539\u6642\u9593"),n.Sb())}function q2t(t,a){if(1&t&&(n.Tb(0,"td",378),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.modified_time)}}function X2t(t,a){1&t&&n.Ob(0,"tr",379)}function Q2t(t,a){1&t&&n.Ob(0,"tr",380)}function K2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",298),n.Ob(1,"div",354),n.Tb(2,"div",355),n.Tb(3,"span",300),n.Dc(4,"\u4e0a\u50b3\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94\u81f3AWS S3"),n.Sb(),n.Tb(5,"span",301),n.Dc(6,"\u53ef\u4e0a\u50b3\u7684\u58d3\u7e2e\u6a94\u683c\u5f0f(.zip .rar .7z .tar .gz)"),n.Sb(),n.Tb(7,"input",356),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeForUploadBSSGUI(a)})),n.Sb(),n.Ob(8,"p"),n.Tb(9,"button",357),n.bc("click",(function(){return n.uc(t),n.fc().submitForUploadBSSGUI()})),n.Dc(10,"\u78ba\u8a8d\u4e26\u4e0a\u50b3"),n.Sb(),n.Ob(11,"p"),n.Bc(12,N2t,5,3,"div",358),n.Tb(13,"pre",359),n.Dc(14),n.gc(15,"json"),n.Sb(),n.Sb(),n.Tb(16,"div",360),n.Tb(17,"p",361),n.Dc(18,"\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94\u5217\u8868(AWS S3)"),n.Sb(),n.Tb(19,"div",362),n.Tb(20,"table",363),n.Rb(21,364),n.Bc(22,U2t,2,0,"th",365),n.Bc(23,W2t,2,1,"td",366),n.Qb(),n.Rb(24,367),n.Bc(25,$2t,2,0,"th",365),n.Bc(26,z2t,2,1,"td",366),n.Qb(),n.Rb(27,368),n.Bc(28,J2t,2,0,"th",365),n.Bc(29,q2t,2,1,"td",366),n.Qb(),n.Bc(30,X2t,1,0,"tr",369),n.Bc(31,Q2t,1,0,"tr",370),n.Sb(),n.Sb(),n.Sb(),n.Ob(32,"div",354),n.Sb(),n.Tb(33,"mat-dialog-actions",296),n.Tb(34,"button",371),n.Dc(35,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(7),n.lc("disabled",t.isUploadingForBSSGUI)("ngStyle",n.oc(10,d2t,t.fileToUpload?"black":"red")),n.Ab(2),n.lc("disabled",t.isUploadinSgForBSSGUI),n.Ab(3),n.lc("ngIf",t.isUploadingForBSSGUI),n.Ab(2),n.Fc(" ",n.hc(15,8,t.responseForUploadBSSGUI),"\n "),n.Ab(6),n.lc("dataSource",t.Files),n.Ab(10),n.lc("matHeaderRowDef",t.displayedColumnsForUploadBSSGUI),n.Ab(1),n.lc("matRowDefColumns",t.displayedColumnsForUploadBSSGUI)}}let Z2t=(()=>{class t{constructor(t,a,e,n){this.accountService=t,this.homeService=a,this.dialog=e,this.toastr=n,this.currentTime=new Date,this.currentTimeForOnline=Date.now(),this.bcsStatusData=[],this.displayedColumns=["station","deviceId","sysOpMode","sysVer","code","battTotalAmount","battFullAmount","sysStatus","timestamp","online"],this.isPortrait=!0,this.selected="",this.isStartButtonDisabled=!1,this.fileToUpload=null,this.isUploadingForBSSGUI=!1,this.uploadProgressForBSSGUI=0,this.Files=[],this.displayedColumnsForUploadBSSGUI=["filename","file_size","modified_time"],this.selectedModefor502_GM000001="Idle",this.response502Json_GM000001={},this.response503Json_GM000001={},this.response504Json_GM000001={},this.response507Json_GM000001={},this.response508Json_GM000001={},this.selectedModefor502_C5A23112010="Idle",this.response502Json_C5A23112010={},this.response503Json_C5A23112010={},this.response504Json_C5A23112010={},this.response507Json_C5A23112010={},this.response508Json_C5A23112010={},this.selectedModefor502_FM000001="Idle",this.response502Json_FM000001={},this.response503Json_FM000001={},this.response504Json_FM000001={},this.response507Json_FM000001={},this.response508Json_FM000001={},this.selectedModefor502_C5A23112008="Idle",this.response502Json_C5A23112008={},this.response503Json_C5A23112008={},this.response504Json_C5A23112008={},this.response507Json_C5A23112008={},this.response508Json_C5A23112008={},this.selectedModefor502_C8A23100004="Idle",this.response502Json_C8A23100004={},this.response503Json_C8A23100004={},this.response504Json_C8A23100004={},this.response507Json_C8A23100004={},this.response508Json_C8A23100004={},this.selectedModefor502_C8A23090002="Idle",this.response502Json_C8A23090002={},this.response503Json_C8A23090002={},this.response504Json_C8A23090002={},this.response507Json_C8A23090002={},this.response508Json_C8A23090002={},this.selectedModefor502_C5A23112006="Idle",this.response502Json_C5A23112006={},this.response503Json_C5A23112006={},this.response504Json_C5A23112006={},this.response507Json_C5A23112006={},this.response508Json_C5A23112006={},this.selectedModefor502_C5A23112002="Idle",this.response502Json_C5A23112002={},this.response503Json_C5A23112002={},this.response504Json_C5A23112002={},this.response507Json_C5A23112002={},this.response508Json_C5A23112002={},this.selectedModefor502_C5A23112001="Idle",this.response502Json_C5A23112001={},this.response503Json_C5A23112001={},this.response504Json_C5A23112001={},this.response507Json_C5A23112001={},this.response508Json_C5A23112001={},this.selectedModefor502_C5A23112003="Idle",this.response502Json_C5A23112003={},this.response503Json_C5A23112003={},this.response504Json_C5A23112003={},this.response507Json_C5A23112003={},this.response508Json_C5A23112003={},this.selectedModefor502_C5A23112005="Idle",this.response502Json_C5A23112005={},this.response503Json_C5A23112005={},this.response504Json_C5A23112005={},this.response507Json_C5A23112005={},this.response508Json_C5A23112005={},this.selectedModefor502_C5A23092001="Idle",this.response502Json_C5A23092001={},this.response503Json_C5A23092001={},this.response504Json_C5A23092001={},this.response507Json_C5A23092001={},this.response508Json_C5A23092001={},this.selectedModefor502_C5A23112007="Idle",this.response502Json_C5A23112007={},this.response503Json_C5A23112007={},this.response504Json_C5A23112007={},this.response507Json_C5A23112007={},this.response508Json_C5A23112007={},this.selectedModefor502_C5A23112004="Idle",this.response502Json_C5A23112004={},this.response503Json_C5A23112004={},this.response504Json_C5A23112004={},this.response507Json_C5A23112004={},this.response508Json_C5A23112004={},this.selectedModefor502_C8A23090001="Idle",this.response502Json_C8A23090001={},this.response503Json_C8A23090001={},this.response504Json_C8A23090001={},this.response507Json_C8A23090001={},this.response508Json_C8A23090001={},this.selectedModefor502_C8A23100006="Idle",this.response502Json_C8A23100006={},this.response503Json_C8A23100006={},this.response504Json_C8A23100006={},this.response507Json_C8A23100006={},this.response508Json_C8A23100006={},this.selectedModefor502_C8A23100007="Idle",this.response502Json_C8A23100007={},this.response503Json_C8A23100007={},this.response504Json_C8A23100007={},this.response507Json_C8A23100007={},this.response508Json_C8A23100007={},this.selectedModefor502_C8A23100008="Idle",this.response502Json_C8A23100008={},this.response503Json_C8A23100008={},this.response504Json_C8A23100008={},this.response507Json_C8A23100008={},this.response508Json_C8A23100008={},this.selectedModefor502_C8A23100010="Idle",this.response502Json_C8A23100010={},this.response503Json_C8A23100010={},this.response504Json_C8A23100010={},this.response507Json_C8A23100010={},this.response508Json_C8A23100010={},this.selectedModefor502_C8A23100011="Idle",this.response502Json_C8A23100011={},this.response503Json_C8A23100011={},this.response504Json_C8A23100011={},this.response507Json_C8A23100011={},this.response508Json_C8A23100011={},this.selectedModefor502_C8A23100003="Idle",this.response502Json_C8A23100003={},this.response503Json_C8A23100003={},this.response504Json_C8A23100003={},this.response507Json_C8A23100003={},this.response508Json_C8A23100003={},this.selectedModefor502_C8A23100012="Idle",this.response502Json_C8A23100012={},this.response503Json_C8A23100012={},this.response504Json_C8A23100012={},this.response507Json_C8A23100012={},this.response508Json_C8A23100012={},this.selectedModefor502_C8A23100009="Idle",this.response502Json_C8A23100009={},this.response503Json_C8A23100009={},this.response504Json_C8A23100009={},this.response507Json_C8A23100009={},this.response508Json_C8A23100009={},this.selectedModefor502_C8A23100001="Idle",this.response502Json_C8A23100001={},this.response503Json_C8A23100001={},this.response504Json_C8A23100001={},this.response507Json_C8A23100001={},this.response508Json_C8A23100001={},this.selectedModefor502_C8A23100002="Idle",this.response502Json_C8A23100002={},this.response503Json_C8A23100002={},this.response504Json_C8A23100002={},this.response507Json_C8A23100002={},this.response508Json_C8A23100002={},this.selectedModefor502_C8A23100005="Idle",this.response502Json_C8A23100005={},this.response503Json_C8A23100005={},this.response504Json_C8A23100005={},this.response507Json_C8A23100005={},this.response508Json_C8A23100005={},this.lastConfirmedMode_GM000001=null,this.lastConfirmedEjectMap_GM000001=new Map,this.is504FirstConfirmation_GM000001=!0,this.lastConfirmedMode_C5A23112010=null,this.lastConfirmedEjectMap_C5A23112010=new Map,this.is504FirstConfirmation_C5A23112010=!0,this.lastConfirmedMode_FM000001=null,this.lastConfirmedEjectMap_FM000001=new Map,this.is504FirstConfirmation_FM000001=!0,this.lastConfirmedMode_C5A23112008=null,this.lastConfirmedEjectMap_C5A23112008=new Map,this.is504FirstConfirmation_C5A23112008=!0,this.lastConfirmedMode_C8A23100004=null,this.lastConfirmedEjectMap_C8A23100004=new Map,this.is504FirstConfirmation_C8A23100004=!0,this.lastConfirmedMode_C8A23090002=null,this.lastConfirmedEjectMap_C8A23090002=new Map,this.is504FirstConfirmation_C8A23090002=!0,this.lastConfirmedMode_C5A23112006=null,this.lastConfirmedEjectMap_C5A23112006=new Map,this.is504FirstConfirmation_C5A23112006=!0,this.lastConfirmedMode_C5A23112002=null,this.lastConfirmedEjectMap_C5A23112002=new Map,this.is504FirstConfirmation_C5A23112002=!0,this.lastConfirmedMode_C5A23112001=null,this.lastConfirmedEjectMap_C5A23112001=new Map,this.is504FirstConfirmation_C5A23112001=!0,this.lastConfirmedMode_C5A23112003=null,this.lastConfirmedEjectMap_C5A23112003=new Map,this.is504FirstConfirmation_C5A23112003=!0,this.lastConfirmedMode_C5A23112005=null,this.lastConfirmedEjectMap_C5A23112005=new Map,this.is504FirstConfirmation_C5A23112005=!0,this.lastConfirmedMode_C5A23092001=null,this.lastConfirmedEjectMap_C5A23092001=new Map,this.is504FirstConfirmation_C5A23092001=!0,this.lastConfirmedMode_C5A23112007=null,this.lastConfirmedEjectMap_C5A23112007=new Map,this.is504FirstConfirmation_C5A23112007=!0,this.lastConfirmedMode_C5A23112004=null,this.lastConfirmedEjectMap_C5A23112004=new Map,this.is504FirstConfirmation_C5A23112004=!0,this.lastConfirmedMode_C8A23090001=null,this.lastConfirmedEjectMap_C8A23090001=new Map,this.is504FirstConfirmation_C8A23090001=!0,this.lastConfirmedMode_C8A23100006=null,this.lastConfirmedEjectMap_C8A23100006=new Map,this.is504FirstConfirmation_C8A23100006=!0,this.lastConfirmedMode_C8A23100007=null,this.lastConfirmedEjectMap_C8A23100007=new Map,this.is504FirstConfirmation_C8A23100007=!0,this.lastConfirmedMode_C8A23100008=null,this.lastConfirmedEjectMap_C8A23100008=new Map,this.is504FirstConfirmation_C8A23100008=!0,this.lastConfirmedMode_C8A23100010=null,this.lastConfirmedEjectMap_C8A23100010=new Map,this.is504FirstConfirmation_C8A23100010=!0,this.lastConfirmedMode_C8A23100011=null,this.lastConfirmedEjectMap_C8A23100011=new Map,this.is504FirstConfirmation_C8A23100011=!0,this.lastConfirmedMode_C8A23100003=null,this.lastConfirmedEjectMap_C8A23100003=new Map,this.is504FirstConfirmation_C8A23100003=!0,this.lastConfirmedMode_C8A23100012=null,this.lastConfirmedEjectMap_C8A23100012=new Map,this.is504FirstConfirmation_C8A23100012=!0,this.lastConfirmedMode_C8A23100009=null,this.lastConfirmedEjectMap_C8A23100009=new Map,this.is504FirstConfirmation_C8A23100009=!0,this.lastConfirmedMode_C8A23100001=null,this.lastConfirmedEjectMap_C8A23100001=new Map,this.is504FirstConfirmation_C8A23100001=!0,this.lastConfirmedMode_C8A23100002=null,this.lastConfirmedEjectMap_C8A23100002=new Map,this.is504FirstConfirmation_C8A23100002=!0,this.lastConfirmedMode_C8A23100005=null,this.lastConfirmedEjectMap_C8A23100005=new Map,this.is504FirstConfirmation_C8A23100005=!0,this.correctPassword="itri123456",this.isControlSectionUnlocked_GM000001andC5A23112010=!1,this.isControlSectionUnlocked_FM000001=!1,this.isControlSectionUnlocked_C5A23112008=!1,this.isControlSectionUnlocked_C8A23100004=!1,this.isControlSectionUnlocked_C8A23090002=!1,this.isControlSectionUnlocked_C5A23112006=!1,this.isControlSectionUnlocked_C5A23112002=!1,this.isControlSectionUnlocked_C5A23112001=!1,this.isControlSectionUnlocked_C5A23112003=!1,this.isControlSectionUnlocked_C5A23112005=!1,this.isControlSectionUnlocked_C5A23092001=!1,this.isControlSectionUnlocked_C5A23112007=!1,this.isControlSectionUnlocked_C5A23112004=!1,this.isControlSectionUnlocked_C8A23090001=!1,this.isControlSectionUnlocked_C8A23100006=!1,this.isControlSectionUnlocked_C8A23100007=!1,this.isControlSectionUnlocked_C8A23100008=!1,this.isControlSectionUnlocked_C8A23100010=!1,this.isControlSectionUnlocked_C8A23100011=!1,this.isControlSectionUnlocked_C8A23100003=!1,this.isControlSectionUnlocked_C8A23100012=!1,this.isControlSectionUnlocked_C8A23100009=!1,this.isControlSectionUnlocked_C8A23100001=!1,this.isControlSectionUnlocked_C8A23100002=!1,this.isControlSectionUnlocked_C8A23100005=!1,this.isLoading502_GM000001=!1,this.isLoading504_GM000001=!1,this.isLoading507_GM000001=!1,this.isLoading508_GM000001=!1,this.isLoading502_C5A23112010=!1,this.isLoading504_C5A23112010=!1,this.isLoading507_C5A23112010=!1,this.isLoading508_C5A23112010=!1,this.isLoading502_FM000001=!1,this.isLoading504_FM000001=!1,this.isLoading507_FM000001=!1,this.isLoading508_FM000001=!1,this.isLoading502_C5A23112008=!1,this.isLoading504_C5A23112008=!1,this.isLoading507_C5A23112008=!1,this.isLoading508_C5A23112008=!1,this.isLoading502_C8A23100004=!1,this.isLoading504_C8A23100004=!1,this.isLoading507_C8A23100004=!1,this.isLoading508_C8A23100004=!1,this.isLoading502_C8A23090002=!1,this.isLoading504_C8A23090002=!1,this.isLoading507_C8A23090002=!1,this.isLoading508_C8A23090002=!1,this.isLoading502_C5A23112006=!1,this.isLoading504_C5A23112006=!1,this.isLoading507_C5A23112006=!1,this.isLoading508_C5A23112006=!1,this.isLoading502_C5A23112002=!1,this.isLoading504_C5A23112002=!1,this.isLoading507_C5A23112002=!1,this.isLoading508_C5A23112002=!1,this.isLoading502_C5A23112001=!1,this.isLoading504_C5A23112001=!1,this.isLoading507_C5A23112001=!1,this.isLoading508_C5A23112001=!1,this.isLoading502_C5A23112003=!1,this.isLoading504_C5A23112003=!1,this.isLoading507_C5A23112003=!1,this.isLoading508_C5A23112003=!1,this.isLoading502_C5A23112005=!1,this.isLoading504_C5A23112005=!1,this.isLoading507_C5A23112005=!1,this.isLoading508_C5A23112005=!1,this.isLoading502_C5A23092001=!1,this.isLoading504_C5A23092001=!1,this.isLoading507_C5A23092001=!1,this.isLoading508_C5A23092001=!1,this.isLoading502_C5A23112007=!1,this.isLoading504_C5A23112007=!1,this.isLoading507_C5A23112007=!1,this.isLoading508_C5A23112007=!1,this.isLoading502_C5A23112004=!1,this.isLoading504_C5A23112004=!1,this.isLoading507_C5A23112004=!1,this.isLoading508_C5A23112004=!1,this.isLoading502_C8A23090001=!1,this.isLoading504_C8A23090001=!1,this.isLoading507_C8A23090001=!1,this.isLoading508_C8A23090001=!1,this.isLoading502_C8A23100006=!1,this.isLoading504_C8A23100006=!1,this.isLoading507_C8A23100006=!1,this.isLoading508_C8A23100006=!1,this.isLoading502_C8A23100007=!1,this.isLoading504_C8A23100007=!1,this.isLoading507_C8A23100007=!1,this.isLoading508_C8A23100007=!1,this.isLoading502_C8A23100008=!1,this.isLoading504_C8A23100008=!1,this.isLoading507_C8A23100008=!1,this.isLoading508_C8A23100008=!1,this.isLoading502_C8A23100010=!1,this.isLoading504_C8A23100010=!1,this.isLoading507_C8A23100010=!1,this.isLoading508_C8A23100010=!1,this.isLoading502_C8A23100011=!1,this.isLoading504_C8A23100011=!1,this.isLoading507_C8A23100011=!1,this.isLoading508_C8A23100011=!1,this.isLoading502_C8A23100003=!1,this.isLoading504_C8A23100003=!1,this.isLoading507_C8A23100003=!1,this.isLoading508_C8A23100003=!1,this.isLoading502_C8A23100012=!1,this.isLoading504_C8A23100012=!1,this.isLoading507_C8A23100012=!1,this.isLoading508_C8A23100012=!1,this.isLoading502_C8A23100009=!1,this.isLoading504_C8A23100009=!1,this.isLoading507_C8A23100009=!1,this.isLoading508_C8A23100009=!1,this.isLoading502_C8A23100001=!1,this.isLoading504_C8A23100001=!1,this.isLoading507_C8A23100001=!1,this.isLoading508_C8A23100001=!1,this.isLoading502_C8A23100002=!1,this.isLoading504_C8A23100002=!1,this.isLoading507_C8A23100002=!1,this.isLoading508_C8A23100002=!1,this.isLoading502_C8A23100005=!1,this.isLoading504_C8A23100005=!1,this.isLoading507_C8A23100005=!1,this.isLoading508_C8A23100005=!1,this.isFileSelectedMissionSHA256_GM000001_508=!1,this.isFileSelectedMissionSHA256_C5A23112010_508=!1,this.isFileSelectedMissionSHA256_FM000001_508=!1,this.isFileSelectedMissionSHA256_C5A23112008_508=!1,this.isFileSelectedMissionSHA256_C8A23100004_508=!1,this.isFileSelectedMissionSHA256_C8A23090002_508=!1,this.isFileSelectedMissionSHA256_C5A23112006_508=!1,this.isFileSelectedMissionSHA256_C5A23112002_508=!1,this.isFileSelectedMissionSHA256_C5A23112001_508=!1,this.isFileSelectedMissionSHA256_C5A23112003_508=!1,this.isFileSelectedMissionSHA256_C5A23112005_508=!1,this.isFileSelectedMissionSHA256_C5A23092001_508=!1,this.isFileSelectedMissionSHA256_C5A23112007_508=!1,this.isFileSelectedMissionSHA256_C5A23112004_508=!1,this.isFileSelectedMissionSHA256_C8A23090001_508=!1,this.isFileSelectedMissionSHA256_C8A23100006_508=!1,this.isFileSelectedMissionSHA256_C8A23100007_508=!1,this.isFileSelectedMissionSHA256_C8A23100008_508=!1,this.isFileSelectedMissionSHA256_C8A23100010_508=!1,this.isFileSelectedMissionSHA256_C8A23100011_508=!1,this.isFileSelectedMissionSHA256_C8A23100003_508=!1,this.isFileSelectedMissionSHA256_C8A23100012_508=!1,this.isFileSelectedMissionSHA256_C8A23100009_508=!1,this.isFileSelectedMissionSHA256_C8A23100001_508=!1,this.isFileSelectedMissionSHA256_C8A23100002_508=!1,this.isFileSelectedMissionSHA256_C8A23100005_508=!1,this.isFileSelectedMissionContent_GM000001_508=!1,this.isFileSelectedMissionContent_C5A23112010_508=!1,this.isFileSelectedMissionContent_FM000001_508=!1,this.isFileSelectedMissionContent_C5A23112008_508=!1,this.isFileSelectedMissionContent_C8A23100004_508=!1,this.isFileSelectedMissionContent_C8A23090002_508=!1,this.isFileSelectedMissionContent_C5A23112006_508=!1,this.isFileSelectedMissionContent_C5A23112002_508=!1,this.isFileSelectedMissionContent_C5A23112001_508=!1,this.isFileSelectedMissionContent_C5A23112003_508=!1,this.isFileSelectedMissionContent_C5A23112005_508=!1,this.isFileSelectedMissionContent_C5A23092001_508=!1,this.isFileSelectedMissionContent_C5A23112007_508=!1,this.isFileSelectedMissionContent_C5A23112004_508=!1,this.isFileSelectedMissionContent_C8A23090001_508=!1,this.isFileSelectedMissionContent_C8A23100006_508=!1,this.isFileSelectedMissionContent_C8A23100007_508=!1,this.isFileSelectedMissionContent_C8A23100008_508=!1,this.isFileSelectedMissionContent_C8A23100010_508=!1,this.isFileSelectedMissionContent_C8A23100011_508=!1,this.isFileSelectedMissionContent_C8A23100003_508=!1,this.isFileSelectedMissionContent_C8A23100012_508=!1,this.isFileSelectedMissionContent_C8A23100009_508=!1,this.isFileSelectedMissionContent_C8A23100001_508=!1,this.isFileSelectedMissionContent_C8A23100002_508=!1,this.isFileSelectedMissionContent_C8A23100005_508=!1,this.missionSHA256_GM000001_508=null,this.missionSHA256_C5A23112010_508=null,this.missionSHA256_FM000001_508=null,this.missionSHA256_C5A23112008_508=null,this.missionSHA256_C8A23100004_508=null,this.missionSHA256_C8A23090002_508=null,this.missionSHA256_C5A23112006_508=null,this.missionSHA256_C5A23112002_508=null,this.missionSHA256_C5A23112001_508=null,this.missionSHA256_C5A23112003_508=null,this.missionSHA256_C5A23112005_508=null,this.missionSHA256_C5A23092001_508=null,this.missionSHA256_C5A23112007_508=null,this.missionSHA256_C5A23112004_508=null,this.missionSHA256_C8A23090001_508=null,this.missionSHA256_C8A23100006_508=null,this.missionSHA256_C8A23100007_508=null,this.missionSHA256_C8A23100008_508=null,this.missionSHA256_C8A23100010_508=null,this.missionSHA256_C8A23100011_508=null,this.missionSHA256_C8A23100003_508=null,this.missionSHA256_C8A23100012_508=null,this.missionSHA256_C8A23100009_508=null,this.missionSHA256_C8A23100001_508=null,this.missionSHA256_C8A23100002_508=null,this.missionSHA256_C8A23100005_508=null,this.missionContent_GM000001_508=null,this.missionContent_C5A23112010_508=null,this.missionContent_FM000001_508=null,this.missionContent_C5A23112008_508=null,this.missionContent_C8A23100004_508=null,this.missionContent_C8A23090002_508=null,this.missionContent_C5A23112006_508=null,this.missionContent_C5A23112002_508=null,this.missionContent_C5A23112001_508=null,this.missionContent_C5A23112003_508=null,this.missionContent_C5A23112005_508=null,this.missionContent_C5A23092001_508=null,this.missionContent_C5A23112007_508=null,this.missionContent_C5A23112004_508=null,this.missionContent_C8A23090001_508=null,this.missionContent_C8A23100006_508=null,this.missionContent_C8A23100007_508=null,this.missionContent_C8A23100008_508=null,this.missionContent_C8A23100010_508=null,this.missionContent_C8A23100011_508=null,this.missionContent_C8A23100003_508=null,this.missionContent_C8A23100012_508=null,this.missionContent_C8A23100009_508=null,this.missionContent_C8A23100001_508=null,this.missionContent_C8A23100002_508=null,this.missionContent_C8A23100005_508=null,this.selectedOption="\u5609\u7fa9\u7149\u7814\u6240",this.options=[{value:"\u5609\u7fa9\u7149\u7814\u6240",viewValue:"\u5609\u7fa9\u7149\u7814\u6240"},{value:"\u65b0\u7af9\u5de5\u7814\u9662",viewValue:"\u65b0\u7af9\u5de5\u7814\u9662"},{value:"\u81fa\u5357\u5009\u5eab\u5099\u54c1",viewValue:"\u81fa\u5357\u5009\u5eab\u5099\u54c1"},{value:"\u4e09\u967d\u6771\u660c\u5e97\u7ad9",viewValue:"\u4e09\u967d\u6771\u660c\u5e97\u7ad9"},{value:"\u4e09\u967d\u64ce\u5320\u5e97\u7ad9",viewValue:"\u4e09\u967d\u64ce\u5320\u5e97\u7ad9"},{value:"\u4e09\u967d\u6771\u502b\u5e97\u7ad9",viewValue:"\u4e09\u967d\u6771\u502b\u5e97\u7ad9"},{value:"\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9",viewValue:"\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9"},{value:"\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9",viewValue:"\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9"},{value:"\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9",viewValue:"\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9"},{value:"\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9",viewValue:"\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9"},{value:"\u4e09\u967d\u660e\u548c\u5e97\u7ad9",viewValue:"\u4e09\u967d\u660e\u548c\u5e97\u7ad9"},{value:"\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9",viewValue:"\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9"},{value:"\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9",viewValue:"\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9"},{value:"\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9",viewValue:"\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9"},{value:"\u5927\u6771\u591c\u5e02\u7ad9",viewValue:"\u5927\u6771\u591c\u5e02\u7ad9"},{value:"\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9",viewValue:"\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9"},{value:"\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9",viewValue:"\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9"},{value:"\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9",viewValue:"\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9"},{value:"\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9",viewValue:"\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9"},{value:"\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9",viewValue:"\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9"},{value:"\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9",viewValue:"\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9"},{value:"\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9",viewValue:"\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9"},{value:"\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9",viewValue:"\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9"},{value:"\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9",viewValue:"\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9"},{value:"\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9",viewValue:"\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9"}],this.GetALLDataa=null,this.GetNewestDataForFOTA_508_509Dataa=null,this.user=this.accountService.userValue,this.todayDate=new Date,this.currentTime=new Date,setInterval(()=>{this.currentTimeForOnline=Date.now()},6e4)}ngOnInit(){this.GetALLData(),this.GetNewestDataForFOTA_508_509(),this.GetListOfBSSGUI(),this.dataSubscription=function(t=0,a=fc.a){return(!Object(dc.a)(t)||t<0)&&(t=0),a&&"function"==typeof a.schedule||(a=fc.a),new d.a(e=>(e.add(a.schedule(uc,t,{subscriber:e,counter:0,period:t})),e))}(2e4).subscribe(()=>{this.GetALLData(),this.GetNewestDataForFOTA_508_509()}),this.checkOrientation()}onResize(){this.checkOrientation()}checkOrientation(){this.isPortrait=window.innerHeight>window.innerWidth}isOffline(t){return!t||this.currentTimeForOnline-t>18e4}onTabChange_GM000001andC5A23112010(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_GM000001andC5A23112010||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_GM000001andC5A23112010=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_FM000001(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_FM000001||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_FM000001=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112008(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112008||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112008=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100004(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100004||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100004=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23090002(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23090002||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23090002=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112006(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112006||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112006=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112002(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112002||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112002=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112001(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112001||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112001=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112003(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112003||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112003=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112005(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112005||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112005=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23092001(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23092001||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23092001=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112007(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112007||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112007=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C5A23112004(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C5A23112004||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C5A23112004=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23090001(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23090001||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23090001=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100006(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100006||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100006=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100007(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100007||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100007=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100008(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100008||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100008=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100010(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100010||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100010=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100011(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100011||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100011=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100003(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100003||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100003=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100012(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100012||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100012=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100009(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100009||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100009=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100001(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100001||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100001=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100002(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100002||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100002=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}onTabChange_C8A23100005(t){"\u4e0b\u63a7\u529f\u80fd\u5340"!==t.tab.textLabel||this.isControlSectionUnlocked_C8A23100005||(prompt("\u8acb\u8f38\u5165\u5bc6\u78bc\u4ee5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\uff1a")===this.correctPassword?(this.isControlSectionUnlocked_C8A23100005=!0,alert("\u5bc6\u78bc\u6b63\u78ba\uff01\u4e0b\u63a7\u529f\u80fd\u5340\u5df2\u89e3\u9396\u3002")):alert("\u5bc6\u78bc\u932f\u8aa4\uff01\u7121\u6cd5\u89e3\u9396\u4e0b\u63a7\u529f\u80fd\u5340\u3002"))}handle502Confirmation_GM000001(){this.selectedModefor502_GM000001!==this.lastConfirmedMode_GM000001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_GM000001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_GM000001=this.selectedModefor502_GM000001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_GM000001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_GM000001(),this.lastConfirmedMode_GM000001=null)}submit502Mode_GM000001(){const t=this.GetALLDataa.latest_GM000001_document.deviceId,a=this.selectedModefor502_GM000001;this.isLoading502_GM000001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Test(t,a).subscribe(t=>{this.response502Json_GM000001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_GM000001=!1})}handleEjectConfirmation_GM000001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_GM000001.has(e)||this.lastConfirmedEjectMap_GM000001.set(e,null);const n=this.lastConfirmedEjectMap_GM000001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_GM000001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_GM000001(t,a),this.lastConfirmedEjectMap_GM000001.set(e,null))}executeEject_GM000001(t,a){this.homeService.post503EjectBattery_Test(this.GetALLDataa.latest_GM000001_document.deviceId,t,a).subscribe(t=>{this.response503Json_GM000001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_GM000001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_GM000001(){this.is504FirstConfirmation_GM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_GM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_GM000001(),this.is504FirstConfirmation_GM000001=!0)}execute504EmergencyEject_GM000001(){const t=this.GetALLDataa.latest_GM000001_document.deviceId;this.isLoading504_GM000001=!0,this.homeService.post504EmergencyEject_Test(t).subscribe(t=>{this.response504Json_GM000001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_GM000001=!1})}submit507BSSInfo_GM000001(){const t=this.GetALLDataa.latest_GM000001_document.deviceId;this.isLoading507_GM000001=!0,this.homeService.post507CabinetInfo_Test(t).subscribe(t=>{this.response507Json_GM000001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_GM000001=!1})}onFileChangeMissionSHA256_GM000001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_GM000001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_GM000001_508=this.isFileSelectedMissionSHA256_GM000001_508?a.files[0]:null}onFileChangeMissionContent_GM000001_508(t){const a=t.target;this.isFileSelectedMissionContent_GM000001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_GM000001_508=this.isFileSelectedMissionContent_GM000001_508?a.files[0]:null}submit508BatteryFotaUpdate_GM000001_508(){var t,a;if(!this.missionSHA256_GM000001_508||!this.missionContent_GM000001_508||!this.missionExpTimefor508_GM000001||void 0===this.selectedModefor508_GM000001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_GM000001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_GM000001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_GM000001_508,this.missionContent_GM000001_508,this.missionExpTimefor508_GM000001,this.selectedModefor508_GM000001).subscribe({next:t=>{this.response508Json_GM000001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_GM000001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_GM000001=!1}})}handle502Confirmation_C5A23112010(){this.selectedModefor502_C5A23112010!==this.lastConfirmedMode_C5A23112010?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112010} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112010=this.selectedModefor502_C5A23112010):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112010} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112010(),this.lastConfirmedMode_C5A23112010=null)}submit502Mode_C5A23112010(){const t=this.GetALLDataa.latest_C5A23112010_document.deviceId,a=this.selectedModefor502_C5A23112010;this.isLoading502_C5A23112010=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Test(t,a).subscribe(t=>{this.response502Json_C5A23112010=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112010=!1})}handleEjectConfirmation_C5A23112010(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112010.has(e)||this.lastConfirmedEjectMap_C5A23112010.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112010.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112010.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112010(t,a),this.lastConfirmedEjectMap_C5A23112010.set(e,null))}executeEject_C5A23112010(t,a){this.homeService.post503EjectBattery_Test(this.GetALLDataa.latest_C5A23112010_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112010=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112010,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112010(){this.is504FirstConfirmation_C5A23112010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112010(),this.is504FirstConfirmation_C5A23112010=!0)}execute504EmergencyEject_C5A23112010(){const t=this.GetALLDataa.latest_C5A23112010_document.deviceId;this.isLoading504_C5A23112010=!0,this.homeService.post504EmergencyEject_Test(t).subscribe(t=>{this.response504Json_C5A23112010=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112010=!1})}submit507BSSInfo_C5A23112010(){const t=this.GetALLDataa.latest_C5A23112010_document.deviceId;this.isLoading507_C5A23112010=!0,this.homeService.post507CabinetInfo_Test(t).subscribe(t=>{this.response507Json_C5A23112010=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112010=!1})}onFileChangeMissionSHA256_C5A23112010_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112010_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112010_508=this.isFileSelectedMissionSHA256_C5A23112010_508?a.files[0]:null}onFileChangeMissionContent_C5A23112010_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112010_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112010_508=this.isFileSelectedMissionContent_C5A23112010_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112010_508(){var t,a;if(!this.missionSHA256_C5A23112010_508||!this.missionContent_C5A23112010_508||!this.missionExpTimefor508_C5A23112010||void 0===this.selectedModefor508_C5A23112010)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112010=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112010_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112010_508,this.missionContent_C5A23112010_508,this.missionExpTimefor508_C5A23112010,this.selectedModefor508_C5A23112010).subscribe({next:t=>{this.response508Json_C5A23112010=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112010=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112010=!1}})}handle502Confirmation_FM000001(){this.selectedModefor502_FM000001!==this.lastConfirmedMode_FM000001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_FM000001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_FM000001=this.selectedModefor502_FM000001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_FM000001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_FM000001(),this.lastConfirmedMode_FM000001=null)}submit502Mode_FM000001(){const t=this.GetALLDataa.latest_FM000001_document.deviceId,a=this.selectedModefor502_FM000001;this.isLoading502_FM000001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Test(t,a).subscribe(t=>{this.response502Json_FM000001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_FM000001=!1})}handleEjectConfirmation_FM000001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_FM000001.has(e)||this.lastConfirmedEjectMap_FM000001.set(e,null);const n=this.lastConfirmedEjectMap_FM000001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_FM000001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_FM000001(t,a),this.lastConfirmedEjectMap_FM000001.set(e,null))}executeEject_FM000001(t,a){this.homeService.post503EjectBattery_Test(this.GetALLDataa.latest_FM000001_document.deviceId,t,a).subscribe(t=>{this.response503Json_FM000001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_FM000001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_FM000001(){this.is504FirstConfirmation_FM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_FM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_FM000001(),this.is504FirstConfirmation_FM000001=!0)}execute504EmergencyEject_FM000001(){const t=this.GetALLDataa.latest_FM000001_document.deviceId;this.isLoading504_FM000001=!0,this.homeService.post504EmergencyEject_Test(t).subscribe(t=>{this.response504Json_FM000001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_FM000001=!1})}submit507BSSInfo_FM000001(){const t=this.GetALLDataa.latest_FM000001_document.deviceId;this.isLoading507_FM000001=!0,this.homeService.post507CabinetInfo_Test(t).subscribe(t=>{this.response507Json_FM000001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_FM000001=!1})}onFileChangeMissionSHA256_FM000001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_FM000001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_FM000001_508=this.isFileSelectedMissionSHA256_FM000001_508?a.files[0]:null}onFileChangeMissionContent_FM000001_508(t){const a=t.target;this.isFileSelectedMissionContent_FM000001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_FM000001_508=this.isFileSelectedMissionContent_FM000001_508?a.files[0]:null}submit508BatteryFotaUpdate_FM000001_508(){var t,a;if(!this.missionSHA256_FM000001_508||!this.missionContent_FM000001_508||!this.missionExpTimefor508_FM000001||void 0===this.selectedModefor508_FM000001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_FM000001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_FM000001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_FM000001_508,this.missionContent_FM000001_508,this.missionExpTimefor508_FM000001,this.selectedModefor508_FM000001).subscribe({next:t=>{this.response508Json_FM000001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_FM000001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_FM000001=!1}})}handle502Confirmation_C5A23112008(){this.selectedModefor502_C5A23112008!==this.lastConfirmedMode_C5A23112008?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112008} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112008=this.selectedModefor502_C5A23112008):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112008} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112008(),this.lastConfirmedMode_C5A23112008=null)}submit502Mode_C5A23112008(){const t=this.GetALLDataa.latest_C5A23112008_document.deviceId,a=this.selectedModefor502_C5A23112008;this.isLoading502_C5A23112008=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod_cpcjiadongeess(t,a).subscribe(t=>{this.response502Json_C5A23112008=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112008=!1})}handleEjectConfirmation_C5A23112008(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112008.has(e)||this.lastConfirmedEjectMap_C5A23112008.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112008.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112008.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112008(t,a),this.lastConfirmedEjectMap_C5A23112008.set(e,null))}executeEject_C5A23112008(t,a){this.homeService.post503EjectBattery_Prod_cpcjiadongeess(this.GetALLDataa.latest_C5A23112008_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112008=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112008,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112008(){this.is504FirstConfirmation_C5A23112008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112008(),this.is504FirstConfirmation_C5A23112008=!0)}execute504EmergencyEject_C5A23112008(){const t=this.GetALLDataa.latest_C5A23112008_document.deviceId;this.isLoading504_C5A23112008=!0,this.homeService.post504EmergencyEject_Prod_cpcjiadongeess(t).subscribe(t=>{this.response504Json_C5A23112008=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112008=!1})}submit507BSSInfo_C5A23112008(){const t=this.GetALLDataa.latest_C5A23112008_document.deviceId;this.isLoading507_C5A23112008=!0,this.homeService.post507CabinetInfo_Prod_cpcjiadongeess(t).subscribe(t=>{this.response507Json_C5A23112008=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112008=!1})}onFileChangeMissionSHA256_C5A23112008_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112008_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112008_508=this.isFileSelectedMissionSHA256_C5A23112008_508?a.files[0]:null}onFileChangeMissionContent_C5A23112008_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112008_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112008_508=this.isFileSelectedMissionContent_C5A23112008_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112008_508(){var t,a;if(!this.missionSHA256_C5A23112008_508||!this.missionContent_C5A23112008_508||!this.missionExpTimefor508_C5A23112008||void 0===this.selectedModefor508_C5A23112008)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112008=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112008_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Prod_cpcjiadongeess(e,this.missionSHA256_C5A23112008_508,this.missionContent_C5A23112008_508,this.missionExpTimefor508_C5A23112008,this.selectedModefor508_C5A23112008).subscribe({next:t=>{this.response508Json_C5A23112008=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112008=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112008=!1}})}handle502Confirmation_C8A23100004(){this.selectedModefor502_C8A23100004!==this.lastConfirmedMode_C8A23100004?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100004} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100004=this.selectedModefor502_C8A23100004):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100004} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100004(),this.lastConfirmedMode_C8A23100004=null)}submit502Mode_C8A23100004(){const t=this.GetALLDataa.latest_C8A23100004_document.deviceId,a=this.selectedModefor502_C8A23100004;this.isLoading502_C8A23100004=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100004=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100004=!1})}handleEjectConfirmation_C8A23100004(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100004.has(e)||this.lastConfirmedEjectMap_C8A23100004.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100004.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100004.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100004(t,a),this.lastConfirmedEjectMap_C8A23100004.set(e,null))}executeEject_C8A23100004(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100004_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100004=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100004,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100004(){this.is504FirstConfirmation_C8A23100004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100004(),this.is504FirstConfirmation_C8A23100004=!0)}execute504EmergencyEject_C8A23100004(){const t=this.GetALLDataa.latest_C8A23100004_document.deviceId;this.isLoading504_C8A23100004=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100004=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100004=!1})}submit507BSSInfo_C8A23100004(){const t=this.GetALLDataa.latest_C8A23100004_document.deviceId;this.isLoading507_C8A23100004=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100004=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100004=!1})}onFileChangeMissionSHA256_C8A23100004_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100004_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100004_508=this.isFileSelectedMissionSHA256_C8A23100004_508?a.files[0]:null}onFileChangeMissionContent_C8A23100004_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100004_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100004_508=this.isFileSelectedMissionContent_C8A23100004_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100004_508(){var t,a;if(!this.missionSHA256_C8A23100004_508||!this.missionContent_C8A23100004_508||!this.missionExpTimefor508_C8A23100004||void 0===this.selectedModefor508_C8A23100004)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100004=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100004_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100004_508,this.missionContent_C8A23100004_508,this.missionExpTimefor508_C8A23100004,this.selectedModefor508_C8A23100004).subscribe({next:t=>{this.response508Json_C8A23100004=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100004=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100004=!1}})}handle502Confirmation_C8A23090002(){this.selectedModefor502_C8A23090002!==this.lastConfirmedMode_C8A23090002?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23090002} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23090002=this.selectedModefor502_C8A23090002):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23090002} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23090002(),this.lastConfirmedMode_C8A23090002=null)}submit502Mode_C8A23090002(){const t=this.GetALLDataa.latest_C8A23090002_document.deviceId,a=this.selectedModefor502_C8A23090002;this.isLoading502_C8A23090002=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23090002=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23090002=!1})}handleEjectConfirmation_C8A23090002(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23090002.has(e)||this.lastConfirmedEjectMap_C8A23090002.set(e,null);const n=this.lastConfirmedEjectMap_C8A23090002.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23090002.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23090002(t,a),this.lastConfirmedEjectMap_C8A23090002.set(e,null))}executeEject_C8A23090002(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23090002_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23090002=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23090002,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23090002(){this.is504FirstConfirmation_C8A23090002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23090002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23090002(),this.is504FirstConfirmation_C8A23090002=!0)}execute504EmergencyEject_C8A23090002(){const t=this.GetALLDataa.latest_C8A23090002_document.deviceId;this.isLoading504_C8A23090002=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23090002=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23090002=!1})}submit507BSSInfo_C8A23090002(){const t=this.GetALLDataa.latest_C8A23090002_document.deviceId;this.isLoading507_C8A23090002=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23090002=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23090002=!1})}onFileChangeMissionSHA256_C8A23090002_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23090002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23090002_508=this.isFileSelectedMissionSHA256_C8A23090002_508?a.files[0]:null}onFileChangeMissionContent_C8A23090002_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23090002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23090002_508=this.isFileSelectedMissionContent_C8A23090002_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23090002_508(){var t,a;if(!this.missionSHA256_C8A23090002_508||!this.missionContent_C8A23090002_508||!this.missionExpTimefor508_C8A23090002||void 0===this.selectedModefor508_C8A23090002)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23090002=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23090002_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23090002_508,this.missionContent_C8A23090002_508,this.missionExpTimefor508_C8A23090002,this.selectedModefor508_C8A23090002).subscribe({next:t=>{this.response508Json_C8A23090002=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23090002=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23090002=!1}})}handle502Confirmation_C5A23112006(){this.selectedModefor502_C5A23112006!==this.lastConfirmedMode_C5A23112006?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112006} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112006=this.selectedModefor502_C5A23112006):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112006} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112006(),this.lastConfirmedMode_C5A23112006=null)}submit502Mode_C5A23112006(){const t=this.GetALLDataa.latest_C5A23112006_document.deviceId,a=this.selectedModefor502_C5A23112006;this.isLoading502_C5A23112006=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112006=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112006=!1})}handleEjectConfirmation_C5A23112006(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112006.has(e)||this.lastConfirmedEjectMap_C5A23112006.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112006.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112006.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112006(t,a),this.lastConfirmedEjectMap_C5A23112006.set(e,null))}executeEject_C5A23112006(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112006_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112006=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112006,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112006(){this.is504FirstConfirmation_C5A23112006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112006(),this.is504FirstConfirmation_C5A23112006=!0)}execute504EmergencyEject_C5A23112006(){const t=this.GetALLDataa.latest_C5A23112006_document.deviceId;this.isLoading504_C5A23112006=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112006=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112006=!1})}submit507BSSInfo_C5A23112006(){const t=this.GetALLDataa.latest_C5A23112006_document.deviceId;this.isLoading507_C5A23112006=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112006=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112006=!1})}onFileChangeMissionSHA256_C5A23112006_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112006_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112006_508=this.isFileSelectedMissionSHA256_C5A23112006_508?a.files[0]:null}onFileChangeMissionContent_C5A23112006_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112006_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112006_508=this.isFileSelectedMissionContent_C5A23112006_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112006_508(){var t,a;if(!this.missionSHA256_C5A23112006_508||!this.missionContent_C5A23112006_508||!this.missionExpTimefor508_C5A23112006||void 0===this.selectedModefor508_C5A23112006)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112006=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112006_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112006_508,this.missionContent_C5A23112006_508,this.missionExpTimefor508_C5A23112006,this.selectedModefor508_C5A23112006).subscribe({next:t=>{this.response508Json_C5A23112006=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112006=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112006=!1}})}handle502Confirmation_C5A23112002(){this.selectedModefor502_C5A23112002!==this.lastConfirmedMode_C5A23112002?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112002} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112002=this.selectedModefor502_C5A23112002):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112002} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112002(),this.lastConfirmedMode_C5A23112002=null)}submit502Mode_C5A23112002(){const t=this.GetALLDataa.latest_C5A23112002_document.deviceId,a=this.selectedModefor502_C5A23112002;this.isLoading502_C5A23112002=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112002=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112002=!1})}handleEjectConfirmation_C5A23112002(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112002.has(e)||this.lastConfirmedEjectMap_C5A23112002.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112002.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112002.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112002(t,a),this.lastConfirmedEjectMap_C5A23112002.set(e,null))}executeEject_C5A23112002(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112002_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112002=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112002,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112002(){this.is504FirstConfirmation_C5A23112002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112002(),this.is504FirstConfirmation_C5A23112002=!0)}execute504EmergencyEject_C5A23112002(){const t=this.GetALLDataa.latest_C5A23112002_document.deviceId;this.isLoading504_C5A23112002=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112002=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112002=!1})}submit507BSSInfo_C5A23112002(){const t=this.GetALLDataa.latest_C5A23112002_document.deviceId;this.isLoading507_C5A23112002=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112002=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112002=!1})}onFileChangeMissionSHA256_C5A23112002_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112002_508=this.isFileSelectedMissionSHA256_C5A23112002_508?a.files[0]:null}onFileChangeMissionContent_C5A23112002_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112002_508=this.isFileSelectedMissionContent_C5A23112002_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112002_508(){var t,a;if(!this.missionSHA256_C5A23112002_508||!this.missionContent_C5A23112002_508||!this.missionExpTimefor508_C5A23112002||void 0===this.selectedModefor508_C5A23112002)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112002=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112002_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112002_508,this.missionContent_C5A23112002_508,this.missionExpTimefor508_C5A23112002,this.selectedModefor508_C5A23112002).subscribe({next:t=>{this.response508Json_C5A23112002=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112002=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112002=!1}})}handle502Confirmation_C5A23112001(){this.selectedModefor502_C5A23112001!==this.lastConfirmedMode_C5A23112001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112001=this.selectedModefor502_C5A23112001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112001(),this.lastConfirmedMode_C5A23112001=null)}submit502Mode_C5A23112001(){const t=this.GetALLDataa.latest_C5A23112001_document.deviceId,a=this.selectedModefor502_C5A23112001;this.isLoading502_C5A23112001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112001=!1})}handleEjectConfirmation_C5A23112001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112001.has(e)||this.lastConfirmedEjectMap_C5A23112001.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112001(t,a),this.lastConfirmedEjectMap_C5A23112001.set(e,null))}executeEject_C5A23112001(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112001_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112001(){this.is504FirstConfirmation_C5A23112001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112001(),this.is504FirstConfirmation_C5A23112001=!0)}execute504EmergencyEject_C5A23112001(){const t=this.GetALLDataa.latest_C5A23112001_document.deviceId;this.isLoading504_C5A23112001=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112001=!1})}submit507BSSInfo_C5A23112001(){const t=this.GetALLDataa.latest_C5A23112001_document.deviceId;this.isLoading507_C5A23112001=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112001=!1})}onFileChangeMissionSHA256_C5A23112001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112001_508=this.isFileSelectedMissionSHA256_C5A23112001_508?a.files[0]:null}onFileChangeMissionContent_C5A23112001_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112001_508=this.isFileSelectedMissionContent_C5A23112001_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112001_508(){var t,a;if(!this.missionSHA256_C5A23112001_508||!this.missionContent_C5A23112001_508||!this.missionExpTimefor508_C5A23112001||void 0===this.selectedModefor508_C5A23112001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112001_508,this.missionContent_C5A23112001_508,this.missionExpTimefor508_C5A23112001,this.selectedModefor508_C5A23112001).subscribe({next:t=>{this.response508Json_C5A23112001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112001=!1}})}handle502Confirmation_C5A23112003(){this.selectedModefor502_C5A23112003!==this.lastConfirmedMode_C5A23112003?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112003} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112003=this.selectedModefor502_C5A23112003):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112003} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112003(),this.lastConfirmedMode_C5A23112003=null)}submit502Mode_C5A23112003(){const t=this.GetALLDataa.latest_C5A23112003_document.deviceId,a=this.selectedModefor502_C5A23112003;this.isLoading502_C5A23112003=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112003=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112003=!1})}handleEjectConfirmation_C5A23112003(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112003.has(e)||this.lastConfirmedEjectMap_C5A23112003.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112003.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112003.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112003(t,a),this.lastConfirmedEjectMap_C5A23112003.set(e,null))}executeEject_C5A23112003(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112003_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112003=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112003,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112003(){this.is504FirstConfirmation_C5A23112003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112003(),this.is504FirstConfirmation_C5A23112003=!0)}execute504EmergencyEject_C5A23112003(){const t=this.GetALLDataa.latest_C5A23112003_document.deviceId;this.isLoading504_C5A23112003=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112003=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112003=!1})}submit507BSSInfo_C5A23112003(){const t=this.GetALLDataa.latest_C5A23112003_document.deviceId;this.isLoading507_C5A23112003=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112003=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112003=!1})}onFileChangeMissionSHA256_C5A23112003_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112003_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112003_508=this.isFileSelectedMissionSHA256_C5A23112003_508?a.files[0]:null}onFileChangeMissionContent_C5A23112003_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112003_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112003_508=this.isFileSelectedMissionContent_C5A23112003_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112003_508(){var t,a;if(!this.missionSHA256_C5A23112003_508||!this.missionContent_C5A23112003_508||!this.missionExpTimefor508_C5A23112003||void 0===this.selectedModefor508_C5A23112003)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112003=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112003_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112003_508,this.missionContent_C5A23112003_508,this.missionExpTimefor508_C5A23112003,this.selectedModefor508_C5A23112003).subscribe({next:t=>{this.response508Json_C5A23112003=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112003=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112003=!1}})}handle502Confirmation_C5A23112005(){this.selectedModefor502_C5A23112005!==this.lastConfirmedMode_C5A23112005?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112005} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112005=this.selectedModefor502_C5A23112005):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112005} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112005(),this.lastConfirmedMode_C5A23112005=null)}submit502Mode_C5A23112005(){const t=this.GetALLDataa.latest_C5A23112005_document.deviceId,a=this.selectedModefor502_C5A23112005;this.isLoading502_C5A23112005=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112005=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112005=!1})}handleEjectConfirmation_C5A23112005(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112005.has(e)||this.lastConfirmedEjectMap_C5A23112005.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112005.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112005.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112005(t,a),this.lastConfirmedEjectMap_C5A23112005.set(e,null))}executeEject_C5A23112005(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112005_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112005=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112005,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112005(){this.is504FirstConfirmation_C5A23112005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112005(),this.is504FirstConfirmation_C5A23112005=!0)}execute504EmergencyEject_C5A23112005(){const t=this.GetALLDataa.latest_C5A23112005_document.deviceId;this.isLoading504_C5A23112005=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112005=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112005=!1})}submit507BSSInfo_C5A23112005(){const t=this.GetALLDataa.latest_C5A23112005_document.deviceId;this.isLoading507_C5A23112005=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112005=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112005=!1})}onFileChangeMissionSHA256_C5A23112005_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112005_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112005_508=this.isFileSelectedMissionSHA256_C5A23112005_508?a.files[0]:null}onFileChangeMissionContent_C5A23112005_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112005_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112005_508=this.isFileSelectedMissionContent_C5A23112005_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112005_508(){var t,a;if(!this.missionSHA256_C5A23112005_508||!this.missionContent_C5A23112005_508||!this.missionExpTimefor508_C5A23112005||void 0===this.selectedModefor508_C5A23112005)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112005=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112005_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112005_508,this.missionContent_C5A23112005_508,this.missionExpTimefor508_C5A23112005,this.selectedModefor508_C5A23112005).subscribe({next:t=>{this.response508Json_C5A23112005=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112005=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112005=!1}})}handle502Confirmation_C5A23092001(){this.selectedModefor502_C5A23092001!==this.lastConfirmedMode_C5A23092001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23092001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23092001=this.selectedModefor502_C5A23092001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23092001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23092001(),this.lastConfirmedMode_C5A23092001=null)}submit502Mode_C5A23092001(){const t=this.GetALLDataa.latest_C5A23092001_document.deviceId,a=this.selectedModefor502_C5A23092001;this.isLoading502_C5A23092001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23092001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23092001=!1})}handleEjectConfirmation_C5A23092001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23092001.has(e)||this.lastConfirmedEjectMap_C5A23092001.set(e,null);const n=this.lastConfirmedEjectMap_C5A23092001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23092001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23092001(t,a),this.lastConfirmedEjectMap_C5A23092001.set(e,null))}executeEject_C5A23092001(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23092001_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23092001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23092001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23092001(){this.is504FirstConfirmation_C5A23092001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23092001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23092001(),this.is504FirstConfirmation_C5A23092001=!0)}execute504EmergencyEject_C5A23092001(){const t=this.GetALLDataa.latest_C5A23092001_document.deviceId;this.isLoading504_C5A23092001=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23092001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23092001=!1})}submit507BSSInfo_C5A23092001(){const t=this.GetALLDataa.latest_C5A23092001_document.deviceId;this.isLoading507_C5A23092001=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23092001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23092001=!1})}onFileChangeMissionSHA256_C5A23092001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23092001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23092001_508=this.isFileSelectedMissionSHA256_C5A23092001_508?a.files[0]:null}onFileChangeMissionContent_C5A23092001_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23092001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23092001_508=this.isFileSelectedMissionContent_C5A23092001_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23092001_508(){var t,a;if(!this.missionSHA256_C5A23092001_508||!this.missionContent_C5A23092001_508||!this.missionExpTimefor508_C5A23092001||void 0===this.selectedModefor508_C5A23092001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23092001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23092001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23092001_508,this.missionContent_C5A23092001_508,this.missionExpTimefor508_C5A23092001,this.selectedModefor508_C5A23092001).subscribe({next:t=>{this.response508Json_C5A23092001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23092001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23092001=!1}})}handle502Confirmation_C5A23112007(){this.selectedModefor502_C5A23112007!==this.lastConfirmedMode_C5A23112007?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112007} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112007=this.selectedModefor502_C5A23112007):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112007} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112007(),this.lastConfirmedMode_C5A23112007=null)}submit502Mode_C5A23112007(){const t=this.GetALLDataa.latest_C5A23112007_document.deviceId,a=this.selectedModefor502_C5A23112007;this.isLoading502_C5A23112007=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112007=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112007=!1})}handleEjectConfirmation_C5A23112007(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112007.has(e)||this.lastConfirmedEjectMap_C5A23112007.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112007.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112007.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112007(t,a),this.lastConfirmedEjectMap_C5A23112007.set(e,null))}executeEject_C5A23112007(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112007_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112007=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112007,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112007(){this.is504FirstConfirmation_C5A23112007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112007(),this.is504FirstConfirmation_C5A23112007=!0)}execute504EmergencyEject_C5A23112007(){const t=this.GetALLDataa.latest_C5A23112007_document.deviceId;this.isLoading504_C5A23112007=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112007=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112007=!1})}submit507BSSInfo_C5A23112007(){const t=this.GetALLDataa.latest_C5A23112007_document.deviceId;this.isLoading507_C5A23112007=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112007=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112007=!1})}onFileChangeMissionSHA256_C5A23112007_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112007_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112007_508=this.isFileSelectedMissionSHA256_C5A23112007_508?a.files[0]:null}onFileChangeMissionContent_C5A23112007_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112007_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112007_508=this.isFileSelectedMissionContent_C5A23112007_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112007_508(){var t,a;if(!this.missionSHA256_C5A23112007_508||!this.missionContent_C5A23112007_508||!this.missionExpTimefor508_C5A23112007||void 0===this.selectedModefor508_C5A23112007)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112007=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112007_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112007_508,this.missionContent_C5A23112007_508,this.missionExpTimefor508_C5A23112007,this.selectedModefor508_C5A23112007).subscribe({next:t=>{this.response508Json_C5A23112007=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112007=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112007=!1}})}handle502Confirmation_C5A23112004(){this.selectedModefor502_C5A23112004!==this.lastConfirmedMode_C5A23112004?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C5A23112004} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C5A23112004=this.selectedModefor502_C5A23112004):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C5A23112004} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C5A23112004(),this.lastConfirmedMode_C5A23112004=null)}submit502Mode_C5A23112004(){const t=this.GetALLDataa.latest_C5A23112004_document.deviceId,a=this.selectedModefor502_C5A23112004;this.isLoading502_C5A23112004=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C5A23112004=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C5A23112004=!1})}handleEjectConfirmation_C5A23112004(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C5A23112004.has(e)||this.lastConfirmedEjectMap_C5A23112004.set(e,null);const n=this.lastConfirmedEjectMap_C5A23112004.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C5A23112004.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C5A23112004(t,a),this.lastConfirmedEjectMap_C5A23112004.set(e,null))}executeEject_C5A23112004(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C5A23112004_document.deviceId,t,a).subscribe(t=>{this.response503Json_C5A23112004=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C5A23112004,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C5A23112004(){this.is504FirstConfirmation_C5A23112004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C5A23112004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C5A23112004(),this.is504FirstConfirmation_C5A23112004=!0)}execute504EmergencyEject_C5A23112004(){const t=this.GetALLDataa.latest_C5A23112004_document.deviceId;this.isLoading504_C5A23112004=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C5A23112004=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C5A23112004=!1})}submit507BSSInfo_C5A23112004(){const t=this.GetALLDataa.latest_C5A23112004_document.deviceId;this.isLoading507_C5A23112004=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C5A23112004=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C5A23112004=!1})}onFileChangeMissionSHA256_C5A23112004_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C5A23112004_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C5A23112004_508=this.isFileSelectedMissionSHA256_C5A23112004_508?a.files[0]:null}onFileChangeMissionContent_C5A23112004_508(t){const a=t.target;this.isFileSelectedMissionContent_C5A23112004_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C5A23112004_508=this.isFileSelectedMissionContent_C5A23112004_508?a.files[0]:null}submit508BatteryFotaUpdate_C5A23112004_508(){var t,a;if(!this.missionSHA256_C5A23112004_508||!this.missionContent_C5A23112004_508||!this.missionExpTimefor508_C5A23112004||void 0===this.selectedModefor508_C5A23112004)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C5A23112004=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C5A23112004_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C5A23112004_508,this.missionContent_C5A23112004_508,this.missionExpTimefor508_C5A23112004,this.selectedModefor508_C5A23112004).subscribe({next:t=>{this.response508Json_C5A23112004=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112004=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C5A23112004=!1}})}handle502Confirmation_C8A23090001(){this.selectedModefor502_C8A23090001!==this.lastConfirmedMode_C8A23090001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23090001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23090001=this.selectedModefor502_C8A23090001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23090001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23090001(),this.lastConfirmedMode_C8A23090001=null)}submit502Mode_C8A23090001(){const t=this.GetALLDataa.latest_C8A23090001_document.deviceId,a=this.selectedModefor502_C8A23090001;this.isLoading502_C8A23090001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23090001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23090001=!1})}handleEjectConfirmation_C8A23090001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23090001.has(e)||this.lastConfirmedEjectMap_C8A23090001.set(e,null);const n=this.lastConfirmedEjectMap_C8A23090001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23090001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23090001(t,a),this.lastConfirmedEjectMap_C8A23090001.set(e,null))}executeEject_C8A23090001(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23090001_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23090001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23090001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23090001(){this.is504FirstConfirmation_C8A23090001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23090001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23090001(),this.is504FirstConfirmation_C8A23090001=!0)}execute504EmergencyEject_C8A23090001(){const t=this.GetALLDataa.latest_C8A23090001_document.deviceId;this.isLoading504_C8A23090001=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23090001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23090001=!1})}submit507BSSInfo_C8A23090001(){const t=this.GetALLDataa.latest_C8A23090001_document.deviceId;this.isLoading507_C8A23090001=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23090001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23090001=!1})}onFileChangeMissionSHA256_C8A23090001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23090001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23090001_508=this.isFileSelectedMissionSHA256_C8A23090001_508?a.files[0]:null}onFileChangeMissionContent_C8A23090001_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23090001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23090001_508=this.isFileSelectedMissionContent_C8A23090001_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23090001_508(){var t,a;if(!this.missionSHA256_C8A23090001_508||!this.missionContent_C8A23090001_508||!this.missionExpTimefor508_C8A23090001||void 0===this.selectedModefor508_C8A23090001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23090001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23090001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23090001_508,this.missionContent_C8A23090001_508,this.missionExpTimefor508_C8A23090001,this.selectedModefor508_C8A23090001).subscribe({next:t=>{this.response508Json_C8A23090001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23090001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23090001=!1}})}handle502Confirmation_C8A23100006(){this.selectedModefor502_C8A23100006!==this.lastConfirmedMode_C8A23100006?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100006} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100006=this.selectedModefor502_C8A23100006):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100006} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100006(),this.lastConfirmedMode_C8A23100006=null)}submit502Mode_C8A23100006(){const t=this.GetALLDataa.latest_C8A23100006_document.deviceId,a=this.selectedModefor502_C8A23100006;this.isLoading502_C8A23100006=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100006=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100006=!1})}handleEjectConfirmation_C8A23100006(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100006.has(e)||this.lastConfirmedEjectMap_C8A23100006.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100006.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100006.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100006(t,a),this.lastConfirmedEjectMap_C8A23100006.set(e,null))}executeEject_C8A23100006(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100006_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100006=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100006,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100006(){this.is504FirstConfirmation_C8A23100006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100006(),this.is504FirstConfirmation_C8A23100006=!0)}execute504EmergencyEject_C8A23100006(){const t=this.GetALLDataa.latest_C8A23100006_document.deviceId;this.isLoading504_C8A23100006=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100006=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100006=!1})}submit507BSSInfo_C8A23100006(){const t=this.GetALLDataa.latest_C8A23100006_document.deviceId;this.isLoading507_C8A23100006=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100006=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100006=!1})}onFileChangeMissionSHA256_C8A23100006_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100006_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100006_508=this.isFileSelectedMissionSHA256_C8A23100006_508?a.files[0]:null}onFileChangeMissionContent_C8A23100006_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100006_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100006_508=this.isFileSelectedMissionContent_C8A23100006_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100006_508(){var t,a;if(!this.missionSHA256_C8A23100006_508||!this.missionContent_C8A23100006_508||!this.missionExpTimefor508_C8A23100006||void 0===this.selectedModefor508_C8A23100006)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100006=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100006_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100006_508,this.missionContent_C8A23100006_508,this.missionExpTimefor508_C8A23100006,this.selectedModefor508_C8A23100006).subscribe({next:t=>{this.response508Json_C8A23100006=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100006=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100006=!1}})}handle502Confirmation_C8A23100007(){this.selectedModefor502_C8A23100007!==this.lastConfirmedMode_C8A23100007?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100007} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100007=this.selectedModefor502_C8A23100007):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100007} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100007(),this.lastConfirmedMode_C8A23100007=null)}submit502Mode_C8A23100007(){const t=this.GetALLDataa.latest_C8A23100007_document.deviceId,a=this.selectedModefor502_C8A23100007;this.isLoading502_C8A23100007=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100007=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100007=!1})}handleEjectConfirmation_C8A23100007(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100007.has(e)||this.lastConfirmedEjectMap_C8A23100007.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100007.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100007.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100007(t,a),this.lastConfirmedEjectMap_C8A23100007.set(e,null))}executeEject_C8A23100007(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100007_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100007=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100007,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100007(){this.is504FirstConfirmation_C8A23100007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100007(),this.is504FirstConfirmation_C8A23100007=!0)}execute504EmergencyEject_C8A23100007(){const t=this.GetALLDataa.latest_C8A23100007_document.deviceId;this.isLoading504_C8A23100007=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100007=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100007=!1})}submit507BSSInfo_C8A23100007(){const t=this.GetALLDataa.latest_C8A23100007_document.deviceId;this.isLoading507_C8A23100007=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100007=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100007=!1})}onFileChangeMissionSHA256_C8A23100007_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100007_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100007_508=this.isFileSelectedMissionSHA256_C8A23100007_508?a.files[0]:null}onFileChangeMissionContent_C8A23100007_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100007_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100007_508=this.isFileSelectedMissionContent_C8A23100007_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100007_508(){var t,a;if(!this.missionSHA256_C8A23100007_508||!this.missionContent_C8A23100007_508||!this.missionExpTimefor508_C8A23100007||void 0===this.selectedModefor508_C8A23100007)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100007=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100007_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100007_508,this.missionContent_C8A23100007_508,this.missionExpTimefor508_C8A23100007,this.selectedModefor508_C8A23100007).subscribe({next:t=>{this.response508Json_C8A23100007=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100007=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100007=!1}})}handle502Confirmation_C8A23100008(){this.selectedModefor502_C8A23100008!==this.lastConfirmedMode_C8A23100008?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100008} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100008=this.selectedModefor502_C8A23100008):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100008} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100008(),this.lastConfirmedMode_C8A23100008=null)}submit502Mode_C8A23100008(){const t=this.GetALLDataa.latest_C8A23100008_document.deviceId,a=this.selectedModefor502_C8A23100008;this.isLoading502_C8A23100008=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100008=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100008=!1})}handleEjectConfirmation_C8A23100008(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100008.has(e)||this.lastConfirmedEjectMap_C8A23100008.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100008.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100008.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100008(t,a),this.lastConfirmedEjectMap_C8A23100008.set(e,null))}executeEject_C8A23100008(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100008_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100008=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100008,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100008(){this.is504FirstConfirmation_C8A23100008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100008(),this.is504FirstConfirmation_C8A23100008=!0)}execute504EmergencyEject_C8A23100008(){const t=this.GetALLDataa.latest_C8A23100008_document.deviceId;this.isLoading504_C8A23100008=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100008=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100008=!1})}submit507BSSInfo_C8A23100008(){const t=this.GetALLDataa.latest_C8A23100008_document.deviceId;this.isLoading507_C8A23100008=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100008=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100008=!1})}onFileChangeMissionSHA256_C8A23100008_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100008_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100008_508=this.isFileSelectedMissionSHA256_C8A23100008_508?a.files[0]:null}onFileChangeMissionContent_C8A23100008_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100008_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100008_508=this.isFileSelectedMissionContent_C8A23100008_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100008_508(){var t,a;if(!this.missionSHA256_C8A23100008_508||!this.missionContent_C8A23100008_508||!this.missionExpTimefor508_C8A23100008||void 0===this.selectedModefor508_C8A23100008)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100008=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100008_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100008_508,this.missionContent_C8A23100008_508,this.missionExpTimefor508_C8A23100008,this.selectedModefor508_C8A23100008).subscribe({next:t=>{this.response508Json_C8A23100008=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100008=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100008=!1}})}handle502Confirmation_C8A23100010(){this.selectedModefor502_C8A23100010!==this.lastConfirmedMode_C8A23100010?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100010} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100010=this.selectedModefor502_C8A23100010):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100010} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100010(),this.lastConfirmedMode_C8A23100010=null)}submit502Mode_C8A23100010(){const t=this.GetALLDataa.latest_C8A23100010_document.deviceId,a=this.selectedModefor502_C8A23100010;this.isLoading502_C8A23100010=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100010=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100010=!1})}handleEjectConfirmation_C8A23100010(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100010.has(e)||this.lastConfirmedEjectMap_C8A23100010.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100010.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100010.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100010(t,a),this.lastConfirmedEjectMap_C8A23100010.set(e,null))}executeEject_C8A23100010(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100010_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100010=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100010,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100010(){this.is504FirstConfirmation_C8A23100010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100010(),this.is504FirstConfirmation_C8A23100010=!0)}execute504EmergencyEject_C8A23100010(){const t=this.GetALLDataa.latest_C8A23100010_document.deviceId;this.isLoading504_C8A23100010=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100010=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100010=!1})}submit507BSSInfo_C8A23100010(){const t=this.GetALLDataa.latest_C8A23100010_document.deviceId;this.isLoading507_C8A23100010=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100010=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100010=!1})}onFileChangeMissionSHA256_C8A23100010_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100010_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100010_508=this.isFileSelectedMissionSHA256_C8A23100010_508?a.files[0]:null}onFileChangeMissionContent_C8A23100010_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100010_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100010_508=this.isFileSelectedMissionContent_C8A23100010_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100010_508(){var t,a;if(!this.missionSHA256_C8A23100010_508||!this.missionContent_C8A23100010_508||!this.missionExpTimefor508_C8A23100010||void 0===this.selectedModefor508_C8A23100010)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100010=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100010_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100010_508,this.missionContent_C8A23100010_508,this.missionExpTimefor508_C8A23100010,this.selectedModefor508_C8A23100010).subscribe({next:t=>{this.response508Json_C8A23100010=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100010=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100010=!1}})}handle502Confirmation_C8A23100011(){this.selectedModefor502_C8A23100011!==this.lastConfirmedMode_C8A23100011?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100011} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100011=this.selectedModefor502_C8A23100011):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100011} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100011(),this.lastConfirmedMode_C8A23100011=null)}submit502Mode_C8A23100011(){const t=this.GetALLDataa.latest_C8A23100011_document.deviceId,a=this.selectedModefor502_C8A23100011;this.isLoading502_C8A23100011=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100011=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100011=!1})}handleEjectConfirmation_C8A23100011(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100011.has(e)||this.lastConfirmedEjectMap_C8A23100011.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100011.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100011.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100011(t,a),this.lastConfirmedEjectMap_C8A23100011.set(e,null))}executeEject_C8A23100011(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100011_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100011=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100011,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100011(){this.is504FirstConfirmation_C8A23100011?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100011=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100011(),this.is504FirstConfirmation_C8A23100011=!0)}execute504EmergencyEject_C8A23100011(){const t=this.GetALLDataa.latest_C8A23100011_document.deviceId;this.isLoading504_C8A23100011=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100011=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100011=!1})}submit507BSSInfo_C8A23100011(){const t=this.GetALLDataa.latest_C8A23100011_document.deviceId;this.isLoading507_C8A23100011=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100011=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100011=!1})}onFileChangeMissionSHA256_C8A23100011_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100011_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100011_508=this.isFileSelectedMissionSHA256_C8A23100011_508?a.files[0]:null}onFileChangeMissionContent_C8A23100011_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100011_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100011_508=this.isFileSelectedMissionContent_C8A23100011_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100011_508(){var t,a;if(!this.missionSHA256_C8A23100011_508||!this.missionContent_C8A23100011_508||!this.missionExpTimefor508_C8A23100011||void 0===this.selectedModefor508_C8A23100011)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100011=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100011_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100011_508,this.missionContent_C8A23100011_508,this.missionExpTimefor508_C8A23100011,this.selectedModefor508_C8A23100011).subscribe({next:t=>{this.response508Json_C8A23100011=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100011=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100011=!1}})}handle502Confirmation_C8A23100003(){this.selectedModefor502_C8A23100003!==this.lastConfirmedMode_C8A23100003?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100003} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100003=this.selectedModefor502_C8A23100003):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100003} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100003(),this.lastConfirmedMode_C8A23100003=null)}submit502Mode_C8A23100003(){const t=this.GetALLDataa.latest_C8A23100003_document.deviceId,a=this.selectedModefor502_C8A23100003;this.isLoading502_C8A23100003=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100003=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100003=!1})}handleEjectConfirmation_C8A23100003(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100003.has(e)||this.lastConfirmedEjectMap_C8A23100003.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100003.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100003.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100003(t,a),this.lastConfirmedEjectMap_C8A23100003.set(e,null))}executeEject_C8A23100003(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100003_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100003=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100003,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100003(){this.is504FirstConfirmation_C8A23100003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100003(),this.is504FirstConfirmation_C8A23100003=!0)}execute504EmergencyEject_C8A23100003(){const t=this.GetALLDataa.latest_C8A23100003_document.deviceId;this.isLoading504_C8A23100003=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100003=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100003=!1})}submit507BSSInfo_C8A23100003(){const t=this.GetALLDataa.latest_C8A23100003_document.deviceId;this.isLoading507_C8A23100003=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100003=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100003=!1})}onFileChangeMissionSHA256_C8A23100003_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100003_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100003_508=this.isFileSelectedMissionSHA256_C8A23100003_508?a.files[0]:null}onFileChangeMissionContent_C8A23100003_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100003_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100003_508=this.isFileSelectedMissionContent_C8A23100003_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100003_508(){var t,a;if(!this.missionSHA256_C8A23100003_508||!this.missionContent_C8A23100003_508||!this.missionExpTimefor508_C8A23100003||void 0===this.selectedModefor508_C8A23100003)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100003=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100003_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100003_508,this.missionContent_C8A23100003_508,this.missionExpTimefor508_C8A23100003,this.selectedModefor508_C8A23100003).subscribe({next:t=>{this.response508Json_C8A23100003=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100003=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100003=!1}})}handle502Confirmation_C8A23100012(){this.selectedModefor502_C8A23100012!==this.lastConfirmedMode_C8A23100012?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100012} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100012=this.selectedModefor502_C8A23100012):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100012} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100012(),this.lastConfirmedMode_C8A23100012=null)}submit502Mode_C8A23100012(){const t=this.GetALLDataa.latest_C8A23100012_document.deviceId,a=this.selectedModefor502_C8A23100012;this.isLoading502_C8A23100012=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100012=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100012=!1})}handleEjectConfirmation_C8A23100012(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100012.has(e)||this.lastConfirmedEjectMap_C8A23100012.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100012.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100012.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100012(t,a),this.lastConfirmedEjectMap_C8A23100012.set(e,null))}executeEject_C8A23100012(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100012_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100012=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100012,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100012(){this.is504FirstConfirmation_C8A23100012?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100012=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100012(),this.is504FirstConfirmation_C8A23100012=!0)}execute504EmergencyEject_C8A23100012(){const t=this.GetALLDataa.latest_C8A23100012_document.deviceId;this.isLoading504_C8A23100012=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100012=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100012=!1})}submit507BSSInfo_C8A23100012(){const t=this.GetALLDataa.latest_C8A23100012_document.deviceId;this.isLoading507_C8A23100012=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100012=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100012=!1})}onFileChangeMissionSHA256_C8A23100012_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100012_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100012_508=this.isFileSelectedMissionSHA256_C8A23100012_508?a.files[0]:null}onFileChangeMissionContent_C8A23100012_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100012_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100012_508=this.isFileSelectedMissionContent_C8A23100012_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100012_508(){var t,a;if(!this.missionSHA256_C8A23100012_508||!this.missionContent_C8A23100012_508||!this.missionExpTimefor508_C8A23100012||void 0===this.selectedModefor508_C8A23100012)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100012=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100012_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100012_508,this.missionContent_C8A23100012_508,this.missionExpTimefor508_C8A23100012,this.selectedModefor508_C8A23100012).subscribe({next:t=>{this.response508Json_C8A23100012=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100012=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100012=!1}})}handle502Confirmation_C8A23100009(){this.selectedModefor502_C8A23100009!==this.lastConfirmedMode_C8A23100009?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100009} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100009=this.selectedModefor502_C8A23100009):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100009} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100009(),this.lastConfirmedMode_C8A23100009=null)}submit502Mode_C8A23100009(){const t=this.GetALLDataa.latest_C8A23100009_document.deviceId,a=this.selectedModefor502_C8A23100009;this.isLoading502_C8A23100009=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100009=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100009=!1})}handleEjectConfirmation_C8A23100009(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100009.has(e)||this.lastConfirmedEjectMap_C8A23100009.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100009.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100009.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100009(t,a),this.lastConfirmedEjectMap_C8A23100009.set(e,null))}executeEject_C8A23100009(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100009_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100009=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100009,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100009(){this.is504FirstConfirmation_C8A23100009?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100009=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100009(),this.is504FirstConfirmation_C8A23100009=!0)}execute504EmergencyEject_C8A23100009(){const t=this.GetALLDataa.latest_C8A23100009_document.deviceId;this.isLoading504_C8A23100009=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100009=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100009=!1})}submit507BSSInfo_C8A23100009(){const t=this.GetALLDataa.latest_C8A23100009_document.deviceId;this.isLoading507_C8A23100009=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100009=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100009=!1})}onFileChangeMissionSHA256_C8A23100009_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100009_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100009_508=this.isFileSelectedMissionSHA256_C8A23100009_508?a.files[0]:null}onFileChangeMissionContent_C8A23100009_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100009_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100009_508=this.isFileSelectedMissionContent_C8A23100009_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100009_508(){var t,a;if(!this.missionSHA256_C8A23100009_508||!this.missionContent_C8A23100009_508||!this.missionExpTimefor508_C8A23100009||void 0===this.selectedModefor508_C8A23100009)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100009=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100009_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100009_508,this.missionContent_C8A23100009_508,this.missionExpTimefor508_C8A23100009,this.selectedModefor508_C8A23100009).subscribe({next:t=>{this.response508Json_C8A23100009=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100009=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100009=!1}})}handle502Confirmation_C8A23100001(){this.selectedModefor502_C8A23100001!==this.lastConfirmedMode_C8A23100001?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100001} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100001=this.selectedModefor502_C8A23100001):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100001} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100001(),this.lastConfirmedMode_C8A23100001=null)}submit502Mode_C8A23100001(){const t=this.GetALLDataa.latest_C8A23100001_document.deviceId,a=this.selectedModefor502_C8A23100001;this.isLoading502_C8A23100001=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100001=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100001=!1})}handleEjectConfirmation_C8A23100001(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100001.has(e)||this.lastConfirmedEjectMap_C8A23100001.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100001.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100001.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100001(t,a),this.lastConfirmedEjectMap_C8A23100001.set(e,null))}executeEject_C8A23100001(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100001_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100001=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100001,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100001(){this.is504FirstConfirmation_C8A23100001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100001(),this.is504FirstConfirmation_C8A23100001=!0)}execute504EmergencyEject_C8A23100001(){const t=this.GetALLDataa.latest_C8A23100001_document.deviceId;this.isLoading504_C8A23100001=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100001=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100001=!1})}submit507BSSInfo_C8A23100001(){const t=this.GetALLDataa.latest_C8A23100001_document.deviceId;this.isLoading507_C8A23100001=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100001=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100001=!1})}onFileChangeMissionSHA256_C8A23100001_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100001_508=this.isFileSelectedMissionSHA256_C8A23100001_508?a.files[0]:null}onFileChangeMissionContent_C8A23100001_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100001_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100001_508=this.isFileSelectedMissionContent_C8A23100001_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100001_508(){var t,a;if(!this.missionSHA256_C8A23100001_508||!this.missionContent_C8A23100001_508||!this.missionExpTimefor508_C8A23100001||void 0===this.selectedModefor508_C8A23100001)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100001=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100001_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100001_508,this.missionContent_C8A23100001_508,this.missionExpTimefor508_C8A23100001,this.selectedModefor508_C8A23100001).subscribe({next:t=>{this.response508Json_C8A23100001=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100001=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100001=!1}})}handle502Confirmation_C8A23100002(){this.selectedModefor502_C8A23100002!==this.lastConfirmedMode_C8A23100002?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100002} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100002=this.selectedModefor502_C8A23100002):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100002} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100002(),this.lastConfirmedMode_C8A23100002=null)}submit502Mode_C8A23100002(){const t=this.GetALLDataa.latest_C8A23100002_document.deviceId,a=this.selectedModefor502_C8A23100002;this.isLoading502_C8A23100002=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100002=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100002=!1})}handleEjectConfirmation_C8A23100002(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100002.has(e)||this.lastConfirmedEjectMap_C8A23100002.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100002.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100002.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100002(t,a),this.lastConfirmedEjectMap_C8A23100002.set(e,null))}executeEject_C8A23100002(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100002_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100002=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100002,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100002(){this.is504FirstConfirmation_C8A23100002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100002(),this.is504FirstConfirmation_C8A23100002=!0)}execute504EmergencyEject_C8A23100002(){const t=this.GetALLDataa.latest_C8A23100002_document.deviceId;this.isLoading504_C8A23100002=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100002=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100002=!1})}submit507BSSInfo_C8A23100002(){const t=this.GetALLDataa.latest_C8A23100002_document.deviceId;this.isLoading507_C8A23100002=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100002=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100002=!1})}onFileChangeMissionSHA256_C8A23100002_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100002_508=this.isFileSelectedMissionSHA256_C8A23100002_508?a.files[0]:null}onFileChangeMissionContent_C8A23100002_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100002_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100002_508=this.isFileSelectedMissionContent_C8A23100002_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100002_508(){var t,a;if(!this.missionSHA256_C8A23100002_508||!this.missionContent_C8A23100002_508||!this.missionExpTimefor508_C8A23100002||void 0===this.selectedModefor508_C8A23100002)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100002=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100002_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100002_508,this.missionContent_C8A23100002_508,this.missionExpTimefor508_C8A23100002,this.selectedModefor508_C8A23100002).subscribe({next:t=>{this.response508Json_C8A23100002=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100002=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100002=!1}})}handle502Confirmation_C8A23100005(){this.selectedModefor502_C8A23100005!==this.lastConfirmedMode_C8A23100005?window.confirm(`1.\u73fe\u5728\u9078\u64c7\u7684\u662f ${this.selectedModefor502_C8A23100005} \u6a21\u5f0f\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01`)&&(this.lastConfirmedMode_C8A23100005=this.selectedModefor502_C8A23100005):window.confirm(`2.\u771f\u7684\u78ba\u5b9a\u8981\u57f7\u884c ${this.selectedModefor502_C8A23100005} \u6a21\u5f0f\u55ce\uff1f`)&&(this.submit502Mode_C8A23100005(),this.lastConfirmedMode_C8A23100005=null)}submit502Mode_C8A23100005(){const t=this.GetALLDataa.latest_C8A23100005_document.deviceId,a=this.selectedModefor502_C8A23100005;this.isLoading502_C8A23100005=!0;const e={Idle:"\u5f85\u6a5f\u6a21\u5f0f(Idle)",Charge:"\u5145\u96fb\u6a21\u5f0f(Charge)",Discharge:"\u653e\u96fb\u6a21\u5f0f(Discharge)"};this.homeService.post502Mode_Prod(t,a).subscribe(t=>{this.response502Json_C8A23100005=t,this.toastr.success("\u5df2\u5207\u63db\u7ad9\u9ede\u6a21\u5f0f",e[a]||a,{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u57f7\u884c\u6a21\u5f0f\u5207\u63db","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("502 API Error:",t)},()=>{this.isLoading502_C8A23100005=!1})}handleEjectConfirmation_C8A23100005(t,a){const e=`${t}-${a}`;this.lastConfirmedEjectMap_C8A23100005.has(e)||this.lastConfirmedEjectMap_C8A23100005.set(e,null);const n=this.lastConfirmedEjectMap_C8A23100005.get(e);null===n?window.confirm(`1.\u8acb\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.lastConfirmedEjectMap_C8A23100005.set(e,!0):!0===n&&(window.confirm(`2.\u8acb\u518d\u6b21\u78ba\u8a8d\u662f\u5426\u8981\u5c0d Rack\u300c${t}\u300d\u7684 Slot\u300c${a}\u300d\u57f7\u884c Eject\uff1f`)&&this.executeEject_C8A23100005(t,a),this.lastConfirmedEjectMap_C8A23100005.set(e,null))}executeEject_C8A23100005(t,a){this.homeService.post503EjectBattery_Prod(this.GetALLDataa.latest_C8A23100005_document.deviceId,t,a).subscribe(t=>{this.response503Json_C8A23100005=t,this.toastr.error("Eject \u5df2\u6210\u529f\u57f7\u884c !","Eject !",{timeOut:1500,positionClass:"toast-top-center"}),this.dialog.open(this.dialog_C8A23100005,{width:"60vw"})},t=>{this.toastr.error("\u57f7\u884c Eject \u5931\u6557","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("503 API Error:",t)})}submit504EmergencyEject_C8A23100005(){this.is504FirstConfirmation_C8A23100005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.is504FirstConfirmation_C8A23100005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u55ce\uff1f")&&(this.execute504EmergencyEject_C8A23100005(),this.is504FirstConfirmation_C8A23100005=!0)}execute504EmergencyEject_C8A23100005(){const t=this.GetALLDataa.latest_C8A23100005_document.deviceId;this.isLoading504_C8A23100005=!0,this.homeService.post504EmergencyEject_Prod(t).subscribe(t=>{this.response504Json_C8A23100005=t,this.toastr.warning("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u5df2\u57f7\u884c !","Emergency Eject !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7dca\u6025\u9000\u51fa\u64cd\u4f5c\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("504 API Error:",t)},()=>{this.isLoading504_C8A23100005=!1})}submit507BSSInfo_C8A23100005(){const t=this.GetALLDataa.latest_C8A23100005_document.deviceId;this.isLoading507_C8A23100005=!0,this.homeService.post507CabinetInfo_Prod(t).subscribe(t=>{this.response507Json_C8A23100005=t,this.toastr.success("\u5df2\u6210\u529f\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","BSS Info",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("\u7121\u6cd5\u8b80\u53d6\u63db\u96fb\u6ac3\u8cc7\u8a0a","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("507 API Error:",t)},()=>{this.isLoading507_C8A23100005=!1})}onFileChangeMissionSHA256_C8A23100005_508(t){const a=t.target;this.isFileSelectedMissionSHA256_C8A23100005_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionSHA256_C8A23100005_508=this.isFileSelectedMissionSHA256_C8A23100005_508?a.files[0]:null}onFileChangeMissionContent_C8A23100005_508(t){const a=t.target;this.isFileSelectedMissionContent_C8A23100005_508=(null==a?void 0:a.files)&&a.files.length>0,this.missionContent_C8A23100005_508=this.isFileSelectedMissionContent_C8A23100005_508?a.files[0]:null}submit508BatteryFotaUpdate_C8A23100005_508(){var t,a;if(!this.missionSHA256_C8A23100005_508||!this.missionContent_C8A23100005_508||!this.missionExpTimefor508_C8A23100005||void 0===this.selectedModefor508_C8A23100005)return void this.toastr.warning("\u8acb\u5148\u6aa2\u67e5\u662f\u5426\u5df2\u586b\u5beb\u6240\u6709\u7684\u5fc5\u8981\u53c3\u6578\uff0c\u6aa2\u67e5\u5b8c\u518d\u9ede\u64ca\u78ba\u8a8d\u6309\u9215\uff01","Warning",{timeOut:2e3,positionClass:"toast-top-center"});this.isLoading508_C8A23100005=!0;const e=null===(a=null===(t=this.GetALLDataa)||void 0===t?void 0:t.latest_C8A23100005_document)||void 0===a?void 0:a.deviceId;this.homeService.post508BatteryFotaUpdate_Test(e,this.missionSHA256_C8A23100005_508,this.missionContent_C8A23100005_508,this.missionExpTimefor508_C8A23100005,this.selectedModefor508_C8A23100005).subscribe({next:t=>{this.response508Json_C8A23100005=t,this.toastr.success("508 \u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4\u6210\u529f\uff01","Success",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100005=!1},error:t=>{console.error("508 API \u8abf\u7528\u5931\u6557:",t),this.toastr.error("508 API \u8abf\u7528\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u53c3\u6578\u6216\u670d\u52d9\u5668\u72c0\u614b\uff01","Error",{timeOut:1500,positionClass:"toast-top-center"}),this.isLoading508_C8A23100005=!1}})}closeDialog(){this.dialog.closeAll()}openDialogAllBCSStatus(t){const a=new bo.d;let e;switch(a.width="99vw",a.height="77%",a.hasBackdrop=!0,a.panelClass="mat-dialog-title-prod",t){case"dialogAllBCSStatus":e=this.dialog.open(this.dialogAllBCSStatus,a)}}openDialog(t){const a=new bo.d;let e;switch(a.width="99vw",a.height="78%",a.hasBackdrop=!0,a.panelClass="mat-dialog-title-prod",t){case"dialog_GM000001_508":e=this.dialog.open(this.dialog_GM000001_508,a);break;case"dialog_C5A23112010_508":e=this.dialog.open(this.dialog_C5A23112010_508,a);break;case"dialog_FM000001_508":e=this.dialog.open(this.dialog_FM000001_508,a);break;case"dialog_C5A23112008_508":e=this.dialog.open(this.dialog_C5A23112008_508,a);break;case"dialog_C8A23100004_508":e=this.dialog.open(this.dialog_C8A23100004_508,a);break;case"dialog_C8A23090002_508":e=this.dialog.open(this.dialog_C8A23090002_508,a);break;case"dialog_C5A23112006_508":e=this.dialog.open(this.dialog_C5A23112006_508,a);break;case"dialog_C5A23112002_508":e=this.dialog.open(this.dialog_C5A23112002_508,a);break;case"dialog_C5A23112001_508":e=this.dialog.open(this.dialog_C5A23112001_508,a);break;case"dialog_C5A23112003_508":e=this.dialog.open(this.dialog_C5A23112003_508,a);break;case"dialog_C5A23112005_508":e=this.dialog.open(this.dialog_C5A23112005_508,a);break;case"dialog_C5A23092001_508":e=this.dialog.open(this.dialog_C5A23092001_508,a);break;case"dialog_C5A23112007_508":e=this.dialog.open(this.dialog_C5A23112007_508,a);break;case"dialog_C5A23112004_508":e=this.dialog.open(this.dialog_C5A23112004_508,a);break;case"dialog_C8A23090001_508":e=this.dialog.open(this.dialog_C8A23090001_508,a);break;case"dialog_C8A23100006_508":e=this.dialog.open(this.dialog_C8A23100006_508,a);break;case"dialog_C8A23100007_508":e=this.dialog.open(this.dialog_C8A23100007_508,a);break;case"dialog_C8A23100008_508":e=this.dialog.open(this.dialog_C8A23100008_508,a);break;case"dialog_C8A23100010_508":e=this.dialog.open(this.dialog_C8A23100010_508,a);break;case"dialog_C8A23100011_508":e=this.dialog.open(this.dialog_C8A23100011_508,a);break;case"dialog_C8A23100003_508":e=this.dialog.open(this.dialog_C8A23100003_508,a);break;case"dialog_C8A23100012_508":e=this.dialog.open(this.dialog_C8A23100012_508,a);break;case"dialog_C8A23100009_508":e=this.dialog.open(this.dialog_C8A23100009_508,a);break;case"dialog_C8A23100001_508":e=this.dialog.open(this.dialog_C8A23100001_508,a);break;case"dialog_C8A23100002_508":e=this.dialog.open(this.dialog_C8A23100002_508,a);break;case"dialog_C8A23100005_508":e=this.dialog.open(this.dialog_C8A23100005_508,a)}}openDialogForUploadBSSGUI(t){const a=new bo.d;let e;switch(a.width="68vw",a.height="70%",a.hasBackdrop=!0,a.panelClass="mat-dialog-title-prod",t){case"dialogForUploadBSSGUI":e=this.dialog.open(this.dialogForUploadBSSGUI,a)}}GetListOfBSSGUI(){this.accountService.getlistofbssgui().subscribe(t=>{this.Files=t.compressed_files.map(t=>{const a=new Date(t.modified_time),e=new Date(a.getTime()+288e5),n=this.BSSGUIInfoformatDate(e);return t.modified_time=n,t}),this.Files.sort((t,a)=>new Date(a.modified_time).getTime()-new Date(t.modified_time).getTime())},t=>{console.error("Error fetching data from API",t)})}BSSGUIInfoformatDate(t){return`${t.getFullYear()}-${(t.getMonth()+1).toString().padStart(2,"0")}-${t.getDate().toString().padStart(2,"0")} ${t.getHours().toString().padStart(2,"0")}:${t.getMinutes().toString().padStart(2,"0")}:${t.getSeconds().toString().padStart(2,"0")}`}onFileChangeForUploadBSSGUI(t){this.fileToUpload=t.target.files.length>0?t.target.files[0]:null}submitForUploadBSSGUI(){this.fileToUpload?(this.isUploadingForBSSGUI=!0,this.uploadProgressForBSSGUI=0,this.accountService.uploadbssgui(this.fileToUpload).subscribe(t=>{if(t.type===i.d.UploadProgress){if(t.total){let a=(t.loaded/t.total*100).toFixed(2);this.uploadProgressForBSSGUI=parseFloat(a)<100?parseFloat(a):99}}else t.type===i.d.Response&&(this.uploadProgressForBSSGUI=100,this.isUploadingForBSSGUI=!1,this.responseForUploadBSSGUI=t.body,this.GetListOfBSSGUI(),this.toastr.success("\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94 \u4e0a\u50b3\u6210\u529f !","Success",{timeOut:3e3,positionClass:"toast-top-center"}))},t=>{this.isUploadingForBSSGUI=!1,console.log("BSSGUI Upload Error:",t),this.toastr.error("\u63db\u96fb\u6ac3GUI\u4e0a\u50b3\u5931\u6557\uff0c\u8acb\u6aa2\u67e5\u4e0a\u50b3\u683c\u5f0f\u662f\u5426\u70ba\u58d3\u7e2e\u6a94","Error",{timeOut:3e3,positionClass:"toast-top-center"})})):this.toastr.warning("\u8acb\u5148\u9078\u64c7\u58d3\u7e2e\u6a94\u518d\u4e0a\u50b3","Warning",{timeOut:3e3,positionClass:"toast-top-center"})}updateSelectedOption(t){this.selectedOption=t.target.value}getIdentitys(){const t=JSON.parse(localStorage.getItem("user"));return this.parseJwt(t.token).sub.identitys}parseJwt(t){const a=t.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(atob(a))}GetALLData(){this.accountService.get_All_Data().subscribe(t=>{var a,e,n,o,c,s,l,i,b,r,f,d,u,A,L,_,I,D,m,C,S,h,g,G,T,p,k,v,y,O,B,F,E,w,M,j,x,V,H,R,P,N,U,W,$,z,J,q,X,Q,K,Z,Y,tt,at,et,nt,ot,ct,st,lt,it,bt,rt,ft,dt,ut,At,Lt,_t,It,Dt,mt,Ct,St,ht,gt,Gt,Tt,pt,kt,vt,yt,Ot,Bt,Ft,Et,wt,Mt,jt,xt,Vt,Ht,Rt,Pt,Nt,Ut,Wt,$t,zt,Jt,qt,Xt,Qt,Kt,Zt,Yt,ta,aa,ea,na,oa,ca,sa,la,ia,ba,ra,fa,da,ua,Aa,La,_a,Ia,Da,ma,Ca,Sa,ha,ga,Ga,Ta,pa,ka,va,ya,Oa,Ba,Fa,Ea,wa,Ma,ja,xa,Va,Ha,Ra,Pa,Na,Ua,Wa,$a,za,Ja,qa,Xa,Qa,Ka,Za,Ya,te,ae,ee,ne,oe,ce,se,le,ie,be,re,fe,de,ue,Ae,Le,_e,Ie,De,me,Ce,Se,he,ge,Ge,Te,pe,ke,ve,ye,Oe,Be,Fe,Ee,we,Me,je,xe,Ve,He,Re,Pe,Ne,Ue,We,$e,ze,Je,qe,Xe,Qe,Ke,Ze,Ye,tn,an,en,nn,on,cn,sn,ln,bn,rn,fn,dn,un,An,Ln,_n,In,Dn,mn,Cn,Sn,hn,gn,Gn,Tn,pn,kn,vn,yn,On,Bn,Fn,En,wn,Mn,jn,xn,Vn,Hn,Rn,Pn,Nn,Un,Wn,$n,zn,Jn,qn,Xn,Qn,Kn,Zn,Yn,to,ao,eo,no,oo,co,so,lo,io,bo,ro,fo,uo,Ao,Lo,_o,Io,Do,mo,Co,So,ho,go,Go,To,po,ko,vo,yo,Oo,Bo,Fo,Eo,wo,Mo,jo,xo,Vo,Ho,Ro,Po,No,Uo,Wo,$o,zo,Jo,qo,Xo,Qo,Ko,Zo,Yo,tc,ac,ec,nc,oc,cc,sc,lc,ic,bc,rc,fc,dc,uc,Ac,Lc,_c,Ic,Dc,mc,Cc,Sc,hc,gc,Gc,Tc,pc,kc,vc,yc,Oc,Bc,Fc,Ec,wc,Mc,jc,xc,Vc,Hc,Rc,Pc,Nc,Uc,Wc,$c,zc,Jc,qc,Xc,Qc,Kc,Zc,Yc,ts,as,es,ns,os,cs,ss,ls,is,bs,rs,fs,ds,us,As,Ls,_s,Is,Ds,ms,Cs,Ss,hs,gs,Gs,Ts,ps,ks,vs,ys,Os,Bs,Fs,Es,ws,Ms,js,xs,Vs,Hs,Rs,Ps,Ns,Us,Ws,$s,zs,Js,qs,Xs,Qs,Ks,Zs,Ys,tl,al,el,nl,ol,cl,sl,ll,il,bl,rl,fl,dl,ul,Al,Ll,_l,Il,Dl,ml,Cl,Sl,hl,gl,Gl,Tl,pl,kl,vl,yl,Ol,Bl,Fl,El,wl,Ml,jl,xl,Vl,Hl,Rl,Pl,Nl,Ul,Wl,$l,zl,Jl,ql,Xl,Ql,Kl,Zl,Yl,ti,ai,ei,ni,oi,ci,si,li,ii,bi,ri;this.GetALLDataa=t;try{this.bcsStatusData=[{station:"\u5609\u7fa9\u7149\u7814\u6240(8\u69fd)",deviceId:(null===(e=null===(a=this.GetALLDataa)||void 0===a?void 0:a.latest_GM000001_document)||void 0===e?void 0:e.deviceId)||"",sysOpMode:(null===(n=this.GetALLDataa.latest_GM000001_document)||void 0===n?void 0:n.sysOpMode)||"",sysVer:(null===(o=this.GetALLDataa.latest_GM000001_document)||void 0===o?void 0:o.sysVer)||"",code:(null===(c=this.GetALLDataa.latest_GM000001_document)||void 0===c?void 0:c.code)||"",battTotalAmount:(null===(s=this.GetALLDataa.latest_GM000001_document)||void 0===s?void 0:s.battTotalAmount)||"",battFullAmount:(null===(l=this.GetALLDataa.latest_GM000001_document)||void 0===l?void 0:l.battFullAmount)||"",sysStatus:(null===(i=this.GetALLDataa.latest_GM000001_document)||void 0===i?void 0:i.sysStatus)||"",chuStatus:(null===(f=null===(r=null===(b=this.GetALLDataa)||void 0===b?void 0:b.latest_GM000001_document)||void 0===r?void 0:r.rackInfo)||void 0===f?void 0:f.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(I=null===(_=null===(L=this.GetALLDataa)||void 0===L?void 0:L.latest_GM000001_document)||void 0===_?void 0:_.rackInfo)||void 0===I?void 0:I.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(j=null===(M=null===(w=this.GetALLDataa)||void 0===w?void 0:w.latest_C5A23112010_document)||void 0===M?void 0:M.rackInfo)||void 0===j?void 0:j.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(at=null===(tt=null===(Y=this.GetALLDataa)||void 0===Y?void 0:Y.latest_FM000001_document)||void 0===tt?void 0:tt.rackInfo)||void 0===at?void 0:at.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Ct=null===(mt=null===(Dt=this.GetALLDataa)||void 0===Dt?void 0:Dt.latest_C5A23112008_document)||void 0===mt?void 0:mt.rackInfo)||void 0===Ct?void 0:Ct.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Ht=null===(Vt=null===(xt=this.GetALLDataa)||void 0===xt?void 0:xt.latest_C5A23112006_document)||void 0===Vt?void 0:Vt.rackInfo)||void 0===Ht?void 0:Ht.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(oa=null===(na=null===(ea=this.GetALLDataa)||void 0===ea?void 0:ea.latest_C5A23112002_document)||void 0===na?void 0:na.rackInfo)||void 0===oa?void 0:oa.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(ga=null===(ha=null===(Sa=this.GetALLDataa)||void 0===Sa?void 0:Sa.latest_C5A23112001_document)||void 0===ha?void 0:ha.rackInfo)||void 0===ga?void 0:ga.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Na=null===(Pa=null===(Ra=this.GetALLDataa)||void 0===Ra?void 0:Ra.latest_C5A23112003_document)||void 0===Pa?void 0:Pa.rackInfo)||void 0===Na?void 0:Na.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(le=null===(se=null===(ce=this.GetALLDataa)||void 0===ce?void 0:ce.latest_C5A23112005_document)||void 0===se?void 0:se.rackInfo)||void 0===le?void 0:le.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(pe=null===(Te=null===(Ge=this.GetALLDataa)||void 0===Ge?void 0:Ge.latest_C5A23092001_document)||void 0===Te?void 0:Te.rackInfo)||void 0===pe?void 0:pe.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===($e=null===(We=null===(Ue=this.GetALLDataa)||void 0===Ue?void 0:Ue.latest_C5A23112007_document)||void 0===We?void 0:We.rackInfo)||void 0===$e?void 0:$e.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(fn=null===(rn=null===(bn=this.GetALLDataa)||void 0===bn?void 0:bn.latest_C5A23112004_document)||void 0===rn?void 0:rn.rackInfo)||void 0===fn?void 0:fn.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(On=null===(yn=null===(vn=this.GetALLDataa)||void 0===vn?void 0:vn.latest_C8A23100004_document)||void 0===yn?void 0:yn.rackInfo)||void 0===On?void 0:On.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Xn=null===(qn=null===(Jn=this.GetALLDataa)||void 0===Jn?void 0:Jn.latest_C8A23090002_document)||void 0===qn?void 0:qn.rackInfo)||void 0===Xn?void 0:Xn.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Lo=null===(Ao=null===(uo=this.GetALLDataa)||void 0===uo?void 0:uo.latest_C8A23090001_document)||void 0===Ao?void 0:Ao.rackInfo)||void 0===Lo?void 0:Lo.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(wo=null===(Eo=null===(Fo=this.GetALLDataa)||void 0===Fo?void 0:Fo.latest_C8A23100006_document)||void 0===Eo?void 0:Eo.rackInfo)||void 0===wo?void 0:wo.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Yo=null===(Zo=null===(Ko=this.GetALLDataa)||void 0===Ko?void 0:Ko.latest_C8A23100008_document)||void 0===Zo?void 0:Zo.rackInfo)||void 0===Yo?void 0:Yo.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Dc=null===(Ic=null===(_c=this.GetALLDataa)||void 0===_c?void 0:_c.latest_C8A23100011_document)||void 0===Ic?void 0:Ic.rackInfo)||void 0===Dc?void 0:Dc.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(xc=null===(jc=null===(Mc=this.GetALLDataa)||void 0===Mc?void 0:Mc.latest_C8A23100005_document)||void 0===jc?void 0:jc.rackInfo)||void 0===xc?void 0:xc.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(es=null===(as=null===(ts=this.GetALLDataa)||void 0===ts?void 0:ts.latest_C8A23100007_document)||void 0===as?void 0:as.rackInfo)||void 0===es?void 0:es.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Ss=null===(Cs=null===(ms=this.GetALLDataa)||void 0===ms?void 0:ms.latest_C8A23100003_document)||void 0===Cs?void 0:Cs.rackInfo)||void 0===Ss?void 0:Ss.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Rs=null===(Hs=null===(Vs=this.GetALLDataa)||void 0===Vs?void 0:Vs.latest_C8A23100012_document)||void 0===Hs?void 0:Hs.rackInfo)||void 0===Rs?void 0:Rs.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(cl=null===(ol=null===(nl=this.GetALLDataa)||void 0===nl?void 0:nl.latest_C8A23100009_document)||void 0===ol?void 0:ol.rackInfo)||void 0===cl?void 0:cl.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Gl=null===(gl=null===(hl=this.GetALLDataa)||void 0===hl?void 0:hl.latest_C8A23100001_document)||void 0===gl?void 0:gl.rackInfo)||void 0===Gl?void 0:Gl.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(Ul=null===(Nl=null===(Pl=this.GetALLDataa)||void 0===Pl?void 0:Pl.latest_C8A23100002_document)||void 0===Nl?void 0:Nl.rackInfo)||void 0===Ul?void 0:Ul.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.chuStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{var e;return[`RackId#${a}:`,(null===(e=t.dcuStatus)||void 0===e?void 0:e.join(", "))||""]}).flat())||[""],battStatus:(null===(ii=null===(li=null===(si=this.GetALLDataa)||void 0===si?void 0:si.latest_C8A23100010_document)||void 0===li?void 0:li.rackInfo)||void 0===ii?void 0:ii.map((t,a)=>{var e;const n=(null===(e=t.slotInfo)||void 0===e?void 0:e.map((t,a)=>{var e;return`SlotId#0${a+1}: ${(null===(e=t.battStatus)||void 0===e?void 0:e.join(", "))||""}`}))||[],o=[];for(let c=0;c{console.error("API Error:",t)})}GetNewestDataForFOTA_508_509(){this.accountService.get_NewestDataForFOTA_508_509().subscribe(t=>{this.GetNewestDataForFOTA_508_509Dataa=t},t=>{console.error("API Error:",t)})}logout(){const t=JSON.parse(localStorage.getItem("user")),a=this.parseJwt(t.token);this.accountService.updateisLoggedInById(a.sub.id).pipe(Object(Ac.a)(()=>Object(A.a)(null))).subscribe(()=>{this.accountService.logout(),alert("\u5df2\u6210\u529f\u767b\u51fa")})}ngOnDestroy(){this.subscriptionn&&this.subscriptionn.unsubscribe(),this.dataSubscription&&this.dataSubscription.unsubscribe(),this.currentTimeForOnline&&clearInterval(this.currentTimeForOnline)}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(Lc.a),n.Nb(Lc.c),n.Nb(bo.a),n.Nb(Ec))},t.\u0275cmp=n.Hb({type:t,selectors:[["ng-component"]],viewQuery:function(t,a){var e;1&t&&(n.Ic(Ls,!0),n.Ic(_s,!0),n.Ic(Is,!0),n.Ic(Ds,!0),n.Ic(ms,!0),n.Ic(Cs,!0),n.Ic(Ss,!0),n.Ic(hs,!0),n.Ic(gs,!0),n.Ic(Gs,!0),n.Ic(Ts,!0),n.Ic(ps,!0),n.Ic(ks,!0),n.Ic(vs,!0),n.Ic(ys,!0),n.Ic(Os,!0),n.Ic(Bs,!0),n.Ic(Fs,!0),n.Ic(Es,!0),n.Ic(ws,!0),n.Ic(Ms,!0),n.Ic(js,!0),n.Ic(xs,!0),n.Ic(Vs,!0),n.Ic(Hs,!0),n.Ic(Rs,!0),n.Ic(Ps,!0),n.Ic(Ns,!0),n.Ic(Us,!0),n.Ic(Ws,!0),n.Ic($s,!0),n.Ic(zs,!0),n.Ic(Js,!0),n.Ic(qs,!0),n.Ic(Xs,!0),n.Ic(Qs,!0),n.Ic(Ks,!0),n.Ic(Zs,!0),n.Ic(Ys,!0),n.Ic(tl,!0),n.Ic(al,!0),n.Ic(el,!0),n.Ic(nl,!0),n.Ic(ol,!0),n.Ic(cl,!0),n.Ic(sl,!0),n.Ic(ll,!0),n.Ic(il,!0),n.Ic(bl,!0),n.Ic(rl,!0),n.Ic(fl,!0),n.Ic(dl,!0),n.Ic(ul,!0),n.Ic(Al,!0)),2&t&&(n.qc(e=n.cc())&&(a.dialog_GM000001=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112010=e.first),n.qc(e=n.cc())&&(a.dialog_FM000001=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112008=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100004=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23090002=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112006=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112002=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112001=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112003=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112005=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23092001=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112007=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112004=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23090001=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100006=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100007=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100008=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100010=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100011=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100003=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100012=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100009=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100001=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100002=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100005=e.first),n.qc(e=n.cc())&&(a.dialog_GM000001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112010_508=e.first),n.qc(e=n.cc())&&(a.dialog_FM000001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112008_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100004_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23090002_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112006_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112002_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112003_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112005_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23092001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112007_508=e.first),n.qc(e=n.cc())&&(a.dialog_C5A23112004_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23090001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100006_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100007_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100008_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100010_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100011_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100003_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100012_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100009_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100001_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100002_508=e.first),n.qc(e=n.cc())&&(a.dialog_C8A23100005_508=e.first),n.qc(e=n.cc())&&(a.dialogAllBCSStatus=e.first),n.qc(e=n.cc())&&(a.dialogForUploadBSSGUI=e.first))},hostBindings:function(t,a){1&t&&n.bc("resize",(function(t){return a.onResize(t)}),!1,n.tc)},decls:134,vars:26,consts:[["class","navbar navbar-expand navbar-dark bg-dark","style","font-size:1.35vw;height: 3.5vh;",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","style","height:96.5vh;",4,"ngIf"],["dialog_GM000001",""],["dialog_C5A23112010",""],["dialog_FM000001",""],["dialog_C5A23112008",""],["dialog_C8A23100004",""],["dialog_C8A23090002",""],["dialog_C5A23112006",""],["dialog_C5A23112002",""],["dialog_C5A23112001",""],["dialog_C5A23112003",""],["dialog_C5A23112005",""],["dialog_C5A23092001",""],["dialog_C5A23112007",""],["dialog_C5A23112004",""],["dialog_C8A23090001",""],["dialog_C8A23100006",""],["dialog_C8A23100007",""],["dialog_C8A23100008",""],["dialog_C8A23100010",""],["dialog_C8A23100011",""],["dialog_C8A23100003",""],["dialog_C8A23100012",""],["dialog_C8A23100009",""],["dialog_C8A23100001",""],["dialog_C8A23100002",""],["dialog_C8A23100005",""],["dialog_GM000001_508",""],["dialog_C5A23112010_508",""],["dialog_FM000001_508",""],["dialog_C5A23112008_508",""],["dialog_C8A23100004_508",""],["dialog_C8A23090002_508",""],["dialog_C5A23112006_508",""],["dialog_C5A23112002_508",""],["dialog_C5A23112001_508",""],["dialog_C5A23112003_508",""],["dialog_C5A23112005_508",""],["dialog_C5A23092001_508",""],["dialog_C5A23112007_508",""],["dialog_C5A23112004_508",""],["dialog_C8A23090001_508",""],["dialog_C8A23100006_508",""],["dialog_C8A23100007_508",""],["dialog_C8A23100008_508",""],["dialog_C8A23100010_508",""],["dialog_C8A23100011_508",""],["dialog_C8A23100003_508",""],["dialog_C8A23100012_508",""],["dialog_C8A23100009_508",""],["dialog_C8A23100001_508",""],["dialog_C8A23100002_508",""],["dialog_C8A23100005_508",""],["dialogAllBCSStatus",""],["dialogForUploadBSSGUI",""],[1,"navbar","navbar-expand","navbar-dark","bg-dark",2,"font-size","1.35vw","height","3.5vh"],[1,"navbar-nav"],["routerLink","/","routerLinkActive","active",1,"nav-item","nav-link",3,"routerLinkActiveOptions"],[1,"nav-item","nav-link",3,"click"],["class","nav-item nav-link",3,"click",4,"ngIf"],[2,"flex-grow","1","display","flex","justify-content","center"],[4,"ngIf"],[1,"ml-auto"],[1,"nav-item","nav-link"],["type","text","placeholder","\u8acb\u9078\u64c7\u63db\u96fb\u6ac3\u7ad9\u9ede","aria-label","\u63db\u96fb\u6ac3\u7ad9\u9ede","matInput","",2,"width","15vw","text-align","center","height","85%",3,"matAutocomplete","ngModel","change","ngModelChange"],["auto","matAutocomplete"],[3,"value",4,"ngFor","ngForOf"],[2,"font-size","1.6vw","color","white","vertical-align","middle"],["class","latest-request-time","style","color: white;",4,"ngIf"],[1,"latest-request-time",2,"color","white"],[1,"hide-on-portrait"],[1,"hide-on-portrait",2,"color","white","font-size","0.75vw"],[3,"value"],["fxLayout","column","fxLayoutAlign","start stretch",2,"height","96.5vh"],["mat-align-tabs","start",2,"flex-grow","1","background-color","rgba(255, 253, 253, 0.892)",3,"animationDuration","selectedTabChange"],["label","\u5609\u7fa9\u7149\u7814\u6240"],[2,"height","100%","padding","0.5vw","font-size","1.2vw","font-weight","bolder","background-color","rgb(218, 238, 244)"],[1,"Rack-Overview-slide-toggle",2,"width","95.5vw","display","flex","justify-content","space-between","align-items","center","height","2.5%"],["class","rack-overview","style","height:100%;margin-left: 0.5vw;",4,"ngIf"],["class","rack-overview-detail",4,"ngIf"],["class","rack-overview","style","height:100%;margin-left: 0.5vw;color: rgb(79, 200, 204);",4,"ngIf"],["class","rack-overview-detail","style","color: rgb(79, 200, 204);",4,"ngIf"],[1,"mat-slide-toggle-text",2,"height","100%","font-size","1.1vw",3,"disableRipple","ngModel","ngModelChange"],[1,"span",2,"color","rgb(79, 200, 204)"],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","center center","style","height: 97%;",4,"ngIf"],["label","\u4e0b\u63a7\u529f\u80fd\u5340"],["lockedContent_GM000001andC5A23112010",""],["style","padding:0.5vw;font-weight:bolder;background-color:rgb(218, 238, 244);",4,"ngIf","ngIfElse"],[1,"rack-overview",2,"height","100%","margin-left","0.5vw"],[1,"rack-overview-detail"],[1,"rack-overview",2,"height","100%","margin-left","0.5vw","color","rgb(79, 200, 204)"],[1,"rack-overview-detail",2,"color","rgb(79, 200, 204)"],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","center center",2,"height","97%"],["fxLayout","row","fxFlex","0.25","fxFlex.xs","100","fxFlex.gt-xs","0.25"],["fxLayout","row","fxFlex","33","fxFlex.xs","100","fxFlex.gt-xs","33",1,"vertical-spacing",2,"width","100%","height","100%","background-color","black","justify-content","center"],["fxLayout","column","fxFlex.xs","100","fxLayoutAlign","start start",2,"height","100%"],["fxFlex","100",1,"RackId_8"],["style","width: 100%;",4,"ngIf"],["fxLayout","row","fxLayoutGap","0.5vw",2,"width","100%","height","23%","margin-bottom","0.5vw"],["fxFlex","50","fxFlex.xs","50",2,"width","100%","display","flex","flex-direction","row","background-color","rgba(240, 248, 255, 0.868)"],[2,"width","17%","display","flex","justify-content","center","flex-direction","column","background-color","#c4c0c0"],[3,"ngStyle",4,"ngIf"],[2,"width","100%","aspect-ratio","1/1"],[1,"square",2,"width","100%","aspect-ratio","1/1","border-radius","15%","font-size","0.8vw","text-align","center","background-color","cadetblue","display","flex","justify-content","center","align-items","center","border","1px solid black"],[2,"width","10%","aspect-ratio","1/1"],["style","width:100%;aspect-ratio:1/1;border-radius:15%;font-size:0.8vw;text-align:center;background-color: red;display: flex; justify-content: center; align-items: center;border: 1px solid black;","class","square",3,"click",4,"ngIf"],[2,"width","3%","font-size","0.5vw","background-color","black"],[2,"width","80%","font-size","1vw","text-align","center","border-collapse","collapse","border","1px solid black"],["style","border: 1px solid black;background-color: white;",4,"ngIf"],["style","border: 1px solid black;",4,"ngIf"],["style","border: 1px solid black;color:blue;",4,"ngIf"],["style","border: 1px solid black;color:palevioletred;",4,"ngIf"],["style","border: 1px solid black;color:green;",4,"ngIf"],["colspan","2","style","border: 1px solid black;color:purple;",4,"ngIf"],[2,"width","3%","background-color","black"],["fxLayout","row","fxLayoutGap","0.1vw",2,"width","100%","height","6%"],[2,"width","35%","display","flex","justify-content","center","flex-direction","column","background-color","#c4c0c0"],[2,"width","100%","display","flex","justify-content","center","flex-direction","row","background-color","#c4c0c0"],[2,"width","20%","aspect-ratio","1/1","border-radius","50%","background-color","#a49a9a","border","1px solid gray"],[2,"width","20%","aspect-ratio","1/1","border-radius","50%","background-color","green","border","1px solid gray"],[2,"width","20%","aspect-ratio","1/1","border-radius","50%","background-color","yellow","border","1px solid gray"],[2,"width","20%","aspect-ratio","1/1","border-radius","50%","background-color","greenyellow","border","1px solid gray"],[2,"width","20%","aspect-ratio","1/1","border-radius","50%","background-color","red","border","1px solid gray"],[2,"width","20%","font-size","0.6vw","text-align","center"],["style","width:30%;background-color:red;font-size:1.7vw;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;",4,"ngIf"],[2,"width","35%","background-color","#c4c0c0"],[2,"width","100%"],["fxFlex","50","fxFlex.xs","50",2,"width","100%","display","flex","flex-direction","row","background-color","gray"],[2,"width","100%","aspect-ratio","1/1","border-radius","50%","background-color","#a49a9a","border","1px solid gray"],[1,"square",2,"width","100%","aspect-ratio","1/1","border-radius","15%","font-size","0.8vw","text-align","center","background-color","red","display","flex","justify-content","center","align-items","center","border","1px solid black"],[2,"border","1px solid black","font-size","1.5vw","text-decoration","underline"],["colspan","2",2,"border","1px solid black","background-color","white"],[2,"border","1px solid black","color","blue"],[2,"border","1px solid black","color","palevioletred"],[2,"border","1px solid black"],[2,"border","1px solid black","color","green"],["colspan","2",2,"border","1px solid black","color","purple"],[2,"width","30%","background-color","red","font-size","1.5vw","text-align","center","display","flex","flex-direction","column","justify-content","center","align-items","center"],[2,"font-size","0.83vw"],[3,"ngStyle"],[1,"square",2,"width","100%","aspect-ratio","1/1","border-radius","15%","font-size","0.8vw","text-align","center","background-color","red","display","flex","justify-content","center","align-items","center","border","1px solid black",3,"click"],[2,"border","1px solid black","background-color","white"],[1,"table-slotInfo-battStatus",2,"font-size","0.8vw"],[2,"width","30%","background-color","red","font-size","1.7vw","text-align","center","display","flex","flex-direction","column","justify-content","center","align-items","center"],[2,"font-size","1vw"],["fxFlex","100",1,"RackId_5"],["style","font-size:0.65vw;border: 1px solid black;background-color: white;",4,"ngIf"],[2,"width","80%","font-size","1vw","text-align","center","border-collapse","collapse","border","1px solid black","background-color","white"],[2,"width","100%","aspect-ratio","1/1","border-radius","50%"],["fxFlex","50","fxFlex.xs","50",2,"width","100%","height","100%","display","flex","flex-direction","row","background-color","gray"],[2,"font-size","0.65vw","border","1px solid black","background-color","white"],[2,"text-align","center","font-weight","bolder"],[2,"padding","0.5vw","font-weight","bolder","background-color","rgb(218, 238, 244)"],[1,"font-size",2,"width","95.5vw","display","flex","justify-content","space-between","align-items","center"],["id","control",3,"disableRipple","ngModel","ngModelChange"],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","space-between stretch","fxLayoutGap","16px","style","background-color:whitesmoke;",4,"ngIf"],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","space-between stretch","fxLayoutGap","16px",2,"background-color","whitesmoke"],["fxLayout","column","fxLayoutAlign","center stretch","fxLayoutGap","16px","fxFlex","50"],["fxFlex","100",2,"padding-top","16px","border-radius","8px","border","1px solid gray"],["fxLayout","column","fxLayoutAlign","center center","fxLayoutFill",""],[1,"vertical-font-size",2,"text-align","center"],["appearance","fill",2,"width","88%"],["matNativeControl","",2,"font-weight","bolder",3,"ngModel","ngModelChange"],["value","Idle",1,"option-list",2,"font-weight","bolder","font-size","3vw"],["value","Charge",1,"option-list",2,"font-weight","bolder","font-size","3vw"],["value","Discharge",1,"option-list",2,"font-weight","bolder","font-size","3vw"],["mat-raised-button","","color","primary",1,"font-size",3,"click"],["style","display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;",4,"ngIf"],["class","vertical-font-size","style","text-align:left;font-size:1.5vw;background-color:#c4c0c0;padding:5px;border:1px solid gray;border-radius:4px;overflow-x:auto;",4,"ngIf"],["mat-raised-button","","color","warn",1,"font-size",3,"click"],["fxFlex","100",2,"border-radius","8px","border","1px solid gray"],["fxLayout","row",2,"position","relative"],["fxFlex","49.75","fxLayout","column","fxLayoutAlign","start center","fxLayoutFill",""],["mat-raised-button","","color","primary",1,"font-size",2,"max-width","90%","white-space","pre-wrap","word-wrap","break-word",3,"click"],[4,"ngIf","ngIfElse"],["noDataTemplate_GM000001_508",""],["fxFlex","0.5",1,"divider",2,"border","0.1vw dashed gray"],["mat-raised-button","","color","primary",1,"font-size",2,"visibility","hidden"],["noDataTemplate_GM000001_509",""],["fxFlex","100","fxFlex.xs","100",2,"padding-top","16px","border-radius","8px","border","1px solid gray"],["class","vertical-font-size","style","text-align:left;font-size:1vw;width:45vw;background-color:#c4c0c0;padding:5px;border:1px solid gray;border-radius:4px;overflow-x:auto;",4,"ngIf"],[2,"display","flex","flex-direction","column","align-items","center","justify-content","center","text-align","center"],[2,"font-size","1.5vw","font-weight","bolder"],[1,"vertical-font-size",2,"text-align","left","font-size","1.5vw","background-color","#c4c0c0","padding","5px","border","1px solid gray","border-radius","4px","overflow-x","auto"],[1,"font-size","vertical-font-size",2,"text-align","center","text-decoration","underline"],[1,"vertical-font-size",2,"max-width","90%","white-space","pre-wrap","word-wrap","break-word","text-align","left","font-size","0.8vw","background-color","#c4c0c0","padding","5px","border","1px solid gray","border-radius","4px","overflow-x","auto"],[1,"font-size","vertical-font-size",2,"text-align","center","color","red"],[1,"vertical-font-size",2,"text-align","left","font-size","1vw","width","45vw","background-color","#c4c0c0","padding","5px","border","1px solid gray","border-radius","4px","overflow-x","auto"],["value","Idle",2,"font-weight","bolder","font-size","3vw"],["value","Charge",2,"font-weight","bolder","font-size","3vw"],["value","Discharge",2,"font-weight","bolder","font-size","3vw"],["noDataTemplate_C5A23112010_508",""],["noDataTemplate_C5A23112010_509",""],["label","\u65b0\u7af9\u5de5\u7814\u9662"],["lockedContent_FM000001",""],[1,"vertical-font-size",2,"width","95.5vw","display","flex","justify-content","space-between","align-items","center"],[1,"vertical-font-size"],["class","rack-overview","style","height:100%;margin-left: 0.5vw;color: rgb(79, 200, 204);","class","vertical-font-size",4,"ngIf"],["noDataTemplate_FM000001_508",""],["noDataTemplate_FM000001_509",""],[1,"vertical-font-size",2,"height","100%","margin-left","0.5vw","color","rgb(79, 200, 204)"],["label","\u81fa\u5357\u5009\u5eab\u5099\u54c1"],["lockedContent_C5A23112008",""],["noDataTemplate_C5A23112008_508",""],["noDataTemplate_C5A23112008_509",""],["label","\u4e09\u967d\u6771\u660c\u5e97\u7ad9"],["lockedContent_C5A23112006",""],["noDataTemplate_C5A23112006_508",""],["noDataTemplate_C5A23112006_509",""],["label","\u4e09\u967d\u64ce\u5320\u5e97\u7ad9"],["lockedContent_C5A23112002",""],["noDataTemplate_C5A23112002_508",""],["noDataTemplate_C5A23112002_509",""],["label","\u4e09\u967d\u6771\u502b\u5e97\u7ad9"],["lockedContent_C5A23112001",""],["noDataTemplate_C5A23112001_508",""],["noDataTemplate_C5A23112001_509",""],["label","\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9"],["lockedContent_C5A23112003",""],["noDataTemplate_C5A23112003_508",""],["noDataTemplate_C5A23112003_509",""],["label","\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9"],["lockedContent_C5A23112005",""],["noDataTemplate_C5A23112005_508",""],["noDataTemplate_C5A23112005_509",""],["label","\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9"],["lockedContent_C5A23092001",""],["noDataTemplate_C5A23092001_508",""],["noDataTemplate_C5A23092001_509",""],["label","\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9"],["lockedContent_C5A23112007",""],["noDataTemplate_C5A23112007_508",""],["noDataTemplate_C5A23112007_509",""],["label","\u4e09\u967d\u660e\u548c\u5e97\u7ad9"],["lockedContent_C5A23112004",""],["noDataTemplate_C5A23112004_508",""],["noDataTemplate_C5A23112004_509",""],["label","\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9"],["lockedContent_C8A23100004",""],["noDataTemplate_C8A23100004_508",""],["noDataTemplate_C8A23100004_509",""],["label","\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9"],["lockedContent_C8A23090002",""],["noDataTemplate_C8A23090002_508",""],["noDataTemplate_C8A23090002_509",""],["label","\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23090001",""],["noDataTemplate_C8A23090001_508",""],["noDataTemplate_C8A23090001_509",""],["label","\u5927\u6771\u591c\u5e02\u7ad9"],["lockedContent_C8A23100006",""],["noDataTemplate_C8A23100006_508",""],["noDataTemplate_C8A23100006_509",""],["label","\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100008",""],["noDataTemplate_C8A23100008_508",""],["noDataTemplate_C8A23100008_509",""],["label","\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9"],["lockedContent_C8A23100011",""],["noDataTemplate_C8A23100011_508",""],["noDataTemplate_C8A23100011_509",""],["label","\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100005",""],["noDataTemplate_C8A23100005_508",""],["noDataTemplate_C8A23100005_509",""],["label","\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100007",""],["noDataTemplate_C8A23100007_508",""],["noDataTemplate_C8A23100007_509",""],["label","\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100003",""],["noDataTemplate_C8A23100003_508",""],["noDataTemplate_C8A23100003_509",""],["label","\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100012",""],["noDataTemplate_C8A23100012_508",""],["noDataTemplate_C8A23100012_509",""],["label","\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100009",""],["noDataTemplate_C8A23100009_508",""],["noDataTemplate_C8A23100009_509",""],["label","\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100001",""],["noDataTemplate_C8A23100001_508",""],["noDataTemplate_C8A23100001_509",""],["label","\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100002",""],["noDataTemplate_C8A23100002_508",""],["noDataTemplate_C8A23100002_509",""],["label","\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9"],["lockedContent_C8A23100010",""],["colspan","2","style","border: 1px solid black;background-color: white;",4,"ngIf"],["noDataTemplate_C8A23100010_508",""],["noDataTemplate_C8A23100010_509",""],["mat-dialog-title",""],["align","end"],["mat-button","",3,"click"],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","space-between stretch","fxLayoutGap","3px"],["fxFlex","50","fxLayout","column","fxLayoutAlign","space-around start","fxLayoutFill","",2,"border-radius","8px","border","1px solid gray","padding","8px"],[1,"font-size","vertical-font-size",2,"font-weight","bolder","font-size","1.5vw"],[1,"font-size","vertical-font-size",2,"font-size","1.2vw"],["type","file","accept",".sha256",2,"font-weight","bolder","font-size","1vw",3,"change"],["type","file","accept",".json",2,"font-weight","bolder","font-size","1vw",3,"change"],["type","number","appearance","fill",1,"appSize-mat-form-field",2,"width","32vw"],[2,"font-weight","bolder","font-size","1vw"],["matInput","","placeholder","(\u6307\u5b9a\u6709\u6548\u6642\u9593:13\u4f4d\u3001\u6c38\u4e45\u6709\u6548:-1)",2,"font-weight","bolder","font-size","1vw",3,"ngModel","ngModelChange"],["appearance","fill",1,"appSize-mat-form-field",2,"width","32vw"],["value","0",1,"option-list",2,"font-weight","bolder","font-size","2vw"],["value","1",1,"option-list",2,"font-weight","bolder","font-size","2vw"],["value","2",1,"option-list",2,"font-weight","bolder","font-size","2vw"],["mat-raised-button","","color","primary",1,"font-size",2,"font-weight","bolder","font-size","1.2vw","width","6vw","height","6vh","line-height","6vh",3,"click"],["fxFlex","50","fxLayout","column","fxLayoutAlign","start center","fxLayoutFill","",2,"border-radius","8px","border","1px solid gray","padding","10px"],[1,"vertical-mat-dialog-content"],["mat-table","",1,"mat-elevation-z8",3,"dataSource"],["matColumnDef","station"],["mat-header-cell","","style","font-weight:bolder;text-align:center;font-size:0.76vw;","class","vertical-bcsStatus",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","deviceId"],["matColumnDef","sysOpMode"],["matColumnDef","sysVer"],["matColumnDef","code"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","battTotalAmount"],["matColumnDef","battFullAmount"],["matColumnDef","sysStatus"],["mat-header-cell","","style","font-weight:bolder; text-align:center;font-size:0.76vw;","class","vertical-bcsStatus",4,"matHeaderCellDef"],["mat-cell","","style","text-align:center;",4,"matCellDef"],["matColumnDef","chuStatus"],["matColumnDef","dcuStatus"],["mat-header-cell","","style","font-weight: bolder;text-align:center;font-size:0.76vw;","class","vertical-bcsStatus",4,"matHeaderCellDef"],["matColumnDef","battStatus"],["matColumnDef","pwrStatus"],["matColumnDef","timestamp"],["mat-cell","","class","vertical-bcsStatus",4,"matCellDef"],["matColumnDef","online"],["mat-cell","","style","font-weight:bold;",3,"color",4,"matCellDef"],["mat-header-row","","class","th_td",4,"matHeaderRowDef"],["mat-row","","class","th_td",4,"matRowDef","matRowDefColumns"],["mat-raise-button","","mat-dialog-close",""],["mat-header-cell","",1,"vertical-bcsStatus",2,"font-weight","bolder","text-align","center","font-size","0.76vw"],["mat-cell",""],["mat-cell","",3,"ngStyle"],["mat-cell","",2,"text-align","center"],["style","font-size:0.58vw;",3,"ngStyle",4,"ngFor","ngForOf"],[2,"font-size","0.58vw",3,"ngStyle"],[4,"ngFor","ngForOf"],[2,"font-size","0.55vw",3,"ngStyle"],[3,"ngStyle",4,"ngFor","ngForOf"],["mat-cell","",1,"vertical-bcsStatus"],[2,"display","block","white-space","nowrap","word-wrap","break-word","word-break","break-all","max-width","100%"],["mat-cell","",2,"font-weight","bold"],["mat-header-row","",1,"th_td"],["mat-row","",1,"th_td"],["fxFlex","2.5","fxLayout","column"],["fxFlex","47.5","fxLayout","column","fxLayoutAlign","start center","fxLayoutFill","",2,"border-radius","8px","border","1px solid gray","padding","8px"],["type","file",2,"font-weight","bolder","font-size","1vw",3,"disabled","ngStyle","change"],["mat-raised-button","","color","primary",1,"font-size",2,"font-weight","bolder","font-size","1.2vw","width","10vw","height","6vh","line-height","5vh",3,"disabled","click"],["style","width:100%;text-align:center;margin-top:10px;",4,"ngIf"],[1,"font-size","vertical-font-size",2,"min-width","25vw","min-height","8vh","white-space","pre-wrap","word-wrap","break-word","text-align","left","font-size","0.8vw","background-color","#c4c0c0","padding","5px","border","1px solid gray","border-radius","4px","margin","0 0 0"],["fxFlex","47.5","fxLayout","column","fxLayoutAlign","start center","fxLayoutFill","",2,"border-radius","8px","border","1px solid gray","padding","10px","overflow","hidden"],[1,"font-size","vertical-font-size",2,"font-weight","bolder","font-size","1.5vw","margin","0 0 0"],[2,"max-width","100%","overflow-x","auto"],["mat-table","",1,"mat-elevation-z8",2,"min-width","100%",3,"dataSource"],["matColumnDef","filename"],["mat-header-cell","","style","text-align:center;font-weight:bolder;font-size:1vw;padding: 0 0 0 0;",4,"matHeaderCellDef"],["mat-cell","","style","text-align:center;padding: 0 0 0 0;","class","BSSGUITableFontSize",4,"matCellDef"],["matColumnDef","file_size"],["matColumnDef","modified_time"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-raise-button","","mat-dialog-close","",1,"font-size",2,"font-weight","bolder","font-size","1.2vw","width","5vw","height","5vh","display","flex","align-items","center","justify-content","center"],[2,"width","100%","text-align","center","margin-top","10px"],["mode","indeterminate",3,"value"],[2,"font-size","1vw","font-weight","bolder"],["style","color:chocolate;font-size:1vw;font-weight:bolder;",4,"ngIf"],[2,"color","chocolate","font-size","1vw","font-weight","bolder"],["mat-header-cell","",2,"text-align","center","font-weight","bolder","font-size","1vw","padding","0 0 0 0"],["mat-cell","",1,"BSSGUITableFontSize",2,"text-align","center","padding","0 0 0 0"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(n.Bc(0,Pi,45,31,"nav",0),n.Bc(1,CL,19,11,"div",1),n.Bc(2,sI,13,6,"div",1),n.Bc(3,zD,13,6,"div",1),n.Bc(4,FC,13,6,"div",1),n.Bc(5,Dh,13,6,"div",1),n.Bc(6,oG,13,6,"div",1),n.Bc(7,WT,13,6,"div",1),n.Bc(8,Ok,13,6,"div",1),n.Bc(9,_y,13,6,"div",1),n.Bc(10,eB,13,6,"div",1),n.Bc(11,NF,13,6,"div",1),n.Bc(12,JH,13,6,"div",1),n.Bc(13,Zz,13,6,"div",1),n.Bc(14,n0,13,6,"div",1),n.Bc(15,i6,13,6,"div",1),n.Bc(16,Lot,13,6,"div",1),n.Bc(17,Cft,13,6,"div",1),n.Bc(18,TDt,13,6,"div",1),n.Bc(19,_gt,13,6,"div",1),n.Bc(20,lvt,13,6,"div",1),n.Bc(21,ZFt,13,6,"div",1),n.Bc(22,Uxt,13,6,"div",1),n.Bc(23,wNt,13,6,"div",1),n.Bc(24,TJt,13,6,"div",1),n.Bc(25,s0t,13,6,"div",1),n.Bc(26,i0t,6,1,"ng-template",null,2,n.Cc),n.Bc(28,r0t,6,1,"ng-template",null,3,n.Cc),n.Bc(30,d0t,6,1,"ng-template",null,4,n.Cc),n.Bc(32,A0t,6,1,"ng-template",null,5,n.Cc),n.Bc(34,_0t,6,1,"ng-template",null,6,n.Cc),n.Bc(36,D0t,6,1,"ng-template",null,7,n.Cc),n.Bc(38,C0t,6,1,"ng-template",null,8,n.Cc),n.Bc(40,h0t,6,1,"ng-template",null,9,n.Cc),n.Bc(42,G0t,6,1,"ng-template",null,10,n.Cc),n.Bc(44,p0t,6,1,"ng-template",null,11,n.Cc),n.Bc(46,v0t,6,1,"ng-template",null,12,n.Cc),n.Bc(48,O0t,6,1,"ng-template",null,13,n.Cc),n.Bc(50,F0t,6,1,"ng-template",null,14,n.Cc),n.Bc(52,w0t,6,1,"ng-template",null,15,n.Cc),n.Bc(54,j0t,6,1,"ng-template",null,16,n.Cc),n.Bc(56,V0t,6,1,"ng-template",null,17,n.Cc),n.Bc(58,R0t,6,1,"ng-template",null,18,n.Cc),n.Bc(60,N0t,6,1,"ng-template",null,19,n.Cc),n.Bc(62,W0t,6,1,"ng-template",null,20,n.Cc),n.Bc(64,z0t,6,1,"ng-template",null,21,n.Cc),n.Bc(66,q0t,6,1,"ng-template",null,22,n.Cc),n.Bc(68,Q0t,6,1,"ng-template",null,23,n.Cc),n.Bc(70,Z0t,6,1,"ng-template",null,24,n.Cc),n.Bc(72,t1t,6,1,"ng-template",null,25,n.Cc),n.Bc(74,e1t,6,1,"ng-template",null,26,n.Cc),n.Bc(76,o1t,6,1,"ng-template",null,27,n.Cc),n.Bc(78,s1t,41,10,"ng-template",null,28,n.Cc),n.Bc(80,i1t,41,10,"ng-template",null,29,n.Cc),n.Bc(82,r1t,41,10,"ng-template",null,30,n.Cc),n.Bc(84,d1t,41,10,"ng-template",null,31,n.Cc),n.Bc(86,A1t,41,10,"ng-template",null,32,n.Cc),n.Bc(88,_1t,41,10,"ng-template",null,33,n.Cc),n.Bc(90,D1t,41,10,"ng-template",null,34,n.Cc),n.Bc(92,C1t,41,10,"ng-template",null,35,n.Cc),n.Bc(94,h1t,41,10,"ng-template",null,36,n.Cc),n.Bc(96,G1t,41,10,"ng-template",null,37,n.Cc),n.Bc(98,p1t,41,10,"ng-template",null,38,n.Cc),n.Bc(100,v1t,41,10,"ng-template",null,39,n.Cc),n.Bc(102,O1t,41,10,"ng-template",null,40,n.Cc),n.Bc(104,F1t,41,10,"ng-template",null,41,n.Cc),n.Bc(106,w1t,41,10,"ng-template",null,42,n.Cc),n.Bc(108,j1t,41,10,"ng-template",null,43,n.Cc),n.Bc(110,V1t,41,10,"ng-template",null,44,n.Cc),n.Bc(112,R1t,41,10,"ng-template",null,45,n.Cc),n.Bc(114,N1t,41,10,"ng-template",null,46,n.Cc),n.Bc(116,W1t,41,10,"ng-template",null,47,n.Cc),n.Bc(118,z1t,41,10,"ng-template",null,48,n.Cc),n.Bc(120,q1t,41,10,"ng-template",null,49,n.Cc),n.Bc(122,Q1t,41,10,"ng-template",null,50,n.Cc),n.Bc(124,Z1t,41,10,"ng-template",null,51,n.Cc),n.Bc(126,t2t,41,10,"ng-template",null,52,n.Cc),n.Bc(128,e2t,41,10,"ng-template",null,53,n.Cc),n.Bc(130,R2t,50,3,"ng-template",null,54,n.Cc),n.Bc(132,K2t,36,12,"ng-template",null,55,n.Cc)),2&t&&(n.lc("ngIf",a.user),n.Ab(1),n.lc("ngIf","\u5609\u7fa9\u7149\u7814\u6240"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u65b0\u7af9\u5de5\u7814\u9662"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u5009\u5eab\u5099\u54c1"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u6771\u660c\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u64ce\u5320\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u6771\u502b\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u946b\u9f8d\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u65b0\u660e\u5f18\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u92d0\u5b89\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u90b1\u5409\u8f1d\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e09\u967d\u660e\u548c\u5e97\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u5e02\u653f\u5e9c\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e2d\u6cb9\u76f4\u71df\u5927\u7063\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u6771\u6a4b\u516b\u8857\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u6771\u591c\u5e02\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u6771\u6a4b\u5341\u4e00\u8def\u8def\u5916\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ef6\u5e73\u90e1\u738b\u7960\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u8208\u516c\u5712\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u904b\u6cb3\u661f\u947d\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u4e94\u5983\u8857\u5357\u5074\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ee3\u505c3\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5317\u5b89\u8def\u4e00\u6bb5212\u5df7\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5ee3\u505c6\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u5927\u9053\u505c6\u8def\u5916\u505c\u8eca\u5834\u7ad9"==a.selectedOption),n.Ab(1),n.lc("ngIf","\u81fa\u5357\u8f49\u904b\u7ad9\u65c1\u6a5f\u8eca\u505c\u8eca\u5834\u7ad9"==a.selectedOption))},directives:[b.n,rc.d,rc.c,Ie,Yc,l.b,l.j,l.m,Xc,b.m,He,ra.i,kt,Zt,Jo,jo,ds,Wt,Et,b.o,_t,oe,Xa,l.p,l.n,l.r,Ia,bo.g,bo.b,bo.e,En,Hn,xn,Mn,Un,$n,bo.c,Pn,Nn,Jn,Xn,lc],pipes:[b.e,b.f,b.h],styles:[".RackId_8[_ngcontent-%COMP%]{background-color:#adff2f}.RackId_5[_ngcontent-%COMP%], .RackId_8[_ngcontent-%COMP%]{width:100%;max-height:7vh!important;min-height:2.8vh!important;text-align:center;display:flex;align-items:center}.RackId_5[_ngcontent-%COMP%]{background-color:#3bf2f8}.th_td[_ngcontent-%COMP%]{padding:2px;text-align:center;font-weight:bolder}.mat-elevation-z8[_ngcontent-%COMP%]{width:100%;border-collapse:collapse;box-shadow:0 2px 4px rgba(0,0,0,.2)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:.7vw!important;text-align:center}.mat-table[_ngcontent-%COMP%]{table-layout:fixed;width:100%}.appSize-mat-form-field[_ngcontent-%COMP%]{font-size:1vw;transform:translateY(-.2em)}.BSSGUITableFontSize[_ngcontent-%COMP%]{font-size:.85vw!important}"]}),t})(),Y2t=(()=>{class t{constructor(t,a){this.router=t,this.accountService=a}canActivate(t,a){return!!this.accountService.userValue||(this.router.navigate(["/account/login"],{queryParams:{returnUrl:a.url}}),!1)}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(rc.b),n.Xb(Lc.a))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac,providedIn:"root"}),t})(),t3t=(()=>{class t{constructor(t){this.accountService=t}intercept(t,a){return a.handle(t).pipe(Object(he.a)(t=>{var a;[401,403].includes(t.status)&&this.accountService.userValue&&this.accountService.logout();const e=(null===(a=t.error)||void 0===a?void 0:a.message)||t.statusText;return console.error(t),Object(me.a)(e)}))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(Lc.a))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})(),a3t=(()=>{class t{constructor(t){this.accountService=t}intercept(t,a){const e=this.accountService.userValue,n=e&&e.token,c=t.url.startsWith(o.a.apiUrl);return n&&c&&(this.parseJwt(e.token),Math.floor(Date.now()/1e3),t=t.clone({setHeaders:{Authorization:"Bearer "+e.token}})),a.handle(t)}parseJwt(t){const a=t.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(atob(a))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(Lc.a))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac}),t})();JSON.parse(localStorage.getItem("angular-10-registration-login-example-users"));const e3t=[{path:"",component:Z2t,canActivate:[Y2t]},{path:"users",loadChildren:()=>e.e(5).then(e.bind(null,"zrcO")).then(t=>t.UsersModule),canActivate:[Y2t]},{path:"account",loadChildren:()=>e.e(4).then(e.bind(null,"jcJX")).then(t=>t.AccountModule)},{path:"**",redirectTo:""}];let n3t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[rc.e.forRoot(e3t)],rc.e]}),t})(),o3t=(()=>{class t{constructor(){this.inputString="",this.dialogOpen=!1,this.buttonDisabled=!0}ngOnInit(){}checkInput(){"itri"===this.inputString.trim().toLowerCase()?(this.buttonDisabled=!1,this.dialogOpen=!1,alert("\u89e3\u9396\u6210\u529f")):alert("\u89e3\u9396\u5bc6\u78bc\u8f38\u5165\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u8f38\u5165 !")}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275cmp=n.Hb({type:t,selectors:[["app-unlock-dialog"]],decls:3,vars:1,consts:[["type","text","placeholder","\u8acb\u8f38\u5165\u4e0b\u63a7\u89e3\u9396\u5bc6\u78bc",3,"ngModel","ngModelChange"],[3,"click"]],template:function(t,a){1&t&&(n.Tb(0,"input",0),n.bc("ngModelChange",(function(t){return a.inputString=t})),n.Sb(),n.Tb(1,"button",1),n.bc("click",(function(){return a.checkInput()})),n.Dc(2,"\u78ba\u8a8d"),n.Sb()),2&t&&n.lc("ngModel",a.inputString)},directives:[l.b,l.j,l.m],styles:[""]}),t})();const c3t=function(t){return{"bg-light":t}};let s3t=(()=>{class t{constructor(t,a){this.accountService=t,this.dialog=a,this.currentItem="Television",this.title="\u4e2d\u6cb9\u63db\u96fb\u6ac3\u591a\u7ad9\u9ede\u76e3\u63a7\u5e73\u53f0",this.accountService.user.subscribe(t=>this.user=t)}logout(){const t=JSON.parse(localStorage.getItem("user")),a=this.parseJwt(t.token).sub.id;this.accountService.updateisLoggedInById(a).pipe(Object(Ac.a)(()=>(console.log(a),Object(A.a)(null)))).subscribe(()=>{this.accountService.logout(),alert("\u5df2\u6210\u529f\u767b\u51fa")})}getIdentitys(){const t=JSON.parse(localStorage.getItem("user"));return this.parseJwt(t.token).sub.identitys}parseJwt(t){const a=t.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(atob(a))}openDialog(){this.dialog.open(o3t,{width:"50vw",height:"30vh"}).afterClosed().subscribe(t=>{console.log("The dialog was closed"),console.log("Dialog result:",t)})}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(Lc.a),n.Nb(bo.a))},t.\u0275cmp=n.Hb({type:t,selectors:[["app"]],decls:2,vars:3,consts:[[1,"app-container",3,"ngClass"]],template:function(t,a){1&t&&(n.Tb(0,"div",0),n.Ob(1,"router-outlet"),n.Sb()),2&t&&n.lc("ngClass",n.oc(1,c3t,a.user))},directives:[b.l,bt,rc.f],encapsulation:2}),t})(),l3t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t,bootstrap:[s3t]}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[{provide:i.a,useClass:a3t,multi:!0},{provide:i.a,useClass:t3t,multi:!0}],imports:[[c.a,s.b,l.o,i.c,n3t,ba,Pe.d,Da,ma,Sa,De,ce,le,Re,We,Je,Kn,io,bo.f,ac,ts,As,bc,l.f,jc.forRoot()]]}),t})();o.a.production&&Object(n.T)(),c.c().bootstrapModule(l3t).catch(t=>console.error(t))},zn8P:function(t,a){function e(t){return Promise.resolve().then((function(){var a=new Error("Cannot find module '"+t+"'");throw a.code="MODULE_NOT_FOUND",a}))}e.keys=function(){return[]},e.resolve=e,t.exports=e,e.id="zn8P"}},[[0,0]]]);