(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+rOU":function(t,a,e){"use strict";e.d(a,"a",(function(){return b})),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 r extends s{constructor(t){super(),this.element=t instanceof n.l?t.nativeElement:t}}class b{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 r?(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 b{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 b{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 r})),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 r{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"),r=e("XNiG"),b=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 r.a,this._afterClosed=new r.a,this._beforeClosed=new r.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 r.a,this._afterOpenedAtThisLevel=new r.a,this._ariaHiddenElements=new Map,this.afterAllClosed=Object(b.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 Nt})),e.d(a,"b",(function(){return u})),e.d(a,"c",(function(){return Jt})),e.d(a,"d",(function(){return Pt})),e.d(a,"e",(function(){return Ft})),e.d(a,"f",(function(){return zt})),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 z})),e.d(a,"o",(function(){return qt})),e.d(a,"p",(function(){return J})),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"),r={provide:i,useExisting:Object(n.U)(()=>b),multi:!0};let b=(()=>{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([r])]}),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)(()=>P),multi:!0};let P=(()=>{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 H='\n
\n \n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n firstName: new FormControl()\n });',R='\n
\n
\n \n
\n
\n\n In your class:\n\n this.myGroup = new FormGroup({\n person: new FormGroup({ firstName: new FormControl() })\n });',U='\n
\n
\n \n
\n
';class N{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 "+H)}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 ${R}\n\n Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n ${U}`)}static missingFormException(){throw new Error("formGroup expects a FormGroup instance. Please pass one in.\n\n Example:\n\n "+H)}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 "+R)}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)(()=>J),multi:!0};function $(t,a){return null==t?""+a:(a&&"object"==typeof a&&(a="Object"),`${t}: ${a}`.slice(0,50))}let J=(()=>{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})(),z=(()=>{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(J,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=[b,P,w,J,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 rt(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 bt(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),bt(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 ${H}\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 ${R}\n\n Option 2: Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n ${U}`)}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 ${R}\n\n Option 2: Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n ${U}`)}}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=rt(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){bt(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||N.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)&&N.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)&&N.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)(()=>Pt)};let Pt=(()=>{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=rt(this,o)}set isDisabled(t){N.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)||(N.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?N.ngModelGroupException():this._parent instanceof wt||this._parent instanceof Ft||this._parent instanceof jt||N.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 Ht={provide:G,useExisting:Object(n.U)(()=>Ut),multi:!0},Rt={provide:G,useExisting:Object(n.U)(()=>Nt),multi:!0};let Ut=(()=>{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([Ht])]}),t})(),Nt=(()=>{class t extends Ut{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([Rt]),n.xb]}),t})();const Wt=n.Vb(Nt);let $t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)}}),t})(),Jt=(()=>{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})(),zt=(()=>{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:[Jt,j],imports:[$t]}),t})()},"3UWI":function(t,a,e){"use strict";e.d(a,"a",(function(){return r}));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 r(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 r(t,e)))}class r{constructor(t,a=Number.POSITIVE_INFINITY){this.project=t,this.concurrent=a}call(t,a){return a.subscribe(new b(t,this.project,this.concurrent))}}class b 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 r 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 b=e("IjjT");class f extends b.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 r})),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 r(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"),r=e("c2HN"),b=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(r.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(b.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 H})),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 N})),e.d(a,"m",(function(){return W})),e.d(a,"n",(function(){return R})),e.d(a,"o",(function(){return U})),e.d(a,"p",(function(){return P})),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"),r=e("XNiG"),b=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 r.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 b.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 P{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,r=document.createElement("div");r.classList.add("mat-ripple-element"),r.style.left=s-c+"px",r.style.top=l-c+"px",r.style.height=2*c+"px",r.style.width=2*c+"px",null!=e.color&&(r.style.backgroundColor=e.color),r.style.transitionDuration=i+"ms",this._containerElement.appendChild(r),window.getComputedStyle(r).getPropertyValue("opacity"),r.style.transform="scale(1)";const b=new w(this,r,e);return b.state=0,this._activeRipples.add(b),e.persistent||(this._mostRecentTransientRipple=b),this._runTimeoutOutsideZone(()=>{const t=b===this._mostRecentTransientRipple;b.state=1,e.persistent||t&&this._isPointerDown||b.fadeOut()},i),b}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 H=new n.r("mat-ripple-global-options");let R=(()=>{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 P(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(H,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})(),U=(()=>{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})(),N=(()=>{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 J=g($);let z=0,q=(()=>{class t extends J{constructor(){super(...arguments),this._labelId="mat-optgroup-label-"+z++}}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 r.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,R,N],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:[[U,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 r})),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 b})),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,r=37,b=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 b})),e.d(a,"b",(function(){return r})),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})(),r=(()=>{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})(),b=(()=>{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(r),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 r}));var n=e("7o/Q"),o=e("2QA8"),c=e("gRHU"),s=e("kJWO"),l=e("SpAZ"),i=e("2fFW");let r=(()=>{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=b(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=b(t))((t,a)=>{let e;this.subscribe(t=>e=t,t=>a(t),()=>t(e))})}}return t.create=a=>new t(a),t})();function b(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 r})),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 r=(()=>{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")}getNewestBSSGUI_URL(){return this.http.get(s.a.apiUrl+"/getData/getNewestbssgui_url")}}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 b=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 b.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.apiP01testUrl="https://itribss.com/CPC_BCS/test/downloadBSSGUI",this.apiP02testUrl="https://itribss.com/CPC_BCS/test/rebootBSS",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.apiP01prodUrl="https://itribss.com/CPC_BCS/downloadBSSGUI",this.apiP02prodUrl="https://itribss.com/CPC_BCS/rebootBSS",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.apiP01prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/downloadBSSGUI",this.apiP02prod_cpcjiadongeessUrl="https://cpcjiadongeess.com/CPC_BCS/rebootBSS",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)}postP01DownloadBSSGUI_Test(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_GUI\u4e0b\u8f09",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"bss gui",exeParameter:{downloadURL:a}}};return this.http.post(this.apiP01testUrl,e)}postP02RebootBSS_Test(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_\u91cd\u958b\u6a5f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"reboot"}};return this.http.post(this.apiP02testUrl,a)}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)}postP01DownloadBSSGUI_Prod(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_GUI\u4e0b\u8f09",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"bss gui",exeParameter:{downloadURL:a}}};return this.http.post(this.apiP01prodUrl,e)}postP02RebootBSS_Prod(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_\u91cd\u958b\u6a5f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"reboot"}};return this.http.post(this.apiP02prodUrl,a)}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)}postP01DownloadBSSGUI_Prod_cpcjiadongeess(t,a){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const e={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_GUI\u4e0b\u8f09",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"bss gui",exeParameter:{downloadURL:a}}};return this.http.post(this.apiP01prod_cpcjiadongeessUrl,e)}postP02RebootBSS_Prod_cpcjiadongeess(t){this.uuidValue=L.UUID.UUID().replace(/-/g,"");const a={deviceId:t,requestId:this.uuidValue,requestTime:Date.now().toString(),remark:"\u7ad9_BSS_\u91cd\u958b\u6a5f",exeContent:{exeClass:"system",exeAction:"write",exeFunction:"reboot"}};return this.http.post(this.apiP02prod_cpcjiadongeessUrl,a)}}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 b})),e.d(a,"k",(function(){return r})),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 r(t){return{type:6,styles:t,offset:null}}function b(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 r=-1,b=null;if(n.forEach(t=>{const e=t.offset,n=e==r,f=n&&b||{};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),b=f,r=e}),l.length){const t="\n - ";throw new Error(`Unable to animate due to the following errors:${t}${l.join(t)}`)}return i}function r(t,a,e,n){switch(a){case"start":t.onStart(()=>n(e&&b(e,"start",t)));break;case"done":t.onDone(()=>n(e&&b(e,"done",t)));break;case"destroy":t.onDestroy(()=>n(e&&b(e,"destroy",t)))}}function b(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=U(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=U(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 P(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 H(t){const a=[];let e=t.next();for(;!e.done;)a.push(e.value),e=t.next();return a}const R=/-+([a-z0-9])/g;function U(t){return t.replace(R,(...t)=>t[1].toUpperCase())}function N(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=H(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:z(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),r=0;return null!=i&&(n++,r=e.offset=i),s=s||r<0||r>1,c=c||r0&&n{const c=b>0?n==f?1:b*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,r=[]){return(new rt).buildKeyframes(t,a,e,n,o,c,s,l,i,r)}class rt{buildKeyframes(t,a,e,n,o,c,s,l,i,r=[]){i=i||new ct;const b=new ft(t,a,i,n,o,r,[]);b.options=l,b.currentTimeline.setStyles([c],null,b.errors,l),$(this,e,b);const f=b.timelines.filter(t=>t.containsAnimation());if(f.length&&Object.keys(s).length){const t=f[f.length-1];t.allowOnlyTimelineStyles()||t.setStyles([s],null,b.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=bt);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?P(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=bt);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 r=i.currentTime;$(this,t.animation,a),a.previousNode=t,e.currentStaggerTime=n.currentTime-r+(n.startTime-e.currentTimeline.startTime)}}const bt={};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=bt,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]=P(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=bt,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=P(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?H(t.values()):[],s=a.size?H(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 r=t.length-1;for(let n=1;n<=r;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 U(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,r,b,f,d){return{type:0,element:t,triggerName:a,isRemovalTransition:o,fromState:e,fromStyles:c,toState:n,toStyles:s,timelines:l,queriedElements:i,preStyleProps:r,postStyleProps:b,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,r){const b=[],f=this.ast.options&&this.ast.options.params||mt,u=this.buildStyles(e,s&&s.params||mt,b),A=l&&l.params||mt,L=this.buildStyles(n,A,b),_=new Set,I=new Map,D=new Map,m="void"===n,C={params:Object.assign(Object.assign({},f),A)},S=r?[]:it(t,a,this.ast.animation,o,c,u,L,C,i,b);let h=0;if(S.forEach(t=>{h=Math.max(t.duration+t.delay,h)}),b.length)return Dt(a,this._triggerName,e,n,m,u,L,[],[],I,D,h,b);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=H(_.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=P(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 r=l(s.map(t=>{const a=i.get(t.element);return this._buildPlayer(t,{},a)}));return this._playersById[t]=r,r.onDestroy(()=>this.destroy(t)),this.players.push(r),r}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 r(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 r=d(this._engine.playersByElement,t,[]);r.forEach(t=>{t.namespaceId==this.id&&t.triggerName==a&&t.queued&&t.destroy()});let b=o.matchTransition(l.value,i.value,t,i.params),f=!1;if(!b){if(!n)return;b=o.fallbackTransition,f=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:t,triggerName:a,transition:b,fromState:l,toState:i,player:c,isFallbackTransition:f}),f||(Vt(t,"ng-animate-queued"),c.onStart(()=>{Pt(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),r.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,r(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),Pt(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,r=new Map,b=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=>Pt(t,e))}),h.forEach((t,a)=>{const e=S.get(a);t.forEach(t=>Pt(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=r.get(a);t||r.set(a,t=new Set),e.forEach(a=>t.add(a))}}),A.postStyleProps.forEach((t,a)=>{const e=Object.keys(t);let n=b.get(a);n||b.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=>Rt(t,r,b)),v=new Map;jt(v,this.driver,C,b,c.a).forEach(t=>{Rt(t,r,b)&&k.push(t)});const y=new Map;L.forEach((t,a)=>{jt(y,this.driver,new Set(t),r,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?Ht(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 r=a.triggerName,b=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!==b,_=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,r,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=>Pt(t,"ng-animating")),w(b,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=>r(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 Pt(t,a){if(t.classList)t.classList.remove(a);else{let e=t.$$classes;e&&delete e[a]}}function Ht(t,a,e){l(e).onDone(()=>t.processLeaveNode(a))}function Rt(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 Ut{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 Nt(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 zt(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]:J(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={};N(e,n)&&l.forEach(t=>{let a=t.currentSnapshot;Object.keys(a).forEach(t=>i[t]=a[t])});const r=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,r);const b="gen_css_kf_"+this._count++,f=this.buildKeyframeElement(t,b,a);document.querySelector("head").appendChild(f);const d=Nt(t,a),u=new ta(t,a,b,e,n,o,r,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]:J(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={},r=c.filter(t=>t instanceof na);N(e,n)&&r.forEach(t=>{let a=t.currentSnapshot;Object.keys(a).forEach(t=>i[t]=a[t])});const b=Nt(t,a=W(t,a=a.map(t=>B(t,!1)),i));return new na(t,a,l,b)}}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 ba(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 ra(this._id,t,a||{},this._renderer)}}class ra{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 ba(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 ba(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(Ut),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 Ut{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:Ut,useClass:Aa},{provide:n.G,useFactory:function(t,a,e){return new fa(t,a,e)},deps:[o.d,Ut,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 b}));var n=e("ngJS"),o=e("NJ4a"),c=e("Lhse"),s=e("kJWO"),l=e("I55L"),i=e("c2HN"),r=e("XoHu");const b=t=>{if(t&&"function"==typeof t[s.a])return b=t,t=>{const a=b[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(r.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,b}},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 r}));var n=e("sVev"),o=e("pLZG"),c=e("IzEk"),s=e("xbPD"),l=e("XDbj"),i=e("SpAZ");function r(t,a){const e=arguments.length>=2;return r=>r.pipe(t?Object(o.a)((a,e)=>t(a,e,r)):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 r})),e.d(a,"a",(function(){return b}));var n=e("HDdC"),o=e("7o/Q"),c=e("quSY"),s=e("9ppp"),l=e("Ylt2"),i=e("2QA8");class r extends o.a{constructor(t){super(t),this.destination=t}}let b=(()=>{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 r(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 b{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 r(a,null);if(Object(s.a)(a)&&Object.getPrototypeOf(a)===Object.prototype){const t=Object.keys(a);return r(t.map(t=>a[t]),t)}}if("function"==typeof t[t.length-1]){const a=t.pop();return r(t=1===t.length&&Object(o.a)(t[0])?t[0]:t,null).pipe(Object(c.a)(t=>a(...t)))}return r(t,null)}function r(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{b||(b=!0,s++),o[i]=t},error:t=>e.error(t),complete:()=>{c++,c!==n&&b||(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 r(t))}class r{constructor(t){this.project=t}call(t,a){return a.subscribe(new b(t,this.project))}}class b 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 Ni})),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 Mr})),e.d(a,"g",(function(){return gr})),e.d(a,"h",(function(){return bc})),e.d(a,"i",(function(){return tr})),e.d(a,"j",(function(){return sl})),e.d(a,"k",(function(){return Ji})),e.d(a,"l",(function(){return ll})),e.d(a,"m",(function(){return Br})),e.d(a,"n",(function(){return ge})),e.d(a,"o",(function(){return di})),e.d(a,"p",(function(){return J})),e.d(a,"q",(function(){return b})),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 Tr})),e.d(a,"y",(function(){return st})),e.d(a,"z",(function(){return Dr})),e.d(a,"A",(function(){return nr})),e.d(a,"B",(function(){return f})),e.d(a,"C",(function(){return Ui})),e.d(a,"D",(function(){return Ri})),e.d(a,"E",(function(){return Ai})),e.d(a,"F",(function(){return fl})),e.d(a,"G",(function(){return rl})),e.d(a,"H",(function(){return bl})),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 vr})),e.d(a,"M",(function(){return Bl})),e.d(a,"N",(function(){return fr})),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 mr})),e.d(a,"T",(function(){return Re})),e.d(a,"U",(function(){return O})),e.d(a,"V",(function(){return et})),e.d(a,"W",(function(){return He})),e.d(a,"X",(function(){return Er})),e.d(a,"Y",(function(){return Ar})),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 bn})),e.d(a,"db",(function(){return Je})),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 Fr})),e.d(a,"mb",(function(){return Jl})),e.d(a,"nb",(function(){return zl})),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 Ht})),e.d(a,"vb",(function(){return k})),e.d(a,"wb",(function(){return Oe})),e.d(a,"xb",(function(){return Rs})),e.d(a,"yb",(function(){return zs})),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 Uc})),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 zc})),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 Nc})),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 ri})),e.d(a,"jc",(function(){return bs})),e.d(a,"kc",(function(){return rs})),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 Rc})),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 Hc})),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 Ps})),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 r(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 b=r("Inject",t=>({token:t})),f=r("Optional"),d=r("Self"),u=r("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}),P=L({"\u0275dir":L}),H=L({"\u0275pipe":L}),R=L({"\u0275mod":L}),U=L({"\u0275loc":L}),N=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 J=new $("INJECTOR",-1),z={},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 rt(t,a,e){a>=t.length?t.push(e):t.splice(a,0,e)}function bt(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[P]||null}(t)}function ht(t){return function(t){return t[H]||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(N)?t[N]:null}function Bt(t,a){const e=t[R]||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 Pt=void 0;function Ht(t){Pt=t}function Rt(){return void 0!==Pt?Pt:"undefined"!=typeof document?document:void 0}function Ut(t){return!!t.listen}const Nt={createRenderer:(t,a)=>Rt()};function Wt(t){for(;Array.isArray(t);)t=t[0];return t}function $t(t,a){return Wt(a[t+20])}function Jt(t,a){return Wt(a[t.index])}function zt(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 ra(){return ea.lFrame.isParent}function ba(){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 zt(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 Ha{constructor(t,a,e){this.factory=t,this.resolving=!1,this.canSeeViewProviders=a,this.injectImpl=e}}function Ra(t,a,e){const n=Ut(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(Ja(o)){const t=za(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 re(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=za(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=za(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,r=c>>16,b=o?l+r:t.directiveEnd;for(let f=n?l:l+r;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 Ha){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[N]||De(a),n=Object.prototype;let o=Object.getPrototypeOf(t.prototype).constructor;for(;o&&o!==n;){const t=o[N]||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,Pe=!1;function He(){return Pe=!0,Ve}function Re(){if(Pe)throw new Error("Cannot enable prod mode after platform setup.");Ve=!1}class Ue{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 Ne{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;0Je(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 rn;function bn(t,a){let e=null;try{rn=rn||function(t){return function(){try{return!!(new window.DOMParser).parseFromString("","text/html")}catch(t){return!1}}()?new Ue:new Ne(t)}(t);let n=a?String(a):"";e=rn.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=rn.getInertBodyElement(n)}while(n!==c);const s=new on,l=s.sanitizeChildren(fn(e)||e);return He()&&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):bn(Rt(),Qa(t))}function An(t){const a=Ln();return a?a.sanitize(dn.URL,t)||"":Be(t,"URL")?Oe(t):Je(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[b+1].toLowerCase();const a=8&n?t:null;if(a&&-1!==mn(a,r,0)||2&n&&r!==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 Pn(t){return 2|t}function Hn(t){return(131068&t)>>2}function Rn(t,a){return-131069&t|a<<2}function Un(t){return 1|t}function Nn(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=bt(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 Po(t,a){if(!(256&a[2])){const e=a[11];Ut(e)&&e.destroyNode&&Ko(t,a,e,3,null,null),function(t){let a=t[13];if(!a)return Ro(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)&&Ro(a[1],a),a=Ho(a,t);null===a&&(a=t),Ft(a)&&Ro(a[1],a),e=a&&a[4]}a=e}}(a)}}function Ho(t,a){let e;return Ft(t)&&(e=t[6])&&2===e.type?Eo(e,t):t[3]===a?null:t[3]}function Ro(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&&Ut(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 Uo(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 Jt(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 Jt(n,e)}function No(t,a,e,n){Ut(t)?t.insertBefore(a,e,n):a.insertBefore(e,n,!0)}function Wo(t,a,e){Ut(t)?t.appendChild(a,e):a.appendChild(e)}function $o(t,a,e,n){null!==n?No(t,a,e,n):Wo(t,a,e)}function Jo(t,a){return Ut(t)?t.parentNode(a):a.parentNode}function zo(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?Jt(t,a):null}function qo(t,a,e,n){const o=Uo(t,n,a);if(null!=o){const t=a[11],c=zo(n.parent||a[6],a);if(Array.isArray(e))for(let a=0;a-1&&this._viewContainerRef.detach(t),this._viewContainerRef=null}Po(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(Jt(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)),zn(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 Ja(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=rc,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(J,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=z,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===z?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=z,t.NULL=new ct,t.\u0275prov=I({token:t,providedIn:"any",factory:()=>at(J)}),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(Ut(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);b.push(c,t),r&&r.push(o,_,L,L+1)}}else c=ss(n,a,c,!0),A.addEventListener(o,c,s),b.push(c),r&&r.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||"")),Jc(o,l,s,e,n)}else!function(t,a,e,n,o,c,s,l){o===On&&(o=ds);let i=0,r=0,b=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!==Hn(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)&&(b=!0)}else r=e;if(o)if(0!==i){const a=Vn(t[l+1]);t[n+1]=xn(a,l),0!==a&&(t[a+1]=Rn(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]=Rn(t[l+1],n)),l=n;else t[n+1]=xn(i,0),0===l?l=n:t[i+1]=Rn(t[i+1],n),i=n;b&&(t[n+1]=Pn(t[n+1])),us(t,r,n,!0),us(t,r,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]=Un(e[n+1]))}(a,r,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,r=null===i;let b=e[o+1];b===On&&(b=r?ds:void 0);let f=r?ut(b,n):i===n?b: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):Hn(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?Jn(n,e[6],t,3,null,null):n.data[o],s=e[o]=function(t,a){return Ut(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=Pc(n,t,a,e);return o!==On&&Fo(n,ya(),o),Ms}function js(t,a,e,n,o,c,s,l,i){const r=oa(),b=function(t,a,e,n,o,c,s,l,i,r){const b=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),b?a+Qa(e)+n+Qa(o)+c+Qa(s)+l+Qa(i)+r:On}(r,t,a,e,n,o,c,s,l,i);return b!==On&&Fo(r,ya(),b),js}function xs(t,a,e){Gs(dt,hs,Pc(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 Ps(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 Ps}function Hs(t,a){const e=Qt(t)[1],n=e.data.length-1;wa(e,{directiveStart:n,directiveEnd:n+1})}function Rs(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=Us(t.inputs),a.declaredInputs=Us(t.declaredInputs),a.outputs=Us(t.outputs);const e=o.hostBindings;e&&$s(t,e);const c=o.viewQuery,s=o.contentQueries;if(c&&Ns(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 Us(t){return t===It?{}:t===Dt?[]:t}function Ns(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 Js{constructor(t,a,e){this.previousValue=t,this.currentValue=a,this.firstChange=e}isFirstChange(){return this.firstChange}}function zs(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 Js(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 Ha(i,o,Uc),u=Ys(l,a,o?b:b+d,f);-1===u?(re(ce(r,s),c,l),Ks(c,t,a.length),a.push(l),r.directiveStart++,r.directiveEnd++,o&&(r.providerIndexes+=65536),e.push(n),s.push(n)):(e[u]=n,s[u]=n)}else{const u=Ys(l,a,b+d,f),A=Ys(l,a,b,b+d),L=u>=0&&e[u],_=A>=0&&e[A];if(o&&!_||!o&&!L){re(ce(r,s),c,l);const b=function(t,a,e,n,o){const c=new Ha(t,e,Uc);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=b),Ks(c,t,a.length,0),a.push(l),r.directiveStart++,r.directiveEnd++,o&&(r.providerIndexes+=65536),e.push(b),s.push(b)}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)}}zs.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 rl{}var bl=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(Ut(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 Pl(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 Pl 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(rl,Nt),s=o.get(ul,null),l=c.createRenderer(null,this.componentDef),i=this.componentDef.selectors[0][0]||"div",r=e?function(t,a,e){if(Ut(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)),b=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,b,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=Jn(s,null,0,3,null,null),i=l.mergedAttrs=a.hostAttrs;null!==i&&(yc(l,i,!0),null!==t&&(Ra(o,t,i),null!==l.classes&&tc(o,t,l.classes),null!==l.styles&&Yo(o,t,l.styles)));const r=n.createRenderer(t,a),b=$n(e,to(a),null,a.onPush?64:16,e[20],l,n,r,void 0);return s.firstCreatePass&&(re(ce(l,e),s,a.type),fo(s,l),Ao(l,e.length,1)),ho(e,b),e[20]=b}(r,this.componentDef,u,c,l);if(r)if(e)Ra(l,r,["ng-version",Ll.full]);else{const{attrs:t,classes:a}=function(t){const a=[],e=[];let n=1,o=2;for(;n0&&tc(l,r,a.join(" "))}if(L=zt(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),ro(a,s)}return s}(t,this.componentDef,u,f,[Hs]),zn(d,u,null)}finally{va()}const _=new Hl(this.componentType,A,sc(ll,L,u),u,L);return d.node.child=L,_}}class Hl 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 Rl=void 0;var Ul=["en",[["a","p"],["AM","PM"],Rl],[["AM","PM"],Rl,Rl],[["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"]],Rl,[["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"]],Rl,[["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}",Rl,"{1} 'at' {0}",Rl],[".",",",";","%","+","-","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 Nl={};function Wl(t,a,e){"string"!=typeof a&&(e=a,a=t[Xl.LocaleId]),a=a.toLowerCase().replace(/_/g,"-"),Nl[a]=t,e&&(Nl[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 Ul;throw new Error(`Missing locale data for the locale "${t}".`)}function Jl(t){return $l(t)[Xl.CurrencyCode]||null}function zl(t){return $l(t)[Xl.PluralCase]}function ql(t){return t in Nl||(Nl[t]=x.ng&&x.ng.common&&x.ng.common.locales&&x.ng.common.locales[t]),Nl[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[U]||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===J?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(Uc),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,bi(n,t)?ci(n,ua(),a,o.transform,e,o):o.transform(e))}function ri(t,a,e,n){const o=oa(),c=qt(o,t);return fi(o,bi(o,t)?si(o,ua(),a,c.transform,e,n,c):c.transform(e,n))}function bi(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"),Pi={provide:Vi,useFactory:function(){return`${Hi()}${Hi()}${Hi()}`},deps:[]};function Hi(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Ri=new $("Platform Initializer"),Ui=new $("Platform ID"),Ni=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"),Ji=new $("DefaultCurrencyCode");class zi{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 Pl(e)),t},[]);return new zi(a,e)},Zi=Ki,Yi=function(t){return Promise.resolve(Ki(t))};let tr=(()=>{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 ar=(()=>Promise.resolve(0))();function er(t){"undefined"==typeof Zone?ar.then(()=>{t&&t.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",t)}class nr{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,lr(t),sr(t)},void 0,()=>{},()=>{})),t.fakeTopEventTask.invoke()}),lr(t))}(t)});t._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0,maybeDelayChangeDetection:a},onInvokeTask:(e,n,o,c,s,l)=>{try{return ir(t),e.invokeTask(o,c,s,l)}finally{a&&"eventTask"===c.type&&a(),rr(t)}},onInvoke:(a,e,n,o,c,s,l)=>{try{return ir(t),a.invoke(n,o,c,s,l)}finally{rr(t)}},onHasTask:(a,e,n,o)=>{a.hasTask(n,o),e===n&&("microTask"==o.change?(t._hasPendingMicrotasks=o.microTask,lr(t),sr(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(!nr.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(nr.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,cr,or,or);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 or(){}const cr={};function sr(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 lr(t){t.hasPendingMicrotasks=!!(t._hasPendingMicrotasks||t.shouldCoalesceEventChangeDetection&&-1!==t.lastRequestAnimationFrameId)}function ir(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function rr(t){t._nesting--,sr(t)}class br{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 fr=(()=>{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:()=>{nr.assertNotInAngularZone(),er(()=>{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())er(()=>{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(nr))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})(),dr=(()=>{class t{constructor(){this._applications=new Map,_r.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 _r.findTestabilityInTree(this,t,a)}}return t.\u0275fac=function(a){return new(a||t)},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();class ur{addToWindow(t){}findTestabilityInTree(t,a,e){return null}}function Ar(t){_r=t}let Lr,_r=new ur;const Ir=new $("AllowMultipleToken");class Dr{constructor(t,a){this.name=t,this.token=a}}function mr(t,a,e=[]){const n="Platform: "+a,o=new $(n);return(a=[])=>{let c=Cr();if(!c||c.injector.get(Ir,!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(Lr&&!Lr.destroyed&&!Lr.injector.get(Ir,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Lr=t.get(Sr);const a=t.get(Ri,null);a&&a.forEach(t=>t())}(kc.create({providers:t,name:n}))}return function(t){const a=Cr();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 Cr(){return Lr&&!Lr.destroyed?Lr:null}let Sr=(()=>{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 br:("zone.js"===t?void 0:t)||new nr({enableLongStackTrace:He(),shouldCoalesceEventChangeDetection:a}),e}(a?a.ngZone:void 0,a&&a.ngZoneEventCoalescing||!1),n=[{provide:nr,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(()=>Gr(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=hr({},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(gr);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 hr(t,a){return Array.isArray(a)?a.reduce(hr,t):Object.assign(Object.assign({},t),a)}let gr=(()=>{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=He(),this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const r=new c.a(t=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{t.next(this._stable),t.complete()})}),b=new c.a(t=>{let a;this._zone.runOutsideAngular(()=>{a=this._zone.onStable.subscribe(()=>{nr.assertNotInAngularZone(),er(()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,t.next(!0))})})});const e=this._zone.onUnstable.subscribe(()=>{nr.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{t.next(!1)}))});return()=>{a.unsubscribe(),e.unsubscribe()}});this.isStable=Object(s.a)(r,b.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(fr,null);return c&&o.injector.get(dr).registerApplication(o.location.nativeElement,c),this._loadComponent(o),He()&&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;Gr(this._views,a),a.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(Ni,[]).concat(this._bootstrapListeners).forEach(a=>a(t))}_unloadComponent(t){this.detachView(t.hostView),Gr(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(nr),at(Wi),at(kc),at(ge),at(sl),at(xi))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();function Gr(t,a){const e=t.indexOf(a);e>-1&&t.splice(e,1)}class Tr{}class pr{}const kr={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};let vr=(()=>{class t{constructor(t,a){this._compiler=t,this._config=a||kr}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=>yr(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=>yr(t,a,n))}}return t.\u0275fac=function(a){return new(a||t)(at(tr),at(pr,8))},t.\u0275prov=I({token:t,factory:t.\u0275fac}),t})();function yr(t,a,e){if(!t)throw new Error(`Cannot find '${e}' in '${a}'`);return t}class Or extends bc{}class Br extends Or{}const Fr=function(t){return null},Er=mr(null,"core",[{provide:Ui,useValue:"unknown"},{provide:Sr,deps:[kc]},{provide:dr,deps:[]},{provide:Wi,deps:[]}]),wr=[{provide:gr,useClass:gr,deps:[nr,Wi,kc,ge,sl,xi]},{provide:Vl,deps:[nr],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:tr,useClass:tr,deps:[]},Pi,{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 b($i),new f,new u]]},{provide:Ji,useValue:"USD"}];let Mr=(()=>{class t{constructor(t){}}return t.\u0275mod=Gt({type:t}),t.\u0275inj=D({factory:function(a){return new(a||t)(at(gr))},providers:wr}),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 r}));var n=e("z+Ro"),o=e("DH7j"),c=e("l7GE"),s=e("ZUHj"),l=e("yCtX");const i={};function r(...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 b(a))}class b{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 r=new o.r("TRANSITION_ID"),b=[{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:[r,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:r,useExisting:o.c},b]}}}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 b})),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 r=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function b(){if(s)return s;if("object"!=typeof document||!document)return s=new Set(r),s;let t=document.createElement("input");return s=new Set(r.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:b,token:t,providedIn:"platform"}),t})();function b(){return Object(n.Xb)(d)}const f=new n.r("Location Initialized");let d=(()=>{class t extends r{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)(r),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(r),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(r),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(r))},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)(r))}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 P(t){const[a,e]=t.split(":");return{hours:+a,minutes:+e}}const H=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,R={},U=/((?:[^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 N=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 J(t,a){return a&&(t=t.replace(/\{([^}]+)}/g,(function(t,e){return null!=a&&e in a?a[e]:t}))),t}function z(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,z(l,3).substr(0,i);var i;const r=M(s,B.MinusSign);return z(l,a,r,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?P(t):[P(t[0]),P(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 N.Short:return(o>=0?"+":"")+z(s,2,c)+z(Math.abs(o%60),2,c);case N.ShortGMT:return"GMT"+(o>=0?"+":"")+z(s,1,c);case N.Long:return"GMT"+(o>=0?"+":"")+z(s,2,c)+":"+z(Math.abs(o%60),2,c);case N.Extended:return 0===n?"Z":(o>=0?"+":"")+z(s,2,c)+":"+z(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 z(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 rt(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 rt(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 rt{constructor(t,a){this.record=t,this.view=a}}let bt=(()=>{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(H))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),r=Math.round(1e3*parseFloat("0."+(t[7]||0)));return c.call(a,s,l,i,r),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(R[o]=R[o]||{},R[o][e])return R[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=J(w(a,O.Short),[e,n]);break;case"medium":const o=t(a,"mediumTime"),s=t(a,"mediumDate");c=J(w(a,O.Medium),[o,s]);break;case"long":const l=t(a,"longTime"),i=t(a,"longDate");c=J(w(a,O.Long),[l,i]);break;case"full":const r=t(a,"fullTime"),b=t(a,"fullDate");c=J(w(a,O.Full),[r,b])}return c&&(R[o][e]=c),c}(e,a)||a;let s,l=[];for(;a;){if(s=U.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 r="";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(N.Short);break;case"ZZZZZ":a=Q(N.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":a=Q(N.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":a=Q(N.Long);break;default:return null}return Z[t]=a,a}(t);r+=a?a(c,e,i):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),r}(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 r=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&&(r=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}(r));let b=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&&(b=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=r?n.pop():i=!1),a>=10?1:0}),0);b&&(n.unshift(b),t.integerLen++)}(r,f,d);let u=r.digits,A=r.integerLen;const L=r.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 b=0;b{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:r}=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 R})),e.d(a,"d",(function(){return G})),e.d(a,"e",(function(){return B})),e.d(a,"f",(function(){return z}));var n=e("vxfF"),o=e("fXoL"),c=e("nLfN"),s=e("cH1L"),l=e("ofXK"),i=e("8LU1"),r=e("+rOU"),b=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 b.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 b.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,r=c+a.height-e.height,b=this._subtractOverflows(a.width,0-o,o+a.width-e.width),f=this._subtractOverflows(a.height,i,r),d=b*f;return{visibleArea:d,isCompletelyWithinViewport:a.width*a.height===d,fitsInViewportVertically:f===a.height,fitsInViewportHorizontally:b==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,r=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)r=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:r,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"),r=this._getOffset(a,"y");l&&(s+=`translateX(${l}px) `),r&&(s+=`translateY(${r}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 P=(()=>{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})(),H=0,R=(()=>{class t{constructor(t,a,e,n,o,c,s,l,i,r){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=r}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-"+H++,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 r.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(P),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 U=[{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"}],N=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 r.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=U),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(R),o.Nb(o.M),o.Nb(o.Q),o.Nb(N),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 J={provide:N,deps:[R],useFactory:function(t){return()=>t.scrollStrategies.reposition()}};let z=(()=>{class t{}return t.\u0275mod=o.Lb({type:t}),t.\u0275inj=o.Kb({factory:function(a){return new(a||t)},providers:[R,J],imports:[[s.a,r.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 R})),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"),r=e("ofXK");class b{}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 r=c.pipe(Object(l.a)(t=>t instanceof g));switch(e.observe||"body"){case"body":switch(n.responseType){case"arraybuffer":return r.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 r.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 r.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 r.pipe(Object(i.a)(t=>t.body))}case"response":return r;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(b))},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 r=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(b){i=t,r&&(r=!1,i={error:b,text:i})}}r?(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 r=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)},b=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",r),null!==n&&e.upload&&e.upload.addEventListener("progress",b)),e.send(n),a.next({type:C.Sent}),()=>{e.removeEventListener("error",l),e.removeEventListener("load",s),t.reportProgress&&(e.removeEventListener("progress",r),null!==n&&e.upload&&e.upload.removeEventListener("progress",b)),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(r.A)(t,this.cookieName),this.lastCookieString=t),this.lastToken}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(r.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})(),P=(()=>{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})(),H=(()=>{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})(),R=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[p,{provide:b,useClass:P},E,{provide:f,useExisting:E},F,{provide:B,useExisting:F}],imports:[[H.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]]}),t})()},tyNb:function(t,a,e){"use strict";e.d(a,"a",(function(){return Jt})),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"),r=e("sVev"),b=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 Pt{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=Ht(t,this._root);return a?a.children.map(t=>t.value):[]}firstChild(t){const a=Ht(t,this._root);return a&&a.children.length>0?a.children[0].value:null}siblings(t){const a=Rt(t,this._root);return a.length<2?[]:a[a.length-2].children.map(t=>t.value).filter(a=>a!==t)}pathFromRoot(t){return Rt(t,this._root).map(t=>t.value)}}function Ht(t,a){if(t===a.value)return a;for(const e of a.children){const a=Ht(t,e);if(a)return a}return null}function Rt(t,a){if(t===a.value)return[a];for(const e of a.children){const n=Rt(t,e);if(n.length)return n.unshift(a),n}return[]}class Ut{constructor(t,a){this.value=t,this.children=a}toString(){return`TreeNode(${this.value})`}}function Nt(t){const a={};return t&&t.children.forEach(t=>a[t.value.outlet]=t),a}class Wt extends Pt{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 Ut(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(""),r=new Jt(n,o,s,i,c,"primary",a,e.root);return r.snapshot=e.root,new Wt(new Ut(r,[]),e)}class Jt{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 zt(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,r,b){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=r,this._resolve=b}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 Pt{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(!ba(s,l,a))return c;n+=2}else{if(!ba(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 ra(t){const a={};return _t(t,(t,e)=>a[e]=""+t),a}function ba(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=Nt(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=Nt(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=Nt(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 r.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 r.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:r}=Sa(a,n,o);if(!s)return Ia(a);const b=this.applyRedirectCommands(l,n.redirectTo,r);return n.redirectTo.startsWith("/")?Da(b):this.lineralizeSegments(n,b).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=Nt(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 r=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);r?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),r&&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=Nt(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(b.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=Ha(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 Ut(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=zt(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,Na(t),n,t.component,t,Va(a),Pa(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,Na(t),n,t.component,t,Va(a),Pa(a)+c.length,Wa(t))}const l=function(t){return t.children?t.children:t.loadChildren?t._loadedConfig.routes:[]}(t),{segmentGroup:i,slicedSegments:r}=Ha(a,c,s,l,this.relativeLinkResolution);if(0===r.length&&i.hasChildren()){const t=this.processChildren(l,i);return[new Ut(o,t)]}if(0===l.length&&0===r.length)return[new Ut(o,[])];const b=this.processSegment(l,i,r,"primary");return[new Ut(o,b)]}}function Va(t){let a=t;for(;a._sourceSegment;)a=a._sourceSegment;return a}function Pa(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 Ha(t,a,e,n,o){if(e.length>0&&function(t,a,e){return e.some(e=>Ra(t,a,e)&&"primary"!==Ua(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"!==Ua(c)){const e=new Ct([],{});e._sourceSegment=t,e._segmentIndexShift=a.length,o[Ua(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=>Ra(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(Ra(t,e,l)&&!o[Ua(l)]){const e=new Ct([],{});e._sourceSegment=t,e._segmentIndexShift="legacy"===c?t.segments.length:a.length,s[Ua(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 Ra(t,a,e){return(!(t.hasChildren()||a.length>0)||"full"!==e.pathMatch)&&""===e.path&&void 0===e.redirectTo}function Ua(t){return t.outlet||"primary"}function Na(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 Ja{shouldDetach(t){return!1}store(t,a){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,a){return t.routeConfig===a.routeConfig}}const za=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(za)).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,r){this.rootComponentType=t,this.urlSerializer=a,this.rootContexts=e,this.location=n,this.config=r,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 Ja,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 b=c.get(o.A);this.isNgZoneEnabled=b instanceof o.A,this.resetConfig(r),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 H(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 H(e,this.serializeUrl(n),o,s);a.next(i);const r=$t(n,this.rootComponentType).snapshot;return Object(c.a)(Object.assign(Object.assign({},t),{targetSnapshot:r,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 J(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 U(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 z(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),zt(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 U(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 Ut(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 Ut(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,r=t=>this.triggerEvent(t),Object(A.a)(t=>(new fa(i,t.targetRouterState,t.currentRouterState,r).activate(o),t))),Object(v.a)({next(){e=!0},complete(){e=!0}}),Object(x.a)(()=>{if(!e&&!n){this.resetUrlToCurrentUrlTree();const e=new U(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 U(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 N(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,r}))}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 r=e||this.routerState.root,b=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)}(r,this.currentUrlTree,t,f,b)}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 R(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 r=++this.navigationId;return this.setTransition({id:r,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(Jt),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 R&&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(Jt),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 R&&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===Jt?this.route:t===Qa?this.childContexts:this.parent.get(t,a)}}class ie{}class re{preload(t,a){return Object(c.a)(null)}}let be=(()=>{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 R),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 H?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=t.navigationTrigger,this.restoredId=t.restoredState?t.restoredState.navigationId:0):t instanceof R&&(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={},r,b){const f=new ae(null,t,a,e,o,c,s,At(l));if(r&&(f.urlHandlingStrategy=r),b&&(f.routeReuseStrategy=b),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,za,de,[class{},new o.B],[class{},new o.B]]},Qa,{provide:Jt,useFactory:function(t){return t.routerState.root},deps:[ae]},{provide:o.x,useClass:o.L},be,re,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:re},{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:za,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(be),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 H})),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 P})),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"),r=e("vkgz"),b=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(r.a)(t=>this._pressedLetters.push(t)),Object(b.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})(),P=(()=>{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})(),H=(()=>{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(P))},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 r=(e("quSY"),e("7+OI"),e("/uUt"),e("3UWI")),b=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(r.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(b.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(r.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 r(t,e),o=a.subscribe(n);return n.closed||(n.connection=e.connect()),o}}class r 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 b 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=b.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"),r=e("ofXK"),b=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(r.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:[r.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 b.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)",P="(orientation: landscape) and (min-width: 1280px)",H={HANDSET:"(orientation: portrait) and (max-width: 599.9px), (orientation: landscape) and (max-width: 959.9px)",TABLET:`${j} , ${x}`,WEB:`${V}, ${P} `,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:""+P},R=[{alias:"handset",priority:2e3,mediaQuery:H.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:H.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:H.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:H.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:H.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:H.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:H.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:H.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:H.WEB_PORTRAIT,overlapping:!0}],U=/(\.|-|_)/g;function N(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(U,"|").split("|").map(N).join(""),t.overlapping=!!t.overlapping)}),n;var n}((a.disableDefaultBps?[]:M).concat(a.addOrientationBps?R:[]),e)}});function $(t,a){return(a&&a.priority||0)-(t&&t.priority||0)}function J(t,a){return(t.priority||0)-(a.priority||0)}let z=(()=>{class t{constructor(t){this.findByMap=new Map,this.items=[...t].sort(J)}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(r.v)(this._platformId))}}return t.\u0275fac=function(a){return new(a||t)(n.Xb(n.A),n.Xb(n.C),n.Xb(r.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(n.A),Object(n.Xb)(n.C),Object(n.Xb)(r.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(z),n.Xb(v),n.Xb(r.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(z),Object(n.Xb)(v),Object(n.Xb)(r.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(r.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(r.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(r.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(r.v)(this._platformId)||!this._serverModuleLoaded?Object(r.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 b.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(z),n.Xb(K))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(q),Object(n.Xb)(z),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 r.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(r.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 rt=(()=>{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 bt{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 bt(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 r.o(t,o,c)),this.init();const b=this.nativeElement.getAttribute("style")||"";this.fallbackStyles=this.buildStyleMap(b),this.isServer=l&&Object(r.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(r.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=Pt(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 b.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":Pt(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 Pt(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 Ht(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 Rt=(()=>{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",r=String(c).indexOf("calc")>-1,b=r||"auto"===c,f=String(c).indexOf("%")>-1&&!r,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=r||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=Ht(_,r?{"flex-grow":e,"flex-shrink":n,"flex-basis":u?c:"100%"}:{flex:`${e} ${n} ${u?c:"100%"}`})}return L.flex||L["flex-grow"]||(L=Ht(_,r?{"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||!b&&n?c:null),L[i]||L[l]?a.hasWrap&&(L[r?"flex-basis":"flex"]=L[l]?r?L[l]:`${e} ${n} ${L[l]}`:r?L[i]:`${e} ${n} ${L[i]}`):L=Ht(_,r?{"flex-grow":e,"flex-shrink":n,"flex-basis":c}:{flex:`${e} ${n} ${c}`}),Ht(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 Ut=["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 Nt=(()=>{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=zt:e&&!n?this.styleCache=$t:!e&&n?this.styleCache=qt:e||n||(this.styleCache=Jt);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(Rt),n.Nb(ot))},t.\u0275dir=n.Ib({type:t,inputs:{shrink:["fxShrink","shrink"],grow:["fxGrow","grow"]},features:[n.xb]}),t})(),Wt=(()=>{class t extends Nt{constructor(){super(...arguments),this.inputs=Ut}}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,Jt=new Map,zt=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 Ht(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})(),ra=(()=>{class t{constructor(t,a){Object(r.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 ba=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(ba.s)(Object(ba.u)(Object(ba.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(ba.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:[ba.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:[[ba.o,ba.e],ba.e]}),t})(),ma=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ba.e],ba.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:[[ba.e],ba.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 Pa(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 Ha=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],Ra=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let Ua=0,Na=(()=>{class t{constructor(){this.id="mat-error-"+Ua++}}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 Ja(t){return Error(`A hint was already declared for 'align="${t}"'.`)}let za=0,qa=(()=>{class t{constructor(){this.align="start",this.id="mat-hint-"+za++}}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(ba.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 b.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 Ja("start");t=e}else if("end"===e.align){if(a)throw Ja("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:[[r.c,ba.e,ha.c],ba.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:[[ba.o,ba.e,ha.c,se],ba.e,se]}),t})();var ie=e("EY2u");e("3UWI");const re=Object(Ca.f)({passive:!0});let be=(()=>{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 b.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,re),a.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(a,{subject:n,unlisten:()=>{a.removeEventListener("animationstart",c,re)}}),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(ba.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 b.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 r=this._elementRef.nativeElement,f=r.nodeName.toLowerCase();this._inputValueAccessor=s||r,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=r.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(ba.a),n.Nb(de,10),n.Nb(be),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:[ba.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(r.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)(r.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(ba.s)(Ee),Me=new n.r("mat-icon-location",{providedIn:"root",factory:function(){const t=Object(n.V)(r.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 Pe=(()=>{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})(),He=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ba.e],ba.e]}),t})();var Re=e("vxfF"),Ue=e("FtGj"),Ne=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:[[r.c,ba.e,Ca.b,Re.b],Re.b,ba.e]}),t})();var $e=e("0EQZ");let Je=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ba.e],ba.e]}),t})(),ze=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[ba.g,ba.o,ba.e,ba.m,r.c],ba.g,ba.e,ba.m,Je]}),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})(),rn=(()=>{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 bn extends rn{}const fn=Ke(bn);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 rn{}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 rn{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),r="rtl"===this.direction;for(const b 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 b.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(r.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 Pn=(()=>{class t extends on{}return t.\u0275fac=function(a){return Hn(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 Hn=n.Vb(Pn);let Rn=(()=>{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})(),Un=(()=>{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})(),Nn=(()=>{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(Nn);let $n=(()=>{class t extends _n{}return t.\u0275fac=function(a){return Jn(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 Jn=n.Vb($n);let zn=(()=>{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(zn);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,ba.e],ba.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:[[r.c,Zn.f,ba.j,ba.e],Re.b,ce,ba.j,ba.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,r.c,Zn.f,ba.e],ba.e,Re.b]}),t})(),so=(()=>{class t{constructor(){this.changes=new b.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:[[r.c,Da,ao,co]]}),t})();var ro=e("0IaG"),bo=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(ba.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 b.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)(()=>Ho)),n.Nb(r.d))},t.\u0275dir=n.Ib({type:t,selectors:[["","matTabBodyHost",""]],features:[n.xb]}),t})(),Po=(()=>{class t{constructor(t,a,e){this._elementRef=t,this._dir=a,this._dirChangeSubscription=Se.a.EMPTY,this._translateTabComplete=new b.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(Ne.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})(),Ho=(()=>{class t extends Po{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 Ro=new n.r("MAT_TABS_CONFIG");let Uo=0;class No{}class Wo{constructor(t){this._elementRef=t}}const $o=Object(ba.s)(Object(ba.t)(Wo),"primary");let Jo=(()=>{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=Uo++,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 No;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(Ro,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})(),zo=(()=>{class t extends Jo{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(Ro,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,r.m,Qo,ba.n,fa.d,r.n,no.c,Ho]},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(ba.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 b.a,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new b.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(Ue.o)(t))switch(t.keyCode){case Ue.f:this._keyManager.setFirstItemActive(),t.preventDefault();break;case Ue.c:this._keyManager.setLastItemActive(),t.preventDefault();break;case Ue.d:case Ue.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(bo.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(Re.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(Re.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(Re.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:[ba.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:[[r.c,ba.e,no.g,ba.o,ha.c,fa.a],ba.e]}),t})();const ec=["primaryValueBar"];class nc{constructor(t){this._elementRef=t}}const oc=Object(ba.s)(nc,"primary"),cc=new n.r("mat-progress-bar-location",{providedIn:"root",factory:function(){const t=Object(n.V)(r.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:[r.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 rc=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[r.c,ba.e],ba.e]}),t})();var bc=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 b.a,this._onAction=new b.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(r.d))},t.\u0275prov=Object(n.Jb)({factory:function(){return new t(Object(n.Xb)(r.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(r.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)(r.d))},token:t,providedIn:"root"}),t})();class Bc{constructor(t){this._overlayRef=t,this.duplicatesCount=0,this._afterClosed=new b.a,this._activate=new b.a,this._manualClose=new b.a,this._resetTimeout=new b.a,this._countDuplicate=new b.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 r=new Bc(l),b=new gc(this.index,o,i,e,t,r),f=new Fc(b,this._injector),d=new pc(o.toastComponent,f),u=l.attach(d,this.toastrConfig.newestOnTop);r.componentInstance=u.instance;const A={toastId:this.index,title:e||"",message:a||"",toastRef:r,onShown:r.afterActivate(),onHidden:r.afterClosed(),onTap:b.onTap(),onAction:b.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:[r.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:[[r.c]]}),t})();var xc=e("WMd4");class Vc{constructor(t,a){this.delay=t,this.scheduler=a}call(t,a){return a.subscribe(new Pc(t,this.delay,this.scheduler))}}class Pc 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(Pc.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))}scheduleNotification(t){if(!0===this.errored)return;const a=this.scheduler,e=new Hc(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 Hc{constructor(t,a){this.time=t,this.notification=a}}const Rc=["panel"];function Uc(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 Nc=["*"];let Wc=0;class $c{constructor(t,a){this.source=t,this.option=a}}class Jc{}const zc=Object(ba.t)(Jc),qc=new n.r("mat-autocomplete-default-options",{providedIn:"root",factory:function(){return{autoActiveFirstOption:!1}}});let Xc=(()=>{class t extends zc{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,ba.i,!0),n.Gb(e,ba.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(Rc,!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:ba.c,useExisting:t}]),n.xb],ngContentSelectors:Nc,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,Uc,3,2,"ng-template"))},directives:[r.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,r){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=r,this._componentDestroyed=!1,this._autocompleteDisabled=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=Se.a.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new b.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 ba.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===Ue.e&&t.preventDefault(),this.activeOption&&a===Ue.d&&this.panelOpen)this.activeOption._selectViaInteraction(),this._resetActiveItem(),t.preventDefault();else if(this.autocomplete){const e=this.autocomplete._keyManager.activeItem,n=a===Ue.l||a===Ue.b;this.panelOpen||a===Ue.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(ba.q)(t,this.autocomplete.options,this.autocomplete.optionGroups);if(0===t&&1===a)this.autocomplete._setScrollTop(0);else{const e=Object(ba.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===Ue.e||t.keyCode===Ue.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(r.d,8),n.Nb(Re.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:[[ba.j,Zn.f,ba.e,r.c],Re.b,ba.j,ba.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 rs{constructor(t,a){this.source=t,this.checked=a}}class bs{constructor(t){this._elementRef=t}}const fs=Object(ba.x)(Object(ba.s)(Object(ba.t)(Object(ba.u)(bs)),"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 rs(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:[ba.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,ba.o,ba.e,ha.c],us,ba.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"],Ps=["dialog_C8A23100002"],Hs=["dialog_C8A23100005"],Rs=["dialog_GM000001_508"],Us=["dialog_C5A23112010_508"],Ns=["dialog_FM000001_508"],Ws=["dialog_C5A23112008_508"],$s=["dialog_C8A23100004_508"],Js=["dialog_C8A23090002_508"],zs=["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"],rl=["dialog_C8A23100009_508"],bl=["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 Pl(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,"(\u4e09\u967d\u6771\u502b\u5e97\u7ad9) "),n.Sb(),n.Dc(3,"\u6700\u65b0\u8cc7\u6599\u63a5\u6536\u6642\u9593\uff1a"),n.Bc(4,Pl,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 Rl(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_C5A23112001_document.timestamp)}}function Ul(t,a){1&t&&(n.Rb(0),n.Ob(1,"br"),n.Qb())}function Nl(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,Ul,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,Nl,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 Jl(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 zl(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,Jl,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 ri(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,"(\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,ri,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,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_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 Pi(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 Hi=function(){return{exact:!0}};function Ri(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,Rl,2,1,"div",62),n.Bc(18,Wl,2,1,"div",62),n.Bc(19,zl,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,Pi,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,Hi)),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 Ui(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Ni(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 Ji(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 zi=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,zi,"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,zi,"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,zi,"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 tr(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 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_GM000001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function er(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nr(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 or(t,a){if(1&t&&(n.Tb(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 cr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function rr(t,a){if(1&t&&(n.Tb(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 br(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 fr(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 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[1].battCellDiff,"mV")}}function ur(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ar(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].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_GM000001_document.rackInfo[0].slotInfo[1].battSoC,"1.0-1"),"%")}}function Ir(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function mr(t,a){if(1&t&&(n.Tb(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 Cr(t,a){if(1&t&&(n.Tb(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 Sr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function hr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Gr(t,a){if(1&t){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 Tr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function pr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function vr(t,a){if(1&t){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 yr(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 Or(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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Fr(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Er(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Mr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 jr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function Vr(t,a){if(1&t&&(n.Tb(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 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[2].battId,"")}}function Hr(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 Rr(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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Nr(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Wr(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $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_GM000001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Jr(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zr(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_GM000001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Qr(t,a){if(1&t&&(n.Tb(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 Kr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Zr(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function tb(t,a){if(1&t){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 ab(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].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,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function nb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ob(t,a){if(1&t){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 cb(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 sb(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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function ib(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function fb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 db(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 ub(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Lb(t,a){if(1&t&&(n.Tb(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 _b(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 Ib(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 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[5].battCellDiff,"mV")}}function mb(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Cb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function hb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function Tb(t,a){if(1&t&&(n.Tb(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 pb(t,a){if(1&t&&(n.Tb(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 kb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ob(t,a){if(1&t){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 Bb(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function wb(t,a){if(1&t){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 Mb(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 jb(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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Vb(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Pb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Hb(t,a){if(1&t&&(n.Tb(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 Rb(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Ub(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function $b(t,a){if(1&t&&(n.Tb(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 Jb(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 zb(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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function Xb(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Qb(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Kb(t,a){if(1&t&&(n.Tb(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 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[7].battSoC,"1.0-1"),"%")}}function Yb(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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,zi,"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,zi,"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,zi,"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 rf(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 bf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Pf(t,a){if(1&t){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 Hf(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Nf(t,a){if(1&t){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 Jf(t,a){if(1&t&&(n.Tb(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 zf(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}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("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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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 Pd(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Rd(t,a){if(1&t&&(n.Tb(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 Ud(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}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,zi,"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,zi,"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 Jd(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"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,zi,"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,zi,"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 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("CellDiff: ",t.GetALLDataa.latest_GM000001_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function bu(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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,zi,"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,zi,"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,zi,"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,Ji,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,tr,4,2,"td",109),n.Bc(22,ar,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,er,3,4,"td",111),n.Bc(25,nr,3,4,"td",112),n.Bc(26,or,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,cr,3,4,"td",113),n.Bc(29,sr,2,1,"td",110),n.Bc(30,lr,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,ir,2,1,"td",110),n.Bc(33,rr,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,br,2,4,"td",102),n.Bc(38,fr,4,2,"td",109),n.Bc(39,dr,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,ur,3,4,"td",111),n.Bc(42,Ar,3,4,"td",112),n.Bc(43,Lr,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,_r,3,4,"td",113),n.Bc(46,Ir,3,4,"td",110),n.Bc(47,Dr,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,mr,2,1,"td",110),n.Bc(50,Cr,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Sr,1,3,"div",102),n.Bc(54,hr,1,3,"div",102),n.Bc(55,gr,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,Gr,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,Tr,1,3,"div",102),n.Bc(65,pr,1,3,"div",102),n.Bc(66,kr,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,vr,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,yr,2,4,"td",102),n.Bc(76,Or,4,2,"td",109),n.Bc(77,Br,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Fr,3,4,"td",111),n.Bc(80,Er,3,4,"td",112),n.Bc(81,wr,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Mr,3,4,"td",113),n.Bc(84,jr,3,4,"td",110),n.Bc(85,xr,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Vr,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,Hr,2,4,"td",102),n.Bc(93,Rr,4,2,"td",109),n.Bc(94,Ur,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Nr,3,4,"td",111),n.Bc(97,Wr,3,4,"td",112),n.Bc(98,$r,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Jr,3,4,"td",113),n.Bc(101,zr,3,4,"td",110),n.Bc(102,qr,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Xr,2,1,"td",110),n.Bc(105,Qr,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Kr,1,3,"div",102),n.Bc(109,Zr,1,3,"div",102),n.Bc(110,Yr,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,tb,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,ab,1,3,"div",102),n.Bc(120,eb,1,3,"div",102),n.Bc(121,nb,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,ob,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,cb,2,4,"td",102),n.Bc(131,sb,4,2,"td",109),n.Bc(132,lb,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,ib,3,4,"td",111),n.Bc(135,rb,3,4,"td",112),n.Bc(136,bb,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,fb,3,4,"td",113),n.Bc(139,db,3,4,"td",110),n.Bc(140,ub,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Ab,2,1,"td",110),n.Bc(143,Lb,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,_b,2,4,"td",102),n.Bc(148,Ib,4,2,"td",109),n.Bc(149,Db,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,mb,3,4,"td",111),n.Bc(152,Cb,3,4,"td",112),n.Bc(153,Sb,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,hb,3,4,"td",113),n.Bc(156,gb,3,4,"td",110),n.Bc(157,Gb,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Tb,2,1,"td",110),n.Bc(160,pb,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,kb,1,3,"div",102),n.Bc(164,vb,1,3,"div",102),n.Bc(165,yb,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,Ob,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,Bb,1,3,"div",102),n.Bc(175,Fb,1,3,"div",102),n.Bc(176,Eb,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,wb,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Mb,2,4,"td",102),n.Bc(186,jb,4,2,"td",109),n.Bc(187,xb,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Vb,3,4,"td",111),n.Bc(190,Pb,3,4,"td",112),n.Bc(191,Hb,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Rb,3,4,"td",113),n.Bc(194,Ub,3,4,"td",110),n.Bc(195,Nb,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Wb,2,1,"td",110),n.Bc(198,$b,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,Jb,2,4,"td",102),n.Bc(203,zb,4,2,"td",109),n.Bc(204,qb,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,Xb,3,4,"td",111),n.Bc(207,Qb,3,4,"td",112),n.Bc(208,Kb,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,Zb,3,4,"td",113),n.Bc(211,Yb,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,rf,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,bf,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,Pf,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,Hf,1,3,"div",102),n.Bc(311,Rf,1,3,"div",102),n.Bc(312,Uf,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,Nf,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,Jf,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,zf,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,rd,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,bd,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,Pd,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Hd,2,1,"td",110),n.Bc(406,Rd,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Ud,1,3,"div",102),n.Bc(410,Nd,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,Jd,1,3,"div",102),n.Bc(421,zd,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,ru,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,bu,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,zi,"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,zi,"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,zi,"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 Pu(t,a){if(1&t&&(n.Tb(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 Hu(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 Ru(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Uu(t,a){if(1&t&&(n.Tb(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 Nu(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ju(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zu(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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 rA(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 bA(t,a){if(1&t&&(n.Tb(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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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 PA(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 HA(t,a){if(1&t&&(n.Tb(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 RA(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 UA(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 NA(t,a){if(1&t&&(n.Tb(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 JA(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 zA(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,Pu,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,Hu,2,4,"td",102),n.Bc(38,Ru,4,2,"td",147),n.Bc(39,Uu,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Nu,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,Ju,3,4,"td",113),n.Bc(46,zu,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,rA,3,4,"td",112),n.Bc(81,bA,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,PA,3,4,"td",112),n.Bc(136,HA,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,RA,3,4,"td",113),n.Bc(139,UA,3,4,"td",110),n.Bc(140,NA,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,JA,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 rL(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 bL(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,rL,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,bL,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,Ui,2,0,"span",79),n.Bc(6,Ni,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,zA,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,zi,"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,zi,"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,zi,"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 PL(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 HL(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 RL(t,a){if(1&t&&(n.Tb(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 UL(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 NL(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 JL(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 zL(t,a){if(1&t&&(n.Tb(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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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 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_FM000001_document.rackInfo[0].slotInfo[2].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_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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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,zi,"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 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("Tfet: ",t.GetALLDataa.latest_FM000001_document.rackInfo[0].slotInfo[4].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_FM000001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function R_(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_FM000001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("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 J_(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,PL,2,4,"td",102),n.Bc(38,HL,4,2,"td",147),n.Bc(39,RL,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,UL,3,4,"td",111),n.Bc(42,NL,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,JL,3,4,"td",110),n.Bc(47,zL,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,r_,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,b_,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,P_,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,H_,3,4,"td",113),n.Bc(139,R_,3,4,"td",110),n.Bc(140,U_,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,N_,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 z_(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",205),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){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u9032\u884c\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function sI(t,a){if(1&t&&(n.Tb(0,"pre",206),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.responseP01Json_FM000001))}}function lI(t,a){if(1&t&&(n.Tb(0,"span"),n.Dc(1),n.Sb()),2&t){const t=n.fc(3);n.Ab(1),n.Fc("(\u9700\u7b49\u5f85",t.countdownP02_FM000001,"\u79d2)")}}function iI(t,a){1&t&&(n.Tb(0,"div",182),n.Tb(1,"p",183),n.Dc(2,"\u91cd\u958b\u6a5f\u6307\u4ee4\u9032\u884c\u4e2d\uff0c\u8acb\u8010\u5fc3\u7b49\u5f85"),n.Sb(),n.Sb())}function rI(t,a){if(1&t&&(n.Tb(0,"pre",206),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.responseP02Json_FM000001))}}function bI(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.Tb(69,"div",201),n.Tb(70,"div",171),n.Tb(71,"div",172),n.Tb(72,"div",173),n.Tb(73,"span",161),n.Dc(74,"[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848"),n.Sb(),n.Tb(75,"button",167),n.bc("click",(function(){return n.uc(t),n.fc(2).submitP01DownloadBSSGUI_FM000001()})),n.Dc(76,"[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u6309\u9215"),n.Sb(),n.Ob(77,"p"),n.Tb(78,"span",161),n.Dc(79,"[BSS] Response:"),n.Sb(),n.Bc(80,cI,3,0,"div",168),n.Bc(81,sI,3,3,"pre",202),n.Sb(),n.Ob(82,"div",177),n.Tb(83,"div",173),n.Tb(84,"span",161),n.Dc(85,"[P02]\u91cd\u958b\u6a5f\u6307\u4ee4"),n.Sb(),n.Tb(86,"button",203),n.bc("click",(function(){return n.uc(t),n.fc(2).submitP02RebootBSS_FM000001()})),n.Dc(87,"[P02]\u91cd\u958b\u6a5f\u6307\u4ee4"),n.Bc(88,lI,2,1,"span",62),n.Sb(),n.Ob(89,"p"),n.Tb(90,"span",161),n.Dc(91,"[BSS] Response:"),n.Sb(),n.Bc(92,iI,3,0,"div",168),n.Bc(93,rI,3,3,"pre",202),n.Sb(),n.Sb(),n.Sb(),n.Tb(94,"div",171),n.Tb(95,"div",172),n.Ob(96,"div",173),n.Ob(97,"div",204),n.Ob(98,"div",173),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),n.Ab(12),n.lc("ngIf",e.isLoadingP01_FM000001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document),n.Ab(5),n.lc("disabled",e.isP02ButtonDisabled_FM000001),n.Ab(2),n.lc("ngIf",e.isP02ButtonDisabled_FM000001),n.Ab(4),n.lc("ngIf",e.isLoadingP02_FM000001),n.Ab(1),n.lc("ngIf",e.GetALLDataa&&e.GetALLDataa.latest_FM000001_document)}}function fI(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,J_,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,z_,2,0,"ng-template",null,195,n.Cc),n.Bc(12,bI,99,19,"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 dI(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function uI(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 AI(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 LI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function _I(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function II(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function DI(t,a){if(1&t){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 mI(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 CI(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 SI(t,a){if(1&t&&(n.Tb(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 hI(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 gI(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function TI(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 pI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function vI(t,a){if(1&t&&(n.Tb(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 yI(t,a){if(1&t&&(n.Tb(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 OI(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 BI(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 FI(t,a){if(1&t&&(n.Tb(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 EI(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 wI(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].battTempMos,"\xb0C")}}function jI(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 xI(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 VI(t,a){if(1&t&&(n.Tb(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 PI(t,a){if(1&t&&(n.Tb(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 HI(t,a){if(1&t&&(n.Tb(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 RI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function UI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function WI(t,a){if(1&t){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 $I(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function zI(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function qI(t,a){if(1&t){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 XI(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 QI(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[2].battCellDiff,"mV")}}function ZI(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[2].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[2].battTempMos,"\xb0C")}}function aD(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 eD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function oD(t,a){if(1&t&&(n.Tb(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 cD(t,a){if(1&t&&(n.Tb(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 sD(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 lD(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 iD(t,a){if(1&t&&(n.Tb(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 rD(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 bD(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 fD(t,a){if(1&t&&(n.Tb(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 dD(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 uD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 AD(t,a){if(1&t&&(n.Tb(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 LD(t,a){if(1&t&&(n.Tb(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 _D(t,a){if(1&t&&(n.Tb(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 ID(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function mD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function CD(t,a){if(1&t){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 SD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function hD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function gD(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function GD(t,a){if(1&t){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 TD(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 pD(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 kD(t,a){if(1&t&&(n.Tb(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 vD(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 yD(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 OD(t,a){if(1&t&&(n.Tb(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 BD(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 FD(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112008_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function wD(t,a){if(1&t&&(n.Tb(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 MD(t,a){if(1&t&&(n.Tb(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 jD(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 xD(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,AI,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,LI,1,3,"div",102),n.Bc(10,_I,1,3,"div",102),n.Bc(11,II,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,DI,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,mI,2,4,"td",102),n.Bc(21,CI,4,2,"td",147),n.Bc(22,SI,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,hI,3,4,"td",111),n.Bc(25,gI,3,4,"td",112),n.Bc(26,GI,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,TI,3,4,"td",113),n.Bc(29,pI,3,4,"td",110),n.Bc(30,kI,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,vI,2,1,"td",110),n.Bc(33,yI,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,OI,2,4,"td",102),n.Bc(38,BI,4,2,"td",147),n.Bc(39,FI,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,EI,3,4,"td",111),n.Bc(42,wI,3,4,"td",112),n.Bc(43,MI,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,jI,3,4,"td",113),n.Bc(46,xI,3,4,"td",110),n.Bc(47,VI,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,PI,2,1,"td",110),n.Bc(50,HI,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,RI,1,3,"div",102),n.Bc(54,UI,1,3,"div",102),n.Bc(55,NI,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,WI,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,$I,1,3,"div",102),n.Bc(65,JI,1,3,"div",102),n.Bc(66,zI,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,qI,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,XI,2,4,"td",102),n.Bc(76,QI,4,2,"td",147),n.Bc(77,KI,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,ZI,3,4,"td",111),n.Bc(80,YI,3,4,"td",112),n.Bc(81,tD,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,aD,3,4,"td",113),n.Bc(84,eD,3,4,"td",110),n.Bc(85,nD,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,oD,2,1,"td",110),n.Bc(88,cD,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,sD,2,4,"td",102),n.Bc(93,lD,4,2,"td",147),n.Bc(94,iD,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,rD,3,4,"td",111),n.Bc(97,bD,3,4,"td",112),n.Bc(98,fD,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,dD,3,4,"td",113),n.Bc(101,uD,3,4,"td",110),n.Bc(102,AD,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,LD,2,1,"td",110),n.Bc(105,_D,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,ID,1,3,"div",102),n.Bc(109,DD,1,3,"div",102),n.Bc(110,mD,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,CD,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,SD,1,3,"div",102),n.Bc(120,hD,1,3,"div",102),n.Bc(121,gD,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,GD,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,TD,2,4,"td",102),n.Bc(131,pD,4,2,"td",147),n.Bc(132,kD,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,vD,3,4,"td",111),n.Bc(135,yD,3,4,"td",112),n.Bc(136,OD,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,BD,3,4,"td",113),n.Bc(139,FD,3,4,"td",110),n.Bc(140,ED,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,wD,2,1,"td",110),n.Bc(143,MD,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,jD,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 VD(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 PD(t,a){if(1&t&&(n.Tb(0,"span",205),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 HD(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 RD(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 UD(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 ND(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 WD(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 $D(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 JD(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 zD(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 qD(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 XD(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 QD(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,PD,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,HD,3,0,"div",168),n.Bc(27,RD,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,UD,3,0,"div",168),n.Bc(38,ND,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,WD,7,7,"ng-container",175),n.Bc(47,$D,2,0,"ng-template",null,209,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,JD,7,7,"ng-container",175),n.Bc(56,zD,2,0,"ng-template",null,210,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,qD,3,0,"div",168),n.Bc(68,XD,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 KD(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",207),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,dI,2,0,"span",81),n.Bc(6,uI,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,xD,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,VD,2,0,"ng-template",null,208,n.Cc),n.Bc(12,QD,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 ZD(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function YD(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 tm(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 am(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function nm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function om(t,a){if(1&t){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 cm(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 sm(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function im(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function fm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[0].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Am(t,a){if(1&t&&(n.Tb(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 Lm(t,a){if(1&t&&(n.Tb(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 _m(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 Im(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C5A23112006_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function mm(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Cm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Sm(t,a){if(1&t&&(n.Tb(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 hm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gm(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function Tm(t,a){if(1&t&&(n.Tb(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 pm(t,a){if(1&t&&(n.Tb(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 km(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Om(t,a){if(1&t){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 Bm(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function wm(t,a){if(1&t){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 Mm(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 jm(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function Vm(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Pm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Rm(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Um(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Wm(t,a){if(1&t&&(n.Tb(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 $m(t,a){if(1&t&&(n.Tb(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 Jm(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 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_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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Xm(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Qm(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Km(t,a){if(1&t&&(n.Tb(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 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_C5A23112006_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function Ym(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 tC(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function eC(t,a){if(1&t&&(n.Tb(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 nC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function cC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function sC(t,a){if(1&t){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 lC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function iC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function rC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112006_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function bC(t,a){if(1&t){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 fC(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 dC(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 uC(t,a){if(1&t&&(n.Tb(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 AC(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 LC(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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_C5A23112006_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function IC(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 DC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 mC(t,a){if(1&t&&(n.Tb(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 CC(t,a){if(1&t&&(n.Tb(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 SC(t,a){if(1&t&&(n.Tb(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 hC(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 gC(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,tm,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,am,1,3,"div",102),n.Bc(10,em,1,3,"div",102),n.Bc(11,nm,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,om,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,cm,2,4,"td",102),n.Bc(21,sm,4,2,"td",147),n.Bc(22,lm,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,im,3,4,"td",111),n.Bc(25,rm,3,4,"td",112),n.Bc(26,bm,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,fm,3,4,"td",113),n.Bc(29,dm,3,4,"td",110),n.Bc(30,um,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Am,2,1,"td",110),n.Bc(33,Lm,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,_m,2,4,"td",102),n.Bc(38,Im,4,2,"td",147),n.Bc(39,Dm,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,mm,3,4,"td",111),n.Bc(42,Cm,3,4,"td",112),n.Bc(43,Sm,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,hm,3,4,"td",113),n.Bc(46,gm,3,4,"td",110),n.Bc(47,Gm,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Tm,2,1,"td",110),n.Bc(50,pm,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,km,1,3,"div",102),n.Bc(54,vm,1,3,"div",102),n.Bc(55,ym,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,Om,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,Bm,1,3,"div",102),n.Bc(65,Fm,1,3,"div",102),n.Bc(66,Em,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,wm,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Mm,2,4,"td",102),n.Bc(76,jm,4,2,"td",147),n.Bc(77,xm,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Vm,3,4,"td",111),n.Bc(80,Pm,3,4,"td",112),n.Bc(81,Hm,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Rm,3,4,"td",113),n.Bc(84,Um,3,4,"td",110),n.Bc(85,Nm,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Wm,2,1,"td",110),n.Bc(88,$m,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,Jm,2,4,"td",102),n.Bc(93,zm,4,2,"td",147),n.Bc(94,qm,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Xm,3,4,"td",111),n.Bc(97,Qm,3,4,"td",112),n.Bc(98,Km,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Zm,3,4,"td",113),n.Bc(101,Ym,3,4,"td",110),n.Bc(102,tC,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,aC,2,1,"td",110),n.Bc(105,eC,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,nC,1,3,"div",102),n.Bc(109,oC,1,3,"div",102),n.Bc(110,cC,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,sC,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,lC,1,3,"div",102),n.Bc(120,iC,1,3,"div",102),n.Bc(121,rC,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,bC,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,fC,2,4,"td",102),n.Bc(131,dC,4,2,"td",147),n.Bc(132,uC,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,AC,3,4,"td",111),n.Bc(135,LC,3,4,"td",112),n.Bc(136,_C,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,IC,3,4,"td",113),n.Bc(139,DC,3,4,"td",110),n.Bc(140,mC,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,CC,2,1,"td",110),n.Bc(143,SC,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,hC,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 GC(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 TC(t,a){if(1&t&&(n.Tb(0,"span",205),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 pC(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 kC(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 vC(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 yC(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 OC(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 BC(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 FC(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 EC(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 wC(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 MC(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 jC(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,TC,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,pC,3,0,"div",168),n.Bc(27,kC,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,vC,3,0,"div",168),n.Bc(38,yC,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,OC,7,7,"ng-container",175),n.Bc(47,BC,2,0,"ng-template",null,213,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,FC,7,7,"ng-container",175),n.Bc(56,EC,2,0,"ng-template",null,214,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,wC,3,0,"div",168),n.Bc(68,MC,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 xC(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",211),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,ZD,2,0,"span",81),n.Bc(6,YD,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,gC,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,GC,2,0,"ng-template",null,212,n.Cc),n.Bc(12,jC,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 VC(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function PC(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 HC(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 RC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function UC(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function WC(t,a){if(1&t){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 $C(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 JC(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 zC(t,a){if(1&t&&(n.Tb(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 qC(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XC(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function KC(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ZC(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[0].battTempCell,"\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[0].battChgCycle,"")}}function aS(t,a){if(1&t&&(n.Tb(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 eS(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 nS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 oS(t,a){if(1&t&&(n.Tb(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 cS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 sS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lS(t,a){if(1&t&&(n.Tb(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 iS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 rS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 bS(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function dS(t,a){if(1&t&&(n.Tb(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 uS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function LS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}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,zi,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function mS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function CS(t,a){if(1&t){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 SS(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 hS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function GS(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 TS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 pS(t,a){if(1&t&&(n.Tb(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 kS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function OS(t,a){if(1&t&&(n.Tb(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 BS(t,a){if(1&t&&(n.Tb(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 FS(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 ES(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 wS(t,a){if(1&t&&(n.Tb(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 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[3].battVoltage,"1.2-2"),"V")}}function jS(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 xS(t,a){if(1&t&&(n.Tb(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 VS(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 PS(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 HS(t,a){if(1&t&&(n.Tb(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 RS(t,a){if(1&t&&(n.Tb(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 US(t,a){if(1&t&&(n.Tb(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 NS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function $S(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function JS(t,a){if(1&t){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 zS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function qS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function XS(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function QS(t,a){if(1&t){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 KS(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 ZS(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[4].battCellDiff,"mV")}}function th(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ah(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 eh(t,a){if(1&t&&(n.Tb(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 nh(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 oh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 ch(t,a){if(1&t&&(n.Tb(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 sh(t,a){if(1&t&&(n.Tb(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 lh(t,a){if(1&t&&(n.Tb(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 ih(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 rh(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,HC,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,RC,1,3,"div",102),n.Bc(10,UC,1,3,"div",102),n.Bc(11,NC,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,WC,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,$C,2,4,"td",102),n.Bc(21,JC,4,2,"td",147),n.Bc(22,zC,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,qC,3,4,"td",111),n.Bc(25,XC,3,4,"td",112),n.Bc(26,QC,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,KC,3,4,"td",113),n.Bc(29,ZC,3,4,"td",110),n.Bc(30,YC,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,tS,2,1,"td",110),n.Bc(33,aS,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,eS,2,4,"td",102),n.Bc(38,nS,4,2,"td",147),n.Bc(39,oS,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,cS,3,4,"td",111),n.Bc(42,sS,3,4,"td",112),n.Bc(43,lS,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,iS,3,4,"td",113),n.Bc(46,rS,3,4,"td",110),n.Bc(47,bS,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,fS,2,1,"td",110),n.Bc(50,dS,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,uS,1,3,"div",102),n.Bc(54,AS,1,3,"div",102),n.Bc(55,LS,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,_S,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,IS,1,3,"div",102),n.Bc(65,DS,1,3,"div",102),n.Bc(66,mS,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,CS,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,SS,2,4,"td",102),n.Bc(76,hS,4,2,"td",147),n.Bc(77,gS,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,GS,3,4,"td",111),n.Bc(80,TS,3,4,"td",112),n.Bc(81,pS,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,kS,3,4,"td",113),n.Bc(84,vS,3,4,"td",110),n.Bc(85,yS,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,OS,2,1,"td",110),n.Bc(88,BS,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,FS,2,4,"td",102),n.Bc(93,ES,4,2,"td",147),n.Bc(94,wS,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,MS,3,4,"td",111),n.Bc(97,jS,3,4,"td",112),n.Bc(98,xS,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,VS,3,4,"td",113),n.Bc(101,PS,3,4,"td",110),n.Bc(102,HS,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,RS,2,1,"td",110),n.Bc(105,US,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,NS,1,3,"div",102),n.Bc(109,WS,1,3,"div",102),n.Bc(110,$S,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,JS,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,zS,1,3,"div",102),n.Bc(120,qS,1,3,"div",102),n.Bc(121,XS,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,QS,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,KS,2,4,"td",102),n.Bc(131,ZS,4,2,"td",147),n.Bc(132,YS,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,th,3,4,"td",111),n.Bc(135,ah,3,4,"td",112),n.Bc(136,eh,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,nh,3,4,"td",113),n.Bc(139,oh,3,4,"td",110),n.Bc(140,ch,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,sh,2,1,"td",110),n.Bc(143,lh,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,ih,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 bh(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 fh(t,a){if(1&t&&(n.Tb(0,"span",205),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 dh(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 uh(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 Ah(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 Lh(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 _h(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 Ih(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 Dh(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 mh(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 Ch(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 Sh(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 hh(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,fh,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,dh,3,0,"div",168),n.Bc(27,uh,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,Ah,3,0,"div",168),n.Bc(38,Lh,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,_h,7,7,"ng-container",175),n.Bc(47,Ih,2,0,"ng-template",null,217,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,Dh,7,7,"ng-container",175),n.Bc(56,mh,2,0,"ng-template",null,218,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,Ch,3,0,"div",168),n.Bc(68,Sh,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 gh(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",215),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,VC,2,0,"span",81),n.Bc(6,PC,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,rh,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,bh,2,0,"ng-template",null,216,n.Cc),n.Bc(12,hh,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 Gh(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function Th(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 ph(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 kh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112001_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,zi,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Oh(t,a){if(1&t){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 Bh(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 Fh(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Eh(t,a){if(1&t&&(n.Tb(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 wh(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Mh(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 jh(t,a){if(1&t&&(n.Tb(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 xh(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Vh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Rh(t,a){if(1&t&&(n.Tb(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 Uh(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 Nh(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function $h(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Jh(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function qh(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Xh(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Qh(t,a){if(1&t&&(n.Tb(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 Kh(t,a){if(1&t&&(n.Tb(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 Zh(t,a){if(1&t&&(n.Tb(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 Yh(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function ag(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function eg(t,a){if(1&t){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 ng(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function cg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function sg(t,a){if(1&t){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 lg(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 ig(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function bg(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fg(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[2].battTempMos,"\xb0C")}}function ug(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Ag(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[2].battTempMos,"\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_C5A23112001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Ig(t,a){if(1&t&&(n.Tb(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 Dg(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 mg(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function Sg(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 hg(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 gg(t,a){if(1&t&&(n.Tb(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 Gg(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Tg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battTempCell,"\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_C5A23112001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function vg(t,a){if(1&t&&(n.Tb(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 yg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[3].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_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 Eg(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function jg(t,a){if(1&t){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 xg(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 Vg(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Hg(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Rg(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Ug(t,a){if(1&t&&(n.Tb(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 Ng(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Wg(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 $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_C5A23112001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112001_document.rackInfo[0].slotInfo[4].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_C5A23112001_document.rackInfo[0].slotInfo[4].battId,"")}}function qg(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 Xg(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,ph,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,vh,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,Oh,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Bh,2,4,"td",102),n.Bc(21,Fh,4,2,"td",147),n.Bc(22,Eh,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,wh,3,4,"td",111),n.Bc(25,Mh,3,4,"td",112),n.Bc(26,jh,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,xh,3,4,"td",113),n.Bc(29,Vh,3,4,"td",110),n.Bc(30,Ph,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Hh,2,1,"td",110),n.Bc(33,Rh,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,Uh,2,4,"td",102),n.Bc(38,Nh,4,2,"td",147),n.Bc(39,Wh,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,$h,3,4,"td",111),n.Bc(42,Jh,3,4,"td",112),n.Bc(43,zh,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,qh,3,4,"td",113),n.Bc(46,Xh,3,4,"td",110),n.Bc(47,Qh,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Kh,2,1,"td",110),n.Bc(50,Zh,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Yh,1,3,"div",102),n.Bc(54,tg,1,3,"div",102),n.Bc(55,ag,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,eg,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,ng,1,3,"div",102),n.Bc(65,og,1,3,"div",102),n.Bc(66,cg,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,sg,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,lg,2,4,"td",102),n.Bc(76,ig,4,2,"td",147),n.Bc(77,rg,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,bg,3,4,"td",111),n.Bc(80,fg,3,4,"td",112),n.Bc(81,dg,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,ug,3,4,"td",113),n.Bc(84,Ag,3,4,"td",110),n.Bc(85,Lg,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,_g,2,1,"td",110),n.Bc(88,Ig,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,Dg,2,4,"td",102),n.Bc(93,mg,4,2,"td",147),n.Bc(94,Cg,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Sg,3,4,"td",111),n.Bc(97,hg,3,4,"td",112),n.Bc(98,gg,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Gg,3,4,"td",113),n.Bc(101,Tg,3,4,"td",110),n.Bc(102,pg,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,kg,2,1,"td",110),n.Bc(105,vg,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,yg,1,3,"div",102),n.Bc(109,Og,1,3,"div",102),n.Bc(110,Bg,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,Fg,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,Eg,1,3,"div",102),n.Bc(120,wg,1,3,"div",102),n.Bc(121,Mg,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,jg,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,xg,2,4,"td",102),n.Bc(131,Vg,4,2,"td",147),n.Bc(132,Pg,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Hg,3,4,"td",111),n.Bc(135,Rg,3,4,"td",112),n.Bc(136,Ug,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Ng,3,4,"td",113),n.Bc(139,Wg,3,4,"td",110),n.Bc(140,$g,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Jg,2,1,"td",110),n.Bc(143,zg,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,qg,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 Qg(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 Kg(t,a){if(1&t&&(n.Tb(0,"span",205),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 Zg(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 Yg(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 tG(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 aG(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 eG(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 nG(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 oG(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 cG(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 sG(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 lG(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 iG(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,Kg,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,Zg,3,0,"div",168),n.Bc(27,Yg,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,tG,3,0,"div",168),n.Bc(38,aG,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,eG,7,7,"ng-container",175),n.Bc(47,nG,2,0,"ng-template",null,221,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,oG,7,7,"ng-container",175),n.Bc(56,cG,2,0,"ng-template",null,222,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,sG,3,0,"div",168),n.Bc(68,lG,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 rG(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",219),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Gh,2,0,"span",81),n.Bc(6,Th,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,Xg,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Qg,2,0,"ng-template",null,220,n.Cc),n.Bc(12,iG,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 bG(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function fG(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 dG(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 uG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function AG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function LG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function _G(t,a){if(1&t){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 IG(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 DG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 mG(t,a){if(1&t&&(n.Tb(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 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_C5A23112003_document.rackInfo[0].slotInfo[0].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_C5A23112003_document.rackInfo[0].slotInfo[0].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function gG(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 GG(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[0].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_C5A23112003_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function kG(t,a){if(1&t&&(n.Tb(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 vG(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 yG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C5A23112003_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function BG(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 FG(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 EG(t,a){if(1&t&&(n.Tb(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 wG(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[1].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function VG(t,a){if(1&t&&(n.Tb(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 PG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function UG(t,a){if(1&t){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 NG(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function $G(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function JG(t,a){if(1&t){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 zG(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 qG(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function QG(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[2].battCurrent,"0.1-2"),"A")}}function ZG(t,a){if(1&t&&(n.Tb(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 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[2].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[2].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[2].battTempMos,"\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_C5A23112003_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function nT(t,a){if(1&t&&(n.Tb(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 oT(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 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_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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].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_C5A23112003_document.rackInfo[0].slotInfo[3].battVoltage,"1.2-2"),"V")}}function iT(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C5A23112003_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function bT(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 fT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 dT(t,a){if(1&t&&(n.Tb(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 uT(t,a){if(1&t&&(n.Tb(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 AT(t,a){if(1&t&&(n.Tb(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 LT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function DT(t,a){if(1&t){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 mT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function hT(t,a){if(1&t){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 gT(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 GT(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function pT(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 kT(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function yT(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 OT(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C5A23112003_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112003_document.rackInfo[0].slotInfo[4].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_C5A23112003_document.rackInfo[0].slotInfo[4].battId,"")}}function wT(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 MT(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,dG,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,uG,1,3,"div",102),n.Bc(10,AG,1,3,"div",102),n.Bc(11,LG,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,_G,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,IG,2,4,"td",102),n.Bc(21,DG,4,2,"td",147),n.Bc(22,mG,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,CG,3,4,"td",111),n.Bc(25,SG,3,4,"td",112),n.Bc(26,hG,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,gG,3,4,"td",113),n.Bc(29,GG,3,4,"td",110),n.Bc(30,TG,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,pG,2,1,"td",110),n.Bc(33,kG,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,vG,2,4,"td",102),n.Bc(38,yG,4,2,"td",147),n.Bc(39,OG,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,BG,3,4,"td",111),n.Bc(42,FG,3,4,"td",112),n.Bc(43,EG,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,wG,3,4,"td",113),n.Bc(46,MG,3,4,"td",110),n.Bc(47,jG,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,xG,2,1,"td",110),n.Bc(50,VG,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,PG,1,3,"div",102),n.Bc(54,HG,1,3,"div",102),n.Bc(55,RG,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,UG,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,NG,1,3,"div",102),n.Bc(65,WG,1,3,"div",102),n.Bc(66,$G,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,JG,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,zG,2,4,"td",102),n.Bc(76,qG,4,2,"td",147),n.Bc(77,XG,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,QG,3,4,"td",111),n.Bc(80,KG,3,4,"td",112),n.Bc(81,ZG,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,YG,3,4,"td",113),n.Bc(84,tT,3,4,"td",110),n.Bc(85,aT,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,eT,2,1,"td",110),n.Bc(88,nT,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,oT,2,4,"td",102),n.Bc(93,cT,4,2,"td",147),n.Bc(94,sT,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,lT,3,4,"td",111),n.Bc(97,iT,3,4,"td",112),n.Bc(98,rT,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,bT,3,4,"td",113),n.Bc(101,fT,3,4,"td",110),n.Bc(102,dT,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,uT,2,1,"td",110),n.Bc(105,AT,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,LT,1,3,"div",102),n.Bc(109,_T,1,3,"div",102),n.Bc(110,IT,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,DT,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,mT,1,3,"div",102),n.Bc(120,CT,1,3,"div",102),n.Bc(121,ST,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,hT,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,gT,2,4,"td",102),n.Bc(131,GT,4,2,"td",147),n.Bc(132,TT,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,pT,3,4,"td",111),n.Bc(135,kT,3,4,"td",112),n.Bc(136,vT,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,yT,3,4,"td",113),n.Bc(139,OT,3,4,"td",110),n.Bc(140,BT,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,FT,2,1,"td",110),n.Bc(143,ET,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,wT,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 jT(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 xT(t,a){if(1&t&&(n.Tb(0,"span",205),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 VT(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 PT(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 HT(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 RT(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 UT(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 NT(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 WT(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 $T(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 JT(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 zT(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 qT(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,xT,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,VT,3,0,"div",168),n.Bc(27,PT,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,HT,3,0,"div",168),n.Bc(38,RT,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,UT,7,7,"ng-container",175),n.Bc(47,NT,2,0,"ng-template",null,225,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,WT,7,7,"ng-container",175),n.Bc(56,$T,2,0,"ng-template",null,226,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,JT,3,0,"div",168),n.Bc(68,zT,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 XT(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",223),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,bG,2,0,"span",81),n.Bc(6,fG,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,MT,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,jT,2,0,"ng-template",null,224,n.Cc),n.Bc(12,qT,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 QT(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function KT(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 ZT(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 YT(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].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_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 np(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 op(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C5A23112005_document.rackInfo[0].slotInfo[0].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_C5A23112005_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function lp(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function rp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 bp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[0].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[0].battChgCycle,"")}}function up(t,a){if(1&t&&(n.Tb(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 Ap(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 Lp(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 _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("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Ip(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Dp(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 mp(t,a){if(1&t&&(n.Tb(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 Cp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Sp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Gp(t,a){if(1&t&&(n.Tb(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 Tp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function vp(t,a){if(1&t){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 yp(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[2].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_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 Ep(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 wp(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Mp(t,a){if(1&t&&(n.Tb(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 jp(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 xp(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Vp(t,a){if(1&t&&(n.Tb(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 Pp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Hp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Rp(t,a){if(1&t&&(n.Tb(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 Up(t,a){if(1&t&&(n.Tb(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 Np(t,a){if(1&t&&(n.Tb(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 Wp(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 $p(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function zp(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 qp(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Qp(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Kp(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function tk(t,a){if(1&t&&(n.Tb(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 ak(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function nk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function ok(t,a){if(1&t){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 ck(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function sk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function lk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ik(t,a){if(1&t){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 rk(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 bk(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function dk(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 uk(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Ak(t,a){if(1&t&&(n.Tb(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 Lk(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 _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_C5A23112005_document.rackInfo[0].slotInfo[4].battSoH,"0.1-2"),"%")}}function Ik(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C5A23112005_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function mk(t,a){if(1&t&&(n.Tb(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 Ck(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 Sk(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,ZT,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,YT,1,3,"div",102),n.Bc(10,tp,1,3,"div",102),n.Bc(11,ap,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,ep,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,np,2,4,"td",102),n.Bc(21,op,4,2,"td",147),n.Bc(22,cp,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,sp,3,4,"td",111),n.Bc(25,lp,3,4,"td",112),n.Bc(26,ip,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,rp,3,4,"td",113),n.Bc(29,bp,3,4,"td",110),n.Bc(30,fp,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,dp,2,1,"td",110),n.Bc(33,up,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,Ap,2,4,"td",102),n.Bc(38,Lp,4,2,"td",147),n.Bc(39,_p,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Ip,3,4,"td",111),n.Bc(42,Dp,3,4,"td",112),n.Bc(43,mp,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Cp,3,4,"td",113),n.Bc(46,Sp,3,4,"td",110),n.Bc(47,hp,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,gp,2,1,"td",110),n.Bc(50,Gp,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Tp,1,3,"div",102),n.Bc(54,pp,1,3,"div",102),n.Bc(55,kp,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,vp,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,yp,1,3,"div",102),n.Bc(65,Op,1,3,"div",102),n.Bc(66,Bp,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,Fp,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Ep,2,4,"td",102),n.Bc(76,wp,4,2,"td",147),n.Bc(77,Mp,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,jp,3,4,"td",111),n.Bc(80,xp,3,4,"td",112),n.Bc(81,Vp,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Pp,3,4,"td",113),n.Bc(84,Hp,3,4,"td",110),n.Bc(85,Rp,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Up,2,1,"td",110),n.Bc(88,Np,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,Wp,2,4,"td",102),n.Bc(93,$p,4,2,"td",147),n.Bc(94,Jp,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,zp,3,4,"td",111),n.Bc(97,qp,3,4,"td",112),n.Bc(98,Xp,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Qp,3,4,"td",113),n.Bc(101,Kp,3,4,"td",110),n.Bc(102,Zp,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Yp,2,1,"td",110),n.Bc(105,tk,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,ak,1,3,"div",102),n.Bc(109,ek,1,3,"div",102),n.Bc(110,nk,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,ok,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,ck,1,3,"div",102),n.Bc(120,sk,1,3,"div",102),n.Bc(121,lk,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,ik,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,rk,2,4,"td",102),n.Bc(131,bk,4,2,"td",147),n.Bc(132,fk,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,dk,3,4,"td",111),n.Bc(135,uk,3,4,"td",112),n.Bc(136,Ak,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Lk,3,4,"td",113),n.Bc(139,_k,3,4,"td",110),n.Bc(140,Ik,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Dk,2,1,"td",110),n.Bc(143,mk,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,Ck,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 hk(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 gk(t,a){if(1&t&&(n.Tb(0,"span",205),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 Gk(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 Tk(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 pk(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 kk(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 vk(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 yk(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 Ok(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 Bk(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 Fk(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 Ek(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 wk(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,gk,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,Gk,3,0,"div",168),n.Bc(27,Tk,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,pk,3,0,"div",168),n.Bc(38,kk,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,vk,7,7,"ng-container",175),n.Bc(47,yk,2,0,"ng-template",null,229,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,Ok,7,7,"ng-container",175),n.Bc(56,Bk,2,0,"ng-template",null,230,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,Fk,3,0,"div",168),n.Bc(68,Ek,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 Mk(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",227),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,QT,2,0,"span",81),n.Bc(6,KT,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,Sk,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,hk,2,0,"ng-template",null,228,n.Cc),n.Bc(12,wk,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 jk(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function xk(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 Vk(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 Pk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Hk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function Rk(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Uk(t,a){if(1&t){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 Nk(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 Wk(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 $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("CellDiff: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Jk(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 zk(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C5A23092001_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Xk(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Qk(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Yk(t,a){if(1&t&&(n.Tb(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 tv(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 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_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 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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].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_C5A23092001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function rv(t,a){if(1&t&&(n.Tb(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 bv(t,a){if(1&t&&(n.Tb(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 fv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function uv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Av(t,a){if(1&t){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 Lv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Dv(t,a){if(1&t){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 mv(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 Cv(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Sv(t,a){if(1&t&&(n.Tb(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 hv(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 gv(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function Tv(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 pv(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function yv(t,a){if(1&t&&(n.Tb(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 Ov(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 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_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 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_C5A23092001_document.rackInfo[0].slotInfo[3].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_C5A23092001_document.rackInfo[0].slotInfo[3].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_C5A23092001_document.rackInfo[0].slotInfo[3].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[3].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_C5A23092001_document.rackInfo[0].slotInfo[3].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_C5A23092001_document.rackInfo[0].slotInfo[3].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_C5A23092001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function Pv(t,a){if(1&t&&(n.Tb(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 Hv(t,a){if(1&t&&(n.Tb(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 Rv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function Uv(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Wv(t,a){if(1&t){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 $v(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function qv(t,a){if(1&t){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 Xv(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 Qv(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[4].battCellDiff,"mV")}}function Zv(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[4].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C5A23092001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function ay(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ey(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 ny(t,a){if(1&t&&(n.Tb(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 oy(t,a){if(1&t&&(n.Tb(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 cy(t,a){if(1&t&&(n.Tb(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 sy(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 ly(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,Vk,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Pk,1,3,"div",102),n.Bc(10,Hk,1,3,"div",102),n.Bc(11,Rk,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,Uk,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Nk,2,4,"td",102),n.Bc(21,Wk,4,2,"td",147),n.Bc(22,$k,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Jk,3,4,"td",111),n.Bc(25,zk,3,4,"td",112),n.Bc(26,qk,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Xk,3,4,"td",113),n.Bc(29,Qk,3,4,"td",110),n.Bc(30,Kk,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Zk,2,1,"td",110),n.Bc(33,Yk,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,tv,2,4,"td",102),n.Bc(38,av,4,2,"td",147),n.Bc(39,ev,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,nv,3,4,"td",111),n.Bc(42,ov,3,4,"td",112),n.Bc(43,cv,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,sv,3,4,"td",113),n.Bc(46,lv,3,4,"td",110),n.Bc(47,iv,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,rv,2,1,"td",110),n.Bc(50,bv,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,fv,1,3,"div",102),n.Bc(54,dv,1,3,"div",102),n.Bc(55,uv,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,Av,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,Lv,1,3,"div",102),n.Bc(65,_v,1,3,"div",102),n.Bc(66,Iv,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,Dv,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,mv,2,4,"td",102),n.Bc(76,Cv,4,2,"td",147),n.Bc(77,Sv,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,hv,3,4,"td",111),n.Bc(80,gv,3,4,"td",112),n.Bc(81,Gv,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Tv,3,4,"td",113),n.Bc(84,pv,3,4,"td",110),n.Bc(85,kv,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,vv,2,1,"td",110),n.Bc(88,yv,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,Ov,2,4,"td",102),n.Bc(93,Bv,4,2,"td",147),n.Bc(94,Fv,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Ev,3,4,"td",111),n.Bc(97,wv,3,4,"td",112),n.Bc(98,Mv,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,jv,3,4,"td",113),n.Bc(101,xv,3,4,"td",110),n.Bc(102,Vv,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Pv,2,1,"td",110),n.Bc(105,Hv,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Rv,1,3,"div",102),n.Bc(109,Uv,1,3,"div",102),n.Bc(110,Nv,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,Wv,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,$v,1,3,"div",102),n.Bc(120,Jv,1,3,"div",102),n.Bc(121,zv,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,qv,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Xv,2,4,"td",102),n.Bc(131,Qv,4,2,"td",147),n.Bc(132,Kv,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Zv,3,4,"td",111),n.Bc(135,Yv,3,4,"td",112),n.Bc(136,ty,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,ay,3,4,"td",113),n.Bc(139,ey,3,4,"td",110),n.Bc(140,ny,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,oy,2,1,"td",110),n.Bc(143,cy,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,sy,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 iy(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 ry(t,a){if(1&t&&(n.Tb(0,"span",205),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 by(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 fy(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 dy(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 uy(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 Ay(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 Ly(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 _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_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 Iy(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 Dy(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 my(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 Cy(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,ry,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,by,3,0,"div",168),n.Bc(27,fy,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,dy,3,0,"div",168),n.Bc(38,uy,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,Ay,7,7,"ng-container",175),n.Bc(47,Ly,2,0,"ng-template",null,233,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,_y,7,7,"ng-container",175),n.Bc(56,Iy,2,0,"ng-template",null,234,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,Dy,3,0,"div",168),n.Bc(68,my,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 Sy(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",231),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,jk,2,0,"span",81),n.Bc(6,xk,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,ly,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,iy,2,0,"ng-template",null,232,n.Cc),n.Bc(12,Cy,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 hy(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function gy(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 Gy(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 Ty(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function py(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vy(t,a){if(1&t){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 yy(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 Oy(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 By(t,a){if(1&t&&(n.Tb(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 Fy(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ey(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function My(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 jy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function Vy(t,a){if(1&t&&(n.Tb(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 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_C5A23112007_document.rackInfo[0].slotInfo[0].battId,"")}}function Hy(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 Ry(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function Ny(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Wy(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $y(t,a){if(1&t&&(n.Tb(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 Jy(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zy(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 qy(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Qy(t,a){if(1&t&&(n.Tb(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 Ky(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Yy(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function eO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function nO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function oO(t,a){if(1&t){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 cO(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 sO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 lO(t,a){if(1&t&&(n.Tb(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 iO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function fO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[2].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function AO(t,a){if(1&t&&(n.Tb(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 LO(t,a){if(1&t&&(n.Tb(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 _O(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 IO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 DO(t,a){if(1&t&&(n.Tb(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 mO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 CO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 SO(t,a){if(1&t&&(n.Tb(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 hO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 GO(t,a){if(1&t&&(n.Tb(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 TO(t,a){if(1&t&&(n.Tb(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 pO(t,a){if(1&t&&(n.Tb(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 kO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function yO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function OO(t,a){if(1&t){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 BO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function FO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function EO(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wO(t,a){if(1&t){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 MO(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 jO(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 xO(t,a){if(1&t&&(n.Tb(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 VO(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 PO(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112007_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function RO(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 UO(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 NO(t,a){if(1&t&&(n.Tb(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 WO(t,a){if(1&t&&(n.Tb(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 $O(t,a){if(1&t&&(n.Tb(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 JO(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 zO(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,Gy,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Ty,1,3,"div",102),n.Bc(10,py,1,3,"div",102),n.Bc(11,ky,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,vy,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,yy,2,4,"td",102),n.Bc(21,Oy,4,2,"td",147),n.Bc(22,By,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Fy,3,4,"td",111),n.Bc(25,Ey,3,4,"td",112),n.Bc(26,wy,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,My,3,4,"td",113),n.Bc(29,jy,3,4,"td",110),n.Bc(30,xy,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Vy,2,1,"td",110),n.Bc(33,Py,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,Hy,2,4,"td",102),n.Bc(38,Ry,4,2,"td",147),n.Bc(39,Uy,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Ny,3,4,"td",111),n.Bc(42,Wy,3,4,"td",112),n.Bc(43,$y,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Jy,3,4,"td",113),n.Bc(46,zy,3,4,"td",110),n.Bc(47,qy,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Xy,2,1,"td",110),n.Bc(50,Qy,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Ky,1,3,"div",102),n.Bc(54,Zy,1,3,"div",102),n.Bc(55,Yy,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,tO,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,aO,1,3,"div",102),n.Bc(65,eO,1,3,"div",102),n.Bc(66,nO,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,oO,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,cO,2,4,"td",102),n.Bc(76,sO,4,2,"td",147),n.Bc(77,lO,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,iO,3,4,"td",111),n.Bc(80,rO,3,4,"td",112),n.Bc(81,bO,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,fO,3,4,"td",113),n.Bc(84,dO,3,4,"td",110),n.Bc(85,uO,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,AO,2,1,"td",110),n.Bc(88,LO,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,_O,2,4,"td",102),n.Bc(93,IO,4,2,"td",147),n.Bc(94,DO,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,mO,3,4,"td",111),n.Bc(97,CO,3,4,"td",112),n.Bc(98,SO,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,hO,3,4,"td",113),n.Bc(101,gO,3,4,"td",110),n.Bc(102,GO,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,TO,2,1,"td",110),n.Bc(105,pO,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,kO,1,3,"div",102),n.Bc(109,vO,1,3,"div",102),n.Bc(110,yO,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,OO,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,BO,1,3,"div",102),n.Bc(120,FO,1,3,"div",102),n.Bc(121,EO,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,wO,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,MO,2,4,"td",102),n.Bc(131,jO,4,2,"td",147),n.Bc(132,xO,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,VO,3,4,"td",111),n.Bc(135,PO,3,4,"td",112),n.Bc(136,HO,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,RO,3,4,"td",113),n.Bc(139,UO,3,4,"td",110),n.Bc(140,NO,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,WO,2,1,"td",110),n.Bc(143,$O,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,JO,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 qO(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 XO(t,a){if(1&t&&(n.Tb(0,"span",205),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 QO(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 KO(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 ZO(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 YO(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 tB(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 aB(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 eB(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 nB(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 oB(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 cB(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 sB(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,XO,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,QO,3,0,"div",168),n.Bc(27,KO,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,ZO,3,0,"div",168),n.Bc(38,YO,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,tB,7,7,"ng-container",175),n.Bc(47,aB,2,0,"ng-template",null,237,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,eB,7,7,"ng-container",175),n.Bc(56,nB,2,0,"ng-template",null,238,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,oB,3,0,"div",168),n.Bc(68,cB,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 lB(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",235),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,hy,2,0,"span",81),n.Bc(6,gy,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,zO,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,qO,2,0,"ng-template",null,236,n.Cc),n.Bc(12,sB,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 iB(t,a){1&t&&(n.Tb(0,"span",91),n.Dc(1,"5\u69fd Rack Overview "),n.Sb())}function rB(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 bB(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 fB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function dB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function uB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function AB(t,a){if(1&t){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 LB(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 _B(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function DB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 mB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 CB(t,a){if(1&t&&(n.Tb(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 SB(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 hB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function TB(t,a){if(1&t&&(n.Tb(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 pB(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 kB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function yB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 OB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function FB(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 EB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112004_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_C5A23112004_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function jB(t,a){if(1&t&&(n.Tb(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 xB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function UB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function NB(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function WB(t,a){if(1&t){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 $B(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 JB(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 zB(t,a){if(1&t&&(n.Tb(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 qB(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XB(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[2].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[2].battSoC,"1.0-1"),"%")}}function ZB(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[2].battTempMos,"\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[2].battChgCycle,"")}}function aF(t,a){if(1&t&&(n.Tb(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 eF(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 nF(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function cF(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 sF(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lF(t,a){if(1&t&&(n.Tb(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 iF(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 rF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 bF(t,a){if(1&t&&(n.Tb(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 fF(t,a){if(1&t&&(n.Tb(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 dF(t,a){if(1&t&&(n.Tb(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 uF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function LF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function _F(t,a){if(1&t){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 IF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function mF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function CF(t,a){if(1&t){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 SF(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 hF(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function GF(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 TF(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 pF(t,a){if(1&t&&(n.Tb(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 kF(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vF(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C5A23112004_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function BF(t,a){if(1&t&&(n.Tb(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 FF(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 EF(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,bB,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,fB,1,3,"div",102),n.Bc(10,dB,1,3,"div",102),n.Bc(11,uB,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,AB,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,LB,2,4,"td",102),n.Bc(21,_B,4,2,"td",147),n.Bc(22,IB,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,DB,3,4,"td",111),n.Bc(25,mB,3,4,"td",112),n.Bc(26,CB,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,SB,3,4,"td",113),n.Bc(29,hB,3,4,"td",110),n.Bc(30,gB,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,GB,2,1,"td",110),n.Bc(33,TB,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,pB,2,4,"td",102),n.Bc(38,kB,4,2,"td",147),n.Bc(39,vB,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,yB,3,4,"td",111),n.Bc(42,OB,3,4,"td",112),n.Bc(43,BB,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,FB,3,4,"td",113),n.Bc(46,EB,3,4,"td",110),n.Bc(47,wB,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,MB,2,1,"td",110),n.Bc(50,jB,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,xB,1,3,"div",102),n.Bc(54,VB,1,3,"div",102),n.Bc(55,PB,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,HB,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,RB,1,3,"div",102),n.Bc(65,UB,1,3,"div",102),n.Bc(66,NB,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,WB,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,$B,2,4,"td",102),n.Bc(76,JB,4,2,"td",147),n.Bc(77,zB,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,qB,3,4,"td",111),n.Bc(80,XB,3,4,"td",112),n.Bc(81,QB,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,KB,3,4,"td",113),n.Bc(84,ZB,3,4,"td",110),n.Bc(85,YB,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,tF,2,1,"td",110),n.Bc(88,aF,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,eF,2,4,"td",102),n.Bc(93,nF,4,2,"td",147),n.Bc(94,oF,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,cF,3,4,"td",111),n.Bc(97,sF,3,4,"td",112),n.Bc(98,lF,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,iF,3,4,"td",113),n.Bc(101,rF,3,4,"td",110),n.Bc(102,bF,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,fF,2,1,"td",110),n.Bc(105,dF,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,uF,1,3,"div",102),n.Bc(109,AF,1,3,"div",102),n.Bc(110,LF,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,_F,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,IF,1,3,"div",102),n.Bc(120,DF,1,3,"div",102),n.Bc(121,mF,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,CF,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,SF,2,4,"td",102),n.Bc(131,hF,4,2,"td",147),n.Bc(132,gF,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,GF,3,4,"td",111),n.Bc(135,TF,3,4,"td",112),n.Bc(136,pF,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,kF,3,4,"td",113),n.Bc(139,vF,3,4,"td",110),n.Bc(140,yF,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,OF,2,1,"td",110),n.Bc(143,BF,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,FF,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 wF(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 MF(t,a){if(1&t&&(n.Tb(0,"span",205),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 jF(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 xF(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 VF(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 PF(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 HF(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 RF(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 UF(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 NF(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 WF(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 $F(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 JF(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,MF,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,jF,3,0,"div",168),n.Bc(27,xF,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,VF,3,0,"div",168),n.Bc(38,PF,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,HF,7,7,"ng-container",175),n.Bc(47,RF,2,0,"ng-template",null,241,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,UF,7,7,"ng-container",175),n.Bc(56,NF,2,0,"ng-template",null,242,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,WF,3,0,"div",168),n.Bc(68,$F,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 zF(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",239),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,iB,2,0,"span",81),n.Bc(6,rB,2,4,"span",82),n.Ob(7,"span"),n.Sb(),n.Bc(8,EF,789,77,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,wF,2,0,"ng-template",null,240,n.Cc),n.Bc(12,JF,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 qF(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function XF(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 QF(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 KF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function YF(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].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[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aE(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 eE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function oE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 cE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 sE(t,a){if(1&t&&(n.Tb(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 lE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 iE(t,a){if(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 rE(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function fE(t,a){if(1&t&&(n.Tb(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 dE(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 uE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function LE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 _E(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 IE(t,a){if(1&t&&(n.Tb(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 DE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 mE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}function SE(t,a){if(1&t&&(n.Tb(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 hE(t,a){if(1&t&&(n.Tb(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 gE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function TE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function pE(t,a){if(1&t){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 kE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function vE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function OE(t,a){if(1&t){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 BE(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 FE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 EE(t,a){if(1&t&&(n.Tb(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 wE(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ME(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 jE(t,a){if(1&t&&(n.Tb(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 xE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 VE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 PE(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function RE(t,a){if(1&t&&(n.Tb(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 UE(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 NE(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function $E(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 JE(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function qE(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 XE(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 QE(t,a){if(1&t&&(n.Tb(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 KE(t,a){if(1&t&&(n.Tb(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 ZE(t,a){if(1&t&&(n.Tb(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 YE(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function aw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function ew(t,a){if(1&t){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 nw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function sw(t,a){if(1&t){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 lw(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 iw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100004_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function bw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[4].battTempMos,"\xb0C")}}function uw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Aw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].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_C8A23100004_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Iw(t,a){if(1&t&&(n.Tb(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 Dw(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 mw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Sw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 hw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 gw(t,a){if(1&t&&(n.Tb(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 Gw(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Tw(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function vw(t,a){if(1&t&&(n.Tb(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 yw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function Bw(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Fw(t,a){if(1&t){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 Ew(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function ww(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function jw(t,a){if(1&t){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 xw(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 Vw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Hw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Rw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[0].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_C8A23100004_document.rackInfo[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function Ww(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 $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_C8A23100004_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function zw(t,a){if(1&t&&(n.Tb(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 qw(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 Xw(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function Kw(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Zw(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Yw(t,a){if(1&t&&(n.Tb(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 tM(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 aM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function oM(t,a){if(1&t&&(n.Tb(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 cM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function iM(t,a){if(1&t){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 rM(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 bM(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 fM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function dM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function uM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function AM(t,a){if(1&t){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 LM(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 _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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function DM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 mM(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[1].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_C8A23100004_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}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("SoH: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function TM(t,a){if(1&t&&(n.Tb(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 pM(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 kM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function yM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[1].slotInfo[1].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function FM(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 EM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 wM(t,a){if(1&t&&(n.Tb(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 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[1].battChgCycle,"")}}function jM(t,a){if(1&t&&(n.Tb(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 xM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function UM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function NM(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function WM(t,a){if(1&t){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 $M(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 JM(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function qM(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XM(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[2].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[2].battSoC,"1.0-1"),"%")}}function ZM(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[2].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[2].battChgCycle,"")}}function aj(t,a){if(1&t&&(n.Tb(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 ej(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 nj(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 oj(t,a){if(1&t&&(n.Tb(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 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_C8A23100004_document.rackInfo[1].slotInfo[3].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_C8A23100004_document.rackInfo[1].slotInfo[3].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function ij(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 rj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 bj(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function dj(t,a){if(1&t&&(n.Tb(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 uj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Lj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[3].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[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function mj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].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_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 Sj(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 hj(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function Gj(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Tj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function kj(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Oj(t,a){if(1&t&&(n.Tb(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 Bj(t,a){if(1&t&&(n.Tb(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 Fj(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 Ej(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].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[5].battVoltage,"1.2-2"),"V")}}function jj(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Vj(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Pj(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function Rj(t,a){if(1&t&&(n.Tb(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 Uj(t,a){if(1&t&&(n.Tb(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 Nj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function $j(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Jj(t,a){if(1&t){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 zj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function qj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function Xj(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Qj(t,a){if(1&t){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 Kj(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 Zj(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[6].battCellDiff,"mV")}}function tx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ax(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function nx(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ox(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function sx(t,a){if(1&t&&(n.Tb(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 lx(t,a){if(1&t&&(n.Tb(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 ix(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 rx(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function fx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 dx(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function Ax(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Lx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 _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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].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_C8A23100004_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Dx(t,a){if(1&t&&(n.Tb(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 mx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function hx(t,a){if(1&t){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 gx(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 Gx(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 Tx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function px(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vx(t,a){if(1&t){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 yx(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 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[2].slotInfo[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function Fx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ex(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function Mx(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[0].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_C8A23100004_document.rackInfo[2].slotInfo[0].battId,"")}}function Hx(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 Rx(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function Nx(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Wx(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function Jx(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zx(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 qx(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function Qx(t,a){if(1&t&&(n.Tb(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 Kx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function Yx(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function eV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function oV(t,a){if(1&t){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 cV(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 sV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 lV(t,a){if(1&t&&(n.Tb(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 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_C8A23100004_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function rV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function fV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[2].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function AV(t,a){if(1&t&&(n.Tb(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 LV(t,a){if(1&t&&(n.Tb(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 _V(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 IV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 DV(t,a){if(1&t&&(n.Tb(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 mV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 CV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 SV(t,a){if(1&t&&(n.Tb(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 hV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function pV(t,a){if(1&t&&(n.Tb(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 kV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function OV(t,a){if(1&t){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 BV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function EV(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wV(t,a){if(1&t){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 MV(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 jV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].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_C8A23100004_document.rackInfo[2].slotInfo[4].battVoltage,"1.2-2"),"V")}}function PV(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[4].battTempMos,"\xb0C")}}function RV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 UV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[2].slotInfo[4].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_C8A23100004_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function $V(t,a){if(1&t&&(n.Tb(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 JV(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 zV(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function XV(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[2].slotInfo[5].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function ZV(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 YV(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function eP(t,a){if(1&t&&(n.Tb(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 nP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[5].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_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 lP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function iP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function rP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function bP(t,a){if(1&t){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 fP(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 dP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 uP(t,a){if(1&t&&(n.Tb(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 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_C8A23100004_document.rackInfo[2].slotInfo[6].battVoltage,"1.2-2"),"V")}}function LP(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function IP(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 DP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 mP(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function SP(t,a){if(1&t&&(n.Tb(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 hP(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 gP(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function TP(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100004_document.rackInfo[2].slotInfo[7].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function vP(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 yP(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function FP(t,a){if(1&t&&(n.Tb(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 EP(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100004_document.rackInfo[2].slotInfo[7].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_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 xP(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 VP(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,QF,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,KF,1,3,"div",102),n.Bc(10,ZF,1,3,"div",102),n.Bc(11,YF,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,tE,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,aE,2,4,"td",102),n.Bc(21,eE,4,2,"td",147),n.Bc(22,nE,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,oE,3,4,"td",111),n.Bc(25,cE,3,4,"td",112),n.Bc(26,sE,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,lE,3,4,"td",113),n.Bc(29,iE,2,1,"td",110),n.Bc(30,rE,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,bE,2,1,"td",110),n.Bc(33,fE,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,dE,2,4,"td",102),n.Bc(38,uE,4,2,"td",147),n.Bc(39,AE,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,LE,3,4,"td",111),n.Bc(42,_E,3,4,"td",112),n.Bc(43,IE,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,DE,3,4,"td",113),n.Bc(46,mE,3,4,"td",110),n.Bc(47,CE,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,SE,2,1,"td",110),n.Bc(50,hE,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,gE,1,3,"div",102),n.Bc(54,GE,1,3,"div",102),n.Bc(55,TE,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,pE,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,kE,1,3,"div",102),n.Bc(65,vE,1,3,"div",102),n.Bc(66,yE,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,OE,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,BE,2,4,"td",102),n.Bc(76,FE,4,2,"td",147),n.Bc(77,EE,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,wE,3,4,"td",111),n.Bc(80,ME,3,4,"td",112),n.Bc(81,jE,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,xE,3,4,"td",113),n.Bc(84,VE,3,4,"td",110),n.Bc(85,PE,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,HE,2,1,"td",110),n.Bc(88,RE,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,UE,2,4,"td",102),n.Bc(93,NE,4,2,"td",147),n.Bc(94,WE,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,$E,3,4,"td",111),n.Bc(97,JE,3,4,"td",112),n.Bc(98,zE,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,qE,3,4,"td",113),n.Bc(101,XE,3,4,"td",110),n.Bc(102,QE,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,KE,2,1,"td",110),n.Bc(105,ZE,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,YE,1,3,"div",102),n.Bc(109,tw,1,3,"div",102),n.Bc(110,aw,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,ew,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,nw,1,3,"div",102),n.Bc(120,ow,1,3,"div",102),n.Bc(121,cw,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,sw,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,lw,2,4,"td",102),n.Bc(131,iw,4,2,"td",147),n.Bc(132,rw,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,bw,3,4,"td",111),n.Bc(135,fw,3,4,"td",112),n.Bc(136,dw,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,uw,3,4,"td",113),n.Bc(139,Aw,3,4,"td",110),n.Bc(140,Lw,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,_w,2,1,"td",110),n.Bc(143,Iw,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,Dw,2,4,"td",102),n.Bc(148,mw,4,2,"td",147),n.Bc(149,Cw,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Sw,3,4,"td",111),n.Bc(152,hw,3,4,"td",112),n.Bc(153,gw,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,Gw,3,4,"td",113),n.Bc(156,Tw,3,4,"td",110),n.Bc(157,pw,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,kw,2,1,"td",110),n.Bc(160,vw,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,yw,1,3,"div",102),n.Bc(164,Ow,1,3,"div",102),n.Bc(165,Bw,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,Fw,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,Ew,1,3,"div",102),n.Bc(175,ww,1,3,"div",102),n.Bc(176,Mw,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,jw,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,xw,2,4,"td",102),n.Bc(186,Vw,4,2,"td",147),n.Bc(187,Pw,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Hw,3,4,"td",111),n.Bc(190,Rw,3,4,"td",112),n.Bc(191,Uw,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Nw,3,4,"td",113),n.Bc(194,Ww,3,4,"td",110),n.Bc(195,$w,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Jw,2,1,"td",110),n.Bc(198,zw,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,qw,2,4,"td",102),n.Bc(203,Xw,4,2,"td",147),n.Bc(204,Qw,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,Kw,3,4,"td",111),n.Bc(207,Zw,3,4,"td",112),n.Bc(208,Yw,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,tM,3,4,"td",113),n.Bc(211,aM,3,4,"td",110),n.Bc(212,eM,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,nM,2,1,"td",110),n.Bc(215,oM,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,cM,1,3,"div",102),n.Bc(219,sM,1,3,"div",102),n.Bc(220,lM,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,iM,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,rM,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,bM,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,fM,1,3,"div",102),n.Bc(256,dM,1,3,"div",102),n.Bc(257,uM,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,AM,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,LM,2,4,"td",102),n.Bc(267,_M,4,2,"td",147),n.Bc(268,IM,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,DM,3,4,"td",111),n.Bc(271,mM,3,4,"td",112),n.Bc(272,CM,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,SM,3,4,"td",113),n.Bc(275,hM,2,1,"td",110),n.Bc(276,gM,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,GM,2,1,"td",110),n.Bc(279,TM,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,pM,2,4,"td",102),n.Bc(284,kM,4,2,"td",147),n.Bc(285,vM,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,yM,3,4,"td",111),n.Bc(288,OM,3,4,"td",112),n.Bc(289,BM,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,FM,3,4,"td",113),n.Bc(292,EM,3,4,"td",110),n.Bc(293,wM,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,MM,2,1,"td",110),n.Bc(296,jM,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,xM,1,3,"div",102),n.Bc(300,VM,1,3,"div",102),n.Bc(301,PM,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,HM,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,RM,1,3,"div",102),n.Bc(311,UM,1,3,"div",102),n.Bc(312,NM,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,WM,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,$M,2,4,"td",102),n.Bc(322,JM,4,2,"td",147),n.Bc(323,zM,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,qM,3,4,"td",111),n.Bc(326,XM,3,4,"td",112),n.Bc(327,QM,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,KM,3,4,"td",113),n.Bc(330,ZM,3,4,"td",110),n.Bc(331,YM,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,tj,2,1,"td",110),n.Bc(334,aj,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,ej,2,4,"td",102),n.Bc(339,nj,4,2,"td",147),n.Bc(340,oj,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,cj,3,4,"td",111),n.Bc(343,sj,3,4,"td",112),n.Bc(344,lj,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,ij,3,4,"td",113),n.Bc(347,rj,3,4,"td",110),n.Bc(348,bj,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,fj,2,1,"td",110),n.Bc(351,dj,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,uj,1,3,"div",102),n.Bc(355,Aj,1,3,"div",102),n.Bc(356,Lj,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,_j,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,Ij,1,3,"div",102),n.Bc(366,Dj,1,3,"div",102),n.Bc(367,mj,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,Cj,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Sj,2,4,"td",102),n.Bc(377,hj,4,2,"td",147),n.Bc(378,gj,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Gj,3,4,"td",111),n.Bc(381,Tj,3,4,"td",112),n.Bc(382,pj,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,kj,3,4,"td",113),n.Bc(385,vj,3,4,"td",110),n.Bc(386,yj,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Oj,2,1,"td",110),n.Bc(389,Bj,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,Fj,2,4,"td",102),n.Bc(394,Ej,4,2,"td",147),n.Bc(395,wj,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Mj,3,4,"td",111),n.Bc(398,jj,3,4,"td",112),n.Bc(399,xj,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Vj,3,4,"td",113),n.Bc(402,Pj,3,4,"td",110),n.Bc(403,Hj,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Rj,2,1,"td",110),n.Bc(406,Uj,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Nj,1,3,"div",102),n.Bc(410,Wj,1,3,"div",102),n.Bc(411,$j,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,Jj,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,zj,1,3,"div",102),n.Bc(421,qj,1,3,"div",102),n.Bc(422,Xj,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,Qj,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Kj,2,4,"td",102),n.Bc(432,Zj,4,2,"td",147),n.Bc(433,Yj,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,tx,3,4,"td",111),n.Bc(436,ax,3,4,"td",112),n.Bc(437,ex,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,nx,3,4,"td",113),n.Bc(440,ox,3,4,"td",110),n.Bc(441,cx,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,sx,2,1,"td",110),n.Bc(444,lx,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,ix,2,4,"td",102),n.Bc(449,rx,4,2,"td",147),n.Bc(450,bx,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,fx,3,4,"td",111),n.Bc(453,dx,3,4,"td",112),n.Bc(454,ux,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,Ax,3,4,"td",113),n.Bc(457,Lx,3,4,"td",110),n.Bc(458,_x,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Ix,2,1,"td",110),n.Bc(461,Dx,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,mx,1,3,"div",102),n.Bc(465,Cx,1,3,"div",102),n.Bc(466,Sx,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,hx,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,gx,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,Gx,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,Tx,1,3,"div",102),n.Bc(502,px,1,3,"div",102),n.Bc(503,kx,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,vx,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,yx,2,4,"td",102),n.Bc(513,Ox,4,2,"td",147),n.Bc(514,Bx,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,Fx,3,4,"td",111),n.Bc(517,Ex,3,4,"td",112),n.Bc(518,wx,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,Mx,3,4,"td",113),n.Bc(521,jx,2,1,"td",110),n.Bc(522,xx,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,Vx,2,1,"td",110),n.Bc(525,Px,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,Hx,2,4,"td",102),n.Bc(530,Rx,4,2,"td",147),n.Bc(531,Ux,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,Nx,3,4,"td",111),n.Bc(534,Wx,3,4,"td",112),n.Bc(535,$x,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,Jx,3,4,"td",113),n.Bc(538,zx,3,4,"td",110),n.Bc(539,qx,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,Xx,2,1,"td",110),n.Bc(542,Qx,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,Kx,1,3,"div",102),n.Bc(546,Zx,1,3,"div",102),n.Bc(547,Yx,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,tV,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,aV,1,3,"div",102),n.Bc(557,eV,1,3,"div",102),n.Bc(558,nV,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,oV,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,cV,2,4,"td",102),n.Bc(568,sV,4,2,"td",147),n.Bc(569,lV,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,iV,3,4,"td",111),n.Bc(572,rV,3,4,"td",112),n.Bc(573,bV,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,fV,3,4,"td",113),n.Bc(576,dV,3,4,"td",110),n.Bc(577,uV,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,AV,2,1,"td",110),n.Bc(580,LV,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,_V,2,4,"td",102),n.Bc(585,IV,4,2,"td",147),n.Bc(586,DV,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,mV,3,4,"td",111),n.Bc(589,CV,3,4,"td",112),n.Bc(590,SV,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,hV,3,4,"td",113),n.Bc(593,gV,3,4,"td",110),n.Bc(594,GV,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,TV,2,1,"td",110),n.Bc(597,pV,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,kV,1,3,"div",102),n.Bc(601,vV,1,3,"div",102),n.Bc(602,yV,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,OV,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,BV,1,3,"div",102),n.Bc(612,FV,1,3,"div",102),n.Bc(613,EV,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,wV,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,MV,2,4,"td",102),n.Bc(623,jV,4,2,"td",147),n.Bc(624,xV,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,VV,3,4,"td",111),n.Bc(627,PV,3,4,"td",112),n.Bc(628,HV,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,RV,3,4,"td",113),n.Bc(631,UV,3,4,"td",110),n.Bc(632,NV,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,WV,2,1,"td",110),n.Bc(635,$V,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,JV,2,4,"td",102),n.Bc(640,zV,4,2,"td",147),n.Bc(641,qV,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,XV,3,4,"td",111),n.Bc(644,QV,3,4,"td",112),n.Bc(645,KV,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,ZV,3,4,"td",113),n.Bc(648,YV,3,4,"td",110),n.Bc(649,tP,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,aP,2,1,"td",110),n.Bc(652,eP,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,nP,1,3,"div",102),n.Bc(656,oP,1,3,"div",102),n.Bc(657,cP,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,sP,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,lP,1,3,"div",102),n.Bc(667,iP,1,3,"div",102),n.Bc(668,rP,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,bP,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,fP,2,4,"td",102),n.Bc(678,dP,4,2,"td",147),n.Bc(679,uP,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,AP,3,4,"td",111),n.Bc(682,LP,3,4,"td",112),n.Bc(683,_P,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,IP,3,4,"td",113),n.Bc(686,DP,3,4,"td",110),n.Bc(687,mP,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,CP,2,1,"td",110),n.Bc(690,SP,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,hP,2,4,"td",102),n.Bc(695,gP,4,2,"td",147),n.Bc(696,GP,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,TP,3,4,"td",111),n.Bc(699,pP,3,4,"td",112),n.Bc(700,kP,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,vP,3,4,"td",113),n.Bc(703,yP,3,4,"td",110),n.Bc(704,OP,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,BP,2,1,"td",110),n.Bc(707,FP,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,EP,1,3,"div",102),n.Bc(711,wP,1,3,"div",102),n.Bc(712,MP,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,jP,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,xP,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 PP(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 HP(t,a){if(1&t&&(n.Tb(0,"span",205),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 RP(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 UP(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 NP(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 WP(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 $P(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 JP(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 zP(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 qP(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 XP(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 QP(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 KP(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,HP,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,RP,3,0,"div",168),n.Bc(27,UP,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,NP,3,0,"div",168),n.Bc(38,WP,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,$P,7,7,"ng-container",175),n.Bc(47,JP,2,0,"ng-template",null,245,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,zP,7,7,"ng-container",175),n.Bc(56,qP,2,0,"ng-template",null,246,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,XP,3,0,"div",168),n.Bc(68,QP,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 ZP(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",243),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,qF,2,0,"span",79),n.Bc(6,XF,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,VP,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,PP,2,0,"ng-template",null,244,n.Cc),n.Bc(12,KP,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 YP(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function tH(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 aH(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 eH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[0].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_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 sH(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 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_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 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_C8A23090002_document.rackInfo[0].slotInfo[0].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_C8A23090002_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function bH(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[0].slotInfo[0].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_C8A23090002_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function uH(t,a){if(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 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_C8A23090002_document.rackInfo[0].slotInfo[0].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_C8A23090002_document.rackInfo[0].slotInfo[0].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_C8A23090002_document.rackInfo[0].slotInfo[0].battId,"")}}function IH(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 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_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 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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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_C8A23090002_document.rackInfo[0].slotInfo[1].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[1].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_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 FH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function wH(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function MH(t,a){if(1&t){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 jH(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 xH(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23090002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function PH(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 HH(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 RH(t,a){if(1&t&&(n.Tb(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 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_C8A23090002_document.rackInfo[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function NH(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[2].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_C8A23090002_document.rackInfo[0].slotInfo[2].battId,"")}}function zH(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 qH(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 XH(t,a){if(1&t&&(n.Tb(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 QH(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 KH(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function YH(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 tR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function nR(t,a){if(1&t&&(n.Tb(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 oR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function cR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function sR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function lR(t,a){if(1&t){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 iR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function rR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function fR(t,a){if(1&t){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 dR(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].battId,"")}}function gR(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 GR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function pR(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 kR(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 vR(t,a){if(1&t&&(n.Tb(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 yR(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 OR(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[5].battTempCell,"\xb0C")}}function FR(t,a){if(1&t&&(n.Tb(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 ER(t,a){if(1&t&&(n.Tb(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 wR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function MR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function jR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function xR(t,a){if(1&t){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 VR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function PR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function HR(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function RR(t,a){if(1&t){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 UR(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 NR(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[6].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[6].battVoltage,"1.2-2"),"V")}}function JR(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 zR(t,a){if(1&t&&(n.Tb(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 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[6].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[6].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[6].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[6].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[6].battId,"")}}function YR(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 tU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function eU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function cU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 sU(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function iU(t,a){if(1&t&&(n.Tb(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 rU(t,a){if(1&t&&(n.Tb(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 bU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function fU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function uU(t,a){if(1&t){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 AU(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 LU(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 _U(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function mU(t,a){if(1&t){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 CU(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 SU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 hU(t,a){if(1&t&&(n.Tb(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 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[0].battVoltage,"1.2-2"),"V")}}function GU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function pU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 kU(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function OU(t,a){if(1&t&&(n.Tb(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 BU(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 FU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 EU(t,a){if(1&t&&(n.Tb(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 wU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 MU(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 jU(t,a){if(1&t&&(n.Tb(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 xU(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[1].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function HU(t,a){if(1&t&&(n.Tb(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 RU(t,a){if(1&t&&(n.Tb(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 UU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function NU(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[1].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[1].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function XU(t,a){if(1&t){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 QU(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 KU(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 ZU(t,a){if(1&t&&(n.Tb(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 YU(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 tN(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 aN(t,a){if(1&t&&(n.Tb(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 eN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 nN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 oN(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function sN(t,a){if(1&t&&(n.Tb(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 lN(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 iN(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 rN(t,a){if(1&t&&(n.Tb(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 bN(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fN(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 dN(t,a){if(1&t&&(n.Tb(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 uN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function LN(t,a){if(1&t&&(n.Tb(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 _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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function IN(t,a){if(1&t&&(n.Tb(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 DN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function mN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function SN(t,a){if(1&t){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 hN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function gN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function GN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function TN(t,a){if(1&t){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 pN(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].battId,"")}}function xN(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 VN(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 PN(t,a){if(1&t&&(n.Tb(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 HN(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 RN(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 UN(t,a){if(1&t&&(n.Tb(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 NN(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 WN(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 $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_C8A23090002_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function zN(t,a){if(1&t&&(n.Tb(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 qN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function QN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function KN(t,a){if(1&t){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 ZN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function YN(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].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_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 eW(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 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_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 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_C8A23090002_document.rackInfo[1].slotInfo[6].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_C8A23090002_document.rackInfo[1].slotInfo[6].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_C8A23090002_document.rackInfo[1].slotInfo[6].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_C8A23090002_document.rackInfo[1].slotInfo[6].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_C8A23090002_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function rW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[6].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_C8A23090002_document.rackInfo[1].slotInfo[6].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[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_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 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_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 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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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_C8A23090002_document.rackInfo[1].slotInfo[7].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[1].slotInfo[7].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_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 vW(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 yW(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 OW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function BW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function FW(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function EW(t,a){if(1&t){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 wW(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 MW(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function xW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 VW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function HW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function WW(t,a){if(1&t&&(n.Tb(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 $W(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 JW(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function qW(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XW(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function KW(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ZW(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 YW(t,a){if(1&t&&(n.Tb(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 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[1].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_C8A23090002_document.rackInfo[2].slotInfo[1].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function c$(t,a){if(1&t){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 s$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function l$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function i$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function r$(t,a){if(1&t){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 b$(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 f$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[2].battCellDiff,"mV")}}function u$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 A$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function _$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 I$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[2].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_C8A23090002_document.rackInfo[2].slotInfo[2].battId,"")}}function S$(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 h$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].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_C8A23090002_document.rackInfo[2].slotInfo[3].battVoltage,"1.2-2"),"V")}}function 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_C8A23090002_document.rackInfo[2].slotInfo[3].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function k$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 v$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 y$(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function B$(t,a){if(1&t&&(n.Tb(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 F$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function w$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function M$(t,a){if(1&t){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 j$(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function P$(t,a){if(1&t){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 H$(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 R$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battCellDiff,"mV")}}function N$(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 W$(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $$(t,a){if(1&t&&(n.Tb(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 J$(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 z$(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23090002_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function Q$(t,a){if(1&t&&(n.Tb(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 K$(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 Z$(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Y$(t,a){if(1&t&&(n.Tb(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 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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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_C8A23090002_document.rackInfo[2].slotInfo[5].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[5].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_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 dJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[6].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_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 _J(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 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_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 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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].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_C8A23090002_document.rackInfo[2].slotInfo[6].battId,"")}}function kJ(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 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_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 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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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_C8A23090002_document.rackInfo[2].slotInfo[7].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function PJ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090002_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function RJ(t,a){if(1&t){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 UJ(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 NJ(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,aH,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,eH,1,3,"div",102),n.Bc(10,nH,1,3,"div",102),n.Bc(11,oH,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,cH,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,sH,2,4,"td",102),n.Bc(21,lH,4,2,"td",147),n.Bc(22,iH,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,rH,3,4,"td",111),n.Bc(25,bH,3,4,"td",112),n.Bc(26,fH,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,dH,3,4,"td",113),n.Bc(29,uH,2,1,"td",110),n.Bc(30,AH,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,LH,2,1,"td",110),n.Bc(33,_H,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,IH,2,4,"td",102),n.Bc(38,DH,4,2,"td",147),n.Bc(39,mH,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,CH,3,4,"td",111),n.Bc(42,SH,3,4,"td",112),n.Bc(43,hH,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,gH,3,4,"td",113),n.Bc(46,GH,3,4,"td",110),n.Bc(47,TH,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,pH,2,1,"td",110),n.Bc(50,kH,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,vH,1,3,"div",102),n.Bc(54,yH,1,3,"div",102),n.Bc(55,OH,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,BH,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,FH,1,3,"div",102),n.Bc(65,EH,1,3,"div",102),n.Bc(66,wH,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,MH,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,jH,2,4,"td",102),n.Bc(76,xH,4,2,"td",147),n.Bc(77,VH,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,PH,3,4,"td",111),n.Bc(80,HH,3,4,"td",112),n.Bc(81,RH,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,UH,3,4,"td",113),n.Bc(84,NH,3,4,"td",110),n.Bc(85,WH,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,$H,2,1,"td",110),n.Bc(88,JH,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,zH,2,4,"td",102),n.Bc(93,qH,4,2,"td",147),n.Bc(94,XH,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,QH,3,4,"td",111),n.Bc(97,KH,3,4,"td",112),n.Bc(98,ZH,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,YH,3,4,"td",113),n.Bc(101,tR,3,4,"td",110),n.Bc(102,aR,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,eR,2,1,"td",110),n.Bc(105,nR,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,oR,1,3,"div",102),n.Bc(109,cR,1,3,"div",102),n.Bc(110,sR,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,lR,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,iR,1,3,"div",102),n.Bc(120,rR,1,3,"div",102),n.Bc(121,bR,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,fR,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,dR,2,4,"td",102),n.Bc(131,uR,4,2,"td",147),n.Bc(132,AR,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,LR,3,4,"td",111),n.Bc(135,_R,3,4,"td",112),n.Bc(136,IR,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,DR,3,4,"td",113),n.Bc(139,mR,3,4,"td",110),n.Bc(140,CR,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,SR,2,1,"td",110),n.Bc(143,hR,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,gR,2,4,"td",102),n.Bc(148,GR,4,2,"td",147),n.Bc(149,TR,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,pR,3,4,"td",111),n.Bc(152,kR,3,4,"td",112),n.Bc(153,vR,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,yR,3,4,"td",113),n.Bc(156,OR,3,4,"td",110),n.Bc(157,BR,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,FR,2,1,"td",110),n.Bc(160,ER,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,wR,1,3,"div",102),n.Bc(164,MR,1,3,"div",102),n.Bc(165,jR,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,xR,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,VR,1,3,"div",102),n.Bc(175,PR,1,3,"div",102),n.Bc(176,HR,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,RR,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,UR,2,4,"td",102),n.Bc(186,NR,4,2,"td",147),n.Bc(187,WR,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,$R,3,4,"td",111),n.Bc(190,JR,3,4,"td",112),n.Bc(191,zR,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,qR,3,4,"td",113),n.Bc(194,XR,3,4,"td",110),n.Bc(195,QR,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,KR,2,1,"td",110),n.Bc(198,ZR,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,YR,2,4,"td",102),n.Bc(203,tU,4,2,"td",147),n.Bc(204,aU,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,eU,3,4,"td",111),n.Bc(207,nU,3,4,"td",112),n.Bc(208,oU,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,cU,3,4,"td",113),n.Bc(211,sU,3,4,"td",110),n.Bc(212,lU,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,iU,2,1,"td",110),n.Bc(215,rU,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,bU,1,3,"div",102),n.Bc(219,fU,1,3,"div",102),n.Bc(220,dU,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,uU,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,AU,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,LU,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,_U,1,3,"div",102),n.Bc(256,IU,1,3,"div",102),n.Bc(257,DU,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,mU,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,CU,2,4,"td",102),n.Bc(267,SU,4,2,"td",147),n.Bc(268,hU,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,gU,3,4,"td",111),n.Bc(271,GU,3,4,"td",112),n.Bc(272,TU,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,pU,3,4,"td",113),n.Bc(275,kU,2,1,"td",110),n.Bc(276,vU,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,yU,2,1,"td",110),n.Bc(279,OU,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,BU,2,4,"td",102),n.Bc(284,FU,4,2,"td",147),n.Bc(285,EU,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,wU,3,4,"td",111),n.Bc(288,MU,3,4,"td",112),n.Bc(289,jU,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,xU,3,4,"td",113),n.Bc(292,VU,3,4,"td",110),n.Bc(293,PU,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,HU,2,1,"td",110),n.Bc(296,RU,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,UU,1,3,"div",102),n.Bc(300,NU,1,3,"div",102),n.Bc(301,WU,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,$U,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,JU,1,3,"div",102),n.Bc(311,zU,1,3,"div",102),n.Bc(312,qU,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,XU,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,QU,2,4,"td",102),n.Bc(322,KU,4,2,"td",147),n.Bc(323,ZU,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,YU,3,4,"td",111),n.Bc(326,tN,3,4,"td",112),n.Bc(327,aN,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,eN,3,4,"td",113),n.Bc(330,nN,3,4,"td",110),n.Bc(331,oN,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,cN,2,1,"td",110),n.Bc(334,sN,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,lN,2,4,"td",102),n.Bc(339,iN,4,2,"td",147),n.Bc(340,rN,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,bN,3,4,"td",111),n.Bc(343,fN,3,4,"td",112),n.Bc(344,dN,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,uN,3,4,"td",113),n.Bc(347,AN,3,4,"td",110),n.Bc(348,LN,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,_N,2,1,"td",110),n.Bc(351,IN,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,DN,1,3,"div",102),n.Bc(355,mN,1,3,"div",102),n.Bc(356,CN,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,SN,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,hN,1,3,"div",102),n.Bc(366,gN,1,3,"div",102),n.Bc(367,GN,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,TN,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,pN,2,4,"td",102),n.Bc(377,kN,4,2,"td",147),n.Bc(378,vN,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,yN,3,4,"td",111),n.Bc(381,ON,3,4,"td",112),n.Bc(382,BN,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,FN,3,4,"td",113),n.Bc(385,EN,3,4,"td",110),n.Bc(386,wN,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,MN,2,1,"td",110),n.Bc(389,jN,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,xN,2,4,"td",102),n.Bc(394,VN,4,2,"td",147),n.Bc(395,PN,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,HN,3,4,"td",111),n.Bc(398,RN,3,4,"td",112),n.Bc(399,UN,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,NN,3,4,"td",113),n.Bc(402,WN,3,4,"td",110),n.Bc(403,$N,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,JN,2,1,"td",110),n.Bc(406,zN,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,qN,1,3,"div",102),n.Bc(410,XN,1,3,"div",102),n.Bc(411,QN,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,KN,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,ZN,1,3,"div",102),n.Bc(421,YN,1,3,"div",102),n.Bc(422,tW,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,aW,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,eW,2,4,"td",102),n.Bc(432,nW,4,2,"td",147),n.Bc(433,oW,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,cW,3,4,"td",111),n.Bc(436,sW,3,4,"td",112),n.Bc(437,lW,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,iW,3,4,"td",113),n.Bc(440,rW,3,4,"td",110),n.Bc(441,bW,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,fW,2,1,"td",110),n.Bc(444,dW,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,uW,2,4,"td",102),n.Bc(449,AW,4,2,"td",147),n.Bc(450,LW,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,_W,3,4,"td",111),n.Bc(453,IW,3,4,"td",112),n.Bc(454,DW,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,mW,3,4,"td",113),n.Bc(457,CW,3,4,"td",110),n.Bc(458,SW,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,hW,2,1,"td",110),n.Bc(461,gW,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,GW,1,3,"div",102),n.Bc(465,TW,1,3,"div",102),n.Bc(466,pW,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,kW,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,vW,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,yW,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,OW,1,3,"div",102),n.Bc(502,BW,1,3,"div",102),n.Bc(503,FW,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,EW,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,wW,2,4,"td",102),n.Bc(513,MW,4,2,"td",147),n.Bc(514,jW,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,xW,3,4,"td",111),n.Bc(517,VW,3,4,"td",112),n.Bc(518,PW,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,HW,3,4,"td",113),n.Bc(521,RW,2,1,"td",110),n.Bc(522,UW,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,NW,2,1,"td",110),n.Bc(525,WW,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,$W,2,4,"td",102),n.Bc(530,JW,4,2,"td",147),n.Bc(531,zW,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,qW,3,4,"td",111),n.Bc(534,XW,3,4,"td",112),n.Bc(535,QW,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,KW,3,4,"td",113),n.Bc(538,ZW,3,4,"td",110),n.Bc(539,YW,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,t$,2,1,"td",110),n.Bc(542,a$,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,e$,1,3,"div",102),n.Bc(546,n$,1,3,"div",102),n.Bc(547,o$,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,c$,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,s$,1,3,"div",102),n.Bc(557,l$,1,3,"div",102),n.Bc(558,i$,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,r$,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,b$,2,4,"td",102),n.Bc(568,f$,4,2,"td",147),n.Bc(569,d$,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,u$,3,4,"td",111),n.Bc(572,A$,3,4,"td",112),n.Bc(573,L$,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,_$,3,4,"td",113),n.Bc(576,I$,3,4,"td",110),n.Bc(577,D$,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,m$,2,1,"td",110),n.Bc(580,C$,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,S$,2,4,"td",102),n.Bc(585,h$,4,2,"td",147),n.Bc(586,g$,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,G$,3,4,"td",111),n.Bc(589,T$,3,4,"td",112),n.Bc(590,p$,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,k$,3,4,"td",113),n.Bc(593,v$,3,4,"td",110),n.Bc(594,y$,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,O$,2,1,"td",110),n.Bc(597,B$,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,F$,1,3,"div",102),n.Bc(601,E$,1,3,"div",102),n.Bc(602,w$,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,M$,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,j$,1,3,"div",102),n.Bc(612,x$,1,3,"div",102),n.Bc(613,V$,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,P$,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,H$,2,4,"td",102),n.Bc(623,R$,4,2,"td",147),n.Bc(624,U$,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,N$,3,4,"td",111),n.Bc(627,W$,3,4,"td",112),n.Bc(628,$$,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,J$,3,4,"td",113),n.Bc(631,z$,3,4,"td",110),n.Bc(632,q$,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,X$,2,1,"td",110),n.Bc(635,Q$,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,K$,2,4,"td",102),n.Bc(640,Z$,4,2,"td",147),n.Bc(641,Y$,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,tJ,3,4,"td",111),n.Bc(644,aJ,3,4,"td",112),n.Bc(645,eJ,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,nJ,3,4,"td",113),n.Bc(648,oJ,3,4,"td",110),n.Bc(649,cJ,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,sJ,2,1,"td",110),n.Bc(652,lJ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,iJ,1,3,"div",102),n.Bc(656,rJ,1,3,"div",102),n.Bc(657,bJ,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,fJ,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,dJ,1,3,"div",102),n.Bc(667,uJ,1,3,"div",102),n.Bc(668,AJ,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,LJ,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,_J,2,4,"td",102),n.Bc(678,IJ,4,2,"td",147),n.Bc(679,DJ,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,mJ,3,4,"td",111),n.Bc(682,CJ,3,4,"td",112),n.Bc(683,SJ,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,hJ,3,4,"td",113),n.Bc(686,gJ,3,4,"td",110),n.Bc(687,GJ,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,TJ,2,1,"td",110),n.Bc(690,pJ,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,kJ,2,4,"td",102),n.Bc(695,vJ,4,2,"td",147),n.Bc(696,yJ,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,OJ,3,4,"td",111),n.Bc(699,BJ,3,4,"td",112),n.Bc(700,FJ,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,EJ,3,4,"td",113),n.Bc(703,wJ,3,4,"td",110),n.Bc(704,MJ,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,jJ,2,1,"td",110),n.Bc(707,xJ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,VJ,1,3,"div",102),n.Bc(711,PJ,1,3,"div",102),n.Bc(712,HJ,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,RJ,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,UJ,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 WJ(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 $J(t,a){if(1&t&&(n.Tb(0,"span",205),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 JJ(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 zJ(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 qJ(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 XJ(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 QJ(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 KJ(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 ZJ(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 YJ(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 tz(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 az(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 ez(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,$J,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,JJ,3,0,"div",168),n.Bc(27,zJ,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,qJ,3,0,"div",168),n.Bc(38,XJ,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,QJ,7,7,"ng-container",175),n.Bc(47,KJ,2,0,"ng-template",null,249,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,ZJ,7,7,"ng-container",175),n.Bc(56,YJ,2,0,"ng-template",null,250,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,tz,3,0,"div",168),n.Bc(68,az,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 nz(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",247),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,YP,2,0,"span",79),n.Bc(6,tH,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,NJ,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,WJ,2,0,"ng-template",null,248,n.Cc),n.Bc(12,ez,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 oz(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function cz(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 sz(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 lz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function rz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].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[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fz(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 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_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 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_C8A23090001_document.rackInfo[0].slotInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[0].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[0].slotInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}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("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}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_C8A23090001_document.rackInfo[0].slotInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[0].battId,"")}}function hz(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 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_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 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[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].slotInfo[1].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_C8A23090001_document.rackInfo[0].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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[1].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_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 xz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function Pz(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].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[0].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[0].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[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 Uz(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[0].slotInfo[2].battCellDiff,"mV")}}function Wz(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 $z(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Jz(t,a){if(1&t&&(n.Tb(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 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[0].slotInfo[2].battSoC,"1.0-1"),"%")}}function qz(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Kz(t,a){if(1&t&&(n.Tb(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 Zz(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 Yz(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[3].battCellDiff,"mV")}}function aq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 eq(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[0].slotInfo[3].battTempMos,"\xb0C")}}function oq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 cq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].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[0].slotInfo[3].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function fq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function dq(t,a){if(1&t){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 uq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Aq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Lq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function _q(t,a){if(1&t){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 Iq(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 Dq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Cq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Sq(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function gq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Gq(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function pq(t,a){if(1&t&&(n.Tb(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 kq(t,a){if(1&t&&(n.Tb(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 vq(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 yq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Bq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[0].slotInfo[5].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function wq(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[5].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function xq(t,a){if(1&t&&(n.Tb(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 Vq(t,a){if(1&t&&(n.Tb(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 Pq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Uq(t,a){if(1&t){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 Nq(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function $q(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Jq(t,a){if(1&t){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 zq(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 qq(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Xq(t,a){if(1&t&&(n.Tb(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 Qq(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[6].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].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[6].battSoC,"1.0-1"),"%")}}function tX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[6].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_C8A23090001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function nX(t,a){if(1&t&&(n.Tb(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 oX(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 cX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 sX(t,a){if(1&t&&(n.Tb(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 lX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 iX(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23090001_document.rackInfo[0].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_C8A23090001_document.rackInfo[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function fX(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function AX(t,a){if(1&t&&(n.Tb(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 LX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function DX(t,a){if(1&t){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 mX(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 CX(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 SX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function gX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].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_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 TX(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 pX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].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_C8A23090001_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function yX(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].slotInfo[0].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_C8A23090001_document.rackInfo[1].slotInfo[0].battSoC,"1.0-1"),"%")}}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("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[0].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_C8A23090001_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function MX(t,a){if(1&t&&(n.Tb(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 jX(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 xX(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function PX(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23090001_document.rackInfo[1].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_C8A23090001_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function UX(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23090001_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function JX(t,a){if(1&t&&(n.Tb(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 zX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function XX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function QX(t,a){if(1&t){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 KX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function YX(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].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[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aQ(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 eQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function oQ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 cQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function lQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 iQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 rQ(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function fQ(t,a){if(1&t&&(n.Tb(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 dQ(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 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[1].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].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[1].slotInfo[3].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function TQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].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[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function kQ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function OQ(t,a){if(1&t){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 BQ(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 FQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function wQ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 MQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].slotInfo[4].battTempMos,"\xb0C")}}function xQ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 VQ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 PQ(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function RQ(t,a){if(1&t&&(n.Tb(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 UQ(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 NQ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[1].slotInfo[5].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[1].slotInfo[5].battVoltage,"1.2-2"),"V")}}function JQ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].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[1].slotInfo[5].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[1].slotInfo[5].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[1].slotInfo[5].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[1].slotInfo[5].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[1].slotInfo[5].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].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[1].rackId,a.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function nK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function cK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function sK(t,a){if(1&t){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 lK(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 iK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23090001_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function bK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[6].battTempMos,"\xb0C")}}function uK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 AK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function IK(t,a){if(1&t&&(n.Tb(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 DK(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 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[1].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0])}}function CK(t,a){if(1&t&&(n.Tb(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 SK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 hK(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 gK(t,a){if(1&t&&(n.Tb(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 GK(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 TK(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function vK(t,a){if(1&t&&(n.Tb(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 yK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function FK(t,a){if(1&t){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 EK(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 wK(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 MK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function xK(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function VK(t,a){if(1&t){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 PK(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 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_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 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_C8A23090001_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function UK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23090001_document.rackInfo[2].slotInfo[0].battCurrent,"0.1-2"),"A")}}function WK(t,a){if(1&t&&(n.Tb(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 $K(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battSoH,"%")}}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_C8A23090001_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function XK(t,a){if(1&t&&(n.Tb(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 QK(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 KK(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battCellDiff,"mV")}}function YK(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[1].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function eZ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 nZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23090001_document.rackInfo[2].slotInfo[1].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_C8A23090001_document.rackInfo[2].slotInfo[1].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_C8A23090001_document.rackInfo[2].slotInfo[1].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function rZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function dZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function uZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function AZ(t,a){if(1&t){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 LZ(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 _Z(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 IZ(t,a){if(1&t&&(n.Tb(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 DZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 mZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function SZ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 hZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function TZ(t,a){if(1&t&&(n.Tb(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 pZ(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 kZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 vZ(t,a){if(1&t&&(n.Tb(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 yZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 OZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function FZ(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 EZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 wZ(t,a){if(1&t&&(n.Tb(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 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[3].battChgCycle,"")}}function jZ(t,a){if(1&t&&(n.Tb(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 xZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function PZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[3].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[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function RZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function UZ(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function WZ(t,a){if(1&t){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 $Z(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 JZ(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 zZ(t,a){if(1&t&&(n.Tb(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 qZ(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XZ(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[4].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[4].battSoC,"1.0-1"),"%")}}function ZZ(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[4].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[4].battChgCycle,"")}}function aY(t,a){if(1&t&&(n.Tb(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 eY(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 nY(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 oY(t,a){if(1&t&&(n.Tb(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 cY(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 sY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lY(t,a){if(1&t&&(n.Tb(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 iY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 rY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 bY(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function dY(t,a){if(1&t&&(n.Tb(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 uY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function LY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[5].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_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 IY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function mY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function CY(t,a){if(1&t){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 SY(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 hY(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function GY(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 TY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function kY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function OY(t,a){if(1&t&&(n.Tb(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 BY(t,a){if(1&t&&(n.Tb(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 FY(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 EY(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].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[7].battVoltage,"1.2-2"),"V")}}function jY(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function VY(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 PY(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 HY(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function UY(t,a){if(1&t&&(n.Tb(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 NY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function WY(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23090001_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function JY(t,a){if(1&t){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 zY(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 qY(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,sz,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,lz,1,3,"div",102),n.Bc(10,iz,1,3,"div",102),n.Bc(11,rz,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,bz,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,fz,2,4,"td",102),n.Bc(21,dz,4,2,"td",147),n.Bc(22,uz,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Az,3,4,"td",111),n.Bc(25,Lz,3,4,"td",112),n.Bc(26,_z,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Iz,3,4,"td",113),n.Bc(29,Dz,2,1,"td",110),n.Bc(30,mz,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Cz,2,1,"td",110),n.Bc(33,Sz,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,hz,2,4,"td",102),n.Bc(38,gz,4,2,"td",147),n.Bc(39,Gz,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Tz,3,4,"td",111),n.Bc(42,pz,3,4,"td",112),n.Bc(43,kz,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,vz,3,4,"td",113),n.Bc(46,yz,3,4,"td",110),n.Bc(47,Oz,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Bz,2,1,"td",110),n.Bc(50,Fz,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Ez,1,3,"div",102),n.Bc(54,wz,1,3,"div",102),n.Bc(55,Mz,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,jz,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,xz,1,3,"div",102),n.Bc(65,Vz,1,3,"div",102),n.Bc(66,Pz,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,Hz,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Rz,2,4,"td",102),n.Bc(76,Uz,4,2,"td",147),n.Bc(77,Nz,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Wz,3,4,"td",111),n.Bc(80,$z,3,4,"td",112),n.Bc(81,Jz,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,zz,3,4,"td",113),n.Bc(84,qz,3,4,"td",110),n.Bc(85,Xz,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Qz,2,1,"td",110),n.Bc(88,Kz,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,Zz,2,4,"td",102),n.Bc(93,Yz,4,2,"td",147),n.Bc(94,tq,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,aq,3,4,"td",111),n.Bc(97,eq,3,4,"td",112),n.Bc(98,nq,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,oq,3,4,"td",113),n.Bc(101,cq,3,4,"td",110),n.Bc(102,sq,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,lq,2,1,"td",110),n.Bc(105,iq,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,rq,1,3,"div",102),n.Bc(109,bq,1,3,"div",102),n.Bc(110,fq,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,dq,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,uq,1,3,"div",102),n.Bc(120,Aq,1,3,"div",102),n.Bc(121,Lq,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,_q,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Iq,2,4,"td",102),n.Bc(131,Dq,4,2,"td",147),n.Bc(132,mq,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Cq,3,4,"td",111),n.Bc(135,Sq,3,4,"td",112),n.Bc(136,hq,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,gq,3,4,"td",113),n.Bc(139,Gq,3,4,"td",110),n.Bc(140,Tq,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,pq,2,1,"td",110),n.Bc(143,kq,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,vq,2,4,"td",102),n.Bc(148,yq,4,2,"td",147),n.Bc(149,Oq,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Bq,3,4,"td",111),n.Bc(152,Fq,3,4,"td",112),n.Bc(153,Eq,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,wq,3,4,"td",113),n.Bc(156,Mq,3,4,"td",110),n.Bc(157,jq,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,xq,2,1,"td",110),n.Bc(160,Vq,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,Pq,1,3,"div",102),n.Bc(164,Hq,1,3,"div",102),n.Bc(165,Rq,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,Uq,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,Nq,1,3,"div",102),n.Bc(175,Wq,1,3,"div",102),n.Bc(176,$q,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,Jq,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,zq,2,4,"td",102),n.Bc(186,qq,4,2,"td",147),n.Bc(187,Xq,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Qq,3,4,"td",111),n.Bc(190,Kq,3,4,"td",112),n.Bc(191,Zq,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Yq,3,4,"td",113),n.Bc(194,tX,3,4,"td",110),n.Bc(195,aX,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,eX,2,1,"td",110),n.Bc(198,nX,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,oX,2,4,"td",102),n.Bc(203,cX,4,2,"td",147),n.Bc(204,sX,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,lX,3,4,"td",111),n.Bc(207,iX,3,4,"td",112),n.Bc(208,rX,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,bX,3,4,"td",113),n.Bc(211,fX,3,4,"td",110),n.Bc(212,dX,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,uX,2,1,"td",110),n.Bc(215,AX,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,LX,1,3,"div",102),n.Bc(219,_X,1,3,"div",102),n.Bc(220,IX,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,DX,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,mX,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,CX,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,SX,1,3,"div",102),n.Bc(256,hX,1,3,"div",102),n.Bc(257,gX,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,GX,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,TX,2,4,"td",102),n.Bc(267,pX,4,2,"td",147),n.Bc(268,kX,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,vX,3,4,"td",111),n.Bc(271,yX,3,4,"td",112),n.Bc(272,OX,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,BX,3,4,"td",113),n.Bc(275,FX,2,1,"td",110),n.Bc(276,EX,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,wX,2,1,"td",110),n.Bc(279,MX,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,jX,2,4,"td",102),n.Bc(284,xX,4,2,"td",147),n.Bc(285,VX,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,PX,3,4,"td",111),n.Bc(288,HX,3,4,"td",112),n.Bc(289,RX,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,UX,3,4,"td",113),n.Bc(292,NX,3,4,"td",110),n.Bc(293,WX,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,$X,2,1,"td",110),n.Bc(296,JX,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,zX,1,3,"div",102),n.Bc(300,qX,1,3,"div",102),n.Bc(301,XX,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,QX,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,KX,1,3,"div",102),n.Bc(311,ZX,1,3,"div",102),n.Bc(312,YX,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,tQ,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,aQ,2,4,"td",102),n.Bc(322,eQ,4,2,"td",147),n.Bc(323,nQ,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,oQ,3,4,"td",111),n.Bc(326,cQ,3,4,"td",112),n.Bc(327,sQ,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,lQ,3,4,"td",113),n.Bc(330,iQ,3,4,"td",110),n.Bc(331,rQ,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,bQ,2,1,"td",110),n.Bc(334,fQ,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,dQ,2,4,"td",102),n.Bc(339,uQ,4,2,"td",147),n.Bc(340,AQ,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,LQ,3,4,"td",111),n.Bc(343,_Q,3,4,"td",112),n.Bc(344,IQ,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,DQ,3,4,"td",113),n.Bc(347,mQ,3,4,"td",110),n.Bc(348,CQ,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,SQ,2,1,"td",110),n.Bc(351,hQ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,gQ,1,3,"div",102),n.Bc(355,GQ,1,3,"div",102),n.Bc(356,TQ,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,pQ,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,kQ,1,3,"div",102),n.Bc(366,vQ,1,3,"div",102),n.Bc(367,yQ,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,OQ,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,BQ,2,4,"td",102),n.Bc(377,FQ,4,2,"td",147),n.Bc(378,EQ,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,wQ,3,4,"td",111),n.Bc(381,MQ,3,4,"td",112),n.Bc(382,jQ,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,xQ,3,4,"td",113),n.Bc(385,VQ,3,4,"td",110),n.Bc(386,PQ,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,HQ,2,1,"td",110),n.Bc(389,RQ,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,UQ,2,4,"td",102),n.Bc(394,NQ,4,2,"td",147),n.Bc(395,WQ,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,$Q,3,4,"td",111),n.Bc(398,JQ,3,4,"td",112),n.Bc(399,zQ,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,qQ,3,4,"td",113),n.Bc(402,XQ,3,4,"td",110),n.Bc(403,QQ,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,KQ,2,1,"td",110),n.Bc(406,ZQ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,YQ,1,3,"div",102),n.Bc(410,tK,1,3,"div",102),n.Bc(411,aK,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,eK,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,nK,1,3,"div",102),n.Bc(421,oK,1,3,"div",102),n.Bc(422,cK,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,sK,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,lK,2,4,"td",102),n.Bc(432,iK,4,2,"td",147),n.Bc(433,rK,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,bK,3,4,"td",111),n.Bc(436,fK,3,4,"td",112),n.Bc(437,dK,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,uK,3,4,"td",113),n.Bc(440,AK,3,4,"td",110),n.Bc(441,LK,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,_K,2,1,"td",110),n.Bc(444,IK,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,DK,2,4,"td",102),n.Bc(449,mK,4,2,"td",147),n.Bc(450,CK,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,SK,3,4,"td",111),n.Bc(453,hK,3,4,"td",112),n.Bc(454,gK,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,GK,3,4,"td",113),n.Bc(457,TK,3,4,"td",110),n.Bc(458,pK,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,kK,2,1,"td",110),n.Bc(461,vK,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,yK,1,3,"div",102),n.Bc(465,OK,1,3,"div",102),n.Bc(466,BK,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,FK,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,EK,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,wK,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,MK,1,3,"div",102),n.Bc(502,jK,1,3,"div",102),n.Bc(503,xK,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,VK,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,PK,2,4,"td",102),n.Bc(513,HK,4,2,"td",147),n.Bc(514,RK,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,UK,3,4,"td",111),n.Bc(517,NK,3,4,"td",112),n.Bc(518,WK,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,$K,3,4,"td",113),n.Bc(521,JK,2,1,"td",110),n.Bc(522,zK,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,qK,2,1,"td",110),n.Bc(525,XK,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,QK,2,4,"td",102),n.Bc(530,KK,4,2,"td",147),n.Bc(531,ZK,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,YK,3,4,"td",111),n.Bc(534,tZ,3,4,"td",112),n.Bc(535,aZ,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,eZ,3,4,"td",113),n.Bc(538,nZ,3,4,"td",110),n.Bc(539,oZ,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,cZ,2,1,"td",110),n.Bc(542,sZ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,lZ,1,3,"div",102),n.Bc(546,iZ,1,3,"div",102),n.Bc(547,rZ,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,bZ,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,fZ,1,3,"div",102),n.Bc(557,dZ,1,3,"div",102),n.Bc(558,uZ,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,AZ,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,LZ,2,4,"td",102),n.Bc(568,_Z,4,2,"td",147),n.Bc(569,IZ,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,DZ,3,4,"td",111),n.Bc(572,mZ,3,4,"td",112),n.Bc(573,CZ,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,SZ,3,4,"td",113),n.Bc(576,hZ,3,4,"td",110),n.Bc(577,gZ,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,GZ,2,1,"td",110),n.Bc(580,TZ,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,pZ,2,4,"td",102),n.Bc(585,kZ,4,2,"td",147),n.Bc(586,vZ,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,yZ,3,4,"td",111),n.Bc(589,OZ,3,4,"td",112),n.Bc(590,BZ,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,FZ,3,4,"td",113),n.Bc(593,EZ,3,4,"td",110),n.Bc(594,wZ,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,MZ,2,1,"td",110),n.Bc(597,jZ,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,xZ,1,3,"div",102),n.Bc(601,VZ,1,3,"div",102),n.Bc(602,PZ,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,HZ,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,RZ,1,3,"div",102),n.Bc(612,UZ,1,3,"div",102),n.Bc(613,NZ,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,WZ,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,$Z,2,4,"td",102),n.Bc(623,JZ,4,2,"td",147),n.Bc(624,zZ,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,qZ,3,4,"td",111),n.Bc(627,XZ,3,4,"td",112),n.Bc(628,QZ,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,KZ,3,4,"td",113),n.Bc(631,ZZ,3,4,"td",110),n.Bc(632,YZ,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,tY,2,1,"td",110),n.Bc(635,aY,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,eY,2,4,"td",102),n.Bc(640,nY,4,2,"td",147),n.Bc(641,oY,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,cY,3,4,"td",111),n.Bc(644,sY,3,4,"td",112),n.Bc(645,lY,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,iY,3,4,"td",113),n.Bc(648,rY,3,4,"td",110),n.Bc(649,bY,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,fY,2,1,"td",110),n.Bc(652,dY,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,uY,1,3,"div",102),n.Bc(656,AY,1,3,"div",102),n.Bc(657,LY,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,_Y,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,IY,1,3,"div",102),n.Bc(667,DY,1,3,"div",102),n.Bc(668,mY,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,CY,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,SY,2,4,"td",102),n.Bc(678,hY,4,2,"td",147),n.Bc(679,gY,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,GY,3,4,"td",111),n.Bc(682,TY,3,4,"td",112),n.Bc(683,pY,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,kY,3,4,"td",113),n.Bc(686,vY,3,4,"td",110),n.Bc(687,yY,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,OY,2,1,"td",110),n.Bc(690,BY,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,FY,2,4,"td",102),n.Bc(695,EY,4,2,"td",147),n.Bc(696,wY,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,MY,3,4,"td",111),n.Bc(699,jY,3,4,"td",112),n.Bc(700,xY,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,VY,3,4,"td",113),n.Bc(703,PY,3,4,"td",110),n.Bc(704,HY,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,RY,2,1,"td",110),n.Bc(707,UY,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,NY,1,3,"div",102),n.Bc(711,WY,1,3,"div",102),n.Bc(712,$Y,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,JY,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,zY,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 XY(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 QY(t,a){if(1&t&&(n.Tb(0,"span",205),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 KY(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 ZY(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 YY(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 t0(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 a0(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 e0(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 n0(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 o0(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 c0(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 s0(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 l0(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,QY,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,KY,3,0,"div",168),n.Bc(27,ZY,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,YY,3,0,"div",168),n.Bc(38,t0,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,a0,7,7,"ng-container",175),n.Bc(47,e0,2,0,"ng-template",null,253,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,n0,7,7,"ng-container",175),n.Bc(56,o0,2,0,"ng-template",null,254,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,c0,3,0,"div",168),n.Bc(68,s0,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 i0(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",251),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,oz,2,0,"span",79),n.Bc(6,cz,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,qY,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,XY,2,0,"ng-template",null,252,n.Cc),n.Bc(12,l0,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 r0(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function b0(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 f0(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 d0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function u0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function A0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function L0(t,a){if(1&t){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 _0(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 I0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function m0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 C0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 S0(t,a){if(1&t&&(n.Tb(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 h0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function T0(t,a){if(1&t&&(n.Tb(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 p0(t,a){if(1&t&&(n.Tb(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 k0(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 v0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 y0(t,a){if(1&t&&(n.Tb(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 O0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 B0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 F0(t,a){if(1&t&&(n.Tb(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 E0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 w0(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[1].battTempCell,"\xb0C")}}function j0(t,a){if(1&t&&(n.Tb(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 x0(t,a){if(1&t&&(n.Tb(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 V0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"null"))}}function P0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function U0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function N0(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function $0(t,a){if(1&t){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 J0(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 z0(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function X0(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Q0(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[2].battTempMos,"\xb0C")}}function Z0(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[2].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[2].battTempCell,"\xb0C")}}function a1(t,a){if(1&t&&(n.Tb(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 e1(t,a){if(1&t&&(n.Tb(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 n1(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 o1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 c1(t,a){if(1&t&&(n.Tb(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 s1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 l1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 i1(t,a){if(1&t&&(n.Tb(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 r1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 b1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 f1(t,a){if(1&t&&(n.Tb(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 d1(t,a){if(1&t&&(n.Tb(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 u1(t,a){if(1&t&&(n.Tb(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 A1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function I1(t,a){if(1&t){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 D1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function m1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function C1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function S1(t,a){if(1&t){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 h1(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 g1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 G1(t,a){if(1&t&&(n.Tb(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 T1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 p1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 k1(t,a){if(1&t&&(n.Tb(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 v1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 y1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function B1(t,a){if(1&t&&(n.Tb(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 F1(t,a){if(1&t&&(n.Tb(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 E1(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 w1(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[5].battCellDiff,"mV")}}function j1(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 x1(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 V1(t,a){if(1&t&&(n.Tb(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 P1(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 H1(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 R1(t,a){if(1&t&&(n.Tb(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 U1(t,a){if(1&t&&(n.Tb(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 N1(t,a){if(1&t&&(n.Tb(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 W1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function J1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[5].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[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function q1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function X1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function Q1(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function K1(t,a){if(1&t){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 Z1(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 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[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battStatus[0])}}function t2(t,a){if(1&t&&(n.Tb(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 a2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 e2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 n2(t,a){if(1&t&&(n.Tb(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 o2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 c2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function l2(t,a){if(1&t&&(n.Tb(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 i2(t,a){if(1&t&&(n.Tb(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 r2(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 b2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function d2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 u2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function L2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 _2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 I2(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].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[0].slotInfo[7].battId,"")}}function C2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].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[0].rackId,a.GetALLDataa.latest_C8A23100006_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function G2(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 T2(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 p2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function v2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function y2(t,a){if(1&t){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 O2(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 B2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function E2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 w2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 M2(t,a){if(1&t&&(n.Tb(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 j2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 x2(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function H2(t,a){if(1&t&&(n.Tb(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 R2(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 U2(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 N2(t,a){if(1&t&&(n.Tb(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 W2(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 $2(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 J2(t,a){if(1&t&&(n.Tb(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 z2(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 q2(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 X2(t,a){if(1&t&&(n.Tb(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 Q2(t,a){if(1&t&&(n.Tb(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 K2(t,a){if(1&t&&(n.Tb(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 Z2(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function a3(t,a){if(1&t){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 e3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function n3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function o3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function c3(t,a){if(1&t){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 s3(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 l3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function r3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 b3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 f3(t,a){if(1&t&&(n.Tb(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 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[2].battSoC,"1.0-1"),"%")}}function u3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function L3(t,a){if(1&t&&(n.Tb(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 _3(t,a){if(1&t&&(n.Tb(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 I3(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 D3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 m3(t,a){if(1&t&&(n.Tb(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 C3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 S3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function g3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 G3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 T3(t,a){if(1&t&&(n.Tb(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 p3(t,a){if(1&t&&(n.Tb(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 k3(t,a){if(1&t&&(n.Tb(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 v3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function O3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function B3(t,a){if(1&t){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 F3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function E3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function w3(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function M3(t,a){if(1&t){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 j3(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 x3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 V3(t,a){if(1&t&&(n.Tb(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 P3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 H3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function U3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 N3(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function $3(t,a){if(1&t&&(n.Tb(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 J3(t,a){if(1&t&&(n.Tb(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 z3(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 q3(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 X3(t,a){if(1&t&&(n.Tb(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 Q3(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 K3(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Z3(t,a){if(1&t&&(n.Tb(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 Y3(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[5].battSoH,"0.1-2"),"%")}}function a5(t,a){if(1&t&&(n.Tb(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 e5(t,a){if(1&t&&(n.Tb(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 n5(t,a){if(1&t&&(n.Tb(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 o5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function s5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function l5(t,a){if(1&t){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 i5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function r5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].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[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function d5(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 u5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 A5(t,a){if(1&t&&(n.Tb(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 L5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 _5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 I5(t,a){if(1&t&&(n.Tb(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 D5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 m5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function S5(t,a){if(1&t&&(n.Tb(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 h5(t,a){if(1&t&&(n.Tb(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 g5(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 G5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 T5(t,a){if(1&t&&(n.Tb(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 p5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 k5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 v5(t,a){if(1&t&&(n.Tb(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 y5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 O5(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function F5(t,a){if(1&t&&(n.Tb(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 E5(t,a){if(1&t&&(n.Tb(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 w5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function x5(t,a){if(1&t){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 V5(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 P5(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 H5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function R5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function U5(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function N5(t,a){if(1&t){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 W5(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 $5(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function z5(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 q5(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 X5(t,a){if(1&t&&(n.Tb(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 Q5(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}function Y5(t,a){if(1&t&&(n.Tb(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 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[0].battId,"")}}function a8(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 e8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 n8(t,a){if(1&t&&(n.Tb(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 o8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 c8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 s8(t,a){if(1&t&&(n.Tb(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 l8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 i8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 r8(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function f8(t,a){if(1&t&&(n.Tb(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 d8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function A8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function L8(t,a){if(1&t){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 _8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function m8(t,a){if(1&t){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 C8(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 S8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 h8(t,a){if(1&t&&(n.Tb(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 g8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 G8(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 T8(t,a){if(1&t&&(n.Tb(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 p8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 k8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[2].battChgCycle,"")}}function O8(t,a){if(1&t&&(n.Tb(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 B8(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 F8(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 E8(t,a){if(1&t&&(n.Tb(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 w8(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[3].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function x8(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 V8(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 P8(t,a){if(1&t&&(n.Tb(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 H8(t,a){if(1&t&&(n.Tb(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 R8(t,a){if(1&t&&(n.Tb(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 U8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function W8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function $8(t,a){if(1&t){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 J8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function z8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function q8(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function X8(t,a){if(1&t){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 Q8(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battStatus[0])}}function Z8(t,a){if(1&t&&(n.Tb(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 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[4].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[4].battCurrent,"0.1-2"),"A")}}function a4(t,a){if(1&t&&(n.Tb(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 e4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 n4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[4].battTempCell,"\xb0C")}}function c4(t,a){if(1&t&&(n.Tb(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 s4(t,a){if(1&t&&(n.Tb(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 l4(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 i4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function b4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 f4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 d4(t,a){if(1&t&&(n.Tb(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 u4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 A4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function _4(t,a){if(1&t&&(n.Tb(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 I4(t,a){if(1&t&&(n.Tb(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 D4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function C4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function S4(t,a){if(1&t){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 h4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function g4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function G4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function T4(t,a){if(1&t){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 p4(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 k4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 v4(t,a){if(1&t&&(n.Tb(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 y4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 O4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 B4(t,a){if(1&t&&(n.Tb(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 F4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 E4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}function M4(t,a){if(1&t&&(n.Tb(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 j4(t,a){if(1&t&&(n.Tb(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 x4(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 V4(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function H4(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 R4(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 U4(t,a){if(1&t&&(n.Tb(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 N4(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 W4(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 $4(t,a){if(1&t&&(n.Tb(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 J4(t,a){if(1&t&&(n.Tb(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 z4(t,a){if(1&t&&(n.Tb(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 q4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function X4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function Q4(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100006_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function K4(t,a){if(1&t){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 Z4(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 Y4(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,f0,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,d0,1,3,"div",102),n.Bc(10,u0,1,3,"div",102),n.Bc(11,A0,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,L0,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,_0,2,4,"td",102),n.Bc(21,I0,4,2,"td",147),n.Bc(22,D0,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,m0,3,4,"td",111),n.Bc(25,C0,3,4,"td",112),n.Bc(26,S0,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,h0,3,4,"td",113),n.Bc(29,g0,2,1,"td",110),n.Bc(30,G0,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,T0,2,1,"td",110),n.Bc(33,p0,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,k0,2,4,"td",102),n.Bc(38,v0,4,2,"td",147),n.Bc(39,y0,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,O0,3,4,"td",111),n.Bc(42,B0,3,4,"td",112),n.Bc(43,F0,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,E0,3,4,"td",113),n.Bc(46,w0,3,4,"td",110),n.Bc(47,M0,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,j0,2,1,"td",110),n.Bc(50,x0,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,V0,1,3,"div",102),n.Bc(54,P0,1,3,"div",102),n.Bc(55,H0,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,R0,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,U0,1,3,"div",102),n.Bc(65,N0,1,3,"div",102),n.Bc(66,W0,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,$0,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,J0,2,4,"td",102),n.Bc(76,z0,4,2,"td",147),n.Bc(77,q0,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,X0,3,4,"td",111),n.Bc(80,Q0,3,4,"td",112),n.Bc(81,K0,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Z0,3,4,"td",113),n.Bc(84,Y0,3,4,"td",110),n.Bc(85,t1,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,a1,2,1,"td",110),n.Bc(88,e1,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,n1,2,4,"td",102),n.Bc(93,o1,4,2,"td",147),n.Bc(94,c1,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,s1,3,4,"td",111),n.Bc(97,l1,3,4,"td",112),n.Bc(98,i1,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,r1,3,4,"td",113),n.Bc(101,b1,3,4,"td",110),n.Bc(102,f1,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,d1,2,1,"td",110),n.Bc(105,u1,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,A1,1,3,"div",102),n.Bc(109,L1,1,3,"div",102),n.Bc(110,_1,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,I1,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,D1,1,3,"div",102),n.Bc(120,m1,1,3,"div",102),n.Bc(121,C1,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,S1,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,h1,2,4,"td",102),n.Bc(131,g1,4,2,"td",147),n.Bc(132,G1,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,T1,3,4,"td",111),n.Bc(135,p1,3,4,"td",112),n.Bc(136,k1,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,v1,3,4,"td",113),n.Bc(139,y1,3,4,"td",110),n.Bc(140,O1,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,B1,2,1,"td",110),n.Bc(143,F1,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,E1,2,4,"td",102),n.Bc(148,w1,4,2,"td",147),n.Bc(149,M1,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,j1,3,4,"td",111),n.Bc(152,x1,3,4,"td",112),n.Bc(153,V1,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,P1,3,4,"td",113),n.Bc(156,H1,3,4,"td",110),n.Bc(157,R1,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,U1,2,1,"td",110),n.Bc(160,N1,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,W1,1,3,"div",102),n.Bc(164,$1,1,3,"div",102),n.Bc(165,J1,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,z1,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,q1,1,3,"div",102),n.Bc(175,X1,1,3,"div",102),n.Bc(176,Q1,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,K1,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Z1,2,4,"td",102),n.Bc(186,Y1,4,2,"td",147),n.Bc(187,t2,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,a2,3,4,"td",111),n.Bc(190,e2,3,4,"td",112),n.Bc(191,n2,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,o2,3,4,"td",113),n.Bc(194,c2,3,4,"td",110),n.Bc(195,s2,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,l2,2,1,"td",110),n.Bc(198,i2,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,r2,2,4,"td",102),n.Bc(203,b2,4,2,"td",147),n.Bc(204,f2,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,d2,3,4,"td",111),n.Bc(207,u2,3,4,"td",112),n.Bc(208,A2,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,L2,3,4,"td",113),n.Bc(211,_2,3,4,"td",110),n.Bc(212,I2,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,D2,2,1,"td",110),n.Bc(215,m2,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,C2,1,3,"div",102),n.Bc(219,S2,1,3,"div",102),n.Bc(220,h2,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,g2,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,G2,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,T2,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,p2,1,3,"div",102),n.Bc(256,k2,1,3,"div",102),n.Bc(257,v2,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,y2,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,O2,2,4,"td",102),n.Bc(267,B2,4,2,"td",147),n.Bc(268,F2,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,E2,3,4,"td",111),n.Bc(271,w2,3,4,"td",112),n.Bc(272,M2,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,j2,3,4,"td",113),n.Bc(275,x2,2,1,"td",110),n.Bc(276,V2,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,P2,2,1,"td",110),n.Bc(279,H2,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,R2,2,4,"td",102),n.Bc(284,U2,4,2,"td",147),n.Bc(285,N2,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,W2,3,4,"td",111),n.Bc(288,$2,3,4,"td",112),n.Bc(289,J2,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,z2,3,4,"td",113),n.Bc(292,q2,3,4,"td",110),n.Bc(293,X2,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,Q2,2,1,"td",110),n.Bc(296,K2,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,Z2,1,3,"div",102),n.Bc(300,Y2,1,3,"div",102),n.Bc(301,t3,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,a3,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,e3,1,3,"div",102),n.Bc(311,n3,1,3,"div",102),n.Bc(312,o3,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,c3,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,s3,2,4,"td",102),n.Bc(322,l3,4,2,"td",147),n.Bc(323,i3,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,r3,3,4,"td",111),n.Bc(326,b3,3,4,"td",112),n.Bc(327,f3,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,d3,3,4,"td",113),n.Bc(330,u3,3,4,"td",110),n.Bc(331,A3,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,L3,2,1,"td",110),n.Bc(334,_3,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,I3,2,4,"td",102),n.Bc(339,D3,4,2,"td",147),n.Bc(340,m3,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,C3,3,4,"td",111),n.Bc(343,S3,3,4,"td",112),n.Bc(344,h3,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,g3,3,4,"td",113),n.Bc(347,G3,3,4,"td",110),n.Bc(348,T3,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,p3,2,1,"td",110),n.Bc(351,k3,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,v3,1,3,"div",102),n.Bc(355,y3,1,3,"div",102),n.Bc(356,O3,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,B3,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,F3,1,3,"div",102),n.Bc(366,E3,1,3,"div",102),n.Bc(367,w3,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,M3,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,j3,2,4,"td",102),n.Bc(377,x3,4,2,"td",147),n.Bc(378,V3,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,P3,3,4,"td",111),n.Bc(381,H3,3,4,"td",112),n.Bc(382,R3,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,U3,3,4,"td",113),n.Bc(385,N3,3,4,"td",110),n.Bc(386,W3,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,$3,2,1,"td",110),n.Bc(389,J3,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,z3,2,4,"td",102),n.Bc(394,q3,4,2,"td",147),n.Bc(395,X3,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Q3,3,4,"td",111),n.Bc(398,K3,3,4,"td",112),n.Bc(399,Z3,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Y3,3,4,"td",113),n.Bc(402,t5,3,4,"td",110),n.Bc(403,a5,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,e5,2,1,"td",110),n.Bc(406,n5,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,o5,1,3,"div",102),n.Bc(410,c5,1,3,"div",102),n.Bc(411,s5,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,l5,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,i5,1,3,"div",102),n.Bc(421,r5,1,3,"div",102),n.Bc(422,b5,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,f5,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,d5,2,4,"td",102),n.Bc(432,u5,4,2,"td",147),n.Bc(433,A5,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,L5,3,4,"td",111),n.Bc(436,_5,3,4,"td",112),n.Bc(437,I5,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,D5,3,4,"td",113),n.Bc(440,m5,3,4,"td",110),n.Bc(441,C5,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,S5,2,1,"td",110),n.Bc(444,h5,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,g5,2,4,"td",102),n.Bc(449,G5,4,2,"td",147),n.Bc(450,T5,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,p5,3,4,"td",111),n.Bc(453,k5,3,4,"td",112),n.Bc(454,v5,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,y5,3,4,"td",113),n.Bc(457,O5,3,4,"td",110),n.Bc(458,B5,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,F5,2,1,"td",110),n.Bc(461,E5,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,w5,1,3,"div",102),n.Bc(465,M5,1,3,"div",102),n.Bc(466,j5,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,x5,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,V5,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,P5,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,H5,1,3,"div",102),n.Bc(502,R5,1,3,"div",102),n.Bc(503,U5,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,N5,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,W5,2,4,"td",102),n.Bc(513,$5,4,2,"td",147),n.Bc(514,J5,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,z5,3,4,"td",111),n.Bc(517,q5,3,4,"td",112),n.Bc(518,X5,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,Q5,3,4,"td",113),n.Bc(521,K5,2,1,"td",110),n.Bc(522,Z5,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,Y5,2,1,"td",110),n.Bc(525,t8,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,a8,2,4,"td",102),n.Bc(530,e8,4,2,"td",147),n.Bc(531,n8,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,o8,3,4,"td",111),n.Bc(534,c8,3,4,"td",112),n.Bc(535,s8,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,l8,3,4,"td",113),n.Bc(538,i8,3,4,"td",110),n.Bc(539,r8,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,b8,2,1,"td",110),n.Bc(542,f8,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,d8,1,3,"div",102),n.Bc(546,u8,1,3,"div",102),n.Bc(547,A8,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,L8,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,_8,1,3,"div",102),n.Bc(557,I8,1,3,"div",102),n.Bc(558,D8,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,m8,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,C8,2,4,"td",102),n.Bc(568,S8,4,2,"td",147),n.Bc(569,h8,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,g8,3,4,"td",111),n.Bc(572,G8,3,4,"td",112),n.Bc(573,T8,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,p8,3,4,"td",113),n.Bc(576,k8,3,4,"td",110),n.Bc(577,v8,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,y8,2,1,"td",110),n.Bc(580,O8,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,B8,2,4,"td",102),n.Bc(585,F8,4,2,"td",147),n.Bc(586,E8,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,w8,3,4,"td",111),n.Bc(589,M8,3,4,"td",112),n.Bc(590,j8,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,x8,3,4,"td",113),n.Bc(593,V8,3,4,"td",110),n.Bc(594,P8,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,H8,2,1,"td",110),n.Bc(597,R8,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,U8,1,3,"div",102),n.Bc(601,N8,1,3,"div",102),n.Bc(602,W8,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,$8,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,J8,1,3,"div",102),n.Bc(612,z8,1,3,"div",102),n.Bc(613,q8,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,X8,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,Q8,2,4,"td",102),n.Bc(623,K8,4,2,"td",147),n.Bc(624,Z8,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,Y8,3,4,"td",111),n.Bc(627,t4,3,4,"td",112),n.Bc(628,a4,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,e4,3,4,"td",113),n.Bc(631,n4,3,4,"td",110),n.Bc(632,o4,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,c4,2,1,"td",110),n.Bc(635,s4,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,l4,2,4,"td",102),n.Bc(640,i4,4,2,"td",147),n.Bc(641,r4,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,b4,3,4,"td",111),n.Bc(644,f4,3,4,"td",112),n.Bc(645,d4,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,u4,3,4,"td",113),n.Bc(648,A4,3,4,"td",110),n.Bc(649,L4,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,_4,2,1,"td",110),n.Bc(652,I4,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,D4,1,3,"div",102),n.Bc(656,m4,1,3,"div",102),n.Bc(657,C4,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,S4,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,h4,1,3,"div",102),n.Bc(667,g4,1,3,"div",102),n.Bc(668,G4,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,T4,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,p4,2,4,"td",102),n.Bc(678,k4,4,2,"td",147),n.Bc(679,v4,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,y4,3,4,"td",111),n.Bc(682,O4,3,4,"td",112),n.Bc(683,B4,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,F4,3,4,"td",113),n.Bc(686,E4,3,4,"td",110),n.Bc(687,w4,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,M4,2,1,"td",110),n.Bc(690,j4,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,x4,2,4,"td",102),n.Bc(695,V4,4,2,"td",147),n.Bc(696,P4,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,H4,3,4,"td",111),n.Bc(699,R4,3,4,"td",112),n.Bc(700,U4,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,N4,3,4,"td",113),n.Bc(703,W4,3,4,"td",110),n.Bc(704,$4,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,J4,2,1,"td",110),n.Bc(707,z4,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,q4,1,3,"div",102),n.Bc(711,X4,1,3,"div",102),n.Bc(712,Q4,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,K4,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,Z4,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 t6(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 a6(t,a){if(1&t&&(n.Tb(0,"span",205),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 e6(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 n6(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 o6(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 c6(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 s6(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 l6(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 i6(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 r6(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 b6(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 f6(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 d6(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,a6,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,e6,3,0,"div",168),n.Bc(27,n6,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,o6,3,0,"div",168),n.Bc(38,c6,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,s6,7,7,"ng-container",175),n.Bc(47,l6,2,0,"ng-template",null,257,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,i6,7,7,"ng-container",175),n.Bc(56,r6,2,0,"ng-template",null,258,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,b6,3,0,"div",168),n.Bc(68,f6,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 u6(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",255),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,r0,2,0,"span",79),n.Bc(6,b0,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,Y4,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,t6,2,0,"ng-template",null,256,n.Cc),n.Bc(12,d6,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 A6(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function L6(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 _6(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 I6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function m6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function C6(t,a){if(1&t){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 S6(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 h6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function G6(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 T6(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 p6(t,a){if(1&t&&(n.Tb(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 k6(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 v6(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function O6(t,a){if(1&t&&(n.Tb(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 B6(t,a){if(1&t&&(n.Tb(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 F6(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 E6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 w6(t,a){if(1&t&&(n.Tb(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 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[1].battVoltage,"1.2-2"),"V")}}function j6(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 x6(t,a){if(1&t&&(n.Tb(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 V6(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 P6(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 H6(t,a){if(1&t&&(n.Tb(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 R6(t,a){if(1&t&&(n.Tb(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 U6(t,a){if(1&t&&(n.Tb(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 N6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function $6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function J6(t,a){if(1&t){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 z6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function q6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function X6(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Q6(t,a){if(1&t){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 K6(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 Z6(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[2].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[2].battVoltage,"1.2-2"),"V")}}function a7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 e7(t,a){if(1&t&&(n.Tb(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 n7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 o7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function s7(t,a){if(1&t&&(n.Tb(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 l7(t,a){if(1&t&&(n.Tb(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 i7(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 r7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function f7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 d7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 u7(t,a){if(1&t&&(n.Tb(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 A7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 L7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 _7(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function D7(t,a){if(1&t&&(n.Tb(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 m7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function S7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function h7(t,a){if(1&t){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 g7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function G7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function T7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function p7(t,a){if(1&t){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 k7(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 v7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 y7(t,a){if(1&t&&(n.Tb(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 O7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 B7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function E7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 w7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function j7(t,a){if(1&t&&(n.Tb(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 x7(t,a){if(1&t&&(n.Tb(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 V7(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 P7(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 H7(t,a){if(1&t&&(n.Tb(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 R7(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 U7(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function W7(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 $7(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 J7(t,a){if(1&t&&(n.Tb(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 z7(t,a){if(1&t&&(n.Tb(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 q7(t,a){if(1&t&&(n.Tb(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 X7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function K7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Z7(t,a){if(1&t){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 Y7(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function t9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function a9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function e9(t,a){if(1&t){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 n9(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 o9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 c9(t,a){if(1&t&&(n.Tb(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 s9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 l9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function r9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 b9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[6].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[6].battChgCycle,"")}}function u9(t,a){if(1&t&&(n.Tb(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 A9(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 L9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 _9(t,a){if(1&t&&(n.Tb(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 I9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 D9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[0].slotInfo[7].battTempMos,"\xb0C")}}function C9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 S9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function g9(t,a){if(1&t&&(n.Tb(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 G9(t,a){if(1&t&&(n.Tb(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 T9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function v9(t,a){if(1&t){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 y9(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 O9(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 B9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function F9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function E9(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function w9(t,a){if(1&t){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 M9(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 j9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function V9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 P9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function R9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function W9(t,a){if(1&t&&(n.Tb(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 $9(t,a){if(1&t&&(n.Tb(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 J9(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 z9(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function X9(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Q9(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 K9(t,a){if(1&t&&(n.Tb(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 Z9(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Y9(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function ett(t,a){if(1&t&&(n.Tb(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 ntt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function ctt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function stt(t,a){if(1&t){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 ltt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function itt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function rtt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].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[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ftt(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 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[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function Att(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ltt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function Itt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Dtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function Ctt(t,a){if(1&t&&(n.Tb(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 Stt(t,a){if(1&t&&(n.Tb(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 htt(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 gtt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Gtt(t,a){if(1&t&&(n.Tb(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 Ttt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ptt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function vtt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ytt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Ott(t,a){if(1&t&&(n.Tb(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 Btt(t,a){if(1&t&&(n.Tb(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 Ftt(t,a){if(1&t&&(n.Tb(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 Ett(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function jtt(t,a){if(1&t){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 xtt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function Ptt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Htt(t,a){if(1&t){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 Rtt(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 Utt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Ntt(t,a){if(1&t&&(n.Tb(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 Wtt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 $tt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function ztt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 qtt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function Qtt(t,a){if(1&t&&(n.Tb(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 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[4].battId,"")}}function Ztt(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 Ytt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[5].battCellDiff,"mV")}}function aat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100008_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}function nat(t,a){if(1&t&&(n.Tb(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 oat(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 cat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function iat(t,a){if(1&t&&(n.Tb(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 rat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function dat(t,a){if(1&t){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 uat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function _at(t,a){if(1&t){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 Iat(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 Dat(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 mat(t,a){if(1&t&&(n.Tb(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 Cat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Sat(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 hat(t,a){if(1&t&&(n.Tb(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 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_C8A23100008_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function Gat(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function kat(t,a){if(1&t&&(n.Tb(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 vat(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 yat(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function Bat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Fat(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function wat(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[7].battSoH,"0.1-2"),"%")}}function jat(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].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_C8A23100008_document.rackInfo[1].slotInfo[7].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function Hat(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].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[1].rackId,a.GetALLDataa.latest_C8A23100008_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Nat(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 Wat(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 $at(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function qat(t,a){if(1&t){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 Xat(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 Qat(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function Zat(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Yat(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempMos,"\xb0C")}}function aet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 eet(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function cet(t,a){if(1&t&&(n.Tb(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 set(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 iet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].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_C8A23100008_document.rackInfo[2].slotInfo[1].battVoltage,"1.2-2"),"V")}}function fet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 det(t,a){if(1&t&&(n.Tb(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 uet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Aet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].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_C8A23100008_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function Iet(t,a){if(1&t&&(n.Tb(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 Det(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function Cet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function het(t,a){if(1&t){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 get(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function Get(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function Tet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function pet(t,a){if(1&t){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 ket(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 vet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 yet(t,a){if(1&t&&(n.Tb(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 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[2].battVoltage,"1.2-2"),"V")}}function Bet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100008_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function Eet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 wet(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function jet(t,a){if(1&t&&(n.Tb(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 xet(t,a){if(1&t&&(n.Tb(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 Vet(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 Pet(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function Ret(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Uet(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function Wet(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 $et(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Jet(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function qet(t,a){if(1&t&&(n.Tb(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 Xet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}function Ket(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Zet(t,a){if(1&t){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 Yet(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function ant(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ent(t,a){if(1&t){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 nnt(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 ont(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 cnt(t,a){if(1&t&&(n.Tb(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 snt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 lnt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].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_C8A23100008_document.rackInfo[2].slotInfo[4].battSoC,"1.0-1"),"%")}}function bnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[4].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[4].battChgCycle,"")}}function unt(t,a){if(1&t&&(n.Tb(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 Ant(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 Lnt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 _nt(t,a){if(1&t&&(n.Tb(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 Int(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Dnt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 mnt(t,a){if(1&t&&(n.Tb(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 Cnt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Snt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 hnt(t,a){if(1&t&&(n.Tb(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 gnt(t,a){if(1&t&&(n.Tb(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 Gnt(t,a){if(1&t&&(n.Tb(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 Tnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function vnt(t,a){if(1&t){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 ynt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Ont(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function Bnt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Fnt(t,a){if(1&t){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 Ent(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 wnt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Mnt(t,a){if(1&t&&(n.Tb(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 jnt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 xnt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Vnt(t,a){if(1&t&&(n.Tb(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 Pnt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Hnt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Rnt(t,a){if(1&t&&(n.Tb(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 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_C8A23100008_document.rackInfo[2].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_C8A23100008_document.rackInfo[2].slotInfo[6].battId,"")}}function Wnt(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 $nt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function znt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 qnt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].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_C8A23100008_document.rackInfo[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function Knt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Znt(t,a){if(1&t&&(n.Tb(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 Ynt(t,a){if(1&t&&(n.Tb(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 tot(t,a){if(1&t&&(n.Tb(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 aot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function eot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function not(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100008_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function oot(t,a){if(1&t){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 cot(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 sot(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,_6,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,I6,1,3,"div",102),n.Bc(10,D6,1,3,"div",102),n.Bc(11,m6,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,C6,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,S6,2,4,"td",102),n.Bc(21,h6,4,2,"td",147),n.Bc(22,g6,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,G6,3,4,"td",111),n.Bc(25,T6,3,4,"td",112),n.Bc(26,p6,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,k6,3,4,"td",113),n.Bc(29,v6,2,1,"td",110),n.Bc(30,y6,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,O6,2,1,"td",110),n.Bc(33,B6,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,F6,2,4,"td",102),n.Bc(38,E6,4,2,"td",147),n.Bc(39,w6,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,M6,3,4,"td",111),n.Bc(42,j6,3,4,"td",112),n.Bc(43,x6,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,V6,3,4,"td",113),n.Bc(46,P6,3,4,"td",110),n.Bc(47,H6,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,R6,2,1,"td",110),n.Bc(50,U6,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,N6,1,3,"div",102),n.Bc(54,W6,1,3,"div",102),n.Bc(55,$6,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,J6,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,z6,1,3,"div",102),n.Bc(65,q6,1,3,"div",102),n.Bc(66,X6,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,Q6,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,K6,2,4,"td",102),n.Bc(76,Z6,4,2,"td",147),n.Bc(77,Y6,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,t7,3,4,"td",111),n.Bc(80,a7,3,4,"td",112),n.Bc(81,e7,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,n7,3,4,"td",113),n.Bc(84,o7,3,4,"td",110),n.Bc(85,c7,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,s7,2,1,"td",110),n.Bc(88,l7,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,i7,2,4,"td",102),n.Bc(93,r7,4,2,"td",147),n.Bc(94,b7,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,f7,3,4,"td",111),n.Bc(97,d7,3,4,"td",112),n.Bc(98,u7,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,A7,3,4,"td",113),n.Bc(101,L7,3,4,"td",110),n.Bc(102,_7,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,I7,2,1,"td",110),n.Bc(105,D7,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,m7,1,3,"div",102),n.Bc(109,C7,1,3,"div",102),n.Bc(110,S7,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,h7,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,g7,1,3,"div",102),n.Bc(120,G7,1,3,"div",102),n.Bc(121,T7,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,p7,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,k7,2,4,"td",102),n.Bc(131,v7,4,2,"td",147),n.Bc(132,y7,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,O7,3,4,"td",111),n.Bc(135,B7,3,4,"td",112),n.Bc(136,F7,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,E7,3,4,"td",113),n.Bc(139,w7,3,4,"td",110),n.Bc(140,M7,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,j7,2,1,"td",110),n.Bc(143,x7,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,V7,2,4,"td",102),n.Bc(148,P7,4,2,"td",147),n.Bc(149,H7,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,R7,3,4,"td",111),n.Bc(152,U7,3,4,"td",112),n.Bc(153,N7,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,W7,3,4,"td",113),n.Bc(156,$7,3,4,"td",110),n.Bc(157,J7,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,z7,2,1,"td",110),n.Bc(160,q7,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,X7,1,3,"div",102),n.Bc(164,Q7,1,3,"div",102),n.Bc(165,K7,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,Z7,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,Y7,1,3,"div",102),n.Bc(175,t9,1,3,"div",102),n.Bc(176,a9,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,e9,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,n9,2,4,"td",102),n.Bc(186,o9,4,2,"td",147),n.Bc(187,c9,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,s9,3,4,"td",111),n.Bc(190,l9,3,4,"td",112),n.Bc(191,i9,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,r9,3,4,"td",113),n.Bc(194,b9,3,4,"td",110),n.Bc(195,f9,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,d9,2,1,"td",110),n.Bc(198,u9,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,A9,2,4,"td",102),n.Bc(203,L9,4,2,"td",147),n.Bc(204,_9,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,I9,3,4,"td",111),n.Bc(207,D9,3,4,"td",112),n.Bc(208,m9,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,C9,3,4,"td",113),n.Bc(211,S9,3,4,"td",110),n.Bc(212,h9,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,g9,2,1,"td",110),n.Bc(215,G9,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,T9,1,3,"div",102),n.Bc(219,p9,1,3,"div",102),n.Bc(220,k9,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,v9,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,y9,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,O9,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,B9,1,3,"div",102),n.Bc(256,F9,1,3,"div",102),n.Bc(257,E9,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,w9,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,M9,2,4,"td",102),n.Bc(267,j9,4,2,"td",147),n.Bc(268,x9,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,V9,3,4,"td",111),n.Bc(271,P9,3,4,"td",112),n.Bc(272,H9,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,R9,3,4,"td",113),n.Bc(275,U9,2,1,"td",110),n.Bc(276,N9,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,W9,2,1,"td",110),n.Bc(279,$9,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,J9,2,4,"td",102),n.Bc(284,z9,4,2,"td",147),n.Bc(285,q9,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,X9,3,4,"td",111),n.Bc(288,Q9,3,4,"td",112),n.Bc(289,K9,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,Z9,3,4,"td",113),n.Bc(292,Y9,3,4,"td",110),n.Bc(293,ttt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,att,2,1,"td",110),n.Bc(296,ett,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,ntt,1,3,"div",102),n.Bc(300,ott,1,3,"div",102),n.Bc(301,ctt,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,stt,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,ltt,1,3,"div",102),n.Bc(311,itt,1,3,"div",102),n.Bc(312,rtt,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,btt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,ftt,2,4,"td",102),n.Bc(322,dtt,4,2,"td",147),n.Bc(323,utt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,Att,3,4,"td",111),n.Bc(326,Ltt,3,4,"td",112),n.Bc(327,_tt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,Itt,3,4,"td",113),n.Bc(330,Dtt,3,4,"td",110),n.Bc(331,mtt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,Ctt,2,1,"td",110),n.Bc(334,Stt,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,htt,2,4,"td",102),n.Bc(339,gtt,4,2,"td",147),n.Bc(340,Gtt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,Ttt,3,4,"td",111),n.Bc(343,ptt,3,4,"td",112),n.Bc(344,ktt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,vtt,3,4,"td",113),n.Bc(347,ytt,3,4,"td",110),n.Bc(348,Ott,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Btt,2,1,"td",110),n.Bc(351,Ftt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,Ett,1,3,"div",102),n.Bc(355,wtt,1,3,"div",102),n.Bc(356,Mtt,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,jtt,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,xtt,1,3,"div",102),n.Bc(366,Vtt,1,3,"div",102),n.Bc(367,Ptt,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,Htt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Rtt,2,4,"td",102),n.Bc(377,Utt,4,2,"td",147),n.Bc(378,Ntt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Wtt,3,4,"td",111),n.Bc(381,$tt,3,4,"td",112),n.Bc(382,Jtt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,ztt,3,4,"td",113),n.Bc(385,qtt,3,4,"td",110),n.Bc(386,Xtt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Qtt,2,1,"td",110),n.Bc(389,Ktt,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,Ztt,2,4,"td",102),n.Bc(394,Ytt,4,2,"td",147),n.Bc(395,tat,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,aat,3,4,"td",111),n.Bc(398,eat,3,4,"td",112),n.Bc(399,nat,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,oat,3,4,"td",113),n.Bc(402,cat,3,4,"td",110),n.Bc(403,sat,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,lat,2,1,"td",110),n.Bc(406,iat,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,rat,1,3,"div",102),n.Bc(410,bat,1,3,"div",102),n.Bc(411,fat,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,dat,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,uat,1,3,"div",102),n.Bc(421,Aat,1,3,"div",102),n.Bc(422,Lat,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,_at,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Iat,2,4,"td",102),n.Bc(432,Dat,4,2,"td",147),n.Bc(433,mat,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,Cat,3,4,"td",111),n.Bc(436,Sat,3,4,"td",112),n.Bc(437,hat,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,gat,3,4,"td",113),n.Bc(440,Gat,3,4,"td",110),n.Bc(441,Tat,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,pat,2,1,"td",110),n.Bc(444,kat,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,vat,2,4,"td",102),n.Bc(449,yat,4,2,"td",147),n.Bc(450,Oat,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Bat,3,4,"td",111),n.Bc(453,Fat,3,4,"td",112),n.Bc(454,Eat,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,wat,3,4,"td",113),n.Bc(457,Mat,3,4,"td",110),n.Bc(458,jat,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,xat,2,1,"td",110),n.Bc(461,Vat,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Pat,1,3,"div",102),n.Bc(465,Hat,1,3,"div",102),n.Bc(466,Rat,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,Uat,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,Nat,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,Wat,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,$at,1,3,"div",102),n.Bc(502,Jat,1,3,"div",102),n.Bc(503,zat,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,qat,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,Xat,2,4,"td",102),n.Bc(513,Qat,4,2,"td",147),n.Bc(514,Kat,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,Zat,3,4,"td",111),n.Bc(517,Yat,3,4,"td",112),n.Bc(518,tet,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,aet,3,4,"td",113),n.Bc(521,eet,2,1,"td",110),n.Bc(522,net,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,oet,2,1,"td",110),n.Bc(525,cet,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,set,2,4,"td",102),n.Bc(530,iet,4,2,"td",147),n.Bc(531,ret,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,bet,3,4,"td",111),n.Bc(534,fet,3,4,"td",112),n.Bc(535,det,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,uet,3,4,"td",113),n.Bc(538,Aet,3,4,"td",110),n.Bc(539,Let,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,_et,2,1,"td",110),n.Bc(542,Iet,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,Det,1,3,"div",102),n.Bc(546,met,1,3,"div",102),n.Bc(547,Cet,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,het,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,get,1,3,"div",102),n.Bc(557,Get,1,3,"div",102),n.Bc(558,Tet,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,pet,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,ket,2,4,"td",102),n.Bc(568,vet,4,2,"td",147),n.Bc(569,yet,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,Oet,3,4,"td",111),n.Bc(572,Bet,3,4,"td",112),n.Bc(573,Fet,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,Eet,3,4,"td",113),n.Bc(576,wet,3,4,"td",110),n.Bc(577,Met,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,jet,2,1,"td",110),n.Bc(580,xet,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,Vet,2,4,"td",102),n.Bc(585,Pet,4,2,"td",147),n.Bc(586,Het,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,Ret,3,4,"td",111),n.Bc(589,Uet,3,4,"td",112),n.Bc(590,Net,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,Wet,3,4,"td",113),n.Bc(593,$et,3,4,"td",110),n.Bc(594,Jet,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,zet,2,1,"td",110),n.Bc(597,qet,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,Xet,1,3,"div",102),n.Bc(601,Qet,1,3,"div",102),n.Bc(602,Ket,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,Zet,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,Yet,1,3,"div",102),n.Bc(612,tnt,1,3,"div",102),n.Bc(613,ant,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,ent,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,nnt,2,4,"td",102),n.Bc(623,ont,4,2,"td",147),n.Bc(624,cnt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,snt,3,4,"td",111),n.Bc(627,lnt,3,4,"td",112),n.Bc(628,int,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,rnt,3,4,"td",113),n.Bc(631,bnt,3,4,"td",110),n.Bc(632,fnt,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,dnt,2,1,"td",110),n.Bc(635,unt,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,Ant,2,4,"td",102),n.Bc(640,Lnt,4,2,"td",147),n.Bc(641,_nt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,Int,3,4,"td",111),n.Bc(644,Dnt,3,4,"td",112),n.Bc(645,mnt,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,Cnt,3,4,"td",113),n.Bc(648,Snt,3,4,"td",110),n.Bc(649,hnt,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,gnt,2,1,"td",110),n.Bc(652,Gnt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,Tnt,1,3,"div",102),n.Bc(656,pnt,1,3,"div",102),n.Bc(657,knt,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,vnt,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,ynt,1,3,"div",102),n.Bc(667,Ont,1,3,"div",102),n.Bc(668,Bnt,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,Fnt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,Ent,2,4,"td",102),n.Bc(678,wnt,4,2,"td",147),n.Bc(679,Mnt,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,jnt,3,4,"td",111),n.Bc(682,xnt,3,4,"td",112),n.Bc(683,Vnt,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,Pnt,3,4,"td",113),n.Bc(686,Hnt,3,4,"td",110),n.Bc(687,Rnt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,Unt,2,1,"td",110),n.Bc(690,Nnt,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,Wnt,2,4,"td",102),n.Bc(695,$nt,4,2,"td",147),n.Bc(696,Jnt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,znt,3,4,"td",111),n.Bc(699,qnt,3,4,"td",112),n.Bc(700,Xnt,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,Qnt,3,4,"td",113),n.Bc(703,Knt,3,4,"td",110),n.Bc(704,Znt,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,Ynt,2,1,"td",110),n.Bc(707,tot,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,aot,1,3,"div",102),n.Bc(711,eot,1,3,"div",102),n.Bc(712,not,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,oot,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,cot,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 lot(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 iot(t,a){if(1&t&&(n.Tb(0,"span",205),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 rot(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 bot(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 fot(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 dot(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 uot(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 Aot(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 Lot(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 _ot(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 Iot(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 Dot(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 mot(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,iot,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,rot,3,0,"div",168),n.Bc(27,bot,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,fot,3,0,"div",168),n.Bc(38,dot,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,uot,7,7,"ng-container",175),n.Bc(47,Aot,2,0,"ng-template",null,261,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,Lot,7,7,"ng-container",175),n.Bc(56,_ot,2,0,"ng-template",null,262,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,Iot,3,0,"div",168),n.Bc(68,Dot,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 Cot(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",259),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,A6,2,0,"span",79),n.Bc(6,L6,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,sot,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,lot,2,0,"ng-template",null,260,n.Cc),n.Bc(12,mot,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 Sot(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function hot(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 got(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 Got(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function kot(t,a){if(1&t){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 vot(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 yot(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Bot(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Fot(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function wot(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Mot(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[0].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_C8A23100011_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Vot(t,a){if(1&t&&(n.Tb(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 Pot(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 Hot(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100011_document.rackInfo[0].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_C8A23100011_document.rackInfo[0].slotInfo[1].battVoltage,"1.2-2"),"V")}}function Not(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function $ot(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[0].slotInfo[1].battSoH,"0.1-2"),"%")}}function zot(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Xot(t,a){if(1&t&&(n.Tb(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 Qot(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Yot(t,a){if(1&t){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 tct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function act(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function ect(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function nct(t,a){if(1&t){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 oct(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 cct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 sct(t,a){if(1&t&&(n.Tb(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 lct(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ict(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 rct(t,a){if(1&t&&(n.Tb(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 bct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 fct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[2].battTempCell,"\xb0C")}}function uct(t,a){if(1&t&&(n.Tb(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 Act(t,a){if(1&t&&(n.Tb(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 Lct(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 _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_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 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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].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_C8A23100011_document.rackInfo[0].slotInfo[3].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function yct(t,a){if(1&t){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 Oct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Ect(t,a){if(1&t){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 wct(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 Mct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 jct(t,a){if(1&t&&(n.Tb(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 xct(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Vct(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Pct(t,a){if(1&t&&(n.Tb(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 Hct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Rct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Uct(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Wct(t,a){if(1&t&&(n.Tb(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 $ct(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 Jct(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].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_C8A23100011_document.rackInfo[0].slotInfo[5].battVoltage,"1.2-2"),"V")}}function Xct(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function Kct(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Zct(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Yct(t,a){if(1&t&&(n.Tb(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 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[5].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_C8A23100011_document.rackInfo[0].slotInfo[5].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function ost(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function cst(t,a){if(1&t){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 sst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function rst(t,a){if(1&t){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 bst(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 fst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[6].battCellDiff,"mV")}}function ust(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ast(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function _st(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Ist(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function mst(t,a){if(1&t&&(n.Tb(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 Cst(t,a){if(1&t&&(n.Tb(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 Sst(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 hst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function Gst(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Tst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 pst(t,a){if(1&t&&(n.Tb(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 kst(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vst(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function Ost(t,a){if(1&t&&(n.Tb(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 Bst(t,a){if(1&t&&(n.Tb(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 Fst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Mst(t,a){if(1&t){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 jst(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 xst(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 Vst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Pst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function Hst(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Rst(t,a){if(1&t){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 Ust(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 Nst(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].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_C8A23100011_document.rackInfo[1].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Jst(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function qst(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Xst(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function Kst(t,a){if(1&t&&(n.Tb(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 Zst(t,a){if(1&t&&(n.Tb(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 Yst(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 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[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function elt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nlt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 olt(t,a){if(1&t&&(n.Tb(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 clt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 slt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function ilt(t,a){if(1&t&&(n.Tb(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 rlt(t,a){if(1&t&&(n.Tb(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 blt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function ult(t,a){if(1&t){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 Alt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].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[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Dlt(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 mlt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Clt(t,a){if(1&t&&(n.Tb(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 Slt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function glt(t,a){if(1&t&&(n.Tb(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 Glt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Tlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function vlt(t,a){if(1&t&&(n.Tb(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 ylt(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 Olt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Blt(t,a){if(1&t&&(n.Tb(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 Flt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Elt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].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[3].battSoC,"1.0-1"),"%")}}function jlt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function Vlt(t,a){if(1&t&&(n.Tb(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 Plt(t,a){if(1&t&&(n.Tb(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 Hlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Ult(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[3].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[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function Wlt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function zlt(t,a){if(1&t){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 qlt(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 Xlt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].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[4].battVoltage,"1.2-2"),"V")}}function Zlt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[4].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[4].battSoC,"1.0-1"),"%")}}function ait(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function nit(t,a){if(1&t&&(n.Tb(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 oit(t,a){if(1&t&&(n.Tb(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 cit(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 sit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 lit(t,a){if(1&t&&(n.Tb(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 iit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rit(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function fit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 dit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function Ait(t,a){if(1&t&&(n.Tb(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 Lit(t,a){if(1&t&&(n.Tb(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 _it(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function mit(t,a){if(1&t){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 Cit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function hit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function git(t,a){if(1&t){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 Git(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 Tit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 pit(t,a){if(1&t&&(n.Tb(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 kit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 vit(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Oit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Bit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function wit(t,a){if(1&t&&(n.Tb(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 Mit(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 jit(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 xit(t,a){if(1&t&&(n.Tb(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 Vit(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Pit(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function Rit(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Uit(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Nit(t,a){if(1&t&&(n.Tb(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 Wit(t,a){if(1&t&&(n.Tb(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 $it(t,a){if(1&t&&(n.Tb(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 Jit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function zit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[1].slotInfo[7].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_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 Qit(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 Kit(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 Zit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Yit(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function art(t,a){if(1&t){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 ert(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 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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function crt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 srt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lrt(t,a){if(1&t&&(n.Tb(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 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_C8A23100011_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}function rrt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function drt(t,a){if(1&t&&(n.Tb(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 urt(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 Art(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Lrt(t,a){if(1&t&&(n.Tb(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 _rt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Irt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function mrt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Crt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Srt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].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[1].battId,"")}}function Grt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function krt(t,a){if(1&t){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 vrt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Brt(t,a){if(1&t){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 Frt(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 Ert(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 wrt(t,a){if(1&t&&(n.Tb(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 Mrt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 jrt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[2].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_C8A23100011_document.rackInfo[2].slotInfo[2].battSoC,"1.0-1"),"%")}}function Prt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[2].battTempCell,"\xb0C")}}function Rrt(t,a){if(1&t&&(n.Tb(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 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[2].battId,"")}}function Nrt(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 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[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].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[3].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[3].battVoltage,"1.2-2"),"V")}}function zrt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function Xrt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100011_document.rackInfo[2].slotInfo[3].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function Yrt(t,a){if(1&t&&(n.Tb(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 tbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function nbt(t,a){if(1&t){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 obt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function lbt(t,a){if(1&t){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 ibt(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 rbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 bbt(t,a){if(1&t&&(n.Tb(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 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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].battId,"")}}function mbt(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 Cbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battCellDiff,"mV")}}function hbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 gbt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function Tbt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 pbt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function vbt(t,a){if(1&t&&(n.Tb(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 ybt(t,a){if(1&t&&(n.Tb(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 Obt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ebt(t,a){if(1&t){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 wbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function jbt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function xbt(t,a){if(1&t){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 Vbt(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 Pbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Hbt(t,a){if(1&t&&(n.Tb(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 Rbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ubt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Nbt(t,a){if(1&t&&(n.Tb(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 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[6].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[6].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[6].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[6].battId,"")}}function Xbt(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 Qbt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battCellDiff,"mV")}}function Zbt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ybt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function aft(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 eft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 nft(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function cft(t,a){if(1&t&&(n.Tb(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 sft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100011_document.rackInfo[2].slotInfo[7].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_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 bft(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 fft(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,got,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Got,1,3,"div",102),n.Bc(10,Tot,1,3,"div",102),n.Bc(11,pot,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,kot,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,vot,2,4,"td",102),n.Bc(21,yot,4,2,"td",147),n.Bc(22,Oot,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Bot,3,4,"td",111),n.Bc(25,Fot,3,4,"td",112),n.Bc(26,Eot,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,wot,3,4,"td",113),n.Bc(29,Mot,2,1,"td",110),n.Bc(30,jot,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,xot,2,1,"td",110),n.Bc(33,Vot,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,Pot,2,4,"td",102),n.Bc(38,Hot,4,2,"td",147),n.Bc(39,Rot,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Uot,3,4,"td",111),n.Bc(42,Not,3,4,"td",112),n.Bc(43,Wot,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,$ot,3,4,"td",113),n.Bc(46,Jot,3,4,"td",110),n.Bc(47,zot,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,qot,2,1,"td",110),n.Bc(50,Xot,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Qot,1,3,"div",102),n.Bc(54,Kot,1,3,"div",102),n.Bc(55,Zot,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,Yot,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,tct,1,3,"div",102),n.Bc(65,act,1,3,"div",102),n.Bc(66,ect,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,nct,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,oct,2,4,"td",102),n.Bc(76,cct,4,2,"td",147),n.Bc(77,sct,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,lct,3,4,"td",111),n.Bc(80,ict,3,4,"td",112),n.Bc(81,rct,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,bct,3,4,"td",113),n.Bc(84,fct,3,4,"td",110),n.Bc(85,dct,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,uct,2,1,"td",110),n.Bc(88,Act,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,Lct,2,4,"td",102),n.Bc(93,_ct,4,2,"td",147),n.Bc(94,Ict,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,Dct,3,4,"td",111),n.Bc(97,mct,3,4,"td",112),n.Bc(98,Cct,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Sct,3,4,"td",113),n.Bc(101,hct,3,4,"td",110),n.Bc(102,gct,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,Gct,2,1,"td",110),n.Bc(105,Tct,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,pct,1,3,"div",102),n.Bc(109,kct,1,3,"div",102),n.Bc(110,vct,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,yct,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,Oct,1,3,"div",102),n.Bc(120,Bct,1,3,"div",102),n.Bc(121,Fct,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,Ect,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,wct,2,4,"td",102),n.Bc(131,Mct,4,2,"td",147),n.Bc(132,jct,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,xct,3,4,"td",111),n.Bc(135,Vct,3,4,"td",112),n.Bc(136,Pct,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Hct,3,4,"td",113),n.Bc(139,Rct,3,4,"td",110),n.Bc(140,Uct,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Nct,2,1,"td",110),n.Bc(143,Wct,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,$ct,2,4,"td",102),n.Bc(148,Jct,4,2,"td",147),n.Bc(149,zct,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,qct,3,4,"td",111),n.Bc(152,Xct,3,4,"td",112),n.Bc(153,Qct,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,Kct,3,4,"td",113),n.Bc(156,Zct,3,4,"td",110),n.Bc(157,Yct,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,tst,2,1,"td",110),n.Bc(160,ast,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,est,1,3,"div",102),n.Bc(164,nst,1,3,"div",102),n.Bc(165,ost,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,cst,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,sst,1,3,"div",102),n.Bc(175,lst,1,3,"div",102),n.Bc(176,ist,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,rst,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,bst,2,4,"td",102),n.Bc(186,fst,4,2,"td",147),n.Bc(187,dst,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,ust,3,4,"td",111),n.Bc(190,Ast,3,4,"td",112),n.Bc(191,Lst,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,_st,3,4,"td",113),n.Bc(194,Ist,3,4,"td",110),n.Bc(195,Dst,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,mst,2,1,"td",110),n.Bc(198,Cst,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,Sst,2,4,"td",102),n.Bc(203,hst,4,2,"td",147),n.Bc(204,gst,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,Gst,3,4,"td",111),n.Bc(207,Tst,3,4,"td",112),n.Bc(208,pst,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,kst,3,4,"td",113),n.Bc(211,vst,3,4,"td",110),n.Bc(212,yst,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,Ost,2,1,"td",110),n.Bc(215,Bst,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,Fst,1,3,"div",102),n.Bc(219,Est,1,3,"div",102),n.Bc(220,wst,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,Mst,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,jst,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,xst,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,Vst,1,3,"div",102),n.Bc(256,Pst,1,3,"div",102),n.Bc(257,Hst,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,Rst,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,Ust,2,4,"td",102),n.Bc(267,Nst,4,2,"td",147),n.Bc(268,Wst,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,$st,3,4,"td",111),n.Bc(271,Jst,3,4,"td",112),n.Bc(272,zst,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,qst,3,4,"td",113),n.Bc(275,Xst,2,1,"td",110),n.Bc(276,Qst,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,Kst,2,1,"td",110),n.Bc(279,Zst,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,Yst,2,4,"td",102),n.Bc(284,tlt,4,2,"td",147),n.Bc(285,alt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,elt,3,4,"td",111),n.Bc(288,nlt,3,4,"td",112),n.Bc(289,olt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,clt,3,4,"td",113),n.Bc(292,slt,3,4,"td",110),n.Bc(293,llt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,ilt,2,1,"td",110),n.Bc(296,rlt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,blt,1,3,"div",102),n.Bc(300,flt,1,3,"div",102),n.Bc(301,dlt,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,ult,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,Alt,1,3,"div",102),n.Bc(311,Llt,1,3,"div",102),n.Bc(312,_lt,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,Ilt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,Dlt,2,4,"td",102),n.Bc(322,mlt,4,2,"td",147),n.Bc(323,Clt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,Slt,3,4,"td",111),n.Bc(326,hlt,3,4,"td",112),n.Bc(327,glt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,Glt,3,4,"td",113),n.Bc(330,Tlt,3,4,"td",110),n.Bc(331,plt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,klt,2,1,"td",110),n.Bc(334,vlt,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,ylt,2,4,"td",102),n.Bc(339,Olt,4,2,"td",147),n.Bc(340,Blt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,Flt,3,4,"td",111),n.Bc(343,Elt,3,4,"td",112),n.Bc(344,wlt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,Mlt,3,4,"td",113),n.Bc(347,jlt,3,4,"td",110),n.Bc(348,xlt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Vlt,2,1,"td",110),n.Bc(351,Plt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,Hlt,1,3,"div",102),n.Bc(355,Rlt,1,3,"div",102),n.Bc(356,Ult,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,Nlt,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,Wlt,1,3,"div",102),n.Bc(366,$lt,1,3,"div",102),n.Bc(367,Jlt,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,zlt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,qlt,2,4,"td",102),n.Bc(377,Xlt,4,2,"td",147),n.Bc(378,Qlt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Klt,3,4,"td",111),n.Bc(381,Zlt,3,4,"td",112),n.Bc(382,Ylt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,tit,3,4,"td",113),n.Bc(385,ait,3,4,"td",110),n.Bc(386,eit,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,nit,2,1,"td",110),n.Bc(389,oit,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,cit,2,4,"td",102),n.Bc(394,sit,4,2,"td",147),n.Bc(395,lit,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,iit,3,4,"td",111),n.Bc(398,rit,3,4,"td",112),n.Bc(399,bit,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,fit,3,4,"td",113),n.Bc(402,dit,3,4,"td",110),n.Bc(403,uit,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Ait,2,1,"td",110),n.Bc(406,Lit,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,_it,1,3,"div",102),n.Bc(410,Iit,1,3,"div",102),n.Bc(411,Dit,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,mit,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,Cit,1,3,"div",102),n.Bc(421,Sit,1,3,"div",102),n.Bc(422,hit,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,git,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Git,2,4,"td",102),n.Bc(432,Tit,4,2,"td",147),n.Bc(433,pit,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,kit,3,4,"td",111),n.Bc(436,vit,3,4,"td",112),n.Bc(437,yit,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Oit,3,4,"td",113),n.Bc(440,Bit,3,4,"td",110),n.Bc(441,Fit,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,Eit,2,1,"td",110),n.Bc(444,wit,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,Mit,2,4,"td",102),n.Bc(449,jit,4,2,"td",147),n.Bc(450,xit,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Vit,3,4,"td",111),n.Bc(453,Pit,3,4,"td",112),n.Bc(454,Hit,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,Rit,3,4,"td",113),n.Bc(457,Uit,3,4,"td",110),n.Bc(458,Nit,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,Wit,2,1,"td",110),n.Bc(461,$it,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,Jit,1,3,"div",102),n.Bc(465,zit,1,3,"div",102),n.Bc(466,qit,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,Xit,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,Qit,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,Kit,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,Zit,1,3,"div",102),n.Bc(502,Yit,1,3,"div",102),n.Bc(503,trt,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,art,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,ert,2,4,"td",102),n.Bc(513,nrt,4,2,"td",147),n.Bc(514,ort,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,crt,3,4,"td",111),n.Bc(517,srt,3,4,"td",112),n.Bc(518,lrt,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,irt,3,4,"td",113),n.Bc(521,rrt,2,1,"td",110),n.Bc(522,brt,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,frt,2,1,"td",110),n.Bc(525,drt,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,urt,2,4,"td",102),n.Bc(530,Art,4,2,"td",147),n.Bc(531,Lrt,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,_rt,3,4,"td",111),n.Bc(534,Irt,3,4,"td",112),n.Bc(535,Drt,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,mrt,3,4,"td",113),n.Bc(538,Crt,3,4,"td",110),n.Bc(539,Srt,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,hrt,2,1,"td",110),n.Bc(542,grt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,Grt,1,3,"div",102),n.Bc(546,Trt,1,3,"div",102),n.Bc(547,prt,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,krt,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,vrt,1,3,"div",102),n.Bc(557,yrt,1,3,"div",102),n.Bc(558,Ort,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,Brt,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,Frt,2,4,"td",102),n.Bc(568,Ert,4,2,"td",147),n.Bc(569,wrt,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,Mrt,3,4,"td",111),n.Bc(572,jrt,3,4,"td",112),n.Bc(573,xrt,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,Vrt,3,4,"td",113),n.Bc(576,Prt,3,4,"td",110),n.Bc(577,Hrt,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,Rrt,2,1,"td",110),n.Bc(580,Urt,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,Nrt,2,4,"td",102),n.Bc(585,Wrt,4,2,"td",147),n.Bc(586,$rt,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,Jrt,3,4,"td",111),n.Bc(589,zrt,3,4,"td",112),n.Bc(590,qrt,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,Xrt,3,4,"td",113),n.Bc(593,Qrt,3,4,"td",110),n.Bc(594,Krt,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,Zrt,2,1,"td",110),n.Bc(597,Yrt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,tbt,1,3,"div",102),n.Bc(601,abt,1,3,"div",102),n.Bc(602,ebt,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,nbt,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,obt,1,3,"div",102),n.Bc(612,cbt,1,3,"div",102),n.Bc(613,sbt,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,lbt,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,ibt,2,4,"td",102),n.Bc(623,rbt,4,2,"td",147),n.Bc(624,bbt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,fbt,3,4,"td",111),n.Bc(627,dbt,3,4,"td",112),n.Bc(628,ubt,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,Abt,3,4,"td",113),n.Bc(631,Lbt,3,4,"td",110),n.Bc(632,_bt,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,Ibt,2,1,"td",110),n.Bc(635,Dbt,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,mbt,2,4,"td",102),n.Bc(640,Cbt,4,2,"td",147),n.Bc(641,Sbt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,hbt,3,4,"td",111),n.Bc(644,gbt,3,4,"td",112),n.Bc(645,Gbt,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,Tbt,3,4,"td",113),n.Bc(648,pbt,3,4,"td",110),n.Bc(649,kbt,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,vbt,2,1,"td",110),n.Bc(652,ybt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,Obt,1,3,"div",102),n.Bc(656,Bbt,1,3,"div",102),n.Bc(657,Fbt,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,Ebt,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,wbt,1,3,"div",102),n.Bc(667,Mbt,1,3,"div",102),n.Bc(668,jbt,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,xbt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,Vbt,2,4,"td",102),n.Bc(678,Pbt,4,2,"td",147),n.Bc(679,Hbt,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,Rbt,3,4,"td",111),n.Bc(682,Ubt,3,4,"td",112),n.Bc(683,Nbt,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,Wbt,3,4,"td",113),n.Bc(686,$bt,3,4,"td",110),n.Bc(687,Jbt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,zbt,2,1,"td",110),n.Bc(690,qbt,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,Xbt,2,4,"td",102),n.Bc(695,Qbt,4,2,"td",147),n.Bc(696,Kbt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,Zbt,3,4,"td",111),n.Bc(699,Ybt,3,4,"td",112),n.Bc(700,tft,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,aft,3,4,"td",113),n.Bc(703,eft,3,4,"td",110),n.Bc(704,nft,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,oft,2,1,"td",110),n.Bc(707,cft,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,sft,1,3,"div",102),n.Bc(711,lft,1,3,"div",102),n.Bc(712,ift,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,rft,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,bft,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 dft(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 uft(t,a){if(1&t&&(n.Tb(0,"span",205),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 Aft(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 Lft(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 _ft(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 Ift(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 Dft(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 mft(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 Cft(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 Sft(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 hft(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 gft(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 Gft(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,uft,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,Aft,3,0,"div",168),n.Bc(27,Lft,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,_ft,3,0,"div",168),n.Bc(38,Ift,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,Dft,7,7,"ng-container",175),n.Bc(47,mft,2,0,"ng-template",null,265,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,Cft,7,7,"ng-container",175),n.Bc(56,Sft,2,0,"ng-template",null,266,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,hft,3,0,"div",168),n.Bc(68,gft,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 Tft(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",263),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Sot,2,0,"span",79),n.Bc(6,hot,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,fft,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,dft,2,0,"ng-template",null,264,n.Cc),n.Bc(12,Gft,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 pft(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function kft(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 vft(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 yft(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function Fft(t,a){if(1&t){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 Eft(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 wft(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function jft(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 xft(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Vft(t,a){if(1&t&&(n.Tb(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 Pft(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Hft(t,a){if(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 Rft(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Nft(t,a){if(1&t&&(n.Tb(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 Wft(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 $ft(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function zft(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 qft(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Qft(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Kft(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Zft(t,a){if(1&t&&(n.Tb(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 Yft(t,a){if(1&t&&(n.Tb(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 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[1].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function ndt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function odt(t,a){if(1&t){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 cdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function idt(t,a){if(1&t){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 rdt(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 bdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 fdt(t,a){if(1&t&&(n.Tb(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 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[2].battVoltage,"1.2-2"),"V")}}function udt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Adt(t,a){if(1&t&&(n.Tb(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 Ldt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 _dt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function mdt(t,a){if(1&t&&(n.Tb(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 Cdt(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 Sdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function gdt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Gdt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[0].slotInfo[3].battTempMos,"\xb0C")}}function pdt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100005_document.rackInfo[0].slotInfo[3].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].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_C8A23100005_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Odt(t,a){if(1&t&&(n.Tb(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 Bdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function wdt(t,a){if(1&t){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 Mdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function jdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function xdt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Vdt(t,a){if(1&t){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 Pdt(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 Hdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function Udt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ndt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Wdt(t,a){if(1&t&&(n.Tb(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 $dt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Jdt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100005_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Xdt(t,a){if(1&t&&(n.Tb(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 Qdt(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 Kdt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100005_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Ydt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[5].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function eut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 nut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function sut(t,a){if(1&t&&(n.Tb(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 lut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[5].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[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function uut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Aut(t,a){if(1&t){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 Lut(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 _ut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Dut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 mut(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function Sut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 hut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function Tut(t,a){if(1&t&&(n.Tb(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 put(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 kut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function yut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Out(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function Fut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Eut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].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[7].battChgCycle,"")}}function jut(t,a){if(1&t&&(n.Tb(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 xut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Hut(t,a){if(1&t){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 Rut(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 Uut(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 Nut(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].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_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 zut(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 qut(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function Qut(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Kut(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Zut(t,a){if(1&t&&(n.Tb(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 Yut(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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_C8A23100005_document.rackInfo[1].slotInfo[0].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_C8A23100005_document.rackInfo[1].slotInfo[0].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_C8A23100005_document.rackInfo[1].slotInfo[0].battId,"")}}function oAt(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 cAt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].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_C8A23100005_document.rackInfo[1].slotInfo[1].battVoltage,"1.2-2"),"V")}}function iAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 rAt(t,a){if(1&t&&(n.Tb(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 bAt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 fAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 dAt(t,a){if(1&t&&(n.Tb(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 uAt(t,a){if(1&t&&(n.Tb(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 AAt(t,a){if(1&t&&(n.Tb(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 LAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function DAt(t,a){if(1&t){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 mAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function hAt(t,a){if(1&t){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 gAt(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 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_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 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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].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_C8A23100005_document.rackInfo[1].slotInfo[2].battId,"")}}function wAt(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 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[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0])}}function jAt(t,a){if(1&t&&(n.Tb(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 xAt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 VAt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function HAt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 RAt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 UAt(t,a){if(1&t&&(n.Tb(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 NAt(t,a){if(1&t&&(n.Tb(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 WAt(t,a){if(1&t&&(n.Tb(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 $At(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function qAt(t,a){if(1&t){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 XAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function QAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function KAt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ZAt(t,a){if(1&t){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 YAt(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function eLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nLt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 oLt(t,a){if(1&t&&(n.Tb(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 cLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 sLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}function iLt(t,a){if(1&t&&(n.Tb(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 rLt(t,a){if(1&t&&(n.Tb(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 bLt(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 fLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function uLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ALt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function _Lt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ILt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function mLt(t,a){if(1&t&&(n.Tb(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 CLt(t,a){if(1&t&&(n.Tb(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 SLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function gLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[5].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[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function TLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function kLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].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_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 yLt(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 OLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 BLt(t,a){if(1&t&&(n.Tb(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 FLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ELt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].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_C8A23100005_document.rackInfo[1].slotInfo[6].battSoC,"1.0-1"),"%")}}function jLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function VLt(t,a){if(1&t&&(n.Tb(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 PLt(t,a){if(1&t&&(n.Tb(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 HLt(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 RLt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function NLt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 WLt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function JLt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zLt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function QLt(t,a){if(1&t&&(n.Tb(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 KLt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function t_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[1].rackId,a.GetALLDataa.latest_C8A23100005_document.rackInfo[1].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function a_t(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 e_t(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 n_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function c_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function s_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 l_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 i_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].battCellDiff,"mV")}}function b_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 f_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 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[0].battTempMos,"\xb0C")}}function u_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 A_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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[0].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_C8A23100005_document.rackInfo[2].slotInfo[0].battChgCycle,"")}}function I_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 D_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 m_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 C_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 S_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 h_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 g_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 G_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 T_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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battChgCycle,"")}}function v_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 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,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"null"))}}function B_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function F_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 E_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function w_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}function M_t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function j_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 x_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 V_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[2].battCellDiff,"mV")}}function H_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 R_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 U_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 N_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 W_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 $_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 J_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 z_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 q_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 X_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battCellDiff,"mV")}}function K_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 Z_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 Y_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 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[3].battSoC,"1.0-1"),"%")}}function aIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}function nIt(t,a){if(1&t&&(n.Tb(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 oIt(t,a){if(1&t&&(n.Tb(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 cIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[3].battStatus[0]?"yellow":"null"))}}function iIt(t,a){if(1&t){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 rIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].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_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 uIt(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 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_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 LIt(t,a){if(1&t&&(n.Tb(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 _It(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 IIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 DIt(t,a){if(1&t&&(n.Tb(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 mIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 CIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[4].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_C8A23100005_document.rackInfo[2].slotInfo[4].battChgCycle,"")}}function gIt(t,a){if(1&t&&(n.Tb(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 GIt(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 TIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 pIt(t,a){if(1&t&&(n.Tb(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 kIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 vIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempMos,"\xb0C")}}function OIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 BIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battChgCycle,"")}}function wIt(t,a){if(1&t&&(n.Tb(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 MIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function VIt(t,a){if(1&t){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 PIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function HIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function RIt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function UIt(t,a){if(1&t){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 NIt(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 WIt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 $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("CellDiff: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[6].battCellDiff,"mV")}}function JIt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 zIt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 qIt(t,a){if(1&t&&(n.Tb(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 XIt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 QIt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].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_C8A23100005_document.rackInfo[2].slotInfo[6].battId,"")}}function tDt(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 aDt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 eDt(t,a){if(1&t&&(n.Tb(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 nDt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 oDt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[2].slotInfo[7].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[2].slotInfo[7].battSoC,"1.0-1"),"%")}}function lDt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function bDt(t,a){if(1&t&&(n.Tb(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 fDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function dDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"null"))}}function uDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100005_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function ADt(t,a){if(1&t){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 LDt(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 _Dt(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,vft,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,yft,1,3,"div",102),n.Bc(10,Oft,1,3,"div",102),n.Bc(11,Bft,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,Fft,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Eft,2,4,"td",102),n.Bc(21,wft,4,2,"td",147),n.Bc(22,Mft,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,jft,3,4,"td",111),n.Bc(25,xft,3,4,"td",112),n.Bc(26,Vft,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Pft,3,4,"td",113),n.Bc(29,Hft,2,1,"td",110),n.Bc(30,Rft,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Uft,2,1,"td",110),n.Bc(33,Nft,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,Wft,2,4,"td",102),n.Bc(38,$ft,4,2,"td",147),n.Bc(39,Jft,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,zft,3,4,"td",111),n.Bc(42,qft,3,4,"td",112),n.Bc(43,Xft,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Qft,3,4,"td",113),n.Bc(46,Kft,3,4,"td",110),n.Bc(47,Zft,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Yft,2,1,"td",110),n.Bc(50,tdt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,adt,1,3,"div",102),n.Bc(54,edt,1,3,"div",102),n.Bc(55,ndt,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,odt,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,cdt,1,3,"div",102),n.Bc(65,sdt,1,3,"div",102),n.Bc(66,ldt,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,idt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,rdt,2,4,"td",102),n.Bc(76,bdt,4,2,"td",147),n.Bc(77,fdt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,ddt,3,4,"td",111),n.Bc(80,udt,3,4,"td",112),n.Bc(81,Adt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Ldt,3,4,"td",113),n.Bc(84,_dt,3,4,"td",110),n.Bc(85,Idt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,Ddt,2,1,"td",110),n.Bc(88,mdt,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,Cdt,2,4,"td",102),n.Bc(93,Sdt,4,2,"td",147),n.Bc(94,hdt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,gdt,3,4,"td",111),n.Bc(97,Gdt,3,4,"td",112),n.Bc(98,Tdt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,pdt,3,4,"td",113),n.Bc(101,kdt,3,4,"td",110),n.Bc(102,vdt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,ydt,2,1,"td",110),n.Bc(105,Odt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Bdt,1,3,"div",102),n.Bc(109,Fdt,1,3,"div",102),n.Bc(110,Edt,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,wdt,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,Mdt,1,3,"div",102),n.Bc(120,jdt,1,3,"div",102),n.Bc(121,xdt,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,Vdt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Pdt,2,4,"td",102),n.Bc(131,Hdt,4,2,"td",147),n.Bc(132,Rdt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Udt,3,4,"td",111),n.Bc(135,Ndt,3,4,"td",112),n.Bc(136,Wdt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,$dt,3,4,"td",113),n.Bc(139,Jdt,3,4,"td",110),n.Bc(140,zdt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,qdt,2,1,"td",110),n.Bc(143,Xdt,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,Qdt,2,4,"td",102),n.Bc(148,Kdt,4,2,"td",147),n.Bc(149,Zdt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Ydt,3,4,"td",111),n.Bc(152,tut,3,4,"td",112),n.Bc(153,aut,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,eut,3,4,"td",113),n.Bc(156,nut,3,4,"td",110),n.Bc(157,out,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,cut,2,1,"td",110),n.Bc(160,sut,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,lut,1,3,"div",102),n.Bc(164,iut,1,3,"div",102),n.Bc(165,rut,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,but,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,fut,1,3,"div",102),n.Bc(175,dut,1,3,"div",102),n.Bc(176,uut,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,Aut,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,Lut,2,4,"td",102),n.Bc(186,_ut,4,2,"td",147),n.Bc(187,Iut,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Dut,3,4,"td",111),n.Bc(190,mut,3,4,"td",112),n.Bc(191,Cut,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Sut,3,4,"td",113),n.Bc(194,hut,3,4,"td",110),n.Bc(195,gut,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,Gut,2,1,"td",110),n.Bc(198,Tut,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,put,2,4,"td",102),n.Bc(203,kut,4,2,"td",147),n.Bc(204,vut,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,yut,3,4,"td",111),n.Bc(207,Out,3,4,"td",112),n.Bc(208,But,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,Fut,3,4,"td",113),n.Bc(211,Eut,3,4,"td",110),n.Bc(212,wut,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,Mut,2,1,"td",110),n.Bc(215,jut,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,xut,1,3,"div",102),n.Bc(219,Vut,1,3,"div",102),n.Bc(220,Put,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,Hut,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,Rut,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,Uut,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,Nut,1,3,"div",102),n.Bc(256,Wut,1,3,"div",102),n.Bc(257,$ut,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,Jut,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,zut,2,4,"td",102),n.Bc(267,qut,4,2,"td",147),n.Bc(268,Xut,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,Qut,3,4,"td",111),n.Bc(271,Kut,3,4,"td",112),n.Bc(272,Zut,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,Yut,3,4,"td",113),n.Bc(275,tAt,2,1,"td",110),n.Bc(276,aAt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,eAt,2,1,"td",110),n.Bc(279,nAt,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,oAt,2,4,"td",102),n.Bc(284,cAt,4,2,"td",147),n.Bc(285,sAt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,lAt,3,4,"td",111),n.Bc(288,iAt,3,4,"td",112),n.Bc(289,rAt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,bAt,3,4,"td",113),n.Bc(292,fAt,3,4,"td",110),n.Bc(293,dAt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,uAt,2,1,"td",110),n.Bc(296,AAt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,LAt,1,3,"div",102),n.Bc(300,_At,1,3,"div",102),n.Bc(301,IAt,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,DAt,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,mAt,1,3,"div",102),n.Bc(311,CAt,1,3,"div",102),n.Bc(312,SAt,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,hAt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,gAt,2,4,"td",102),n.Bc(322,GAt,4,2,"td",147),n.Bc(323,TAt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,pAt,3,4,"td",111),n.Bc(326,kAt,3,4,"td",112),n.Bc(327,vAt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,yAt,3,4,"td",113),n.Bc(330,OAt,3,4,"td",110),n.Bc(331,BAt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,FAt,2,1,"td",110),n.Bc(334,EAt,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,wAt,2,4,"td",102),n.Bc(339,MAt,4,2,"td",147),n.Bc(340,jAt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,xAt,3,4,"td",111),n.Bc(343,VAt,3,4,"td",112),n.Bc(344,PAt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,HAt,3,4,"td",113),n.Bc(347,RAt,3,4,"td",110),n.Bc(348,UAt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,NAt,2,1,"td",110),n.Bc(351,WAt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,$At,1,3,"div",102),n.Bc(355,JAt,1,3,"div",102),n.Bc(356,zAt,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,qAt,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,XAt,1,3,"div",102),n.Bc(366,QAt,1,3,"div",102),n.Bc(367,KAt,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,ZAt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,YAt,2,4,"td",102),n.Bc(377,tLt,4,2,"td",147),n.Bc(378,aLt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,eLt,3,4,"td",111),n.Bc(381,nLt,3,4,"td",112),n.Bc(382,oLt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,cLt,3,4,"td",113),n.Bc(385,sLt,3,4,"td",110),n.Bc(386,lLt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,iLt,2,1,"td",110),n.Bc(389,rLt,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,bLt,2,4,"td",102),n.Bc(394,fLt,4,2,"td",147),n.Bc(395,dLt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,uLt,3,4,"td",111),n.Bc(398,ALt,3,4,"td",112),n.Bc(399,LLt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,_Lt,3,4,"td",113),n.Bc(402,ILt,3,4,"td",110),n.Bc(403,DLt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,mLt,2,1,"td",110),n.Bc(406,CLt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,SLt,1,3,"div",102),n.Bc(410,hLt,1,3,"div",102),n.Bc(411,gLt,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,GLt,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,TLt,1,3,"div",102),n.Bc(421,pLt,1,3,"div",102),n.Bc(422,kLt,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,vLt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,yLt,2,4,"td",102),n.Bc(432,OLt,4,2,"td",147),n.Bc(433,BLt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,FLt,3,4,"td",111),n.Bc(436,ELt,3,4,"td",112),n.Bc(437,wLt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,MLt,3,4,"td",113),n.Bc(440,jLt,3,4,"td",110),n.Bc(441,xLt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,VLt,2,1,"td",110),n.Bc(444,PLt,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,HLt,2,4,"td",102),n.Bc(449,RLt,4,2,"td",147),n.Bc(450,ULt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,NLt,3,4,"td",111),n.Bc(453,WLt,3,4,"td",112),n.Bc(454,$Lt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,JLt,3,4,"td",113),n.Bc(457,zLt,3,4,"td",110),n.Bc(458,qLt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,XLt,2,1,"td",110),n.Bc(461,QLt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,KLt,1,3,"div",102),n.Bc(465,ZLt,1,3,"div",102),n.Bc(466,YLt,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,t_t,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,a_t,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,e_t,4,2,"b",98),n.Sb(),n.Tb(498,"div",99),n.Tb(499,"div",100),n.Tb(500,"div",101),n.Bc(501,n_t,1,3,"div",102),n.Bc(502,o_t,1,3,"div",102),n.Bc(503,c_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,s_t,2,0,"div",106),n.Sb(),n.Ob(509,"div",107),n.Tb(510,"table",108),n.Tb(511,"tr"),n.Bc(512,l_t,2,4,"td",102),n.Bc(513,i_t,4,2,"td",147),n.Bc(514,r_t,2,1,"td",110),n.Sb(),n.Tb(515,"tr"),n.Bc(516,b_t,3,4,"td",111),n.Bc(517,f_t,3,4,"td",112),n.Bc(518,d_t,2,1,"td",110),n.Sb(),n.Tb(519,"tr"),n.Bc(520,u_t,3,4,"td",113),n.Bc(521,A_t,2,1,"td",110),n.Bc(522,L_t,2,1,"td",110),n.Sb(),n.Tb(523,"tr"),n.Bc(524,__t,2,1,"td",110),n.Bc(525,I_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,D_t,2,4,"td",102),n.Bc(530,m_t,4,2,"td",147),n.Bc(531,C_t,2,1,"td",110),n.Sb(),n.Tb(532,"tr"),n.Bc(533,S_t,3,4,"td",111),n.Bc(534,h_t,3,4,"td",112),n.Bc(535,g_t,2,1,"td",110),n.Sb(),n.Tb(536,"tr"),n.Bc(537,G_t,3,4,"td",113),n.Bc(538,T_t,3,4,"td",110),n.Bc(539,p_t,2,1,"td",110),n.Sb(),n.Tb(540,"tr"),n.Bc(541,k_t,2,1,"td",110),n.Bc(542,v_t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(543,"div",115),n.Tb(544,"div",101),n.Bc(545,y_t,1,3,"div",102),n.Bc(546,O_t,1,3,"div",102),n.Bc(547,B_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,F_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,E_t,1,3,"div",102),n.Bc(557,w_t,1,3,"div",102),n.Bc(558,M_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,j_t,2,0,"div",106),n.Sb(),n.Ob(564,"div",107),n.Tb(565,"table",108),n.Tb(566,"tr"),n.Bc(567,x_t,2,4,"td",102),n.Bc(568,V_t,4,2,"td",147),n.Bc(569,P_t,2,1,"td",110),n.Sb(),n.Tb(570,"tr"),n.Bc(571,H_t,3,4,"td",111),n.Bc(572,R_t,3,4,"td",112),n.Bc(573,U_t,2,1,"td",110),n.Sb(),n.Tb(574,"tr"),n.Bc(575,N_t,3,4,"td",113),n.Bc(576,W_t,3,4,"td",110),n.Bc(577,$_t,2,1,"td",110),n.Sb(),n.Tb(578,"tr"),n.Bc(579,J_t,2,1,"td",110),n.Bc(580,z_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,q_t,2,4,"td",102),n.Bc(585,X_t,4,2,"td",147),n.Bc(586,Q_t,2,1,"td",110),n.Sb(),n.Tb(587,"tr"),n.Bc(588,K_t,3,4,"td",111),n.Bc(589,Z_t,3,4,"td",112),n.Bc(590,Y_t,2,1,"td",110),n.Sb(),n.Tb(591,"tr"),n.Bc(592,tIt,3,4,"td",113),n.Bc(593,aIt,3,4,"td",110),n.Bc(594,eIt,2,1,"td",110),n.Sb(),n.Tb(595,"tr"),n.Bc(596,nIt,2,1,"td",110),n.Bc(597,oIt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(598,"div",115),n.Tb(599,"div",101),n.Bc(600,cIt,1,3,"div",102),n.Bc(601,sIt,1,3,"div",102),n.Bc(602,lIt,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,iIt,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,rIt,1,3,"div",102),n.Bc(612,bIt,1,3,"div",102),n.Bc(613,fIt,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,dIt,2,0,"div",106),n.Sb(),n.Ob(619,"div",107),n.Tb(620,"table",108),n.Tb(621,"tr"),n.Bc(622,uIt,2,4,"td",102),n.Bc(623,AIt,4,2,"td",147),n.Bc(624,LIt,2,1,"td",110),n.Sb(),n.Tb(625,"tr"),n.Bc(626,_It,3,4,"td",111),n.Bc(627,IIt,3,4,"td",112),n.Bc(628,DIt,2,1,"td",110),n.Sb(),n.Tb(629,"tr"),n.Bc(630,mIt,3,4,"td",113),n.Bc(631,CIt,3,4,"td",110),n.Bc(632,SIt,2,1,"td",110),n.Sb(),n.Tb(633,"tr"),n.Bc(634,hIt,2,1,"td",110),n.Bc(635,gIt,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,GIt,2,4,"td",102),n.Bc(640,TIt,4,2,"td",147),n.Bc(641,pIt,2,1,"td",110),n.Sb(),n.Tb(642,"tr"),n.Bc(643,kIt,3,4,"td",111),n.Bc(644,vIt,3,4,"td",112),n.Bc(645,yIt,2,1,"td",110),n.Sb(),n.Tb(646,"tr"),n.Bc(647,OIt,3,4,"td",113),n.Bc(648,BIt,3,4,"td",110),n.Bc(649,FIt,2,1,"td",110),n.Sb(),n.Tb(650,"tr"),n.Bc(651,EIt,2,1,"td",110),n.Bc(652,wIt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(653,"div",115),n.Tb(654,"div",101),n.Bc(655,MIt,1,3,"div",102),n.Bc(656,jIt,1,3,"div",102),n.Bc(657,xIt,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,VIt,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,PIt,1,3,"div",102),n.Bc(667,HIt,1,3,"div",102),n.Bc(668,RIt,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,UIt,2,0,"div",106),n.Sb(),n.Ob(674,"div",107),n.Tb(675,"table",108),n.Tb(676,"tr"),n.Bc(677,NIt,2,4,"td",102),n.Bc(678,WIt,4,2,"td",147),n.Bc(679,$It,2,1,"td",110),n.Sb(),n.Tb(680,"tr"),n.Bc(681,JIt,3,4,"td",111),n.Bc(682,zIt,3,4,"td",112),n.Bc(683,qIt,2,1,"td",110),n.Sb(),n.Tb(684,"tr"),n.Bc(685,XIt,3,4,"td",113),n.Bc(686,QIt,3,4,"td",110),n.Bc(687,KIt,2,1,"td",110),n.Sb(),n.Tb(688,"tr"),n.Bc(689,ZIt,2,1,"td",110),n.Bc(690,YIt,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,tDt,2,4,"td",102),n.Bc(695,aDt,4,2,"td",147),n.Bc(696,eDt,2,1,"td",110),n.Sb(),n.Tb(697,"tr"),n.Bc(698,nDt,3,4,"td",111),n.Bc(699,oDt,3,4,"td",112),n.Bc(700,cDt,2,1,"td",110),n.Sb(),n.Tb(701,"tr"),n.Bc(702,sDt,3,4,"td",113),n.Bc(703,lDt,3,4,"td",110),n.Bc(704,iDt,2,1,"td",110),n.Sb(),n.Tb(705,"tr"),n.Bc(706,rDt,2,1,"td",110),n.Bc(707,bDt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(708,"div",115),n.Tb(709,"div",101),n.Bc(710,fDt,1,3,"div",102),n.Bc(711,dDt,1,3,"div",102),n.Bc(712,uDt,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,ADt,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,LDt,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 IDt(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 DDt(t,a){if(1&t&&(n.Tb(0,"span",205),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 mDt(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 CDt(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 SDt(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 hDt(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 gDt(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 GDt(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 TDt(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 pDt(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 kDt(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 vDt(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 yDt(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,DDt,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,mDt,3,0,"div",168),n.Bc(27,CDt,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,SDt,3,0,"div",168),n.Bc(38,hDt,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,gDt,7,7,"ng-container",175),n.Bc(47,GDt,2,0,"ng-template",null,269,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,TDt,7,7,"ng-container",175),n.Bc(56,pDt,2,0,"ng-template",null,270,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,kDt,3,0,"div",168),n.Bc(68,vDt,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 ODt(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",267),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,pft,2,0,"span",79),n.Bc(6,kft,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,_Dt,740,366,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,IDt,2,0,"ng-template",null,268,n.Cc),n.Bc(12,yDt,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 BDt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function FDt(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 EDt(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 wDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function MDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function jDt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function xDt(t,a){if(1&t){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 VDt(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 PDt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function RDt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 UDt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function WDt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 $Dt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function qDt(t,a){if(1&t&&(n.Tb(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 XDt(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 QDt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 KDt(t,a){if(1&t&&(n.Tb(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 ZDt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 YDt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].battTempMos,"\xb0C")}}function amt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 emt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 nmt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function cmt(t,a){if(1&t&&(n.Tb(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 smt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function rmt(t,a){if(1&t){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 bmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[2].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_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 Amt(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 Lmt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 _mt(t,a){if(1&t&&(n.Tb(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 Imt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Dmt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 mmt(t,a){if(1&t&&(n.Tb(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 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_C8A23100007_document.rackInfo[0].slotInfo[2].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_C8A23100007_document.rackInfo[0].slotInfo[2].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_C8A23100007_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function gmt(t,a){if(1&t&&(n.Tb(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 Gmt(t,a){if(1&t&&(n.Tb(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 Tmt(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 pmt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function vmt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ymt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100007_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function Bmt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Fmt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].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[3].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Vmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Pmt(t,a){if(1&t){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 Hmt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Nmt(t,a){if(1&t){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 Wmt(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 $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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function zmt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 qmt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Xmt(t,a){if(1&t&&(n.Tb(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 Qmt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[4].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[4].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[4].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[4].battId,"")}}function aCt(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 eCt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100007_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function oCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 cCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 sCt(t,a){if(1&t&&(n.Tb(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 lCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100007_document.rackInfo[0].slotInfo[5].battSoH,"0.1-2"),"%")}}function rCt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function fCt(t,a){if(1&t&&(n.Tb(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 dCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function ACt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function LCt(t,a){if(1&t){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 _Ct(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function mCt(t,a){if(1&t){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 CCt(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 SCt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 hCt(t,a){if(1&t&&(n.Tb(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 gCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 GCt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 TCt(t,a){if(1&t&&(n.Tb(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 pCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 kCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function yCt(t,a){if(1&t&&(n.Tb(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 OCt(t,a){if(1&t&&(n.Tb(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 BCt(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 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_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 ECt(t,a){if(1&t&&(n.Tb(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 wCt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[7].battCurrent,"0.1-2"),"A")}}function jCt(t,a){if(1&t&&(n.Tb(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 xCt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 VCt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 PCt(t,a){if(1&t&&(n.Tb(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 HCt(t,a){if(1&t&&(n.Tb(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 RCt(t,a){if(1&t&&(n.Tb(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 UCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function NCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function $Ct(t,a){if(1&t){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 JCt(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 zCt(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 qCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function QCt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function KCt(t,a){if(1&t){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 ZCt(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 YCt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[0].battCellDiff,"mV")}}function aSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 eSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100007_document.rackInfo[1].slotInfo[0].battTempMos,"\xb0C")}}function oSt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 cSt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function iSt(t,a){if(1&t&&(n.Tb(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 rSt(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 bSt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function dSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 uSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function LSt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 _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_C8A23100007_document.rackInfo[1].slotInfo[1].battSoH,"0.1-2"),"%")}}function ISt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function mSt(t,a){if(1&t&&(n.Tb(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 CSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function hSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function gSt(t,a){if(1&t){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 GSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function TSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function pSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function kSt(t,a){if(1&t){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 vSt(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 ySt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 OSt(t,a){if(1&t&&(n.Tb(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 BSt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 FSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function wSt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 MSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function xSt(t,a){if(1&t&&(n.Tb(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 VSt(t,a){if(1&t&&(n.Tb(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 PSt(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 HSt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function USt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 NSt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function $St(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 JSt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function XSt(t,a){if(1&t&&(n.Tb(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 QSt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function YSt(t,a){if(1&t){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 tht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function eht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function nht(t,a){if(1&t){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 oht(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 cht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 sht(t,a){if(1&t&&(n.Tb(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 lht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 iht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 rht(t,a){if(1&t&&(n.Tb(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 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_C8A23100007_document.rackInfo[1].slotInfo[4].battSoC,"1.0-1"),"%")}}function fht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[4].battTempCell,"\xb0C")}}function uht(t,a){if(1&t&&(n.Tb(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 Aht(t,a){if(1&t&&(n.Tb(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 Lht(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 _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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function Dht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 mht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function Sht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 hht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].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_C8A23100007_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function Tht(t,a){if(1&t&&(n.Tb(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 pht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function vht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function yht(t,a){if(1&t){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 Oht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function Fht(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[6].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_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 wht(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 Mht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 jht(t,a){if(1&t&&(n.Tb(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 xht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Vht(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].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_C8A23100007_document.rackInfo[1].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_C8A23100007_document.rackInfo[1].slotInfo[6].battSoH,"0.1-2"),"%")}}function Uht(t,a){if(1&t&&(n.Tb(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 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_C8A23100007_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function Wht(t,a){if(1&t&&(n.Tb(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 $ht(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 Jht(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100007_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function qht(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100007_document.rackInfo[1].slotInfo[7].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function Kht(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Zht(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}function tgt(t,a){if(1&t&&(n.Tb(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 agt(t,a){if(1&t&&(n.Tb(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 egt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function ngt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function ogt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100007_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function cgt(t,a){if(1&t){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 sgt(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 lgt(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,EDt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,wDt,1,3,"div",102),n.Bc(10,MDt,1,3,"div",102),n.Bc(11,jDt,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,xDt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,VDt,2,4,"td",102),n.Bc(21,PDt,4,2,"td",147),n.Bc(22,HDt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,RDt,3,4,"td",111),n.Bc(25,UDt,3,4,"td",112),n.Bc(26,NDt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,WDt,3,4,"td",113),n.Bc(29,$Dt,2,1,"td",110),n.Bc(30,JDt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,zDt,2,1,"td",110),n.Bc(33,qDt,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,XDt,2,4,"td",102),n.Bc(38,QDt,4,2,"td",147),n.Bc(39,KDt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,ZDt,3,4,"td",111),n.Bc(42,YDt,3,4,"td",112),n.Bc(43,tmt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,amt,3,4,"td",113),n.Bc(46,emt,3,4,"td",110),n.Bc(47,nmt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,omt,2,1,"td",110),n.Bc(50,cmt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,smt,1,3,"div",102),n.Bc(54,lmt,1,3,"div",102),n.Bc(55,imt,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,rmt,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,bmt,1,3,"div",102),n.Bc(65,fmt,1,3,"div",102),n.Bc(66,dmt,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,umt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Amt,2,4,"td",102),n.Bc(76,Lmt,4,2,"td",147),n.Bc(77,_mt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Imt,3,4,"td",111),n.Bc(80,Dmt,3,4,"td",112),n.Bc(81,mmt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,Cmt,3,4,"td",113),n.Bc(84,Smt,3,4,"td",110),n.Bc(85,hmt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,gmt,2,1,"td",110),n.Bc(88,Gmt,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,Tmt,2,4,"td",102),n.Bc(93,pmt,4,2,"td",147),n.Bc(94,kmt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,vmt,3,4,"td",111),n.Bc(97,ymt,3,4,"td",112),n.Bc(98,Omt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Bmt,3,4,"td",113),n.Bc(101,Fmt,3,4,"td",110),n.Bc(102,Emt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,wmt,2,1,"td",110),n.Bc(105,Mmt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,jmt,1,3,"div",102),n.Bc(109,xmt,1,3,"div",102),n.Bc(110,Vmt,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,Pmt,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,Hmt,1,3,"div",102),n.Bc(120,Rmt,1,3,"div",102),n.Bc(121,Umt,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,Nmt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Wmt,2,4,"td",102),n.Bc(131,$mt,4,2,"td",147),n.Bc(132,Jmt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,zmt,3,4,"td",111),n.Bc(135,qmt,3,4,"td",112),n.Bc(136,Xmt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Qmt,3,4,"td",113),n.Bc(139,Kmt,3,4,"td",110),n.Bc(140,Zmt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Ymt,2,1,"td",110),n.Bc(143,tCt,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,aCt,2,4,"td",102),n.Bc(148,eCt,4,2,"td",147),n.Bc(149,nCt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,oCt,3,4,"td",111),n.Bc(152,cCt,3,4,"td",112),n.Bc(153,sCt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,lCt,3,4,"td",113),n.Bc(156,iCt,3,4,"td",110),n.Bc(157,rCt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,bCt,2,1,"td",110),n.Bc(160,fCt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,dCt,1,3,"div",102),n.Bc(164,uCt,1,3,"div",102),n.Bc(165,ACt,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,LCt,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,_Ct,1,3,"div",102),n.Bc(175,ICt,1,3,"div",102),n.Bc(176,DCt,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,mCt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,CCt,2,4,"td",102),n.Bc(186,SCt,4,2,"td",147),n.Bc(187,hCt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,gCt,3,4,"td",111),n.Bc(190,GCt,3,4,"td",112),n.Bc(191,TCt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,pCt,3,4,"td",113),n.Bc(194,kCt,3,4,"td",110),n.Bc(195,vCt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,yCt,2,1,"td",110),n.Bc(198,OCt,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,BCt,2,4,"td",102),n.Bc(203,FCt,4,2,"td",147),n.Bc(204,ECt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,wCt,3,4,"td",111),n.Bc(207,MCt,3,4,"td",112),n.Bc(208,jCt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,xCt,3,4,"td",113),n.Bc(211,VCt,3,4,"td",110),n.Bc(212,PCt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,HCt,2,1,"td",110),n.Bc(215,RCt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,UCt,1,3,"div",102),n.Bc(219,NCt,1,3,"div",102),n.Bc(220,WCt,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,$Ct,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,JCt,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,zCt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,qCt,1,3,"div",102),n.Bc(256,XCt,1,3,"div",102),n.Bc(257,QCt,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,KCt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,ZCt,2,4,"td",102),n.Bc(267,YCt,4,2,"td",147),n.Bc(268,tSt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,aSt,3,4,"td",111),n.Bc(271,eSt,3,4,"td",112),n.Bc(272,nSt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,oSt,3,4,"td",113),n.Bc(275,cSt,2,1,"td",110),n.Bc(276,sSt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,lSt,2,1,"td",110),n.Bc(279,iSt,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,rSt,2,4,"td",102),n.Bc(284,bSt,4,2,"td",147),n.Bc(285,fSt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,dSt,3,4,"td",111),n.Bc(288,uSt,3,4,"td",112),n.Bc(289,ASt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,LSt,3,4,"td",113),n.Bc(292,_St,3,4,"td",110),n.Bc(293,ISt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,DSt,2,1,"td",110),n.Bc(296,mSt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,CSt,1,3,"div",102),n.Bc(300,SSt,1,3,"div",102),n.Bc(301,hSt,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,gSt,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,GSt,1,3,"div",102),n.Bc(311,TSt,1,3,"div",102),n.Bc(312,pSt,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,kSt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,vSt,2,4,"td",102),n.Bc(322,ySt,4,2,"td",147),n.Bc(323,OSt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,BSt,3,4,"td",111),n.Bc(326,FSt,3,4,"td",112),n.Bc(327,ESt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,wSt,3,4,"td",113),n.Bc(330,MSt,3,4,"td",110),n.Bc(331,jSt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,xSt,2,1,"td",110),n.Bc(334,VSt,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,PSt,2,4,"td",102),n.Bc(339,HSt,4,2,"td",147),n.Bc(340,RSt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,USt,3,4,"td",111),n.Bc(343,NSt,3,4,"td",112),n.Bc(344,WSt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,$St,3,4,"td",113),n.Bc(347,JSt,3,4,"td",110),n.Bc(348,zSt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,qSt,2,1,"td",110),n.Bc(351,XSt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,QSt,1,3,"div",102),n.Bc(355,KSt,1,3,"div",102),n.Bc(356,ZSt,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,YSt,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,tht,1,3,"div",102),n.Bc(366,aht,1,3,"div",102),n.Bc(367,eht,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,nht,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,oht,2,4,"td",102),n.Bc(377,cht,4,2,"td",147),n.Bc(378,sht,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,lht,3,4,"td",111),n.Bc(381,iht,3,4,"td",112),n.Bc(382,rht,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,bht,3,4,"td",113),n.Bc(385,fht,3,4,"td",110),n.Bc(386,dht,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,uht,2,1,"td",110),n.Bc(389,Aht,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,Lht,2,4,"td",102),n.Bc(394,_ht,4,2,"td",147),n.Bc(395,Iht,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,Dht,3,4,"td",111),n.Bc(398,mht,3,4,"td",112),n.Bc(399,Cht,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,Sht,3,4,"td",113),n.Bc(402,hht,3,4,"td",110),n.Bc(403,ght,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Ght,2,1,"td",110),n.Bc(406,Tht,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,pht,1,3,"div",102),n.Bc(410,kht,1,3,"div",102),n.Bc(411,vht,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,yht,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,Oht,1,3,"div",102),n.Bc(421,Bht,1,3,"div",102),n.Bc(422,Fht,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,Eht,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,wht,2,4,"td",102),n.Bc(432,Mht,4,2,"td",147),n.Bc(433,jht,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,xht,3,4,"td",111),n.Bc(436,Vht,3,4,"td",112),n.Bc(437,Pht,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Hht,3,4,"td",113),n.Bc(440,Rht,3,4,"td",110),n.Bc(441,Uht,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,Nht,2,1,"td",110),n.Bc(444,Wht,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,$ht,2,4,"td",102),n.Bc(449,Jht,4,2,"td",147),n.Bc(450,zht,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,qht,3,4,"td",111),n.Bc(453,Xht,3,4,"td",112),n.Bc(454,Qht,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,Kht,3,4,"td",113),n.Bc(457,Zht,3,4,"td",110),n.Bc(458,Yht,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,tgt,2,1,"td",110),n.Bc(461,agt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,egt,1,3,"div",102),n.Bc(465,ngt,1,3,"div",102),n.Bc(466,ogt,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,cgt,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,sgt,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 igt(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 rgt(t,a){if(1&t&&(n.Tb(0,"span",205),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 bgt(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 fgt(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 dgt(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 ugt(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 Agt(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 Lgt(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 _gt(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 Igt(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 Dgt(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 mgt(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 Cgt(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,rgt,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,bgt,3,0,"div",168),n.Bc(27,fgt,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,dgt,3,0,"div",168),n.Bc(38,ugt,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,Agt,7,7,"ng-container",175),n.Bc(47,Lgt,2,0,"ng-template",null,273,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,_gt,7,7,"ng-container",175),n.Bc(56,Igt,2,0,"ng-template",null,274,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,Dgt,3,0,"div",168),n.Bc(68,mgt,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 Sgt(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",271),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,BDt,2,0,"span",79),n.Bc(6,FDt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,lgt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,igt,2,0,"ng-template",null,272,n.Cc),n.Bc(12,Cgt,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 hgt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function ggt(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 Ggt(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 Tgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function vgt(t,a){if(1&t){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 ygt(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 Ogt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function Fgt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Egt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Mgt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 jgt(t,a){if(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 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[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Pgt(t,a){if(1&t&&(n.Tb(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 Hgt(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 Rgt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[1].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[1].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[1].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[1].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[1].battSoC,"1.0-1"),"%")}}function zgt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Qgt(t,a){if(1&t&&(n.Tb(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 Kgt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[1].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[1].slotId)})),n.Dc(1," Eject "),n.Sb()}}function aGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function eGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function nGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function oGt(t,a){if(1&t){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 cGt(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 sGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 lGt(t,a){if(1&t&&(n.Tb(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 iGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function fGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[2].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[2].battTempCell,"\xb0C")}}function AGt(t,a){if(1&t&&(n.Tb(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 LGt(t,a){if(1&t&&(n.Tb(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 _Gt(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 IGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 DGt(t,a){if(1&t&&(n.Tb(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 mGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 CGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 SGt(t,a){if(1&t&&(n.Tb(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 hGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 GGt(t,a){if(1&t&&(n.Tb(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 TGt(t,a){if(1&t&&(n.Tb(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 pGt(t,a){if(1&t&&(n.Tb(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 kGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function OGt(t,a){if(1&t){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 BGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function FGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function EGt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function wGt(t,a){if(1&t){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 MGt(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].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[4].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[4].battVoltage,"1.2-2"),"V")}}function PGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[4].battTempMos,"\xb0C")}}function RGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 UGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 NGt(t,a){if(1&t&&(n.Tb(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 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[4].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[4].battId,"")}}function JGt(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 zGt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function XGt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 QGt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 KGt(t,a){if(1&t&&(n.Tb(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 ZGt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 YGt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function eTt(t,a){if(1&t&&(n.Tb(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 nTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function cTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function sTt(t,a){if(1&t){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 lTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function iTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function rTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].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[6].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fTt(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 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[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function ATt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 LTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function ITt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 DTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}function CTt(t,a){if(1&t&&(n.Tb(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 STt(t,a){if(1&t&&(n.Tb(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 hTt(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 gTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 GTt(t,a){if(1&t&&(n.Tb(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 TTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 pTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function vTt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 yTt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 OTt(t,a){if(1&t&&(n.Tb(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 BTt(t,a){if(1&t&&(n.Tb(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 FTt(t,a){if(1&t&&(n.Tb(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 ETt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function jTt(t,a){if(1&t){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 xTt(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 VTt(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 PTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function HTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function RTt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function UTt(t,a){if(1&t){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 NTt(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 WTt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 $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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function JTt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 zTt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 qTt(t,a){if(1&t&&(n.Tb(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 XTt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 QTt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function YTt(t,a){if(1&t&&(n.Tb(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 tpt(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 apt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function npt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 opt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 cpt(t,a){if(1&t&&(n.Tb(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 spt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 lpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 ipt(t,a){if(1&t&&(n.Tb(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 rpt(t,a){if(1&t&&(n.Tb(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 bpt(t,a){if(1&t&&(n.Tb(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 fpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function Apt(t,a){if(1&t){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 Lpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].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_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 mpt(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 Cpt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function hpt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 gpt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function Tpt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ppt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function vpt(t,a){if(1&t&&(n.Tb(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 ypt(t,a){if(1&t&&(n.Tb(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 Opt(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 Bpt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Fpt(t,a){if(1&t&&(n.Tb(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 Ept(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 wpt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[3].battTempMos,"\xb0C")}}function jpt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 xpt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Vpt(t,a){if(1&t&&(n.Tb(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 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_C8A23100003_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function Hpt(t,a){if(1&t&&(n.Tb(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 Rpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Wpt(t,a){if(1&t){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 $pt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function zpt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function qpt(t,a){if(1&t){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 Xpt(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 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_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 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[4].battCellDiff,"mV")}}function Zpt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[4].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[4].battTempMos,"\xb0C")}}function akt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ekt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function ckt(t,a){if(1&t&&(n.Tb(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 skt(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 lkt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 ikt(t,a){if(1&t&&(n.Tb(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 rkt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 bkt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function dkt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ukt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function Lkt(t,a){if(1&t&&(n.Tb(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 _kt(t,a){if(1&t&&(n.Tb(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 Ikt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Ckt(t,a){if(1&t){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 Skt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function hkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function gkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Gkt(t,a){if(1&t){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 Tkt(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 pkt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function vkt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ykt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function Bkt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Fkt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}function wkt(t,a){if(1&t&&(n.Tb(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 Mkt(t,a){if(1&t&&(n.Tb(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 jkt(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 xkt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}function Pkt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Hkt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function Ukt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100003_document.rackInfo[1].slotInfo[7].battSoH,"0.1-2"),"%")}}function Wkt(t,a){if(1&t&&(n.Tb(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 $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_C8A23100003_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function Jkt(t,a){if(1&t&&(n.Tb(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 zkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function qkt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100003_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,zi,"Charge"===t.GetALLDataa.latest_C8A23100003_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function Qkt(t,a){if(1&t){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 Kkt(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 Zkt(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,Ggt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Tgt,1,3,"div",102),n.Bc(10,pgt,1,3,"div",102),n.Bc(11,kgt,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,vgt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,ygt,2,4,"td",102),n.Bc(21,Ogt,4,2,"td",147),n.Bc(22,Bgt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,Fgt,3,4,"td",111),n.Bc(25,Egt,3,4,"td",112),n.Bc(26,wgt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,Mgt,3,4,"td",113),n.Bc(29,jgt,2,1,"td",110),n.Bc(30,xgt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,Vgt,2,1,"td",110),n.Bc(33,Pgt,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,Hgt,2,4,"td",102),n.Bc(38,Rgt,4,2,"td",147),n.Bc(39,Ugt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,Ngt,3,4,"td",111),n.Bc(42,Wgt,3,4,"td",112),n.Bc(43,$gt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,Jgt,3,4,"td",113),n.Bc(46,zgt,3,4,"td",110),n.Bc(47,qgt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Xgt,2,1,"td",110),n.Bc(50,Qgt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Kgt,1,3,"div",102),n.Bc(54,Zgt,1,3,"div",102),n.Bc(55,Ygt,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,tGt,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,aGt,1,3,"div",102),n.Bc(65,eGt,1,3,"div",102),n.Bc(66,nGt,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,oGt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,cGt,2,4,"td",102),n.Bc(76,sGt,4,2,"td",147),n.Bc(77,lGt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,iGt,3,4,"td",111),n.Bc(80,rGt,3,4,"td",112),n.Bc(81,bGt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,fGt,3,4,"td",113),n.Bc(84,dGt,3,4,"td",110),n.Bc(85,uGt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,AGt,2,1,"td",110),n.Bc(88,LGt,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,_Gt,2,4,"td",102),n.Bc(93,IGt,4,2,"td",147),n.Bc(94,DGt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,mGt,3,4,"td",111),n.Bc(97,CGt,3,4,"td",112),n.Bc(98,SGt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,hGt,3,4,"td",113),n.Bc(101,gGt,3,4,"td",110),n.Bc(102,GGt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,TGt,2,1,"td",110),n.Bc(105,pGt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,kGt,1,3,"div",102),n.Bc(109,vGt,1,3,"div",102),n.Bc(110,yGt,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,OGt,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,BGt,1,3,"div",102),n.Bc(120,FGt,1,3,"div",102),n.Bc(121,EGt,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,wGt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,MGt,2,4,"td",102),n.Bc(131,jGt,4,2,"td",147),n.Bc(132,xGt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,VGt,3,4,"td",111),n.Bc(135,PGt,3,4,"td",112),n.Bc(136,HGt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,RGt,3,4,"td",113),n.Bc(139,UGt,3,4,"td",110),n.Bc(140,NGt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,WGt,2,1,"td",110),n.Bc(143,$Gt,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,JGt,2,4,"td",102),n.Bc(148,zGt,4,2,"td",147),n.Bc(149,qGt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,XGt,3,4,"td",111),n.Bc(152,QGt,3,4,"td",112),n.Bc(153,KGt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,ZGt,3,4,"td",113),n.Bc(156,YGt,3,4,"td",110),n.Bc(157,tTt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,aTt,2,1,"td",110),n.Bc(160,eTt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,nTt,1,3,"div",102),n.Bc(164,oTt,1,3,"div",102),n.Bc(165,cTt,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,sTt,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,lTt,1,3,"div",102),n.Bc(175,iTt,1,3,"div",102),n.Bc(176,rTt,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,bTt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,fTt,2,4,"td",102),n.Bc(186,dTt,4,2,"td",147),n.Bc(187,uTt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,ATt,3,4,"td",111),n.Bc(190,LTt,3,4,"td",112),n.Bc(191,_Tt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,ITt,3,4,"td",113),n.Bc(194,DTt,3,4,"td",110),n.Bc(195,mTt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,CTt,2,1,"td",110),n.Bc(198,STt,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,hTt,2,4,"td",102),n.Bc(203,gTt,4,2,"td",147),n.Bc(204,GTt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,TTt,3,4,"td",111),n.Bc(207,pTt,3,4,"td",112),n.Bc(208,kTt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,vTt,3,4,"td",113),n.Bc(211,yTt,3,4,"td",110),n.Bc(212,OTt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,BTt,2,1,"td",110),n.Bc(215,FTt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,ETt,1,3,"div",102),n.Bc(219,wTt,1,3,"div",102),n.Bc(220,MTt,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,jTt,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,xTt,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,VTt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,PTt,1,3,"div",102),n.Bc(256,HTt,1,3,"div",102),n.Bc(257,RTt,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,UTt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,NTt,2,4,"td",102),n.Bc(267,WTt,4,2,"td",147),n.Bc(268,$Tt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,JTt,3,4,"td",111),n.Bc(271,zTt,3,4,"td",112),n.Bc(272,qTt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,XTt,3,4,"td",113),n.Bc(275,QTt,2,1,"td",110),n.Bc(276,KTt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,ZTt,2,1,"td",110),n.Bc(279,YTt,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,tpt,2,4,"td",102),n.Bc(284,apt,4,2,"td",147),n.Bc(285,ept,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,npt,3,4,"td",111),n.Bc(288,opt,3,4,"td",112),n.Bc(289,cpt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,spt,3,4,"td",113),n.Bc(292,lpt,3,4,"td",110),n.Bc(293,ipt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,rpt,2,1,"td",110),n.Bc(296,bpt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,fpt,1,3,"div",102),n.Bc(300,dpt,1,3,"div",102),n.Bc(301,upt,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,Apt,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,Lpt,1,3,"div",102),n.Bc(311,_pt,1,3,"div",102),n.Bc(312,Ipt,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,Dpt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,mpt,2,4,"td",102),n.Bc(322,Cpt,4,2,"td",147),n.Bc(323,Spt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,hpt,3,4,"td",111),n.Bc(326,gpt,3,4,"td",112),n.Bc(327,Gpt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,Tpt,3,4,"td",113),n.Bc(330,ppt,3,4,"td",110),n.Bc(331,kpt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,vpt,2,1,"td",110),n.Bc(334,ypt,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,Opt,2,4,"td",102),n.Bc(339,Bpt,4,2,"td",147),n.Bc(340,Fpt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,Ept,3,4,"td",111),n.Bc(343,wpt,3,4,"td",112),n.Bc(344,Mpt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,jpt,3,4,"td",113),n.Bc(347,xpt,3,4,"td",110),n.Bc(348,Vpt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Ppt,2,1,"td",110),n.Bc(351,Hpt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,Rpt,1,3,"div",102),n.Bc(355,Upt,1,3,"div",102),n.Bc(356,Npt,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,Wpt,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,$pt,1,3,"div",102),n.Bc(366,Jpt,1,3,"div",102),n.Bc(367,zpt,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,qpt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Xpt,2,4,"td",102),n.Bc(377,Qpt,4,2,"td",147),n.Bc(378,Kpt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,Zpt,3,4,"td",111),n.Bc(381,Ypt,3,4,"td",112),n.Bc(382,tkt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,akt,3,4,"td",113),n.Bc(385,ekt,3,4,"td",110),n.Bc(386,nkt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,okt,2,1,"td",110),n.Bc(389,ckt,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,skt,2,4,"td",102),n.Bc(394,lkt,4,2,"td",147),n.Bc(395,ikt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,rkt,3,4,"td",111),n.Bc(398,bkt,3,4,"td",112),n.Bc(399,fkt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,dkt,3,4,"td",113),n.Bc(402,ukt,3,4,"td",110),n.Bc(403,Akt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Lkt,2,1,"td",110),n.Bc(406,_kt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Ikt,1,3,"div",102),n.Bc(410,Dkt,1,3,"div",102),n.Bc(411,mkt,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,Ckt,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,Skt,1,3,"div",102),n.Bc(421,hkt,1,3,"div",102),n.Bc(422,gkt,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,Gkt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,Tkt,2,4,"td",102),n.Bc(432,pkt,4,2,"td",147),n.Bc(433,kkt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,vkt,3,4,"td",111),n.Bc(436,ykt,3,4,"td",112),n.Bc(437,Okt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,Bkt,3,4,"td",113),n.Bc(440,Fkt,3,4,"td",110),n.Bc(441,Ekt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,wkt,2,1,"td",110),n.Bc(444,Mkt,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,jkt,2,4,"td",102),n.Bc(449,xkt,4,2,"td",147),n.Bc(450,Vkt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Pkt,3,4,"td",111),n.Bc(453,Hkt,3,4,"td",112),n.Bc(454,Rkt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,Ukt,3,4,"td",113),n.Bc(457,Nkt,3,4,"td",110),n.Bc(458,Wkt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,$kt,2,1,"td",110),n.Bc(461,Jkt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,zkt,1,3,"div",102),n.Bc(465,qkt,1,3,"div",102),n.Bc(466,Xkt,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,Qkt,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,Kkt,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 Ykt(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 tvt(t,a){if(1&t&&(n.Tb(0,"span",205),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 avt(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 evt(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 nvt(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 ovt(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 cvt(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 svt(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 lvt(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 ivt(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 rvt(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 bvt(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 fvt(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,tvt,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,avt,3,0,"div",168),n.Bc(27,evt,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,nvt,3,0,"div",168),n.Bc(38,ovt,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,cvt,7,7,"ng-container",175),n.Bc(47,svt,2,0,"ng-template",null,277,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,lvt,7,7,"ng-container",175),n.Bc(56,ivt,2,0,"ng-template",null,278,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,rvt,3,0,"div",168),n.Bc(68,bvt,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 dvt(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",275),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,hgt,2,0,"span",79),n.Bc(6,ggt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,Zkt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Ykt,2,0,"ng-template",null,276,n.Cc),n.Bc(12,fvt,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 uvt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Avt(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 Lvt(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 _vt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function Ivt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battStatus[0]?"yellow":"null"))}}function mvt(t,a){if(1&t){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 Cvt(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 Svt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function gvt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Gvt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Tvt(t,a){if(1&t&&(n.Tb(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 pvt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 kvt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function Ovt(t,a){if(1&t&&(n.Tb(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 Bvt(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 Fvt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battCellDiff,"mV")}}function wvt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[1].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function xvt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Vvt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 Pvt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function Rvt(t,a){if(1&t&&(n.Tb(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 Uvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}function Wvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function $vt(t,a){if(1&t){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 Jvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function zvt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function Xvt(t,a){if(1&t){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 Qvt(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 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[2].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].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[2].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[2].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempMos,"\xb0C")}}function eyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 nyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function cyt(t,a){if(1&t&&(n.Tb(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 syt(t,a){if(1&t&&(n.Tb(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 lyt(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 iyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function byt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fyt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 dyt(t,a){if(1&t&&(n.Tb(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 uyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Ayt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}function _yt(t,a){if(1&t&&(n.Tb(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 Iyt(t,a){if(1&t&&(n.Tb(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 Dyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function Cyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Syt(t,a){if(1&t){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 hyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function gyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Gyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Tyt(t,a){if(1&t){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 pyt(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 kyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function yyt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Oyt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Byt(t,a){if(1&t&&(n.Tb(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 Fyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Eyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function jyt(t,a){if(1&t&&(n.Tb(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 xyt(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 Vyt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function Hyt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Ryt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Uyt(t,a){if(1&t&&(n.Tb(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 Nyt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Wyt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 $yt(t,a){if(1&t&&(n.Tb(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 Jyt(t,a){if(1&t&&(n.Tb(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 zyt(t,a){if(1&t&&(n.Tb(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 qyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Kyt(t,a){if(1&t){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 Zyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function Yyt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function aOt(t,a){if(1&t){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 eOt(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 nOt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function cOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 sOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lOt(t,a){if(1&t&&(n.Tb(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 iOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 rOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100012_document.rackInfo[0].slotInfo[6].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_C8A23100012_document.rackInfo[0].slotInfo[6].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[6].battId,"")}}function uOt(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 AOt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 LOt(t,a){if(1&t&&(n.Tb(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 _Ot(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 IOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 DOt(t,a){if(1&t&&(n.Tb(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 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[0].slotInfo[7].battSoC,"1.0-1"),"%")}}function COt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function gOt(t,a){if(1&t&&(n.Tb(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 GOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function kOt(t,a){if(1&t){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 vOt(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 yOt(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 OOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function BOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function FOt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function EOt(t,a){if(1&t){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 wOt(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 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_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 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_C8A23100012_document.rackInfo[1].slotInfo[0].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_C8A23100012_document.rackInfo[1].slotInfo[0].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_C8A23100012_document.rackInfo[1].slotInfo[0].battCurrent,"0.1-2"),"A")}}function POt(t,a){if(1&t&&(n.Tb(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 HOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[0].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_C8A23100012_document.rackInfo[1].slotInfo[0].battId,"")}}function $Ot(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 JOt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 zOt(t,a){if(1&t&&(n.Tb(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 qOt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XOt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function KOt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ZOt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 YOt(t,a){if(1&t&&(n.Tb(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 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[1].battChgCycle,"")}}function aBt(t,a){if(1&t&&(n.Tb(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 eBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function oBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function cBt(t,a){if(1&t){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 sBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function lBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function iBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function rBt(t,a){if(1&t){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 bBt(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 fBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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[2].battCellDiff,"mV")}}function uBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100012_document.rackInfo[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempMos,"\xb0C")}}function _Bt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 IBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function CBt(t,a){if(1&t&&(n.Tb(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 SBt(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 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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function GBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 TBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 pBt(t,a){if(1&t&&(n.Tb(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 kBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function BBt(t,a){if(1&t&&(n.Tb(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 FBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function wBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function MBt(t,a){if(1&t){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 jBt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].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_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 HBt(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 RBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}function NBt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 WBt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $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("Tfet: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function JBt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zBt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[4].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_C8A23100012_document.rackInfo[1].slotInfo[4].battId,"")}}function KBt(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 ZBt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100012_document.rackInfo[1].slotInfo[5].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[5].battVoltage,"1.2-2"),"V")}}function aFt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100012_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function nFt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 oFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}function sFt(t,a){if(1&t&&(n.Tb(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 lFt(t,a){if(1&t&&(n.Tb(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 iFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function rFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function fFt(t,a){if(1&t){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 dFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function uFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function LFt(t,a){if(1&t){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 _Ft(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 IFt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 DFt(t,a){if(1&t&&(n.Tb(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 mFt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 CFt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 SFt(t,a){if(1&t&&(n.Tb(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 hFt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 gFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function pFt(t,a){if(1&t&&(n.Tb(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 kFt(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 vFt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 yFt(t,a){if(1&t&&(n.Tb(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 OFt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 BFt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 FFt(t,a){if(1&t&&(n.Tb(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 EFt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 wFt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].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_C8A23100012_document.rackInfo[1].slotInfo[7].battId,"")}}function VFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"null"))}}function HFt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100012_document.rackInfo[1].slotInfo[7].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[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function UFt(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 NFt(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,Lvt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,_vt,1,3,"div",102),n.Bc(10,Ivt,1,3,"div",102),n.Bc(11,Dvt,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,mvt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Cvt,2,4,"td",102),n.Bc(21,Svt,4,2,"td",147),n.Bc(22,hvt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,gvt,3,4,"td",111),n.Bc(25,Gvt,3,4,"td",112),n.Bc(26,Tvt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,pvt,3,4,"td",113),n.Bc(29,kvt,2,1,"td",110),n.Bc(30,vvt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,yvt,2,1,"td",110),n.Bc(33,Ovt,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,Bvt,2,4,"td",102),n.Bc(38,Fvt,4,2,"td",147),n.Bc(39,Evt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,wvt,3,4,"td",111),n.Bc(42,Mvt,3,4,"td",112),n.Bc(43,jvt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,xvt,3,4,"td",113),n.Bc(46,Vvt,3,4,"td",110),n.Bc(47,Pvt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,Hvt,2,1,"td",110),n.Bc(50,Rvt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,Uvt,1,3,"div",102),n.Bc(54,Nvt,1,3,"div",102),n.Bc(55,Wvt,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,$vt,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,Jvt,1,3,"div",102),n.Bc(65,zvt,1,3,"div",102),n.Bc(66,qvt,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,Xvt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,Qvt,2,4,"td",102),n.Bc(76,Kvt,4,2,"td",147),n.Bc(77,Zvt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,Yvt,3,4,"td",111),n.Bc(80,tyt,3,4,"td",112),n.Bc(81,ayt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,eyt,3,4,"td",113),n.Bc(84,nyt,3,4,"td",110),n.Bc(85,oyt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,cyt,2,1,"td",110),n.Bc(88,syt,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,lyt,2,4,"td",102),n.Bc(93,iyt,4,2,"td",147),n.Bc(94,ryt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,byt,3,4,"td",111),n.Bc(97,fyt,3,4,"td",112),n.Bc(98,dyt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,uyt,3,4,"td",113),n.Bc(101,Ayt,3,4,"td",110),n.Bc(102,Lyt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,_yt,2,1,"td",110),n.Bc(105,Iyt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,Dyt,1,3,"div",102),n.Bc(109,myt,1,3,"div",102),n.Bc(110,Cyt,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,Syt,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,hyt,1,3,"div",102),n.Bc(120,gyt,1,3,"div",102),n.Bc(121,Gyt,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,Tyt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,pyt,2,4,"td",102),n.Bc(131,kyt,4,2,"td",147),n.Bc(132,vyt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,yyt,3,4,"td",111),n.Bc(135,Oyt,3,4,"td",112),n.Bc(136,Byt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,Fyt,3,4,"td",113),n.Bc(139,Eyt,3,4,"td",110),n.Bc(140,wyt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,Myt,2,1,"td",110),n.Bc(143,jyt,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,xyt,2,4,"td",102),n.Bc(148,Vyt,4,2,"td",147),n.Bc(149,Pyt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Hyt,3,4,"td",111),n.Bc(152,Ryt,3,4,"td",112),n.Bc(153,Uyt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,Nyt,3,4,"td",113),n.Bc(156,Wyt,3,4,"td",110),n.Bc(157,$yt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,Jyt,2,1,"td",110),n.Bc(160,zyt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,qyt,1,3,"div",102),n.Bc(164,Xyt,1,3,"div",102),n.Bc(165,Qyt,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,Kyt,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,Zyt,1,3,"div",102),n.Bc(175,Yyt,1,3,"div",102),n.Bc(176,tOt,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,aOt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,eOt,2,4,"td",102),n.Bc(186,nOt,4,2,"td",147),n.Bc(187,oOt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,cOt,3,4,"td",111),n.Bc(190,sOt,3,4,"td",112),n.Bc(191,lOt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,iOt,3,4,"td",113),n.Bc(194,rOt,3,4,"td",110),n.Bc(195,bOt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,fOt,2,1,"td",110),n.Bc(198,dOt,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,uOt,2,4,"td",102),n.Bc(203,AOt,4,2,"td",147),n.Bc(204,LOt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,_Ot,3,4,"td",111),n.Bc(207,IOt,3,4,"td",112),n.Bc(208,DOt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,mOt,3,4,"td",113),n.Bc(211,COt,3,4,"td",110),n.Bc(212,SOt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,hOt,2,1,"td",110),n.Bc(215,gOt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,GOt,1,3,"div",102),n.Bc(219,TOt,1,3,"div",102),n.Bc(220,pOt,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,kOt,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,vOt,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,yOt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,OOt,1,3,"div",102),n.Bc(256,BOt,1,3,"div",102),n.Bc(257,FOt,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,EOt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,wOt,2,4,"td",102),n.Bc(267,MOt,4,2,"td",147),n.Bc(268,jOt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,xOt,3,4,"td",111),n.Bc(271,VOt,3,4,"td",112),n.Bc(272,POt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,HOt,3,4,"td",113),n.Bc(275,ROt,2,1,"td",110),n.Bc(276,UOt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,NOt,2,1,"td",110),n.Bc(279,WOt,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,$Ot,2,4,"td",102),n.Bc(284,JOt,4,2,"td",147),n.Bc(285,zOt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,qOt,3,4,"td",111),n.Bc(288,XOt,3,4,"td",112),n.Bc(289,QOt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,KOt,3,4,"td",113),n.Bc(292,ZOt,3,4,"td",110),n.Bc(293,YOt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,tBt,2,1,"td",110),n.Bc(296,aBt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,eBt,1,3,"div",102),n.Bc(300,nBt,1,3,"div",102),n.Bc(301,oBt,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,cBt,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,sBt,1,3,"div",102),n.Bc(311,lBt,1,3,"div",102),n.Bc(312,iBt,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,rBt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,bBt,2,4,"td",102),n.Bc(322,fBt,4,2,"td",147),n.Bc(323,dBt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,uBt,3,4,"td",111),n.Bc(326,ABt,3,4,"td",112),n.Bc(327,LBt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,_Bt,3,4,"td",113),n.Bc(330,IBt,3,4,"td",110),n.Bc(331,DBt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,mBt,2,1,"td",110),n.Bc(334,CBt,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,SBt,2,4,"td",102),n.Bc(339,hBt,4,2,"td",147),n.Bc(340,gBt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,GBt,3,4,"td",111),n.Bc(343,TBt,3,4,"td",112),n.Bc(344,pBt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,kBt,3,4,"td",113),n.Bc(347,vBt,3,4,"td",110),n.Bc(348,yBt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,OBt,2,1,"td",110),n.Bc(351,BBt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,FBt,1,3,"div",102),n.Bc(355,EBt,1,3,"div",102),n.Bc(356,wBt,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,MBt,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,jBt,1,3,"div",102),n.Bc(366,xBt,1,3,"div",102),n.Bc(367,VBt,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,PBt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,HBt,2,4,"td",102),n.Bc(377,RBt,4,2,"td",147),n.Bc(378,UBt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,NBt,3,4,"td",111),n.Bc(381,WBt,3,4,"td",112),n.Bc(382,$Bt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,JBt,3,4,"td",113),n.Bc(385,zBt,3,4,"td",110),n.Bc(386,qBt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,XBt,2,1,"td",110),n.Bc(389,QBt,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,KBt,2,4,"td",102),n.Bc(394,ZBt,4,2,"td",147),n.Bc(395,YBt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,tFt,3,4,"td",111),n.Bc(398,aFt,3,4,"td",112),n.Bc(399,eFt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,nFt,3,4,"td",113),n.Bc(402,oFt,3,4,"td",110),n.Bc(403,cFt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,sFt,2,1,"td",110),n.Bc(406,lFt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,iFt,1,3,"div",102),n.Bc(410,rFt,1,3,"div",102),n.Bc(411,bFt,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,fFt,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,dFt,1,3,"div",102),n.Bc(421,uFt,1,3,"div",102),n.Bc(422,AFt,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,LFt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,_Ft,2,4,"td",102),n.Bc(432,IFt,4,2,"td",147),n.Bc(433,DFt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,mFt,3,4,"td",111),n.Bc(436,CFt,3,4,"td",112),n.Bc(437,SFt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,hFt,3,4,"td",113),n.Bc(440,gFt,3,4,"td",110),n.Bc(441,GFt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,TFt,2,1,"td",110),n.Bc(444,pFt,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,kFt,2,4,"td",102),n.Bc(449,vFt,4,2,"td",147),n.Bc(450,yFt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,OFt,3,4,"td",111),n.Bc(453,BFt,3,4,"td",112),n.Bc(454,FFt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,EFt,3,4,"td",113),n.Bc(457,wFt,3,4,"td",110),n.Bc(458,MFt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,jFt,2,1,"td",110),n.Bc(461,xFt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,VFt,1,3,"div",102),n.Bc(465,PFt,1,3,"div",102),n.Bc(466,HFt,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,RFt,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,UFt,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 WFt(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",205),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 JFt(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 zFt(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 qFt(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 XFt(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 QFt(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 KFt(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 ZFt(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 YFt(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 tEt(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 aEt(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 eEt(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_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,JFt,3,0,"div",168),n.Bc(27,zFt,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,qFt,3,0,"div",168),n.Bc(38,XFt,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,QFt,7,7,"ng-container",175),n.Bc(47,KFt,2,0,"ng-template",null,281,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,ZFt,7,7,"ng-container",175),n.Bc(56,YFt,2,0,"ng-template",null,282,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,tEt,3,0,"div",168),n.Bc(68,aEt,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 nEt(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",279),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,uvt,2,0,"span",79),n.Bc(6,Avt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,NFt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,WFt,2,0,"ng-template",null,280,n.Cc),n.Bc(12,eEt,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 oEt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function cEt(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 sEt(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 lEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0]?"white":"null"))}}function rEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].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[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function fEt(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 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[0].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function AEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 LEt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].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_C8A23100009_document.rackInfo[0].slotInfo[0].battSoC,"1.0-1"),"%")}}function DEt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}function CEt(t,a){if(1&t&&(n.Tb(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 SEt(t,a){if(1&t&&(n.Tb(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 hEt(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 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_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 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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].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_C8A23100009_document.rackInfo[0].slotInfo[1].battId,"")}}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,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[1].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_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 xEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function PEt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function HEt(t,a){if(1&t){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 REt(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 UEt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100009_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function WEt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 $Et(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 JEt(t,a){if(1&t&&(n.Tb(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 zEt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 qEt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}function QEt(t,a){if(1&t&&(n.Tb(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 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[2].battId,"")}}function ZEt(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 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_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 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[3].battCellDiff,"mV")}}function awt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 ewt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].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_C8A23100009_document.rackInfo[0].slotInfo[3].battSoC,"1.0-1"),"%")}}function cwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function iwt(t,a){if(1&t&&(n.Tb(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 rwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function fwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function dwt(t,a){if(1&t){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 uwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function Awt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}function Lwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function _wt(t,a){if(1&t){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 Iwt(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 Dwt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 mwt(t,a){if(1&t&&(n.Tb(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 Cwt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Swt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 hwt(t,a){if(1&t&&(n.Tb(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 gwt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Gwt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function kwt(t,a){if(1&t&&(n.Tb(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 vwt(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 ywt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Owt(t,a){if(1&t&&(n.Tb(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 Bwt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Fwt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function wwt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[5].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function Vwt(t,a){if(1&t&&(n.Tb(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 Pwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function Uwt(t,a){if(1&t){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 Nwt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function Jwt(t,a){if(1&t){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 zwt(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 qwt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100009_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function Qwt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[6].battCurrent,"0.1-2"),"A")}}function Zwt(t,a){if(1&t&&(n.Tb(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 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[6].battSoC,"1.0-1"),"%")}}function tMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function nMt(t,a){if(1&t&&(n.Tb(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 oMt(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 cMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 sMt(t,a){if(1&t&&(n.Tb(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 lMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 iMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempMos,"\xb0C")}}function bMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 fMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}function uMt(t,a){if(1&t&&(n.Tb(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 AMt(t,a){if(1&t&&(n.Tb(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 LMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function DMt(t,a){if(1&t){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 mMt(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 CMt(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 SMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function hMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function gMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function GMt(t,a){if(1&t){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 TMt(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 pMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function vMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 yMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].slotInfo[0].battTempMos,"\xb0C")}}function BMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[0].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_C8A23100009_document.rackInfo[1].slotInfo[0].battId,"")}}function jMt(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 xMt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function PMt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 HMt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function UMt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 NMt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function $Mt(t,a){if(1&t&&(n.Tb(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 JMt(t,a){if(1&t&&(n.Tb(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 zMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function QMt(t,a){if(1&t){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 KMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function YMt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].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[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function ajt(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 ejt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function ojt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 cjt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 sjt(t,a){if(1&t&&(n.Tb(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 ljt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ijt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100009_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[2].battChgCycle,"")}}function fjt(t,a){if(1&t&&(n.Tb(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 djt(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 ujt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function Ljt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 _jt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Ijt(t,a){if(1&t&&(n.Tb(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 Djt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 mjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battTempCell,"\xb0C")}}function Sjt(t,a){if(1&t&&(n.Tb(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 hjt(t,a){if(1&t&&(n.Tb(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 gjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}function Tjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function pjt(t,a){if(1&t){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 kjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function vjt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Ojt(t,a){if(1&t){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 Bjt(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 Fjt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Ejt(t,a){if(1&t&&(n.Tb(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 wjt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Mjt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100009_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function xjt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Vjt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function Rjt(t,a){if(1&t&&(n.Tb(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 Ujt(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 Njt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}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_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].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_C8A23100009_document.rackInfo[1].slotInfo[5].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,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function ext(t,a){if(1&t){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 nxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function sxt(t,a){if(1&t){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 lxt(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 ixt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function bxt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fxt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[6].battTempMos,"\xb0C")}}function uxt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Axt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function Ixt(t,a){if(1&t&&(n.Tb(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 Dxt(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 mxt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 Cxt(t,a){if(1&t&&(n.Tb(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 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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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_C8A23100009_document.rackInfo[1].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,zi,"Idle"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100009_document.rackInfo[1].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_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 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_C8A23100009_document.rackInfo[1].dcuStatus[0],"")}}function wxt(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,sEt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,lEt,1,3,"div",102),n.Bc(10,iEt,1,3,"div",102),n.Bc(11,rEt,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,bEt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,fEt,2,4,"td",102),n.Bc(21,dEt,4,2,"td",147),n.Bc(22,uEt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,AEt,3,4,"td",111),n.Bc(25,LEt,3,4,"td",112),n.Bc(26,_Et,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,IEt,3,4,"td",113),n.Bc(29,DEt,2,1,"td",110),n.Bc(30,mEt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,CEt,2,1,"td",110),n.Bc(33,SEt,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,hEt,2,4,"td",102),n.Bc(38,gEt,4,2,"td",147),n.Bc(39,GEt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,TEt,3,4,"td",111),n.Bc(42,pEt,3,4,"td",112),n.Bc(43,kEt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,vEt,3,4,"td",113),n.Bc(46,yEt,3,4,"td",110),n.Bc(47,OEt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,BEt,2,1,"td",110),n.Bc(50,FEt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,EEt,1,3,"div",102),n.Bc(54,wEt,1,3,"div",102),n.Bc(55,MEt,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,jEt,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,xEt,1,3,"div",102),n.Bc(65,VEt,1,3,"div",102),n.Bc(66,PEt,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,HEt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,REt,2,4,"td",102),n.Bc(76,UEt,4,2,"td",147),n.Bc(77,NEt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,WEt,3,4,"td",111),n.Bc(80,$Et,3,4,"td",112),n.Bc(81,JEt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,zEt,3,4,"td",113),n.Bc(84,qEt,3,4,"td",110),n.Bc(85,XEt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,QEt,2,1,"td",110),n.Bc(88,KEt,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,ZEt,2,4,"td",102),n.Bc(93,YEt,4,2,"td",147),n.Bc(94,twt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,awt,3,4,"td",111),n.Bc(97,ewt,3,4,"td",112),n.Bc(98,nwt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,owt,3,4,"td",113),n.Bc(101,cwt,3,4,"td",110),n.Bc(102,swt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,lwt,2,1,"td",110),n.Bc(105,iwt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,rwt,1,3,"div",102),n.Bc(109,bwt,1,3,"div",102),n.Bc(110,fwt,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,dwt,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,uwt,1,3,"div",102),n.Bc(120,Awt,1,3,"div",102),n.Bc(121,Lwt,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,_wt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,Iwt,2,4,"td",102),n.Bc(131,Dwt,4,2,"td",147),n.Bc(132,mwt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,Cwt,3,4,"td",111),n.Bc(135,Swt,3,4,"td",112),n.Bc(136,hwt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,gwt,3,4,"td",113),n.Bc(139,Gwt,3,4,"td",110),n.Bc(140,Twt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,pwt,2,1,"td",110),n.Bc(143,kwt,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,vwt,2,4,"td",102),n.Bc(148,ywt,4,2,"td",147),n.Bc(149,Owt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,Bwt,3,4,"td",111),n.Bc(152,Fwt,3,4,"td",112),n.Bc(153,Ewt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,wwt,3,4,"td",113),n.Bc(156,Mwt,3,4,"td",110),n.Bc(157,jwt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,xwt,2,1,"td",110),n.Bc(160,Vwt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,Pwt,1,3,"div",102),n.Bc(164,Hwt,1,3,"div",102),n.Bc(165,Rwt,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,Uwt,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,Nwt,1,3,"div",102),n.Bc(175,Wwt,1,3,"div",102),n.Bc(176,$wt,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,Jwt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,zwt,2,4,"td",102),n.Bc(186,qwt,4,2,"td",147),n.Bc(187,Xwt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,Qwt,3,4,"td",111),n.Bc(190,Kwt,3,4,"td",112),n.Bc(191,Zwt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,Ywt,3,4,"td",113),n.Bc(194,tMt,3,4,"td",110),n.Bc(195,aMt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,eMt,2,1,"td",110),n.Bc(198,nMt,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,oMt,2,4,"td",102),n.Bc(203,cMt,4,2,"td",147),n.Bc(204,sMt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,lMt,3,4,"td",111),n.Bc(207,iMt,3,4,"td",112),n.Bc(208,rMt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,bMt,3,4,"td",113),n.Bc(211,fMt,3,4,"td",110),n.Bc(212,dMt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,uMt,2,1,"td",110),n.Bc(215,AMt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,LMt,1,3,"div",102),n.Bc(219,_Mt,1,3,"div",102),n.Bc(220,IMt,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,DMt,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,mMt,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,CMt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,SMt,1,3,"div",102),n.Bc(256,hMt,1,3,"div",102),n.Bc(257,gMt,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,GMt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,TMt,2,4,"td",102),n.Bc(267,pMt,4,2,"td",147),n.Bc(268,kMt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,vMt,3,4,"td",111),n.Bc(271,yMt,3,4,"td",112),n.Bc(272,OMt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,BMt,3,4,"td",113),n.Bc(275,FMt,2,1,"td",110),n.Bc(276,EMt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,wMt,2,1,"td",110),n.Bc(279,MMt,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,jMt,2,4,"td",102),n.Bc(284,xMt,4,2,"td",147),n.Bc(285,VMt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,PMt,3,4,"td",111),n.Bc(288,HMt,3,4,"td",112),n.Bc(289,RMt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,UMt,3,4,"td",113),n.Bc(292,NMt,3,4,"td",110),n.Bc(293,WMt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,$Mt,2,1,"td",110),n.Bc(296,JMt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,zMt,1,3,"div",102),n.Bc(300,qMt,1,3,"div",102),n.Bc(301,XMt,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,QMt,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,KMt,1,3,"div",102),n.Bc(311,ZMt,1,3,"div",102),n.Bc(312,YMt,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,tjt,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,ajt,2,4,"td",102),n.Bc(322,ejt,4,2,"td",147),n.Bc(323,njt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,ojt,3,4,"td",111),n.Bc(326,cjt,3,4,"td",112),n.Bc(327,sjt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,ljt,3,4,"td",113),n.Bc(330,ijt,3,4,"td",110),n.Bc(331,rjt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,bjt,2,1,"td",110),n.Bc(334,fjt,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,djt,2,4,"td",102),n.Bc(339,ujt,4,2,"td",147),n.Bc(340,Ajt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,Ljt,3,4,"td",111),n.Bc(343,_jt,3,4,"td",112),n.Bc(344,Ijt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,Djt,3,4,"td",113),n.Bc(347,mjt,3,4,"td",110),n.Bc(348,Cjt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,Sjt,2,1,"td",110),n.Bc(351,hjt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,gjt,1,3,"div",102),n.Bc(355,Gjt,1,3,"div",102),n.Bc(356,Tjt,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,pjt,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,kjt,1,3,"div",102),n.Bc(366,vjt,1,3,"div",102),n.Bc(367,yjt,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,Ojt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,Bjt,2,4,"td",102),n.Bc(377,Fjt,4,2,"td",147),n.Bc(378,Ejt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,wjt,3,4,"td",111),n.Bc(381,Mjt,3,4,"td",112),n.Bc(382,jjt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,xjt,3,4,"td",113),n.Bc(385,Vjt,3,4,"td",110),n.Bc(386,Pjt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,Hjt,2,1,"td",110),n.Bc(389,Rjt,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,Ujt,2,4,"td",102),n.Bc(394,Njt,4,2,"td",147),n.Bc(395,Wjt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,$jt,3,4,"td",111),n.Bc(398,Jjt,3,4,"td",112),n.Bc(399,zjt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,qjt,3,4,"td",113),n.Bc(402,Xjt,3,4,"td",110),n.Bc(403,Qjt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,Kjt,2,1,"td",110),n.Bc(406,Zjt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,Yjt,1,3,"div",102),n.Bc(410,txt,1,3,"div",102),n.Bc(411,axt,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,ext,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,nxt,1,3,"div",102),n.Bc(421,oxt,1,3,"div",102),n.Bc(422,cxt,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,sxt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,lxt,2,4,"td",102),n.Bc(432,ixt,4,2,"td",147),n.Bc(433,rxt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,bxt,3,4,"td",111),n.Bc(436,fxt,3,4,"td",112),n.Bc(437,dxt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,uxt,3,4,"td",113),n.Bc(440,Axt,3,4,"td",110),n.Bc(441,Lxt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,_xt,2,1,"td",110),n.Bc(444,Ixt,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,Dxt,2,4,"td",102),n.Bc(449,mxt,4,2,"td",147),n.Bc(450,Cxt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,Sxt,3,4,"td",111),n.Bc(453,hxt,3,4,"td",112),n.Bc(454,gxt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,Gxt,3,4,"td",113),n.Bc(457,Txt,3,4,"td",110),n.Bc(458,pxt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,kxt,2,1,"td",110),n.Bc(461,vxt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,yxt,1,3,"div",102),n.Bc(465,Oxt,1,3,"div",102),n.Bc(466,Bxt,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,Fxt,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,Ext,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 Mxt(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 jxt(t,a){if(1&t&&(n.Tb(0,"span",205),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 xxt(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 Vxt(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 Pxt(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 Hxt(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 Rxt(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 Uxt(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 Nxt(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 Wxt(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 $xt(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 Jxt(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 zxt(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,jxt,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,xxt,3,0,"div",168),n.Bc(27,Vxt,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,Pxt,3,0,"div",168),n.Bc(38,Hxt,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,Rxt,7,7,"ng-container",175),n.Bc(47,Uxt,2,0,"ng-template",null,285,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,Nxt,7,7,"ng-container",175),n.Bc(56,Wxt,2,0,"ng-template",null,286,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,$xt,3,0,"div",168),n.Bc(68,Jxt,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 qxt(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",283),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,oEt,2,0,"span",79),n.Bc(6,cEt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,wxt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Mxt,2,0,"ng-template",null,284,n.Cc),n.Bc(12,zxt,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 Xxt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Qxt(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 Kxt(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 Zxt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_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_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 eVt(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 nVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function cVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 sVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 lVt(t,a){if(1&t&&(n.Tb(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 iVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[0].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[0].battId,"")}}function uVt(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 AVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 LVt(t,a){if(1&t&&(n.Tb(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 _Vt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 IVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 DVt(t,a){if(1&t&&(n.Tb(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 mVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 CVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function gVt(t,a){if(1&t&&(n.Tb(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 GVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function kVt(t,a){if(1&t){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 vVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}function OVt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function BVt(t,a){if(1&t){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 FVt(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 EVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function MVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 jVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 xVt(t,a){if(1&t&&(n.Tb(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 VVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 PVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function UVt(t,a){if(1&t&&(n.Tb(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 NVt(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 WVt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 $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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function JVt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 zVt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100001_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function XVt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 QVt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 KVt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function YVt(t,a){if(1&t&&(n.Tb(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 tPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"null"))}}function ePt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].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[0].rackId,a.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function oPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function cPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function lPt(t,a){if(1&t){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 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[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 rPt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 bPt(t,a){if(1&t&&(n.Tb(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 fPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100001_document.rackInfo[0].slotInfo[4].battCurrent,"0.1-2"),"A")}}function uPt(t,a){if(1&t&&(n.Tb(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 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_C8A23100001_document.rackInfo[0].slotInfo[4].battSoC,"1.0-1"),"%")}}function LPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 _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_C8A23100001_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}function IPt(t,a){if(1&t&&(n.Tb(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 DPt(t,a){if(1&t&&(n.Tb(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 mPt(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 CPt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battCellDiff,"mV")}}function hPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 gPt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function TPt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 pPt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battTempCell,"\xb0C")}}function vPt(t,a){if(1&t&&(n.Tb(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 yPt(t,a){if(1&t&&(n.Tb(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 OPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function EPt(t,a){if(1&t){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 wPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function MPt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function xPt(t,a){if(1&t){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 VPt(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 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_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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function RPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 UPt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[0].slotInfo[6].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[0].slotInfo[6].battSoC,"1.0-1"),"%")}}function $Pt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function qPt(t,a){if(1&t&&(n.Tb(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 XPt(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 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[0].slotInfo[7].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].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_C8A23100001_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function ZPt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100001_document.rackInfo[0].slotInfo[7].battCurrent,"0.1-2"),"A")}}function tHt(t,a){if(1&t&&(n.Tb(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 aHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 eHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].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_C8A23100001_document.rackInfo[0].slotInfo[7].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,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function lHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"null"))}}function iHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function rHt(t,a){if(1&t){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 bHt(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 fHt(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 dHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function uHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function LHt(t,a){if(1&t){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 _Ht(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 IHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100001_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function mHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 CHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 SHt(t,a){if(1&t&&(n.Tb(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 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[1].slotInfo[0].battSoC,"1.0-1"),"%")}}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("SoH: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battSoH,"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}function THt(t,a){if(1&t&&(n.Tb(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 pHt(t,a){if(1&t&&(n.Tb(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 kHt(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 vHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battCellDiff,"mV")}}function OHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 BHt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function EHt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 wHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}function jHt(t,a){if(1&t&&(n.Tb(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 xHt(t,a){if(1&t&&(n.Tb(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 VHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function RHt(t,a){if(1&t){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 UHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function NHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function WHt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function $Ht(t,a){if(1&t){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 JHt(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 zHt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function XHt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[1].slotInfo[2].battCurrent,"0.1-2"),"A")}}function KHt(t,a){if(1&t&&(n.Tb(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 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_C8A23100001_document.rackInfo[1].slotInfo[2].battSoC,"1.0-1"),"%")}}function YHt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 tRt(t,a){if(1&t&&(n.Tb(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 aRt(t,a){if(1&t&&(n.Tb(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 eRt(t,a){if(1&t&&(n.Tb(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 nRt(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 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_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 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_C8A23100001_document.rackInfo[1].slotInfo[3].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_C8A23100001_document.rackInfo[1].slotInfo[3].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[3].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_C8A23100001_document.rackInfo[1].slotInfo[3].battTempMos,"\xb0C")}}function rRt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 bRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100001_document.rackInfo[1].slotInfo[3].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_C8A23100001_document.rackInfo[1].slotInfo[3].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_C8A23100001_document.rackInfo[1].slotInfo[3].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,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function IRt(t,a){if(1&t){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 DRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function CRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function SRt(t,a){if(1&t){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 hRt(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].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[4].battId,"")}}function ERt(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 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_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 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_C8A23100001_document.rackInfo[1].slotInfo[5].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_C8A23100001_document.rackInfo[1].slotInfo[5].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_C8A23100001_document.rackInfo[1].slotInfo[5].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_C8A23100001_document.rackInfo[1].slotInfo[5].battTempMos,"\xb0C")}}function PRt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 HRt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 RRt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battChgCycle,"")}}function NRt(t,a){if(1&t&&(n.Tb(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 WRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"null"))}}function JRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function zRt(t,a){if(1&t){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 qRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function QRt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function KRt(t,a){if(1&t){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 ZRt(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 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[6].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battStatus[0])}}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("CellDiff: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function aUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100001_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}function nUt(t,a){if(1&t&&(n.Tb(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 oUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 cUt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 sUt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function iUt(t,a){if(1&t&&(n.Tb(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 rUt(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 bUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 fUt(t,a){if(1&t&&(n.Tb(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 dUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 uUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempMos,"\xb0C")}}function LUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 _Ut(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function mUt(t,a){if(1&t&&(n.Tb(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 CUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100001_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function gUt(t,a){if(1&t){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 GUt(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 TUt(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,Kxt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,Zxt,1,3,"div",102),n.Bc(10,Yxt,1,3,"div",102),n.Bc(11,tVt,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,eVt,2,4,"td",102),n.Bc(21,nVt,4,2,"td",147),n.Bc(22,oVt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,cVt,3,4,"td",111),n.Bc(25,sVt,3,4,"td",112),n.Bc(26,lVt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,iVt,3,4,"td",113),n.Bc(29,rVt,2,1,"td",110),n.Bc(30,bVt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,fVt,2,1,"td",110),n.Bc(33,dVt,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,uVt,2,4,"td",102),n.Bc(38,AVt,4,2,"td",147),n.Bc(39,LVt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,_Vt,3,4,"td",111),n.Bc(42,IVt,3,4,"td",112),n.Bc(43,DVt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,mVt,3,4,"td",113),n.Bc(46,CVt,3,4,"td",110),n.Bc(47,SVt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,hVt,2,1,"td",110),n.Bc(50,gVt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,GVt,1,3,"div",102),n.Bc(54,TVt,1,3,"div",102),n.Bc(55,pVt,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,kVt,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,vVt,1,3,"div",102),n.Bc(65,yVt,1,3,"div",102),n.Bc(66,OVt,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,BVt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,FVt,2,4,"td",102),n.Bc(76,EVt,4,2,"td",147),n.Bc(77,wVt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,MVt,3,4,"td",111),n.Bc(80,jVt,3,4,"td",112),n.Bc(81,xVt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,VVt,3,4,"td",113),n.Bc(84,PVt,3,4,"td",110),n.Bc(85,HVt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,RVt,2,1,"td",110),n.Bc(88,UVt,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,NVt,2,4,"td",102),n.Bc(93,WVt,4,2,"td",147),n.Bc(94,$Vt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,JVt,3,4,"td",111),n.Bc(97,zVt,3,4,"td",112),n.Bc(98,qVt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,XVt,3,4,"td",113),n.Bc(101,QVt,3,4,"td",110),n.Bc(102,KVt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,ZVt,2,1,"td",110),n.Bc(105,YVt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,tPt,1,3,"div",102),n.Bc(109,aPt,1,3,"div",102),n.Bc(110,ePt,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,nPt,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,oPt,1,3,"div",102),n.Bc(120,cPt,1,3,"div",102),n.Bc(121,sPt,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,lPt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,iPt,2,4,"td",102),n.Bc(131,rPt,4,2,"td",147),n.Bc(132,bPt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,fPt,3,4,"td",111),n.Bc(135,dPt,3,4,"td",112),n.Bc(136,uPt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,APt,3,4,"td",113),n.Bc(139,LPt,3,4,"td",110),n.Bc(140,_Pt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,IPt,2,1,"td",110),n.Bc(143,DPt,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,mPt,2,4,"td",102),n.Bc(148,CPt,4,2,"td",147),n.Bc(149,SPt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,hPt,3,4,"td",111),n.Bc(152,gPt,3,4,"td",112),n.Bc(153,GPt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,TPt,3,4,"td",113),n.Bc(156,pPt,3,4,"td",110),n.Bc(157,kPt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,vPt,2,1,"td",110),n.Bc(160,yPt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,OPt,1,3,"div",102),n.Bc(164,BPt,1,3,"div",102),n.Bc(165,FPt,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,EPt,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,wPt,1,3,"div",102),n.Bc(175,MPt,1,3,"div",102),n.Bc(176,jPt,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,xPt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,VPt,2,4,"td",102),n.Bc(186,PPt,4,2,"td",147),n.Bc(187,HPt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,RPt,3,4,"td",111),n.Bc(190,UPt,3,4,"td",112),n.Bc(191,NPt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,WPt,3,4,"td",113),n.Bc(194,$Pt,3,4,"td",110),n.Bc(195,JPt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,zPt,2,1,"td",110),n.Bc(198,qPt,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,XPt,2,4,"td",102),n.Bc(203,QPt,4,2,"td",147),n.Bc(204,KPt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,ZPt,3,4,"td",111),n.Bc(207,YPt,3,4,"td",112),n.Bc(208,tHt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,aHt,3,4,"td",113),n.Bc(211,eHt,3,4,"td",110),n.Bc(212,nHt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,oHt,2,1,"td",110),n.Bc(215,cHt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,sHt,1,3,"div",102),n.Bc(219,lHt,1,3,"div",102),n.Bc(220,iHt,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,rHt,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,bHt,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,fHt,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,dHt,1,3,"div",102),n.Bc(256,uHt,1,3,"div",102),n.Bc(257,AHt,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,LHt,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,_Ht,2,4,"td",102),n.Bc(267,IHt,4,2,"td",147),n.Bc(268,DHt,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,mHt,3,4,"td",111),n.Bc(271,CHt,3,4,"td",112),n.Bc(272,SHt,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,hHt,3,4,"td",113),n.Bc(275,gHt,2,1,"td",110),n.Bc(276,GHt,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,THt,2,1,"td",110),n.Bc(279,pHt,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,kHt,2,4,"td",102),n.Bc(284,vHt,4,2,"td",147),n.Bc(285,yHt,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,OHt,3,4,"td",111),n.Bc(288,BHt,3,4,"td",112),n.Bc(289,FHt,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,EHt,3,4,"td",113),n.Bc(292,wHt,3,4,"td",110),n.Bc(293,MHt,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,jHt,2,1,"td",110),n.Bc(296,xHt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,VHt,1,3,"div",102),n.Bc(300,PHt,1,3,"div",102),n.Bc(301,HHt,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,RHt,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,UHt,1,3,"div",102),n.Bc(311,NHt,1,3,"div",102),n.Bc(312,WHt,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,$Ht,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,JHt,2,4,"td",102),n.Bc(322,zHt,4,2,"td",147),n.Bc(323,qHt,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,XHt,3,4,"td",111),n.Bc(326,QHt,3,4,"td",112),n.Bc(327,KHt,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,ZHt,3,4,"td",113),n.Bc(330,YHt,3,4,"td",110),n.Bc(331,tRt,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,aRt,2,1,"td",110),n.Bc(334,eRt,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,nRt,2,4,"td",102),n.Bc(339,oRt,4,2,"td",147),n.Bc(340,cRt,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,sRt,3,4,"td",111),n.Bc(343,lRt,3,4,"td",112),n.Bc(344,iRt,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,rRt,3,4,"td",113),n.Bc(347,bRt,3,4,"td",110),n.Bc(348,fRt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,dRt,2,1,"td",110),n.Bc(351,uRt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,ARt,1,3,"div",102),n.Bc(355,LRt,1,3,"div",102),n.Bc(356,_Rt,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,IRt,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,DRt,1,3,"div",102),n.Bc(366,mRt,1,3,"div",102),n.Bc(367,CRt,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,SRt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,hRt,2,4,"td",102),n.Bc(377,gRt,4,2,"td",147),n.Bc(378,GRt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,TRt,3,4,"td",111),n.Bc(381,pRt,3,4,"td",112),n.Bc(382,kRt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,vRt,3,4,"td",113),n.Bc(385,yRt,3,4,"td",110),n.Bc(386,ORt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,BRt,2,1,"td",110),n.Bc(389,FRt,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,ERt,2,4,"td",102),n.Bc(394,wRt,4,2,"td",147),n.Bc(395,MRt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,jRt,3,4,"td",111),n.Bc(398,xRt,3,4,"td",112),n.Bc(399,VRt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,PRt,3,4,"td",113),n.Bc(402,HRt,3,4,"td",110),n.Bc(403,RRt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,URt,2,1,"td",110),n.Bc(406,NRt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,WRt,1,3,"div",102),n.Bc(410,$Rt,1,3,"div",102),n.Bc(411,JRt,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,zRt,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,qRt,1,3,"div",102),n.Bc(421,XRt,1,3,"div",102),n.Bc(422,QRt,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,KRt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,ZRt,2,4,"td",102),n.Bc(432,YRt,4,2,"td",147),n.Bc(433,tUt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,aUt,3,4,"td",111),n.Bc(436,eUt,3,4,"td",112),n.Bc(437,nUt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,oUt,3,4,"td",113),n.Bc(440,cUt,3,4,"td",110),n.Bc(441,sUt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,lUt,2,1,"td",110),n.Bc(444,iUt,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,rUt,2,4,"td",102),n.Bc(449,bUt,4,2,"td",147),n.Bc(450,fUt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,dUt,3,4,"td",111),n.Bc(453,uUt,3,4,"td",112),n.Bc(454,AUt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,LUt,3,4,"td",113),n.Bc(457,_Ut,3,4,"td",110),n.Bc(458,IUt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,DUt,2,1,"td",110),n.Bc(461,mUt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,CUt,1,3,"div",102),n.Bc(465,SUt,1,3,"div",102),n.Bc(466,hUt,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,gUt,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,GUt,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 pUt(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 kUt(t,a){if(1&t&&(n.Tb(0,"span",205),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 vUt(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 yUt(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 OUt(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 BUt(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 FUt(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 EUt(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 wUt(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 MUt(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 jUt(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 xUt(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 VUt(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,kUt,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,vUt,3,0,"div",168),n.Bc(27,yUt,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,OUt,3,0,"div",168),n.Bc(38,BUt,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,FUt,7,7,"ng-container",175),n.Bc(47,EUt,2,0,"ng-template",null,289,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,wUt,7,7,"ng-container",175),n.Bc(56,MUt,2,0,"ng-template",null,290,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,jUt,3,0,"div",168),n.Bc(68,xUt,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 PUt(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",287),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Xxt,2,0,"span",79),n.Bc(6,Qxt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,TUt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,pUt,2,0,"ng-template",null,288,n.Cc),n.Bc(12,VUt,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 HUt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function RUt(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 UUt(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 NUt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].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[0].slotId)})),n.Dc(1," Eject "),n.Sb()}}function zUt(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 qUt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battCellDiff,"mV")}}function QUt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 KUt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 ZUt(t,a){if(1&t&&(n.Tb(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 YUt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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("SoH: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[0].battSoH,"%")}}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_C8A23100002_document.rackInfo[0].slotInfo[0].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_C8A23100002_document.rackInfo[0].slotInfo[0].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_C8A23100002_document.rackInfo[0].slotInfo[0].battId,"")}}function oNt(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 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_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 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_C8A23100002_document.rackInfo[0].slotInfo[1].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_C8A23100002_document.rackInfo[0].slotInfo[1].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_C8A23100002_document.rackInfo[0].slotInfo[1].battCurrent,"0.1-2"),"A")}}function rNt(t,a){if(1&t&&(n.Tb(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 bNt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100002_document.rackInfo[0].slotInfo[1].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_C8A23100002_document.rackInfo[0].slotInfo[1].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_C8A23100002_document.rackInfo[0].slotInfo[1].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_C8A23100002_document.rackInfo[0].slotInfo[1].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,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[1].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_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 mNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function hNt(t,a){if(1&t){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 gNt(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 GNt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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_C8A23100002_document.rackInfo[0].slotInfo[2].battCellDiff,"mV")}}function pNt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 kNt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 vNt(t,a){if(1&t&&(n.Tb(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 yNt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ONt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function ENt(t,a){if(1&t&&(n.Tb(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 wNt(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 MNt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battCellDiff,"mV")}}function xNt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 VNt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempMos,"\xb0C")}}function HNt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 RNt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function WNt(t,a){if(1&t&&(n.Tb(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 $Nt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function JNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function qNt(t,a){if(1&t){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 XNt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function ZNt(t,a){if(1&t){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 YNt(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100002_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_C8A23100002_document.rackInfo[0].slotInfo[4].battCellDiff,"mV")}}function eWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 oWt(t,a){if(1&t&&(n.Tb(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 cWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 sWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function rWt(t,a){if(1&t&&(n.Tb(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 bWt(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 fWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 dWt(t,a){if(1&t&&(n.Tb(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 uWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 AWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battTempMos,"\xb0C")}}function _Wt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 IWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 DWt(t,a){if(1&t&&(n.Tb(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 mWt(t,a){if(1&t&&(n.Tb(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 CWt(t,a){if(1&t&&(n.Tb(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 SWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function gWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[5].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[5].slotId)})),n.Dc(1," Eject "),n.Sb()}}function TWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function pWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function kWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function vWt(t,a){if(1&t){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 yWt(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 OWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battCellDiff,"mV")}}function FWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 EWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempMos,"\xb0C")}}function MWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 jWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[6].battChgCycle,"")}}function PWt(t,a){if(1&t&&(n.Tb(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 HWt(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 RWt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battCellDiff,"mV")}}function NWt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 WWt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 $Wt(t,a){if(1&t&&(n.Tb(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 JWt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 zWt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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_C8A23100002_document.rackInfo[0].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function QWt(t,a){if(1&t&&(n.Tb(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 KWt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function t$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[0].rackId,a.GetALLDataa.latest_C8A23100002_document.rackInfo[0].slotInfo[7].slotId)})),n.Dc(1," Eject "),n.Sb()}}function a$t(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 e$t(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 n$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function c$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function s$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 l$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 i$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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].battCellDiff,"mV")}}function b$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 f$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 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[0].battTempMos,"\xb0C")}}function u$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 A$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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[0].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_C8A23100002_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function I$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 D$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 m$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 C$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 S$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 h$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 g$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 G$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 T$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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function v$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 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,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function B$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function F$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 E$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"null"))}}function w$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"white":"null"))}}function M$t(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battStatus[0]?"yellow":"null"))}}function j$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 x$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 V$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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[2].battCellDiff,"mV")}}function H$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 R$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 U$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 N$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 W$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 $$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 J$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 z$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 q$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 X$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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battCellDiff,"mV")}}function K$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 Z$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 Y$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 tJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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_C8A23100002_document.rackInfo[1].slotInfo[3].battSoH,"0.1-2"),"%")}}function eJt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battChgCycle,"")}}function oJt(t,a){if(1&t&&(n.Tb(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 cJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[3].battStatus[0]?"yellow":"null"))}}function iJt(t,a){if(1&t){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 rJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"null"))}}function fJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function dJt(t,a){if(1&t){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 uJt(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 AJt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battCellDiff,"mV")}}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_C8A23100002_document.rackInfo[1].slotInfo[4].battVoltage,"1.2-2"),"V")}}function IJt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100002_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function mJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 CJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 SJt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function gJt(t,a){if(1&t&&(n.Tb(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 GJt(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 TJt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battCellDiff,"mV")}}function kJt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 vJt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 yJt(t,a){if(1&t&&(n.Tb(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 OJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 BJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 FJt(t,a){if(1&t&&(n.Tb(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 EJt(t,a){if(1&t&&(n.Tb(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 wJt(t,a){if(1&t&&(n.Tb(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 MJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"#a49a9a":"null"))}}function jJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[5].battStatus[0]?"yellow":"null"))}}function VJt(t,a){if(1&t){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 PJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"white":"null"))}}function RJt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battStatus[0]?"yellow":"null"))}}function UJt(t,a){if(1&t){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 NJt(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 WJt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 $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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battCellDiff,"mV")}}function JJt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100002_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function XJt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 QJt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[6].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_C8A23100002_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function YJt(t,a){if(1&t&&(n.Tb(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 tzt(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 azt(t,a){if(1&t&&(n.Tb(0,"td",151),n.Dc(1),n.Tb(2,"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 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("CellDiff: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battCellDiff,"mV")}}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_C8A23100002_document.rackInfo[1].slotInfo[7].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_C8A23100002_document.rackInfo[1].slotInfo[7].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_C8A23100002_document.rackInfo[1].slotInfo[7].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_C8A23100002_document.rackInfo[1].slotInfo[7].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[7].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_C8A23100002_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].battChgCycle,"")}}function bzt(t,a){if(1&t&&(n.Tb(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 fzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100002_document.rackInfo[1].slotInfo[7].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_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 Lzt(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 _zt(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,UUt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,NUt,1,3,"div",102),n.Bc(10,WUt,1,3,"div",102),n.Bc(11,$Ut,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,JUt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,zUt,2,4,"td",102),n.Bc(21,qUt,4,2,"td",147),n.Bc(22,XUt,2,1,"td",110),n.Sb(),n.Tb(23,"tr"),n.Bc(24,QUt,3,4,"td",111),n.Bc(25,KUt,3,4,"td",112),n.Bc(26,ZUt,2,1,"td",110),n.Sb(),n.Tb(27,"tr"),n.Bc(28,YUt,3,4,"td",113),n.Bc(29,tNt,2,1,"td",110),n.Bc(30,aNt,2,1,"td",110),n.Sb(),n.Tb(31,"tr"),n.Bc(32,eNt,2,1,"td",110),n.Bc(33,nNt,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,oNt,2,4,"td",102),n.Bc(38,cNt,4,2,"td",147),n.Bc(39,sNt,2,1,"td",110),n.Sb(),n.Tb(40,"tr"),n.Bc(41,lNt,3,4,"td",111),n.Bc(42,iNt,3,4,"td",112),n.Bc(43,rNt,2,1,"td",110),n.Sb(),n.Tb(44,"tr"),n.Bc(45,bNt,3,4,"td",113),n.Bc(46,fNt,3,4,"td",110),n.Bc(47,dNt,2,1,"td",110),n.Sb(),n.Tb(48,"tr"),n.Bc(49,uNt,2,1,"td",110),n.Bc(50,ANt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(51,"div",115),n.Tb(52,"div",101),n.Bc(53,LNt,1,3,"div",102),n.Bc(54,_Nt,1,3,"div",102),n.Bc(55,INt,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,DNt,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,mNt,1,3,"div",102),n.Bc(65,CNt,1,3,"div",102),n.Bc(66,SNt,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,hNt,2,0,"div",106),n.Sb(),n.Ob(72,"div",107),n.Tb(73,"table",108),n.Tb(74,"tr"),n.Bc(75,gNt,2,4,"td",102),n.Bc(76,GNt,4,2,"td",147),n.Bc(77,TNt,2,1,"td",110),n.Sb(),n.Tb(78,"tr"),n.Bc(79,pNt,3,4,"td",111),n.Bc(80,kNt,3,4,"td",112),n.Bc(81,vNt,2,1,"td",110),n.Sb(),n.Tb(82,"tr"),n.Bc(83,yNt,3,4,"td",113),n.Bc(84,ONt,3,4,"td",110),n.Bc(85,BNt,2,1,"td",110),n.Sb(),n.Tb(86,"tr"),n.Bc(87,FNt,2,1,"td",110),n.Bc(88,ENt,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,wNt,2,4,"td",102),n.Bc(93,MNt,4,2,"td",147),n.Bc(94,jNt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,xNt,3,4,"td",111),n.Bc(97,VNt,3,4,"td",112),n.Bc(98,PNt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,HNt,3,4,"td",113),n.Bc(101,RNt,3,4,"td",110),n.Bc(102,UNt,2,1,"td",110),n.Sb(),n.Tb(103,"tr"),n.Bc(104,NNt,2,1,"td",110),n.Bc(105,WNt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(106,"div",115),n.Tb(107,"div",101),n.Bc(108,$Nt,1,3,"div",102),n.Bc(109,JNt,1,3,"div",102),n.Bc(110,zNt,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,qNt,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,XNt,1,3,"div",102),n.Bc(120,QNt,1,3,"div",102),n.Bc(121,KNt,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,ZNt,2,0,"div",106),n.Sb(),n.Ob(127,"div",107),n.Tb(128,"table",108),n.Tb(129,"tr"),n.Bc(130,YNt,2,4,"td",102),n.Bc(131,tWt,4,2,"td",147),n.Bc(132,aWt,2,1,"td",110),n.Sb(),n.Tb(133,"tr"),n.Bc(134,eWt,3,4,"td",111),n.Bc(135,nWt,3,4,"td",112),n.Bc(136,oWt,2,1,"td",110),n.Sb(),n.Tb(137,"tr"),n.Bc(138,cWt,3,4,"td",113),n.Bc(139,sWt,3,4,"td",110),n.Bc(140,lWt,2,1,"td",110),n.Sb(),n.Tb(141,"tr"),n.Bc(142,iWt,2,1,"td",110),n.Bc(143,rWt,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,bWt,2,4,"td",102),n.Bc(148,fWt,4,2,"td",147),n.Bc(149,dWt,2,1,"td",110),n.Sb(),n.Tb(150,"tr"),n.Bc(151,uWt,3,4,"td",111),n.Bc(152,AWt,3,4,"td",112),n.Bc(153,LWt,2,1,"td",110),n.Sb(),n.Tb(154,"tr"),n.Bc(155,_Wt,3,4,"td",113),n.Bc(156,IWt,3,4,"td",110),n.Bc(157,DWt,2,1,"td",110),n.Sb(),n.Tb(158,"tr"),n.Bc(159,mWt,2,1,"td",110),n.Bc(160,CWt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(161,"div",115),n.Tb(162,"div",101),n.Bc(163,SWt,1,3,"div",102),n.Bc(164,hWt,1,3,"div",102),n.Bc(165,gWt,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,GWt,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,TWt,1,3,"div",102),n.Bc(175,pWt,1,3,"div",102),n.Bc(176,kWt,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,vWt,2,0,"div",106),n.Sb(),n.Ob(182,"div",107),n.Tb(183,"table",108),n.Tb(184,"tr"),n.Bc(185,yWt,2,4,"td",102),n.Bc(186,OWt,4,2,"td",147),n.Bc(187,BWt,2,1,"td",110),n.Sb(),n.Tb(188,"tr"),n.Bc(189,FWt,3,4,"td",111),n.Bc(190,EWt,3,4,"td",112),n.Bc(191,wWt,2,1,"td",110),n.Sb(),n.Tb(192,"tr"),n.Bc(193,MWt,3,4,"td",113),n.Bc(194,jWt,3,4,"td",110),n.Bc(195,xWt,2,1,"td",110),n.Sb(),n.Tb(196,"tr"),n.Bc(197,VWt,2,1,"td",110),n.Bc(198,PWt,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,HWt,2,4,"td",102),n.Bc(203,RWt,4,2,"td",147),n.Bc(204,UWt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,NWt,3,4,"td",111),n.Bc(207,WWt,3,4,"td",112),n.Bc(208,$Wt,2,1,"td",110),n.Sb(),n.Tb(209,"tr"),n.Bc(210,JWt,3,4,"td",113),n.Bc(211,zWt,3,4,"td",110),n.Bc(212,qWt,2,1,"td",110),n.Sb(),n.Tb(213,"tr"),n.Bc(214,XWt,2,1,"td",110),n.Bc(215,QWt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(216,"div",115),n.Tb(217,"div",101),n.Bc(218,KWt,1,3,"div",102),n.Bc(219,ZWt,1,3,"div",102),n.Bc(220,YWt,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,t$t,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,a$t,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,e$t,4,2,"b",98),n.Sb(),n.Tb(252,"div",99),n.Tb(253,"div",100),n.Tb(254,"div",101),n.Bc(255,n$t,1,3,"div",102),n.Bc(256,o$t,1,3,"div",102),n.Bc(257,c$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,s$t,2,0,"div",106),n.Sb(),n.Ob(263,"div",107),n.Tb(264,"table",108),n.Tb(265,"tr"),n.Bc(266,l$t,2,4,"td",102),n.Bc(267,i$t,4,2,"td",147),n.Bc(268,r$t,2,1,"td",110),n.Sb(),n.Tb(269,"tr"),n.Bc(270,b$t,3,4,"td",111),n.Bc(271,f$t,3,4,"td",112),n.Bc(272,d$t,2,1,"td",110),n.Sb(),n.Tb(273,"tr"),n.Bc(274,u$t,3,4,"td",113),n.Bc(275,A$t,2,1,"td",110),n.Bc(276,L$t,2,1,"td",110),n.Sb(),n.Tb(277,"tr"),n.Bc(278,_$t,2,1,"td",110),n.Bc(279,I$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,D$t,2,4,"td",102),n.Bc(284,m$t,4,2,"td",147),n.Bc(285,C$t,2,1,"td",110),n.Sb(),n.Tb(286,"tr"),n.Bc(287,S$t,3,4,"td",111),n.Bc(288,h$t,3,4,"td",112),n.Bc(289,g$t,2,1,"td",110),n.Sb(),n.Tb(290,"tr"),n.Bc(291,G$t,3,4,"td",113),n.Bc(292,T$t,3,4,"td",110),n.Bc(293,p$t,2,1,"td",110),n.Sb(),n.Tb(294,"tr"),n.Bc(295,k$t,2,1,"td",110),n.Bc(296,v$t,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(297,"div",115),n.Tb(298,"div",101),n.Bc(299,y$t,1,3,"div",102),n.Bc(300,O$t,1,3,"div",102),n.Bc(301,B$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,F$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,E$t,1,3,"div",102),n.Bc(311,w$t,1,3,"div",102),n.Bc(312,M$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,j$t,2,0,"div",106),n.Sb(),n.Ob(318,"div",107),n.Tb(319,"table",108),n.Tb(320,"tr"),n.Bc(321,x$t,2,4,"td",102),n.Bc(322,V$t,4,2,"td",147),n.Bc(323,P$t,2,1,"td",110),n.Sb(),n.Tb(324,"tr"),n.Bc(325,H$t,3,4,"td",111),n.Bc(326,R$t,3,4,"td",112),n.Bc(327,U$t,2,1,"td",110),n.Sb(),n.Tb(328,"tr"),n.Bc(329,N$t,3,4,"td",113),n.Bc(330,W$t,3,4,"td",110),n.Bc(331,$$t,2,1,"td",110),n.Sb(),n.Tb(332,"tr"),n.Bc(333,J$t,2,1,"td",110),n.Bc(334,z$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,q$t,2,4,"td",102),n.Bc(339,X$t,4,2,"td",147),n.Bc(340,Q$t,2,1,"td",110),n.Sb(),n.Tb(341,"tr"),n.Bc(342,K$t,3,4,"td",111),n.Bc(343,Z$t,3,4,"td",112),n.Bc(344,Y$t,2,1,"td",110),n.Sb(),n.Tb(345,"tr"),n.Bc(346,tJt,3,4,"td",113),n.Bc(347,aJt,3,4,"td",110),n.Bc(348,eJt,2,1,"td",110),n.Sb(),n.Tb(349,"tr"),n.Bc(350,nJt,2,1,"td",110),n.Bc(351,oJt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(352,"div",115),n.Tb(353,"div",101),n.Bc(354,cJt,1,3,"div",102),n.Bc(355,sJt,1,3,"div",102),n.Bc(356,lJt,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,iJt,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,rJt,1,3,"div",102),n.Bc(366,bJt,1,3,"div",102),n.Bc(367,fJt,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,dJt,2,0,"div",106),n.Sb(),n.Ob(373,"div",107),n.Tb(374,"table",108),n.Tb(375,"tr"),n.Bc(376,uJt,2,4,"td",102),n.Bc(377,AJt,4,2,"td",147),n.Bc(378,LJt,2,1,"td",110),n.Sb(),n.Tb(379,"tr"),n.Bc(380,_Jt,3,4,"td",111),n.Bc(381,IJt,3,4,"td",112),n.Bc(382,DJt,2,1,"td",110),n.Sb(),n.Tb(383,"tr"),n.Bc(384,mJt,3,4,"td",113),n.Bc(385,CJt,3,4,"td",110),n.Bc(386,SJt,2,1,"td",110),n.Sb(),n.Tb(387,"tr"),n.Bc(388,hJt,2,1,"td",110),n.Bc(389,gJt,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,GJt,2,4,"td",102),n.Bc(394,TJt,4,2,"td",147),n.Bc(395,pJt,2,1,"td",110),n.Sb(),n.Tb(396,"tr"),n.Bc(397,kJt,3,4,"td",111),n.Bc(398,vJt,3,4,"td",112),n.Bc(399,yJt,2,1,"td",110),n.Sb(),n.Tb(400,"tr"),n.Bc(401,OJt,3,4,"td",113),n.Bc(402,BJt,3,4,"td",110),n.Bc(403,FJt,2,1,"td",110),n.Sb(),n.Tb(404,"tr"),n.Bc(405,EJt,2,1,"td",110),n.Bc(406,wJt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(407,"div",115),n.Tb(408,"div",101),n.Bc(409,MJt,1,3,"div",102),n.Bc(410,jJt,1,3,"div",102),n.Bc(411,xJt,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,VJt,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,PJt,1,3,"div",102),n.Bc(421,HJt,1,3,"div",102),n.Bc(422,RJt,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,UJt,2,0,"div",106),n.Sb(),n.Ob(428,"div",107),n.Tb(429,"table",108),n.Tb(430,"tr"),n.Bc(431,NJt,2,4,"td",102),n.Bc(432,WJt,4,2,"td",147),n.Bc(433,$Jt,2,1,"td",110),n.Sb(),n.Tb(434,"tr"),n.Bc(435,JJt,3,4,"td",111),n.Bc(436,zJt,3,4,"td",112),n.Bc(437,qJt,2,1,"td",110),n.Sb(),n.Tb(438,"tr"),n.Bc(439,XJt,3,4,"td",113),n.Bc(440,QJt,3,4,"td",110),n.Bc(441,KJt,2,1,"td",110),n.Sb(),n.Tb(442,"tr"),n.Bc(443,ZJt,2,1,"td",110),n.Bc(444,YJt,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,tzt,2,4,"td",102),n.Bc(449,azt,4,2,"td",147),n.Bc(450,ezt,2,1,"td",110),n.Sb(),n.Tb(451,"tr"),n.Bc(452,nzt,3,4,"td",111),n.Bc(453,ozt,3,4,"td",112),n.Bc(454,czt,2,1,"td",110),n.Sb(),n.Tb(455,"tr"),n.Bc(456,szt,3,4,"td",113),n.Bc(457,lzt,3,4,"td",110),n.Bc(458,izt,2,1,"td",110),n.Sb(),n.Tb(459,"tr"),n.Bc(460,rzt,2,1,"td",110),n.Bc(461,bzt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(462,"div",115),n.Tb(463,"div",101),n.Bc(464,fzt,1,3,"div",102),n.Bc(465,dzt,1,3,"div",102),n.Bc(466,uzt,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,Azt,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,Lzt,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 Izt(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 Dzt(t,a){if(1&t&&(n.Tb(0,"span",205),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 mzt(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 Czt(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 Szt(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 hzt(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 gzt(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 Gzt(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 Tzt(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 pzt(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 kzt(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 vzt(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 yzt(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,Dzt,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,mzt,3,0,"div",168),n.Bc(27,Czt,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,Szt,3,0,"div",168),n.Bc(38,hzt,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,gzt,7,7,"ng-container",175),n.Bc(47,Gzt,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,Tzt,7,7,"ng-container",175),n.Bc(56,pzt,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_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,kzt,3,0,"div",168),n.Bc(68,vzt,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 Ozt(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",291),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,HUt,2,0,"span",79),n.Bc(6,RUt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,_zt,806,244,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,Izt,2,0,"ng-template",null,292,n.Cc),n.Bc(12,yzt,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 Bzt(t,a){1&t&&(n.Tb(0,"span",89),n.Dc(1,"8\u69fd Rack Overview "),n.Sb())}function Fzt(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 Ezt(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 wzt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[0].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_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 Vzt(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 Pzt(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 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_C8A23100010_document.rackInfo[0].slotInfo[0].battVoltage,"1.2-2"),"V")}}function Rzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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_C8A23100010_document.rackInfo[0].slotInfo[0].battTempMos,"\xb0C")}}function Nzt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Wzt(t,a){if(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 $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_C8A23100010_document.rackInfo[0].slotInfo[0].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_C8A23100010_document.rackInfo[0].slotInfo[0].battChgCycle,"")}}function zzt(t,a){if(1&t&&(n.Tb(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 qzt(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 Xzt(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 Qzt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Kzt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battTempMos,"\xb0C")}}function Yzt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 tqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battChgCycle,"")}}function nqt(t,a){if(1&t&&(n.Tb(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 oqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[1].battStatus[0]?"yellow":"null"))}}function lqt(t,a){if(1&t){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 iqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battStatus[0]?"yellow":"null"))}}function fqt(t,a){if(1&t){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 dqt(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 uqt(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 Aqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Lqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 _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[0].slotInfo[2].battTempMos,"\xb0C")}}function Iqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 Dqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 mqt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[2].battChgCycle,"")}}function Sqt(t,a){if(1&t&&(n.Tb(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 hqt(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 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[0].slotInfo[3].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0])}}function Gqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Tqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 pqt(t,a){if(1&t&&(n.Tb(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 kqt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 vqt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battChgCycle,"")}}function Bqt(t,a){if(1&t&&(n.Tb(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 Fqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[3].battStatus[0]?"yellow":"null"))}}function Mqt(t,a){if(1&t){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 jqt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battStatus[0]?"yellow":"null"))}}function Pqt(t,a){if(1&t){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 Hqt(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 Rqt(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 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[0].slotInfo[4].battVoltage,"1.2-2"),"V")}}function Nqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 Wqt(t,a){if(1&t&&(n.Tb(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 $qt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[0].slotInfo[4].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[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[4].battChgCycle,"")}}function Xqt(t,a){if(1&t&&(n.Tb(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 Qqt(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 Kqt(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 Zqt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 Yqt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 tXt(t,a){if(1&t&&(n.Tb(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 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[5].battSoC,"1.0-1"),"%")}}function eXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 nXt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battChgCycle,"")}}function cXt(t,a){if(1&t&&(n.Tb(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 sXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"white":"null"))}}function iXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[5].battStatus[0]?"yellow":"null"))}}function rXt(t,a){if(1&t){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 bXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function fXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"white":"null"))}}function dXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[6].battStatus[0]?"yellow":"null"))}}function uXt(t,a){if(1&t){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 AXt(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 LXt(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 _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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].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_C8A23100010_document.rackInfo[0].slotInfo[6].battId,"")}}function GXt(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 TXt(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 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[0].slotInfo[7].battVoltage,"1.2-2"),"V")}}function kXt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 vXt(t,a){if(1&t&&(n.Tb(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 yXt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 OXt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 BXt(t,a){if(1&t&&(n.Tb(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 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_C8A23100010_document.rackInfo[0].slotInfo[7].battChgCycle,"")}}function EXt(t,a){if(1&t&&(n.Tb(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 wXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[0].slotInfo[7].battStatus[0]?"yellow":"null"))}}function xXt(t,a){if(1&t){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 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_C8A23100010_document.rackInfo[0].dcuStatus[0],"")}}function PXt(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 HXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function RXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"white":"null"))}}function UXt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battStatus[0]?"yellow":"null"))}}function NXt(t,a){if(1&t){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 WXt(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 $Xt(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 JXt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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[0].battCurrent,"0.1-2"),"A")}}function qXt(t,a){if(1&t&&(n.Tb(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 XXt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 QXt(t,a){if(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[0].battChgCycle,"")}}function YXt(t,a){if(1&t&&(n.Tb(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 tQt(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 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[1].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0])}}function eQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 nQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempMos,"\xb0C")}}function cQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 sQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battChgCycle,"")}}function rQt(t,a){if(1&t&&(n.Tb(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 bQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]?"white":"null"))}}function dQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[1].battStatus[0]?"yellow":"null"))}}function uQt(t,a){if(1&t){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 AQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].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[2].slotId)})),n.Dc(1," Eject "),n.Sb()}}function DQt(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 mQt(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 CQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 SQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].slotInfo[2].battTempMos,"\xb0C")}}function gQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 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[1].slotInfo[2].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[2].battTempCell,"\xb0C")}}function pQt(t,a){if(1&t&&(n.Tb(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 kQt(t,a){if(1&t&&(n.Tb(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 vQt(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 yQt(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 OQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 BQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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[1].slotInfo[3].battTempMos,"\xb0C")}}function EQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 wQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 MQt(t,a){if(1&t&&(n.Tb(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 jQt(t,a){if(1&t&&(n.Tb(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 xQt(t,a){if(1&t&&(n.Tb(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 VQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].battStatus[0]?"#a49a9a":"null"))}}function PQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[3].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[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function UQt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0]?"yellow":"null"))}}function $Qt(t,a){if(1&t){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 JQt(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 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[4].slotId,"\u2002"),n.Ab(2),n.Ec(t.GetALLDataa&&t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battStatus[0])}}function qQt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 XQt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempMos,"\xb0C")}}function KQt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 ZQt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[4].battChgCycle,"")}}function aKt(t,a){if(1&t&&(n.Tb(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 eKt(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 nKt(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 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_C8A23100010_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_C8A23100010_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_C8A23100010_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_C8A23100010_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_C8A23100010_document.rackInfo[1].slotInfo[5].battSoH,"0.1-2"),"%")}}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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[5].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_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_C8A23100010_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,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_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_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 _Kt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_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_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 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_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 SKt(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 hKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 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_C8A23100010_document.rackInfo[1].slotInfo[6].battCurrent,"0.1-2"),"A")}}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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempMos,"\xb0C")}}function TKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 pKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[6].battChgCycle,"")}}function yKt(t,a){if(1&t&&(n.Tb(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 OKt(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 BKt(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 FKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 EKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 wKt(t,a){if(1&t&&(n.Tb(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 MKt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 jKt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_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_C8A23100010_document.rackInfo[1].slotInfo[7].battId,"")}}function HKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function RKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[1].slotInfo[7].battStatus[0]?"yellow":"null"))}}function NKt(t,a){if(1&t){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 WKt(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 $Kt(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 JKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"#a49a9a":"null"))}}function zKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"white":"null"))}}function qKt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battStatus[0]?"yellow":"null"))}}function XKt(t,a){if(1&t){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 QKt(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 KKt(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 ZKt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 YKt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 tZt(t,a){if(1&t&&(n.Tb(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 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_C8A23100010_document.rackInfo[2].slotInfo[0].battSoC,"1.0-1"),"%")}}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("SoH: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[0].battSoH,"%")}}function nZt(t,a){if(1&t&&(n.Tb(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 oZt(t,a){if(1&t&&(n.Tb(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 cZt(t,a){if(1&t&&(n.Tb(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 sZt(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 lZt(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 iZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 rZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempMos,"\xb0C")}}function fZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 dZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battTempCell,"\xb0C")}}function AZt(t,a){if(1&t&&(n.Tb(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 LZt(t,a){if(1&t&&(n.Tb(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 _Zt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[1].battStatus[0]?"yellow":"null"))}}function mZt(t,a){if(1&t){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 CZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"white":"null"))}}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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battStatus[0]?"yellow":"null"))}}function gZt(t,a){if(1&t){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 GZt(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 TZt(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 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_C8A23100010_document.rackInfo[2].slotInfo[2].battVoltage,"1.2-2"),"V")}}function kZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempMos,"\xb0C")}}function yZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 OZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[2].battTempCell,"\xb0C")}}function FZt(t,a){if(1&t&&(n.Tb(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 EZt(t,a){if(1&t&&(n.Tb(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 wZt(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 MZt(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 jZt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 xZt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempMos,"\xb0C")}}function PZt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 HZt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battTempCell,"\xb0C")}}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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].battChgCycle,"")}}function NZt(t,a){if(1&t&&(n.Tb(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 WZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[3].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[3].slotId)})),n.Dc(1," Eject "),n.Sb()}}function qZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"#a49a9a":"null"))}}function XZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"white":"null"))}}function QZt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[4].battStatus[0]?"yellow":"null"))}}function KZt(t,a){if(1&t){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 ZZt(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 YZt(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 tYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 aYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 eYt(t,a){if(1&t&&(n.Tb(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 nYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 oYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 cYt(t,a){if(1&t&&(n.Tb(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 sYt(t,a){if(1&t&&(n.Tb(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 lYt(t,a){if(1&t&&(n.Tb(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 iYt(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 rYt(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 bYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 fYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 dYt(t,a){if(1&t&&(n.Tb(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 uYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 AYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 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("Tavg: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battTempCell,"\xb0C")}}function _Yt(t,a){if(1&t&&(n.Tb(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 IYt(t,a){if(1&t&&(n.Tb(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 DYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"#a49a9a":"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,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"white":"null"))}}function CYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[5].battStatus[0]?"yellow":"null"))}}function SYt(t,a){if(1&t){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 hYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"#a49a9a":"null"))}}function gYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"white":"null"))}}function GYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battStatus[0]?"yellow":"null"))}}function TYt(t,a){if(1&t){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 pYt(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 kYt(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 vYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 yYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battTempMos,"\xb0C")}}function BYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 FYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 EYt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[6].battChgCycle,"")}}function MYt(t,a){if(1&t&&(n.Tb(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 jYt(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 xYt(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 VYt(t,a){if(1&t&&(n.Tb(0,"td",133),n.Dc(1),n.gc(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 PYt(t,a){if(1&t&&(n.Tb(0,"td",134),n.Dc(1),n.gc(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 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("Tfet: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battTempMos,"\xb0C")}}function RYt(t,a){if(1&t&&(n.Tb(0,"td",136),n.Dc(1),n.gc(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 UYt(t,a){if(1&t&&(n.Tb(0,"td",135),n.Dc(1),n.gc(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 NYt(t,a){if(1&t&&(n.Tb(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 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("Cycle: ",t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battChgCycle,"")}}function $Yt(t,a){if(1&t&&(n.Tb(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 JYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Idle"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"#a49a9a":"null"))}}function zYt(t,a){if(1&t&&n.Ob(0,"div",140),2&t){const t=n.fc(3);n.lc("ngStyle",n.oc(1,zi,"Empty"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"white":"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,zi,"Charge"===t.GetALLDataa.latest_C8A23100010_document.rackInfo[2].slotInfo[7].battStatus[0]?"yellow":"null"))}}function XYt(t,a){if(1&t){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 QYt(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 KYt(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,Ezt,4,2,"b",98),n.Sb(),n.Tb(6,"div",99),n.Tb(7,"div",100),n.Tb(8,"div",101),n.Bc(9,wzt,1,3,"div",102),n.Bc(10,Mzt,1,3,"div",102),n.Bc(11,jzt,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,xzt,2,0,"div",106),n.Sb(),n.Ob(17,"div",107),n.Tb(18,"table",108),n.Tb(19,"tr"),n.Bc(20,Vzt,2,4,"td",102),n.Bc(21,Pzt,4,2,"td",297),n.Sb(),n.Tb(22,"tr"),n.Bc(23,Hzt,3,4,"td",111),n.Bc(24,Rzt,3,4,"td",112),n.Bc(25,Uzt,2,1,"td",110),n.Sb(),n.Tb(26,"tr"),n.Bc(27,Nzt,3,4,"td",113),n.Bc(28,Wzt,2,1,"td",110),n.Bc(29,$zt,2,1,"td",110),n.Sb(),n.Tb(30,"tr"),n.Bc(31,Jzt,2,1,"td",110),n.Bc(32,zzt,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,qzt,2,4,"td",102),n.Bc(37,Xzt,4,2,"td",297),n.Sb(),n.Tb(38,"tr"),n.Bc(39,Qzt,3,4,"td",111),n.Bc(40,Kzt,3,4,"td",112),n.Bc(41,Zzt,2,1,"td",110),n.Sb(),n.Tb(42,"tr"),n.Bc(43,Yzt,3,4,"td",113),n.Bc(44,tqt,3,4,"td",110),n.Bc(45,aqt,2,1,"td",110),n.Sb(),n.Tb(46,"tr"),n.Bc(47,eqt,2,1,"td",110),n.Bc(48,nqt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(49,"div",115),n.Tb(50,"div",101),n.Bc(51,oqt,1,3,"div",102),n.Bc(52,cqt,1,3,"div",102),n.Bc(53,sqt,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,lqt,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,iqt,1,3,"div",102),n.Bc(63,rqt,1,3,"div",102),n.Bc(64,bqt,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,fqt,2,0,"div",106),n.Sb(),n.Ob(70,"div",107),n.Tb(71,"table",108),n.Tb(72,"tr"),n.Bc(73,dqt,2,4,"td",102),n.Bc(74,uqt,4,2,"td",297),n.Sb(),n.Tb(75,"tr"),n.Bc(76,Aqt,3,4,"td",111),n.Bc(77,Lqt,3,4,"td",112),n.Bc(78,_qt,2,1,"td",110),n.Sb(),n.Tb(79,"tr"),n.Bc(80,Iqt,3,4,"td",113),n.Bc(81,Dqt,3,4,"td",110),n.Bc(82,mqt,2,1,"td",110),n.Sb(),n.Tb(83,"tr"),n.Bc(84,Cqt,2,1,"td",110),n.Bc(85,Sqt,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,hqt,2,4,"td",102),n.Bc(90,gqt,4,2,"td",297),n.Sb(),n.Tb(91,"tr"),n.Bc(92,Gqt,3,4,"td",111),n.Bc(93,Tqt,3,4,"td",112),n.Bc(94,pqt,2,1,"td",110),n.Sb(),n.Tb(95,"tr"),n.Bc(96,kqt,3,4,"td",113),n.Bc(97,vqt,3,4,"td",110),n.Bc(98,yqt,2,1,"td",110),n.Sb(),n.Tb(99,"tr"),n.Bc(100,Oqt,2,1,"td",110),n.Bc(101,Bqt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(102,"div",115),n.Tb(103,"div",101),n.Bc(104,Fqt,1,3,"div",102),n.Bc(105,Eqt,1,3,"div",102),n.Bc(106,wqt,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,Mqt,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,jqt,1,3,"div",102),n.Bc(116,xqt,1,3,"div",102),n.Bc(117,Vqt,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,Pqt,2,0,"div",106),n.Sb(),n.Ob(123,"div",107),n.Tb(124,"table",108),n.Tb(125,"tr"),n.Bc(126,Hqt,2,4,"td",102),n.Bc(127,Rqt,4,2,"td",297),n.Sb(),n.Tb(128,"tr"),n.Bc(129,Uqt,3,4,"td",111),n.Bc(130,Nqt,3,4,"td",112),n.Bc(131,Wqt,2,1,"td",110),n.Sb(),n.Tb(132,"tr"),n.Bc(133,$qt,3,4,"td",113),n.Bc(134,Jqt,3,4,"td",110),n.Bc(135,zqt,2,1,"td",110),n.Sb(),n.Tb(136,"tr"),n.Bc(137,qqt,2,1,"td",110),n.Bc(138,Xqt,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,Qqt,2,4,"td",102),n.Bc(143,Kqt,4,2,"td",297),n.Sb(),n.Tb(144,"tr"),n.Bc(145,Zqt,3,4,"td",111),n.Bc(146,Yqt,3,4,"td",112),n.Bc(147,tXt,2,1,"td",110),n.Sb(),n.Tb(148,"tr"),n.Bc(149,aXt,3,4,"td",113),n.Bc(150,eXt,3,4,"td",110),n.Bc(151,nXt,2,1,"td",110),n.Sb(),n.Tb(152,"tr"),n.Bc(153,oXt,2,1,"td",110),n.Bc(154,cXt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(155,"div",115),n.Tb(156,"div",101),n.Bc(157,sXt,1,3,"div",102),n.Bc(158,lXt,1,3,"div",102),n.Bc(159,iXt,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,rXt,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,bXt,1,3,"div",102),n.Bc(169,fXt,1,3,"div",102),n.Bc(170,dXt,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,uXt,2,0,"div",106),n.Sb(),n.Ob(176,"div",107),n.Tb(177,"table",108),n.Tb(178,"tr"),n.Bc(179,AXt,2,4,"td",102),n.Bc(180,LXt,4,2,"td",297),n.Sb(),n.Tb(181,"tr"),n.Bc(182,_Xt,3,4,"td",111),n.Bc(183,IXt,3,4,"td",112),n.Bc(184,DXt,2,1,"td",110),n.Sb(),n.Tb(185,"tr"),n.Bc(186,mXt,3,4,"td",113),n.Bc(187,CXt,3,4,"td",110),n.Bc(188,SXt,2,1,"td",110),n.Sb(),n.Tb(189,"tr"),n.Bc(190,hXt,2,1,"td",110),n.Bc(191,gXt,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,GXt,2,4,"td",102),n.Bc(196,TXt,4,2,"td",297),n.Sb(),n.Tb(197,"tr"),n.Bc(198,pXt,3,4,"td",111),n.Bc(199,kXt,3,4,"td",112),n.Bc(200,vXt,2,1,"td",110),n.Sb(),n.Tb(201,"tr"),n.Bc(202,yXt,3,4,"td",113),n.Bc(203,OXt,3,4,"td",110),n.Bc(204,BXt,2,1,"td",110),n.Sb(),n.Tb(205,"tr"),n.Bc(206,FXt,2,1,"td",110),n.Bc(207,EXt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(208,"div",115),n.Tb(209,"div",101),n.Bc(210,wXt,1,3,"div",102),n.Bc(211,MXt,1,3,"div",102),n.Bc(212,jXt,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,xXt,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,VXt,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,PXt,4,2,"b",98),n.Sb(),n.Tb(244,"div",99),n.Tb(245,"div",100),n.Tb(246,"div",101),n.Bc(247,HXt,1,3,"div",102),n.Bc(248,RXt,1,3,"div",102),n.Bc(249,UXt,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,NXt,2,0,"div",106),n.Sb(),n.Ob(255,"div",107),n.Tb(256,"table",108),n.Tb(257,"tr"),n.Bc(258,WXt,2,4,"td",102),n.Bc(259,$Xt,4,2,"td",297),n.Sb(),n.Tb(260,"tr"),n.Bc(261,JXt,3,4,"td",111),n.Bc(262,zXt,3,4,"td",112),n.Bc(263,qXt,2,1,"td",110),n.Sb(),n.Tb(264,"tr"),n.Bc(265,XXt,3,4,"td",113),n.Bc(266,QXt,2,1,"td",110),n.Bc(267,KXt,2,1,"td",110),n.Sb(),n.Tb(268,"tr"),n.Bc(269,ZXt,2,1,"td",110),n.Bc(270,YXt,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,tQt,2,4,"td",102),n.Bc(275,aQt,4,2,"td",297),n.Sb(),n.Tb(276,"tr"),n.Bc(277,eQt,3,4,"td",111),n.Bc(278,nQt,3,4,"td",112),n.Bc(279,oQt,2,1,"td",110),n.Sb(),n.Tb(280,"tr"),n.Bc(281,cQt,3,4,"td",113),n.Bc(282,sQt,3,4,"td",110),n.Bc(283,lQt,2,1,"td",110),n.Sb(),n.Tb(284,"tr"),n.Bc(285,iQt,2,1,"td",110),n.Bc(286,rQt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(287,"div",115),n.Tb(288,"div",101),n.Bc(289,bQt,1,3,"div",102),n.Bc(290,fQt,1,3,"div",102),n.Bc(291,dQt,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,uQt,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,AQt,1,3,"div",102),n.Bc(301,LQt,1,3,"div",102),n.Bc(302,_Qt,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,IQt,2,0,"div",106),n.Sb(),n.Ob(308,"div",107),n.Tb(309,"table",108),n.Tb(310,"tr"),n.Bc(311,DQt,2,4,"td",102),n.Bc(312,mQt,4,2,"td",297),n.Sb(),n.Tb(313,"tr"),n.Bc(314,CQt,3,4,"td",111),n.Bc(315,SQt,3,4,"td",112),n.Bc(316,hQt,2,1,"td",110),n.Sb(),n.Tb(317,"tr"),n.Bc(318,gQt,3,4,"td",113),n.Bc(319,GQt,3,4,"td",110),n.Bc(320,TQt,2,1,"td",110),n.Sb(),n.Tb(321,"tr"),n.Bc(322,pQt,2,1,"td",110),n.Bc(323,kQt,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,vQt,2,4,"td",102),n.Bc(328,yQt,4,2,"td",297),n.Sb(),n.Tb(329,"tr"),n.Bc(330,OQt,3,4,"td",111),n.Bc(331,BQt,3,4,"td",112),n.Bc(332,FQt,2,1,"td",110),n.Sb(),n.Tb(333,"tr"),n.Bc(334,EQt,3,4,"td",113),n.Bc(335,wQt,3,4,"td",110),n.Bc(336,MQt,2,1,"td",110),n.Sb(),n.Tb(337,"tr"),n.Bc(338,jQt,2,1,"td",110),n.Bc(339,xQt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(340,"div",115),n.Tb(341,"div",101),n.Bc(342,VQt,1,3,"div",102),n.Bc(343,PQt,1,3,"div",102),n.Bc(344,HQt,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,RQt,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,UQt,1,3,"div",102),n.Bc(354,NQt,1,3,"div",102),n.Bc(355,WQt,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,$Qt,2,0,"div",106),n.Sb(),n.Ob(361,"div",107),n.Tb(362,"table",108),n.Tb(363,"tr"),n.Bc(364,JQt,2,4,"td",102),n.Bc(365,zQt,4,2,"td",297),n.Sb(),n.Tb(366,"tr"),n.Bc(367,qQt,3,4,"td",111),n.Bc(368,XQt,3,4,"td",112),n.Bc(369,QQt,2,1,"td",110),n.Sb(),n.Tb(370,"tr"),n.Bc(371,KQt,3,4,"td",113),n.Bc(372,ZQt,3,4,"td",110),n.Bc(373,YQt,2,1,"td",110),n.Sb(),n.Tb(374,"tr"),n.Bc(375,tKt,2,1,"td",110),n.Bc(376,aKt,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,eKt,2,4,"td",102),n.Bc(381,nKt,4,2,"td",297),n.Sb(),n.Tb(382,"tr"),n.Bc(383,oKt,3,4,"td",111),n.Bc(384,cKt,3,4,"td",112),n.Bc(385,sKt,2,1,"td",110),n.Sb(),n.Tb(386,"tr"),n.Bc(387,lKt,3,4,"td",113),n.Bc(388,iKt,3,4,"td",110),n.Bc(389,rKt,2,1,"td",110),n.Sb(),n.Tb(390,"tr"),n.Bc(391,bKt,2,1,"td",110),n.Bc(392,fKt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(393,"div",115),n.Tb(394,"div",101),n.Bc(395,dKt,1,3,"div",102),n.Bc(396,uKt,1,3,"div",102),n.Bc(397,AKt,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,LKt,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,_Kt,1,3,"div",102),n.Bc(407,IKt,1,3,"div",102),n.Bc(408,DKt,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,mKt,2,0,"div",106),n.Sb(),n.Ob(414,"div",107),n.Tb(415,"table",108),n.Tb(416,"tr"),n.Bc(417,CKt,2,4,"td",102),n.Bc(418,SKt,4,2,"td",297),n.Sb(),n.Tb(419,"tr"),n.Bc(420,hKt,3,4,"td",111),n.Bc(421,gKt,3,4,"td",112),n.Bc(422,GKt,2,1,"td",110),n.Sb(),n.Tb(423,"tr"),n.Bc(424,TKt,3,4,"td",113),n.Bc(425,pKt,3,4,"td",110),n.Bc(426,kKt,2,1,"td",110),n.Sb(),n.Tb(427,"tr"),n.Bc(428,vKt,2,1,"td",110),n.Bc(429,yKt,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,OKt,2,4,"td",102),n.Bc(434,BKt,4,2,"td",297),n.Sb(),n.Tb(435,"tr"),n.Bc(436,FKt,3,4,"td",111),n.Bc(437,EKt,3,4,"td",112),n.Bc(438,wKt,2,1,"td",110),n.Sb(),n.Tb(439,"tr"),n.Bc(440,MKt,3,4,"td",113),n.Bc(441,jKt,3,4,"td",110),n.Bc(442,xKt,2,1,"td",110),n.Sb(),n.Tb(443,"tr"),n.Bc(444,VKt,2,1,"td",110),n.Bc(445,PKt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(446,"div",115),n.Tb(447,"div",101),n.Bc(448,HKt,1,3,"div",102),n.Bc(449,RKt,1,3,"div",102),n.Bc(450,UKt,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,NKt,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,WKt,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,$Kt,4,2,"b",98),n.Sb(),n.Tb(482,"div",99),n.Tb(483,"div",100),n.Tb(484,"div",101),n.Bc(485,JKt,1,3,"div",102),n.Bc(486,zKt,1,3,"div",102),n.Bc(487,qKt,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,XKt,2,0,"div",106),n.Sb(),n.Ob(493,"div",107),n.Tb(494,"table",108),n.Tb(495,"tr"),n.Bc(496,QKt,2,4,"td",102),n.Bc(497,KKt,4,2,"td",297),n.Sb(),n.Tb(498,"tr"),n.Bc(499,ZKt,3,4,"td",111),n.Bc(500,YKt,3,4,"td",112),n.Bc(501,tZt,2,1,"td",110),n.Sb(),n.Tb(502,"tr"),n.Bc(503,aZt,3,4,"td",113),n.Bc(504,eZt,2,1,"td",110),n.Bc(505,nZt,2,1,"td",110),n.Sb(),n.Tb(506,"tr"),n.Bc(507,oZt,2,1,"td",110),n.Bc(508,cZt,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,sZt,2,4,"td",102),n.Bc(513,lZt,4,2,"td",297),n.Sb(),n.Tb(514,"tr"),n.Bc(515,iZt,3,4,"td",111),n.Bc(516,rZt,3,4,"td",112),n.Bc(517,bZt,2,1,"td",110),n.Sb(),n.Tb(518,"tr"),n.Bc(519,fZt,3,4,"td",113),n.Bc(520,dZt,3,4,"td",110),n.Bc(521,uZt,2,1,"td",110),n.Sb(),n.Tb(522,"tr"),n.Bc(523,AZt,2,1,"td",110),n.Bc(524,LZt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(525,"div",115),n.Tb(526,"div",101),n.Bc(527,_Zt,1,3,"div",102),n.Bc(528,IZt,1,3,"div",102),n.Bc(529,DZt,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,mZt,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,CZt,1,3,"div",102),n.Bc(539,SZt,1,3,"div",102),n.Bc(540,hZt,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,gZt,2,0,"div",106),n.Sb(),n.Ob(546,"div",107),n.Tb(547,"table",108),n.Tb(548,"tr"),n.Bc(549,GZt,2,4,"td",102),n.Bc(550,TZt,4,2,"td",297),n.Sb(),n.Tb(551,"tr"),n.Bc(552,pZt,3,4,"td",111),n.Bc(553,kZt,3,4,"td",112),n.Bc(554,vZt,2,1,"td",110),n.Sb(),n.Tb(555,"tr"),n.Bc(556,yZt,3,4,"td",113),n.Bc(557,OZt,3,4,"td",110),n.Bc(558,BZt,2,1,"td",110),n.Sb(),n.Tb(559,"tr"),n.Bc(560,FZt,2,1,"td",110),n.Bc(561,EZt,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,wZt,2,4,"td",102),n.Bc(566,MZt,4,2,"td",297),n.Sb(),n.Tb(567,"tr"),n.Bc(568,jZt,3,4,"td",111),n.Bc(569,xZt,3,4,"td",112),n.Bc(570,VZt,2,1,"td",110),n.Sb(),n.Tb(571,"tr"),n.Bc(572,PZt,3,4,"td",113),n.Bc(573,HZt,3,4,"td",110),n.Bc(574,RZt,2,1,"td",110),n.Sb(),n.Tb(575,"tr"),n.Bc(576,UZt,2,1,"td",110),n.Bc(577,NZt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(578,"div",115),n.Tb(579,"div",101),n.Bc(580,WZt,1,3,"div",102),n.Bc(581,$Zt,1,3,"div",102),n.Bc(582,JZt,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,zZt,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,qZt,1,3,"div",102),n.Bc(592,XZt,1,3,"div",102),n.Bc(593,QZt,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,KZt,2,0,"div",106),n.Sb(),n.Ob(599,"div",107),n.Tb(600,"table",108),n.Tb(601,"tr"),n.Bc(602,ZZt,2,4,"td",102);n.Bc(603,YZt,4,2,"td",297),n.Sb(),n.Tb(604,"tr"),n.Bc(605,tYt,3,4,"td",111),n.Bc(606,aYt,3,4,"td",112),n.Bc(607,eYt,2,1,"td",110),n.Sb(),n.Tb(608,"tr"),n.Bc(609,nYt,3,4,"td",113),n.Bc(610,oYt,3,4,"td",110),n.Bc(611,cYt,2,1,"td",110),n.Sb(),n.Tb(612,"tr"),n.Bc(613,sYt,2,1,"td",110),n.Bc(614,lYt,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,iYt,2,4,"td",102),n.Bc(619,rYt,4,2,"td",297),n.Sb(),n.Tb(620,"tr"),n.Bc(621,bYt,3,4,"td",111),n.Bc(622,fYt,3,4,"td",112),n.Bc(623,dYt,2,1,"td",110),n.Sb(),n.Tb(624,"tr"),n.Bc(625,uYt,3,4,"td",113),n.Bc(626,AYt,3,4,"td",110),n.Bc(627,LYt,2,1,"td",110),n.Sb(),n.Tb(628,"tr"),n.Bc(629,_Yt,2,1,"td",110),n.Bc(630,IYt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(631,"div",115),n.Tb(632,"div",101),n.Bc(633,DYt,1,3,"div",102),n.Bc(634,mYt,1,3,"div",102),n.Bc(635,CYt,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,SYt,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,hYt,1,3,"div",102),n.Bc(645,gYt,1,3,"div",102),n.Bc(646,GYt,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,TYt,2,0,"div",106),n.Sb(),n.Ob(652,"div",107),n.Tb(653,"table",108),n.Tb(654,"tr"),n.Bc(655,pYt,2,4,"td",102),n.Bc(656,kYt,4,2,"td",297),n.Sb(),n.Tb(657,"tr"),n.Bc(658,vYt,3,4,"td",111),n.Bc(659,yYt,3,4,"td",112),n.Bc(660,OYt,2,1,"td",110),n.Sb(),n.Tb(661,"tr"),n.Bc(662,BYt,3,4,"td",113),n.Bc(663,FYt,3,4,"td",110),n.Bc(664,EYt,2,1,"td",110),n.Sb(),n.Tb(665,"tr"),n.Bc(666,wYt,2,1,"td",110),n.Bc(667,MYt,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,jYt,2,4,"td",102),n.Bc(672,xYt,4,2,"td",297),n.Sb(),n.Tb(673,"tr"),n.Bc(674,VYt,3,4,"td",111),n.Bc(675,PYt,3,4,"td",112),n.Bc(676,HYt,2,1,"td",110),n.Sb(),n.Tb(677,"tr"),n.Bc(678,RYt,3,4,"td",113),n.Bc(679,UYt,3,4,"td",110),n.Bc(680,NYt,2,1,"td",110),n.Sb(),n.Tb(681,"tr"),n.Bc(682,WYt,2,1,"td",110),n.Bc(683,$Yt,2,1,"td",114),n.Sb(),n.Sb(),n.Ob(684,"div",115),n.Tb(685,"div",101),n.Bc(686,JYt,1,3,"div",102),n.Bc(687,zYt,1,3,"div",102),n.Bc(688,qYt,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,XYt,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,QYt,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 ZYt(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 YYt(t,a){if(1&t&&(n.Tb(0,"span",205),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 t0t(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 a0t(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 e0t(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 n0t(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 o0t(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 c0t(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 s0t(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 l0t(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 i0t(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 r0t(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 b0t(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,YYt,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,t0t,3,0,"div",168),n.Bc(27,a0t,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,e0t,3,0,"div",168),n.Bc(38,n0t,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,o0t,7,7,"ng-container",175),n.Bc(47,c0t,2,0,"ng-template",null,298,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,s0t,7,7,"ng-container",175),n.Bc(56,l0t,2,0,"ng-template",null,299,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,i0t,3,0,"div",168),n.Bc(68,r0t,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 f0t(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",295),n.Tb(3,"div",77),n.Tb(4,"div",78),n.Bc(5,Bzt,2,0,"span",79),n.Bc(6,Fzt,2,4,"span",80),n.Ob(7,"span"),n.Sb(),n.Bc(8,KYt,716,342,"div",85),n.Sb(),n.Sb(),n.Tb(9,"mat-tab",86),n.Bc(10,ZYt,2,0,"ng-template",null,296,n.Cc),n.Bc(12,b0t,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 d0t(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 u0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,d0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 A0t(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 L0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,A0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 _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_FM000001))}}function I0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,_0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 D0t(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 m0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,D0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 C0t(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 S0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,C0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C8A23090002))}}function g0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,h0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C5A23112006))}}function T0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,G0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C5A23112002))}}function k0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,p0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 v0t(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 y0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,v0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 O0t(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 B0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,O0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C5A23112005))}}function E0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,F0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 w0t(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 M0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,w0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C5A23112007))}}function x0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,j0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 V0t(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 P0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,V0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C8A23090001))}}function R0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,H0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C8A23100006))}}function N0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,U0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 W0t(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 $0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,W0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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_C8A23100008))}}function z0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,J0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 q0t(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 X0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,q0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 Q0t(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 K0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,Q0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 Z0t(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 Y0t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,Z0t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 t1t(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 a1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,t1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 e1t(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 n1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,e1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 o1t(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 c1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,o1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 s1t(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 l1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,s1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 i1t(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 r1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"h2",300),n.Dc(1,"503 Response"),n.Sb(),n.Bc(2,i1t,4,3,"mat-dialog-content",62),n.Tb(3,"mat-dialog-actions",301),n.Tb(4,"button",302),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 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",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_GM000001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_GM000001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_GM000001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 d1t(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 u1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112010_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112010_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112010=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,d1t,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",301),n.Tb(39,"button",302),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 A1t(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 L1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_FM000001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_FM000001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_FM000001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,A1t,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",301),n.Tb(39,"button",302),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 _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 I1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112008_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112008_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112008=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 D1t(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 m1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100004_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100004_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100004=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,D1t,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",301),n.Tb(39,"button",302),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 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",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23090002_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23090002_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23090002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 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 g1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112006_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112006_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112006=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 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 T1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112002_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112002_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 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 k1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 v1t(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 y1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112003_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112003_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112003=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,v1t,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",301),n.Tb(39,"button",302),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 O1t(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 B1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112005_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112005_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112005=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,O1t,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",301),n.Tb(39,"button",302),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 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 E1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23092001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23092001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23092001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 w1t(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 M1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112007_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112007_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112007=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,w1t,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",301),n.Tb(39,"button",302),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 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 x1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C5A23112004_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C5A23112004_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C5A23112004=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 V1t(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",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23090001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23090001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23090001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,V1t,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",301),n.Tb(39,"button",302),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 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",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100006_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100006_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100006=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 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 N1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100007_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100007_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100007=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 W1t(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",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100008_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100008_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100008=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,W1t,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",301),n.Tb(39,"button",302),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 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 z1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100010_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100010_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100010=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),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",301),n.Tb(39,"button",302),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 q1t(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 X1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100011_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100011_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100011=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,q1t,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",301),n.Tb(39,"button",302),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 Q1t(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 K1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100003_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100003_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100003=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,Q1t,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",301),n.Tb(39,"button",302),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 Z1t(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 Y1t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100012_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100012_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100012=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,Z1t,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",301),n.Tb(39,"button",302),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 t2t(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 a2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100009_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100009_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100009=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,t2t,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",301),n.Tb(39,"button",302),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 e2t(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 n2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100001_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100001_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100001=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,e2t,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",301),n.Tb(39,"button",302),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 o2t(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 c2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100002_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100002_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100002=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,o2t,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",301),n.Tb(39,"button",302),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 s2t(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 l2t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Tb(1,"div",304),n.Tb(2,"span",305),n.Dc(3,"508\u96fb\u6c60FOTA\u4efb\u52d9\u4e0b\u4ee4"),n.Sb(),n.Tb(4,"span",306),n.Dc(5,"1.\u8acb\u4e0a\u50b3 missionFOTA.missionSHA256 \u6a94\u6848 (.sha256)"),n.Sb(),n.Tb(6,"input",307),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionSHA256_C8A23100005_508(a)})),n.Sb(),n.Tb(7,"span",306),n.Dc(8,"2.\u8acb\u4e0a\u50b3 missionFOTA.missionContent \u6a94\u6848 (.json)"),n.Sb(),n.Tb(9,"input",308),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeMissionContent_C8A23100005_508(a)})),n.Sb(),n.Tb(10,"span",306),n.Dc(11,"3.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(12,"mat-form-field",309),n.Tb(13,"mat-label",310),n.Dc(14,"\u8acb\u8f38\u5165\u6709\u6548\u6642\u9593 missionExpTime \u53c3\u6578"),n.Sb(),n.Tb(15,"input",311),n.bc("ngModelChange",(function(a){return n.uc(t),n.fc().missionExpTimefor508_C8A23100005=a})),n.Sb(),n.Sb(),n.Tb(16,"span",306),n.Dc(17,"4.\u8acb\u8a2d\u5b9a\u4efb\u52d9\u6a21\u5f0f missionMode \u53c3\u6578 "),n.Sb(),n.Tb(18,"mat-form-field",312),n.Tb(19,"mat-label",310),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",313),n.Dc(23,"\u6bd4\u5c0d\u66f4\u65b0: 0"),n.Sb(),n.Tb(24,"option",314),n.Dc(25,"\u53ea\u5c0d\u67d0\u96fb\u6c60\u7248\u672c\u66f4\u65b0: 1"),n.Sb(),n.Tb(26,"option",315),n.Dc(27,"\u5f37\u5236\u66f4\u65b0: 2"),n.Sb(),n.Sb(),n.Sb(),n.Tb(28,"button",316),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",317),n.Tb(32,"p",305),n.Dc(33,"508 Response"),n.Sb(),n.Bc(34,s2t,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",301),n.Tb(39,"button",302),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 i2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," \u63db\u96fb\u6ac3\u7ad9\u9ede "),n.Sb())}function r2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.station," ")}}function b2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," deviceId "),n.Sb())}function f2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.deviceId," ")}}function d2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," sysOpMode "),n.Sb())}function u2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.sysOpMode," ")}}function A2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," sysVer "),n.Sb())}function L2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.sysVer," ")}}function _2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," code "),n.Sb())}const I2t=function(t){return{color:t}};function D2t(t,a){if(1&t&&(n.Tb(0,"td",347),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("ngStyle",n.oc(2,I2t,9999===t.code?"red":"black")),n.Ab(1),n.Fc(" ",t.code," ")}}function m2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," \u96fb\u6c60\u7e3d\u6578\u91cf "),n.Sb())}function C2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.battTotalAmount," ")}}function S2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," \u6eff\u96fb\u96fb\u6c60\u6578\u91cf "),n.Sb())}function h2t(t,a){if(1&t&&(n.Tb(0,"td",346),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Fc(" ",t.battFullAmount," ")}}function g2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," sysStatus "),n.Sb())}function G2t(t,a){if(1&t&&(n.Tb(0,"div",350),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.lc("ngStyle",n.oc(2,I2t,"Normal"===t.trim()?"black":"red")),n.Ab(1),n.Ec(t.trim())}}const T2t=function(){return[]};function p2t(t,a){if(1&t&&(n.Tb(0,"td",348),n.Bc(1,G2t,2,4,"div",349),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",(t.sysStatus||n.nc(1,T2t)).join(",").split(","))}}function k2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," chuStatus "),n.Sb())}function v2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",352),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,I2t,t.text.includes("Error_")?"red":"black")),n.Ab(1),n.Ec(t.text)}}function y2t(t,a){if(1&t&&(n.Tb(0,"td",348),n.Bc(1,v2t,3,4,"div",351),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.chuStatus)}}function O2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," dcuStatus "),n.Sb())}function B2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",350),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,I2t,t.includes("Error_")?"red":"black")),n.Ab(1),n.Fc(" ",t," ")}}function F2t(t,a){if(1&t&&(n.Tb(0,"td",348),n.Bc(1,B2t,3,4,"div",351),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.dcuStatus||n.nc(1,T2t))}}function E2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," battStatus "),n.Sb())}function w2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"span",352),n.Dc(2),n.Sb(),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngStyle",n.oc(2,I2t,t.text.includes("Error_")?"red":"black")),n.Ab(1),n.Ec(t.text)}}function M2t(t,a){if(1&t&&(n.Tb(0,"td",348),n.Bc(1,w2t,3,4,"div",351),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",t.battStatus)}}function j2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," pwrStatus "),n.Sb())}function x2t(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,I2t,"Normal"===t.trim()?"black":"red")),n.Ab(1),n.Ec(t.trim())}}function V2t(t,a){if(1&t&&(n.Tb(0,"td",348),n.Bc(1,x2t,2,4,"span",353),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngForOf",(t.pwrStatus||"").split(","))}}function P2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," timestamp "),n.Sb())}function H2t(t,a){if(1&t&&(n.Tb(0,"td",354),n.Dc(1),n.gc(2,"date"),n.Tb(3,"span",355),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 R2t(t,a){1&t&&(n.Tb(0,"th",345),n.Dc(1," \u662f\u5426\u5728\u7dda "),n.Sb())}function U2t(t,a){if(1&t&&(n.Tb(0,"td",356),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 N2t(t,a){1&t&&n.Ob(0,"tr",357)}function W2t(t,a){1&t&&n.Ob(0,"tr",358)}function $2t(t,a){if(1&t&&(n.Tb(0,"mat-dialog-content",318),n.Tb(1,"div"),n.Tb(2,"table",319),n.Rb(3,320),n.Bc(4,i2t,2,0,"th",321),n.Bc(5,r2t,2,1,"td",322),n.Qb(),n.Rb(6,323),n.Bc(7,b2t,2,0,"th",321),n.Bc(8,f2t,2,1,"td",322),n.Qb(),n.Rb(9,324),n.Bc(10,d2t,2,0,"th",321),n.Bc(11,u2t,2,1,"td",322),n.Qb(),n.Rb(12,325),n.Bc(13,A2t,2,0,"th",321),n.Bc(14,L2t,2,1,"td",322),n.Qb(),n.Rb(15,326),n.Bc(16,_2t,2,0,"th",321),n.Bc(17,D2t,2,4,"td",327),n.Qb(),n.Rb(18,328),n.Bc(19,m2t,2,0,"th",321),n.Bc(20,C2t,2,1,"td",322),n.Qb(),n.Rb(21,329),n.Bc(22,S2t,2,0,"th",321),n.Bc(23,h2t,2,1,"td",322),n.Qb(),n.Rb(24,330),n.Bc(25,g2t,2,0,"th",331),n.Bc(26,p2t,2,2,"td",332),n.Qb(),n.Rb(27,333),n.Bc(28,k2t,2,0,"th",331),n.Bc(29,y2t,2,1,"td",332),n.Qb(),n.Rb(30,334),n.Bc(31,O2t,2,0,"th",335),n.Bc(32,F2t,2,2,"td",332),n.Qb(),n.Rb(33,336),n.Bc(34,E2t,2,0,"th",331),n.Bc(35,M2t,2,1,"td",332),n.Qb(),n.Rb(36,337),n.Bc(37,j2t,2,0,"th",331),n.Bc(38,V2t,2,1,"td",332),n.Qb(),n.Rb(39,338),n.Bc(40,P2t,2,0,"th",321),n.Bc(41,H2t,6,8,"td",339),n.Qb(),n.Rb(42,340),n.Bc(43,R2t,2,0,"th",321),n.Bc(44,U2t,2,3,"td",341),n.Qb(),n.Bc(45,N2t,1,0,"tr",342),n.Bc(46,W2t,1,0,"tr",343),n.Sb(),n.Sb(),n.Sb(),n.Tb(47,"mat-dialog-actions",301),n.Tb(48,"button",344),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 J2t(t,a){1&t&&(n.Tb(0,"span",381),n.Dc(1," \u52a0\u6cb9~\u5feb\u4e0a\u50b3\u5b8c\u6210\u4e86"),n.Sb())}function z2t(t,a){if(1&t&&(n.Tb(0,"div",377),n.Ob(1,"mat-progress-bar",378),n.Tb(2,"span",379),n.Dc(3),n.Sb(),n.Bc(4,J2t,2,0,"span",380),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 q2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"strong"),n.Dc(2),n.Sb(),n.Dc(3),n.Sb()),2&t){const t=n.fc().$implicit,a=n.fc(3);n.Ab(2),n.Fc("",t,":"),n.Ab(1),n.Fc(" ",a.responseForUploadBSSGUI[t]," ")}}function X2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,q2t,4,2,"div",62),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.lc("ngIf","file_url"!==t)}}function Q2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Tb(1,"strong"),n.Dc(2,"file_url:"),n.Sb(),n.Tb(3,"span",382),n.Dc(4),n.Sb(),n.Sb()),2&t){const t=n.fc(3);n.Ab(4),n.Fc(" ",t.responseForUploadBSSGUI.file_url," ")}}function K2t(t,a){if(1&t&&(n.Tb(0,"div"),n.Bc(1,X2t,2,1,"div",351),n.Bc(2,Q2t,5,1,"div",62),n.Sb()),2&t){const t=n.fc(2);n.Ab(1),n.lc("ngForOf",t.objectKeys(t.responseForUploadBSSGUI)),n.Ab(1),n.lc("ngIf",t.responseForUploadBSSGUI.file_url)}}function Z2t(t,a){1&t&&(n.Tb(0,"th",383),n.Dc(1,"\u6a94\u6848\u540d\u7a31"),n.Sb())}function Y2t(t,a){if(1&t&&(n.Tb(0,"td",384),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.filename)}}function t3t(t,a){1&t&&(n.Tb(0,"th",383),n.Dc(1,"\u6a94\u6848\u5927\u5c0f(MB)"),n.Sb())}function a3t(t,a){if(1&t&&(n.Tb(0,"td",384),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.file_size)}}function e3t(t,a){1&t&&(n.Tb(0,"th",383),n.Dc(1,"\u6a94\u6848\u6700\u65b0\u4fee\u6539\u6642\u9593"),n.Sb())}function n3t(t,a){if(1&t&&(n.Tb(0,"td",384),n.Dc(1),n.Sb()),2&t){const t=a.$implicit;n.Ab(1),n.Ec(t.modified_time)}}function o3t(t,a){1&t&&n.Ob(0,"tr",385)}function c3t(t,a){1&t&&n.Ob(0,"tr",386)}function s3t(t,a){if(1&t){const t=n.Ub();n.Tb(0,"div",303),n.Ob(1,"div",359),n.Tb(2,"div",360),n.Tb(3,"span",305),n.Dc(4,"\u4e0a\u50b3\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94\u81f3AWS S3"),n.Sb(),n.Tb(5,"span",306),n.Dc(6,"\u53ef\u4e0a\u50b3\u7684\u58d3\u7e2e\u6a94\u683c\u5f0f(.zip .rar .7z .tar .gz)"),n.Sb(),n.Tb(7,"input",361),n.bc("change",(function(a){return n.uc(t),n.fc().onFileChangeForUploadBSSGUI(a)})),n.Sb(),n.Ob(8,"p"),n.Tb(9,"button",362),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,z2t,5,3,"div",363),n.Tb(13,"div",364),n.Bc(14,K2t,3,2,"div",62),n.Sb(),n.Sb(),n.Tb(15,"div",365),n.Tb(16,"p",366),n.Dc(17,"\u63db\u96fb\u6ac3GUI\u58d3\u7e2e\u6a94\u5217\u8868(AWS S3)"),n.Sb(),n.Tb(18,"div",367),n.Tb(19,"table",368),n.Rb(20,369),n.Bc(21,Z2t,2,0,"th",370),n.Bc(22,Y2t,2,1,"td",371),n.Qb(),n.Rb(23,372),n.Bc(24,t3t,2,0,"th",370),n.Bc(25,a3t,2,1,"td",371),n.Qb(),n.Rb(26,373),n.Bc(27,e3t,2,0,"th",370),n.Bc(28,n3t,2,1,"td",371),n.Qb(),n.Bc(29,o3t,1,0,"tr",374),n.Bc(30,c3t,1,0,"tr",375),n.Sb(),n.Sb(),n.Sb(),n.Ob(31,"div",359),n.Sb(),n.Tb(32,"mat-dialog-actions",301),n.Tb(33,"button",376),n.Dc(34,"\u95dc\u9589"),n.Sb(),n.Sb()}if(2&t){const t=n.fc();n.Ab(7),n.lc("disabled",t.isUploadingForBSSGUI)("ngStyle",n.oc(8,I2t,t.fileToUpload?"black":"red")),n.Ab(2),n.lc("disabled",t.isUploadinSgForBSSGUI),n.Ab(3),n.lc("ngIf",t.isUploadingForBSSGUI),n.Ab(2),n.lc("ngIf",t.responseForUploadBSSGUI),n.Ab(5),n.lc("dataSource",t.Files),n.Ab(10),n.lc("matHeaderRowDef",t.displayedColumnsForUploadBSSGUI),n.Ab(1),n.lc("matRowDefColumns",t.displayedColumnsForUploadBSSGUI)}}let l3t=(()=>{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","chuStatus","dcuStatus","battStatus","pwrStatus","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.responseP01Json_GM000001={},this.responseP02Json_GM000001={},this.selectedModefor502_C5A23112010="Idle",this.response502Json_C5A23112010={},this.response503Json_C5A23112010={},this.response504Json_C5A23112010={},this.response507Json_C5A23112010={},this.response508Json_C5A23112010={},this.responseP01Json_C5A23112010={},this.responseP02Json_C5A23112010={},this.selectedModefor502_FM000001="Idle",this.response502Json_FM000001={},this.response503Json_FM000001={},this.response504Json_FM000001={},this.response507Json_FM000001={},this.response508Json_FM000001={},this.responseP01Json_FM000001={},this.responseP02Json_FM000001={},this.selectedModefor502_C5A23112008="Idle",this.response502Json_C5A23112008={},this.response503Json_C5A23112008={},this.response504Json_C5A23112008={},this.response507Json_C5A23112008={},this.response508Json_C5A23112008={},this.responseP01Json_C5A23112008={},this.responseP02Json_C5A23112008={},this.selectedModefor502_C8A23100004="Idle",this.response502Json_C8A23100004={},this.response503Json_C8A23100004={},this.response504Json_C8A23100004={},this.response507Json_C8A23100004={},this.response508Json_C8A23100004={},this.responseP01Json_C8A23100004={},this.responseP02Json_C8A23100004={},this.selectedModefor502_C8A23090002="Idle",this.response502Json_C8A23090002={},this.response503Json_C8A23090002={},this.response504Json_C8A23090002={},this.response507Json_C8A23090002={},this.response508Json_C8A23090002={},this.responseP01Json_C8A23090002={},this.responseP02Json_C8A23090002={},this.selectedModefor502_C5A23112006="Idle",this.response502Json_C5A23112006={},this.response503Json_C5A23112006={},this.response504Json_C5A23112006={},this.response507Json_C5A23112006={},this.response508Json_C5A23112006={},this.responseP01Json_C5A23112006={},this.responseP02Json_C5A23112006={},this.selectedModefor502_C5A23112002="Idle",this.response502Json_C5A23112002={},this.response503Json_C5A23112002={},this.response504Json_C5A23112002={},this.response507Json_C5A23112002={},this.response508Json_C5A23112002={},this.responseP01Json_C5A23112002={},this.responseP02Json_C5A23112002={},this.selectedModefor502_C5A23112001="Idle",this.response502Json_C5A23112001={},this.response503Json_C5A23112001={},this.response504Json_C5A23112001={},this.response507Json_C5A23112001={},this.response508Json_C5A23112001={},this.responseP01Json_C5A23112001={},this.responseP02Json_C5A23112001={},this.selectedModefor502_C5A23112003="Idle",this.response502Json_C5A23112003={},this.response503Json_C5A23112003={},this.response504Json_C5A23112003={},this.response507Json_C5A23112003={},this.response508Json_C5A23112003={},this.responseP01Json_C5A23112003={},this.responseP02Json_C5A23112003={},this.selectedModefor502_C5A23112005="Idle",this.response502Json_C5A23112005={},this.response503Json_C5A23112005={},this.response504Json_C5A23112005={},this.response507Json_C5A23112005={},this.response508Json_C5A23112005={},this.responseP01Json_C5A23112005={},this.responseP02Json_C5A23112005={},this.selectedModefor502_C5A23092001="Idle",this.response502Json_C5A23092001={},this.response503Json_C5A23092001={},this.response504Json_C5A23092001={},this.response507Json_C5A23092001={},this.response508Json_C5A23092001={},this.responseP01Json_C5A23092001={},this.responseP02Json_C5A23092001={},this.selectedModefor502_C5A23112007="Idle",this.response502Json_C5A23112007={},this.response503Json_C5A23112007={},this.response504Json_C5A23112007={},this.response507Json_C5A23112007={},this.response508Json_C5A23112007={},this.responseP01Json_C5A23112007={},this.responseP02Json_C5A23112007={},this.selectedModefor502_C5A23112004="Idle",this.response502Json_C5A23112004={},this.response503Json_C5A23112004={},this.response504Json_C5A23112004={},this.response507Json_C5A23112004={},this.response508Json_C5A23112004={},this.responseP01Json_C5A23112004={},this.responseP02Json_C5A23112004={},this.selectedModefor502_C8A23090001="Idle",this.response502Json_C8A23090001={},this.response503Json_C8A23090001={},this.response504Json_C8A23090001={},this.response507Json_C8A23090001={},this.response508Json_C8A23090001={},this.responseP01Json_C8A23090001={},this.responseP02Json_C8A23090001={},this.selectedModefor502_C8A23100006="Idle",this.response502Json_C8A23100006={},this.response503Json_C8A23100006={},this.response504Json_C8A23100006={},this.response507Json_C8A23100006={},this.response508Json_C8A23100006={},this.responseP01Json_C8A23100006={},this.responseP02Json_C8A23100006={},this.selectedModefor502_C8A23100007="Idle",this.response502Json_C8A23100007={},this.response503Json_C8A23100007={},this.response504Json_C8A23100007={},this.response507Json_C8A23100007={},this.response508Json_C8A23100007={},this.responseP01Json_C8A23100007={},this.responseP02Json_C8A23100007={},this.selectedModefor502_C8A23100008="Idle",this.response502Json_C8A23100008={},this.response503Json_C8A23100008={},this.response504Json_C8A23100008={},this.response507Json_C8A23100008={},this.response508Json_C8A23100008={},this.responseP01Json_C8A23100008={},this.responseP02Json_C8A23100008={},this.selectedModefor502_C8A23100010="Idle",this.response502Json_C8A23100010={},this.response503Json_C8A23100010={},this.response504Json_C8A23100010={},this.response507Json_C8A23100010={},this.response508Json_C8A23100010={},this.responseP01Json_C8A23100010={},this.responseP02Json_C8A23100010={},this.selectedModefor502_C8A23100011="Idle",this.response502Json_C8A23100011={},this.response503Json_C8A23100011={},this.response504Json_C8A23100011={},this.response507Json_C8A23100011={},this.response508Json_C8A23100011={},this.responseP01Json_C8A23100011={},this.responseP02Json_C8A23100011={},this.selectedModefor502_C8A23100003="Idle",this.response502Json_C8A23100003={},this.response503Json_C8A23100003={},this.response504Json_C8A23100003={},this.response507Json_C8A23100003={},this.response508Json_C8A23100003={},this.responseP01Json_C8A23100003={},this.responseP02Json_C8A23100003={},this.selectedModefor502_C8A23100012="Idle",this.response502Json_C8A23100012={},this.response503Json_C8A23100012={},this.response504Json_C8A23100012={},this.response507Json_C8A23100012={},this.response508Json_C8A23100012={},this.responseP01Json_C8A23100012={},this.responseP02Json_C8A23100012={},this.selectedModefor502_C8A23100009="Idle",this.response502Json_C8A23100009={},this.response503Json_C8A23100009={},this.response504Json_C8A23100009={},this.response507Json_C8A23100009={},this.response508Json_C8A23100009={},this.responseP01Json_C8A23100009={},this.responseP02Json_C8A23100009={},this.selectedModefor502_C8A23100001="Idle",this.response502Json_C8A23100001={},this.response503Json_C8A23100001={},this.response504Json_C8A23100001={},this.response507Json_C8A23100001={},this.response508Json_C8A23100001={},this.responseP01Json_C8A23100001={},this.responseP02Json_C8A23100001={},this.selectedModefor502_C8A23100002="Idle",this.response502Json_C8A23100002={},this.response503Json_C8A23100002={},this.response504Json_C8A23100002={},this.response507Json_C8A23100002={},this.response508Json_C8A23100002={},this.responseP01Json_C8A23100002={},this.responseP02Json_C8A23100002={},this.selectedModefor502_C8A23100005="Idle",this.response502Json_C8A23100005={},this.response503Json_C8A23100005={},this.response504Json_C8A23100005={},this.response507Json_C8A23100005={},this.response508Json_C8A23100005={},this.responseP01Json_C8A23100005={},this.responseP02Json_C8A23100005={},this.lastConfirmedMode_GM000001=null,this.lastConfirmedEjectMap_GM000001=new Map,this.is504FirstConfirmation_GM000001=!0,this.isP01FirstConfirmation_GM000001=!0,this.isP02FirstConfirmation_GM000001=!0,this.lastConfirmedMode_C5A23112010=null,this.lastConfirmedEjectMap_C5A23112010=new Map,this.is504FirstConfirmation_C5A23112010=!0,this.isP01FirstConfirmation_C5A23112010=!0,this.isP02FirstConfirmation_C5A23112010=!0,this.lastConfirmedMode_FM000001=null,this.lastConfirmedEjectMap_FM000001=new Map,this.is504FirstConfirmation_FM000001=!0,this.isP01FirstConfirmation_FM000001=!0,this.isP02FirstConfirmation_FM000001=!0,this.lastConfirmedMode_C5A23112008=null,this.lastConfirmedEjectMap_C5A23112008=new Map,this.is504FirstConfirmation_C5A23112008=!0,this.isP01FirstConfirmation_C5A23112008=!0,this.isP02FirstConfirmation_C5A23112008=!0,this.lastConfirmedMode_C8A23100004=null,this.lastConfirmedEjectMap_C8A23100004=new Map,this.is504FirstConfirmation_C8A23100004=!0,this.isP01FirstConfirmation_C8A23100004=!0,this.isP02FirstConfirmation_C8A23100004=!0,this.lastConfirmedMode_C8A23090002=null,this.lastConfirmedEjectMap_C8A23090002=new Map,this.is504FirstConfirmation_C8A23090002=!0,this.isP01FirstConfirmation_C8A23090002=!0,this.isP02FirstConfirmation_C8A23090002=!0,this.lastConfirmedMode_C5A23112006=null,this.lastConfirmedEjectMap_C5A23112006=new Map,this.is504FirstConfirmation_C5A23112006=!0,this.isP01FirstConfirmation_C5A23112006=!0,this.isP02FirstConfirmation_C5A23112006=!0,this.lastConfirmedMode_C5A23112002=null,this.lastConfirmedEjectMap_C5A23112002=new Map,this.is504FirstConfirmation_C5A23112002=!0,this.isP01FirstConfirmation_C5A23112002=!0,this.isP02FirstConfirmation_C5A23112002=!0,this.lastConfirmedMode_C5A23112001=null,this.lastConfirmedEjectMap_C5A23112001=new Map,this.is504FirstConfirmation_C5A23112001=!0,this.isP01FirstConfirmation_C5A23112001=!0,this.isP02FirstConfirmation_C5A23112001=!0,this.lastConfirmedMode_C5A23112003=null,this.lastConfirmedEjectMap_C5A23112003=new Map,this.is504FirstConfirmation_C5A23112003=!0,this.isP01FirstConfirmation_C5A23112003=!0,this.isP02FirstConfirmation_C5A23112003=!0,this.lastConfirmedMode_C5A23112005=null,this.lastConfirmedEjectMap_C5A23112005=new Map,this.is504FirstConfirmation_C5A23112005=!0,this.isP01FirstConfirmation_C5A23112005=!0,this.isP02FirstConfirmation_C5A23112005=!0,this.lastConfirmedMode_C5A23092001=null,this.lastConfirmedEjectMap_C5A23092001=new Map,this.is504FirstConfirmation_C5A23092001=!0,this.isP01FirstConfirmation_C5A23092001=!0,this.isP02FirstConfirmation_C5A23092001=!0,this.lastConfirmedMode_C5A23112007=null,this.lastConfirmedEjectMap_C5A23112007=new Map,this.is504FirstConfirmation_C5A23112007=!0,this.isP01FirstConfirmation_C5A23112007=!0,this.isP02FirstConfirmation_C5A23112007=!0,this.lastConfirmedMode_C5A23112004=null,this.lastConfirmedEjectMap_C5A23112004=new Map,this.is504FirstConfirmation_C5A23112004=!0,this.isP01FirstConfirmation_C5A23112004=!0,this.isP02FirstConfirmation_C5A23112004=!0,this.lastConfirmedMode_C8A23090001=null,this.lastConfirmedEjectMap_C8A23090001=new Map,this.is504FirstConfirmation_C8A23090001=!0,this.isP01FirstConfirmation_C8A23090001=!0,this.isP02FirstConfirmation_C8A23090001=!0,this.lastConfirmedMode_C8A23100006=null,this.lastConfirmedEjectMap_C8A23100006=new Map,this.is504FirstConfirmation_C8A23100006=!0,this.isP01FirstConfirmation_C8A23100006=!0,this.isP02FirstConfirmation_C8A23100006=!0,this.lastConfirmedMode_C8A23100007=null,this.lastConfirmedEjectMap_C8A23100007=new Map,this.is504FirstConfirmation_C8A23100007=!0,this.isP01FirstConfirmation_C8A23100007=!0,this.isP02FirstConfirmation_C8A23100007=!0,this.lastConfirmedMode_C8A23100008=null,this.lastConfirmedEjectMap_C8A23100008=new Map,this.is504FirstConfirmation_C8A23100008=!0,this.isP01FirstConfirmation_C8A23100008=!0,this.isP02FirstConfirmation_C8A23100008=!0,this.lastConfirmedMode_C8A23100010=null,this.lastConfirmedEjectMap_C8A23100010=new Map,this.is504FirstConfirmation_C8A23100010=!0,this.isP01FirstConfirmation_C8A23100010=!0,this.isP02FirstConfirmation_C8A23100010=!0,this.lastConfirmedMode_C8A23100011=null,this.lastConfirmedEjectMap_C8A23100011=new Map,this.is504FirstConfirmation_C8A23100011=!0,this.isP01FirstConfirmation_C8A23100011=!0,this.isP02FirstConfirmation_C8A23100011=!0,this.lastConfirmedMode_C8A23100003=null,this.lastConfirmedEjectMap_C8A23100003=new Map,this.is504FirstConfirmation_C8A23100003=!0,this.isP01FirstConfirmation_C8A23100003=!0,this.isP02FirstConfirmation_C8A23100003=!0,this.lastConfirmedMode_C8A23100012=null,this.lastConfirmedEjectMap_C8A23100012=new Map,this.is504FirstConfirmation_C8A23100012=!0,this.isP01FirstConfirmation_C8A23100012=!0,this.isP02FirstConfirmation_C8A23100012=!0,this.lastConfirmedMode_C8A23100009=null,this.lastConfirmedEjectMap_C8A23100009=new Map,this.is504FirstConfirmation_C8A23100009=!0,this.isP01FirstConfirmation_C8A23100009=!0,this.isP02FirstConfirmation_C8A23100009=!0,this.lastConfirmedMode_C8A23100001=null,this.lastConfirmedEjectMap_C8A23100001=new Map,this.is504FirstConfirmation_C8A23100001=!0,this.isP01FirstConfirmation_C8A23100001=!0,this.isP02FirstConfirmation_C8A23100001=!0,this.lastConfirmedMode_C8A23100002=null,this.lastConfirmedEjectMap_C8A23100002=new Map,this.is504FirstConfirmation_C8A23100002=!0,this.isP01FirstConfirmation_C8A23100002=!0,this.isP02FirstConfirmation_C8A23100002=!0,this.lastConfirmedMode_C8A23100005=null,this.lastConfirmedEjectMap_C8A23100005=new Map,this.is504FirstConfirmation_C8A23100005=!0,this.isP01FirstConfirmation_C8A23100005=!0,this.isP02FirstConfirmation_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.isLoadingP01_GM000001=!1,this.isLoadingP02_GM000001=!1,this.isLoading502_C5A23112010=!1,this.isLoading504_C5A23112010=!1,this.isLoading507_C5A23112010=!1,this.isLoading508_C5A23112010=!1,this.isLoadingP01_C5A23112010=!1,this.isLoadingP02_C5A23112010=!1,this.isLoading502_FM000001=!1,this.isLoading504_FM000001=!1,this.isLoading507_FM000001=!1,this.isLoading508_FM000001=!1,this.isLoadingP01_FM000001=!1,this.isLoadingP02_FM000001=!1,this.isLoading502_C5A23112008=!1,this.isLoading504_C5A23112008=!1,this.isLoading507_C5A23112008=!1,this.isLoading508_C5A23112008=!1,this.isLoadingP01_C5A23112008=!1,this.isLoadingP02_C5A23112008=!1,this.isLoading502_C8A23100004=!1,this.isLoading504_C8A23100004=!1,this.isLoading507_C8A23100004=!1,this.isLoading508_C8A23100004=!1,this.isLoadingP01_C8A23100004=!1,this.isLoadingP02_C8A23100004=!1,this.isLoading502_C8A23090002=!1,this.isLoading504_C8A23090002=!1,this.isLoading507_C8A23090002=!1,this.isLoading508_C8A23090002=!1,this.isLoadingP01_C8A23090002=!1,this.isLoadingP02_C8A23090002=!1,this.isLoading502_C5A23112006=!1,this.isLoading504_C5A23112006=!1,this.isLoading507_C5A23112006=!1,this.isLoading508_C5A23112006=!1,this.isLoadingP01_C5A23112006=!1,this.isLoadingP02_C5A23112006=!1,this.isLoading502_C5A23112002=!1,this.isLoading504_C5A23112002=!1,this.isLoading507_C5A23112002=!1,this.isLoading508_C5A23112002=!1,this.isLoadingP01_C5A23112002=!1,this.isLoadingP02_C5A23112002=!1,this.isLoading502_C5A23112001=!1,this.isLoading504_C5A23112001=!1,this.isLoading507_C5A23112001=!1,this.isLoading508_C5A23112001=!1,this.isLoadingP01_C5A23112001=!1,this.isLoadingP02_C5A23112001=!1,this.isLoading502_C5A23112003=!1,this.isLoading504_C5A23112003=!1,this.isLoading507_C5A23112003=!1,this.isLoading508_C5A23112003=!1,this.isLoadingP01_C5A23112003=!1,this.isLoadingP02_C5A23112003=!1,this.isLoading502_C5A23112005=!1,this.isLoading504_C5A23112005=!1,this.isLoading507_C5A23112005=!1,this.isLoading508_C5A23112005=!1,this.isLoadingP01_C5A23112005=!1,this.isLoadingP02_C5A23112005=!1,this.isLoading502_C5A23092001=!1,this.isLoading504_C5A23092001=!1,this.isLoading507_C5A23092001=!1,this.isLoading508_C5A23092001=!1,this.isLoadingP01_C5A23092001=!1,this.isLoadingP02_C5A23092001=!1,this.isLoading502_C5A23112007=!1,this.isLoading504_C5A23112007=!1,this.isLoading507_C5A23112007=!1,this.isLoading508_C5A23112007=!1,this.isLoadingP01_C5A23112007=!1,this.isLoadingP02_C5A23112007=!1,this.isLoading502_C5A23112004=!1,this.isLoading504_C5A23112004=!1,this.isLoading507_C5A23112004=!1,this.isLoading508_C5A23112004=!1,this.isLoadingP01_C5A23112004=!1,this.isLoadingP02_C5A23112004=!1,this.isLoading502_C8A23090001=!1,this.isLoading504_C8A23090001=!1,this.isLoading507_C8A23090001=!1,this.isLoading508_C8A23090001=!1,this.isLoadingP01_C8A23090001=!1,this.isLoadingP02_C8A23090001=!1,this.isLoading502_C8A23100006=!1,this.isLoading504_C8A23100006=!1,this.isLoading507_C8A23100006=!1,this.isLoading508_C8A23100006=!1,this.isLoadingP01_C8A23100006=!1,this.isLoadingP02_C8A23100006=!1,this.isLoading502_C8A23100007=!1,this.isLoading504_C8A23100007=!1,this.isLoading507_C8A23100007=!1,this.isLoading508_C8A23100007=!1,this.isLoadingP01_C8A23100007=!1,this.isLoadingP02_C8A23100007=!1,this.isLoading502_C8A23100008=!1,this.isLoading504_C8A23100008=!1,this.isLoading507_C8A23100008=!1,this.isLoading508_C8A23100008=!1,this.isLoadingP01_C8A23100008=!1,this.isLoadingP02_C8A23100008=!1,this.isLoading502_C8A23100010=!1,this.isLoading504_C8A23100010=!1,this.isLoading507_C8A23100010=!1,this.isLoading508_C8A23100010=!1,this.isLoadingP01_C8A23100010=!1,this.isLoadingP02_C8A23100010=!1,this.isLoading502_C8A23100011=!1,this.isLoading504_C8A23100011=!1,this.isLoading507_C8A23100011=!1,this.isLoading508_C8A23100011=!1,this.isLoadingP01_C8A23100011=!1,this.isLoadingP02_C8A23100011=!1,this.isLoading502_C8A23100003=!1,this.isLoading504_C8A23100003=!1,this.isLoading507_C8A23100003=!1,this.isLoading508_C8A23100003=!1,this.isLoadingP01_C8A23100003=!1,this.isLoadingP02_C8A23100003=!1,this.isLoading502_C8A23100012=!1,this.isLoading504_C8A23100012=!1,this.isLoading507_C8A23100012=!1,this.isLoading508_C8A23100012=!1,this.isLoadingP01_C8A23100012=!1,this.isLoadingP02_C8A23100012=!1,this.isLoading502_C8A23100009=!1,this.isLoading504_C8A23100009=!1,this.isLoading507_C8A23100009=!1,this.isLoading508_C8A23100009=!1,this.isLoadingP01_C8A23100009=!1,this.isLoadingP02_C8A23100009=!1,this.isLoading502_C8A23100001=!1,this.isLoading504_C8A23100001=!1,this.isLoading507_C8A23100001=!1,this.isLoading508_C8A23100001=!1,this.isLoadingP01_C8A23100001=!1,this.isLoadingP02_C8A23100001=!1,this.isLoading502_C8A23100002=!1,this.isLoading504_C8A23100002=!1,this.isLoading507_C8A23100002=!1,this.isLoading508_C8A23100002=!1,this.isLoadingP01_C8A23100002=!1,this.isLoadingP02_C8A23100002=!1,this.isLoading502_C8A23100005=!1,this.isLoading504_C8A23100005=!1,this.isLoading507_C8A23100005=!1,this.isLoading508_C8A23100005=!1,this.isLoadingP01_C8A23100005=!1,this.isLoadingP02_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.isP02ButtonDisabled_FM000001=!1,this.isP02ButtonDisabled_GM000001=!1,this.isP02ButtonDisabled_C5A23112010=!1,this.isP02ButtonDisabled_C5A23112008=!1,this.isP02ButtonDisabled_C5A23112006=!1,this.isP02ButtonDisabled_C5A23112002=!1,this.isP02ButtonDisabled_C5A23112001=!1,this.isP02ButtonDisabled_C5A23112003=!1,this.isP02ButtonDisabled_C5A23112005=!1,this.isP02ButtonDisabled_C5A23092001=!1,this.isP02ButtonDisabled_C5A23112007=!1,this.isP02ButtonDisabled_C5A23112004=!1,this.isP02ButtonDisabled_C8A23100004=!1,this.isP02ButtonDisabled_C8A23090002=!1,this.isP02ButtonDisabled_C8A23090001=!1,this.isP02ButtonDisabled_C8A23100006=!1,this.isP02ButtonDisabled_C8A23100008=!1,this.isP02ButtonDisabled_C8A23100011=!1,this.isP02ButtonDisabled_C8A23100005=!1,this.isP02ButtonDisabled_C8A23100007=!1,this.isP02ButtonDisabled_C8A23100003=!1,this.isP02ButtonDisabled_C8A23100012=!1,this.isP02ButtonDisabled_C8A23100009=!1,this.isP02ButtonDisabled_C8A23100001=!1,this.isP02ButtonDisabled_C8A23100002=!1,this.isP02ButtonDisabled_C8A23100010=!1,this.countdownP02_FM000001=0,this.countdownP02_GM000001=0,this.countdownP02_C5A23112010=0,this.countdownP02_C5A23112008=0,this.countdownP02_C5A23112006=0,this.countdownP02_C5A23112002=0,this.countdownP02_C5A23112001=0,this.countdownP02_C5A23112003=0,this.countdownP02_C5A23112005=0,this.countdownP02_C5A23092001=0,this.countdownP02_C5A23112007=0,this.countdownP02_C5A23112004=0,this.countdownP02_C8A23100004=0,this.countdownP02_C8A23090002=0,this.countdownP02_C8A23090001=0,this.countdownP02_C8A23100006=0,this.countdownP02_C8A23100008=0,this.countdownP02_C8A23100011=0,this.countdownP02_C8A23100005=0,this.countdownP02_C8A23100007=0,this.countdownP02_C8A23100003=0,this.countdownP02_C8A23100012=0,this.countdownP02_C8A23100009=0,this.countdownP02_C8A23100001=0,this.countdownP02_C8A23100002=0,this.countdownP02_C8A23100010=0,this.countdownIntervalMapP02={},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.objectKeys=Object.keys,this.user=this.accountService.userValue,this.todayDate=new Date,this.currentTime=new Date,setInterval(()=>{this.currentTimeForOnline=Date.now()},6e4)}checkAndStartCountdown(t){const a=Number(localStorage.getItem(`P02_${t}_unlockTime`));a&&Date.now(){const n=Date.now(),o=Math.ceil((t-n)/1e3);if(o<=0)switch(clearInterval(this.countdownIntervalMapP02[a]),delete this.countdownIntervalMapP02[a],localStorage.removeItem(e),a){case"FM000001":this.countdownP02_FM000001=0,this.isP02ButtonDisabled_FM000001=!0;break;case"GM000001":this.countdownP02_GM000001=0,this.isP02ButtonDisabled_GM000001=!1;break;case"C5A23112010":this.countdownP02_C5A23112010=0,this.isP02ButtonDisabled_C5A23112010=!1;break;case"C5A23112008":this.countdownP02_C5A23112008=0,this.isP02ButtonDisabled_C5A23112008=!1;break;case"C5A23112006":this.countdownP02_C5A23112006=0,this.isP02ButtonDisabled_C5A23112006=!1;break;case"C5A23112002":this.countdownP02_C5A23112002=0,this.isP02ButtonDisabled_C5A23112002=!1;break;case"C5A23112001":this.countdownP02_C5A23112001=0,this.isP02ButtonDisabled_C5A23112001=!1;break;case"C5A23112003":this.countdownP02_C5A23112003=0,this.isP02ButtonDisabled_C5A23112003=!1;break;case"C5A23112005":this.countdownP02_C5A23112005=0,this.isP02ButtonDisabled_C5A23112005=!1;break;case"C5A23092001":this.countdownP02_C5A23092001=0,this.isP02ButtonDisabled_C5A23092001=!1;break;case"C5A23112007":this.countdownP02_C5A23112007=0,this.isP02ButtonDisabled_C5A23112007=!1;break;case"C5A23112004":this.countdownP02_C5A23112004=0,this.isP02ButtonDisabled_C5A23112004=!1;break;case"C8A23100004":this.countdownP02_C8A23100004=0,this.isP02ButtonDisabled_C8A23100004=!1;break;case"C8A23090002":this.countdownP02_C8A23090002=0,this.isP02ButtonDisabled_C8A23090002=!1;break;case"C8A23090001":this.countdownP02_C8A23090001=0,this.isP02ButtonDisabled_C8A23090001=!1;break;case"C8A23100006":this.countdownP02_C8A23100006=0,this.isP02ButtonDisabled_C8A23100006=!1;break;case"C8A23100008":this.countdownP02_C8A23100008=0,this.isP02ButtonDisabled_C8A23100008=!1;break;case"C8A23100011":this.countdownP02_C8A23100011=0,this.isP02ButtonDisabled_C8A23100011=!1;break;case"C8A23100005":this.countdownP02_C8A23100005=0,this.isP02ButtonDisabled_C8A23100005=!1;break;case"C8A23100007":this.countdownP02_C8A23100007=0,this.isP02ButtonDisabled_C8A23100007=!1;break;case"C8A23100003":this.countdownP02_C8A23100003=0,this.isP02ButtonDisabled_C8A23100003=!1;break;case"C8A23100012":this.countdownP02_C8A23100012=0,this.isP02ButtonDisabled_C8A23100012=!1;break;case"C8A23100009":this.countdownP02_C8A23100009=0,this.isP02ButtonDisabled_C8A23100009=!1;break;case"C8A23100001":this.countdownP02_C8A23100001=0,this.isP02ButtonDisabled_C8A23100001=!1;break;case"C8A23100002":this.countdownP02_C8A23100002=0,this.isP02ButtonDisabled_C8A23100002=!1;break;case"C8A23100010":this.countdownP02_C8A23100010=0,this.isP02ButtonDisabled_C8A23100010=!1}else switch(a){case"FM000001":this.countdownP02_FM000001=o;break;case"GM000001":this.countdownP02_GM000001=o;break;case"C5A23112010":this.countdownP02_C5A23112010=o;break;case"C5A23112008":this.countdownP02_C5A23112008=o;break;case"C5A23112006":this.countdownP02_C5A23112006=o;break;case"C5A23112002":this.countdownP02_C5A23112002=o;break;case"C5A23112001":this.countdownP02_C5A23112001=o;break;case"C5A23112003":this.countdownP02_C5A23112003=o;break;case"C5A23112005":this.countdownP02_C5A23112005=o;break;case"C5A23092001":this.countdownP02_C5A23092001=o;break;case"C5A23112007":this.countdownP02_C5A23112007=o;break;case"C5A23112004":this.countdownP02_C5A23112004=o;break;case"C8A23100004":this.countdownP02_C8A23100004=o;break;case"C8A23090002":this.countdownP02_C8A23090002=o;break;case"C8A23090001":this.countdownP02_C8A23090001=o;break;case"C8A23100006":this.countdownP02_C8A23100006=o;break;case"C8A23100008":this.countdownP02_C8A23100008=o;break;case"C8A23100011":this.countdownP02_C8A23100011=o;break;case"C8A23100005":this.countdownP02_C8A23100005=o;break;case"C8A23100007":this.countdownP02_C8A23100007=o;break;case"C8A23100003":this.countdownP02_C8A23100003=o;break;case"C8A23100012":this.countdownP02_C8A23100012=o;break;case"C8A23100009":this.countdownP02_C8A23100009=o;break;case"C8A23100001":this.countdownP02_C8A23100001=o;break;case"C8A23100002":this.countdownP02_C8A23100002=o;break;case"C8A23100010":this.countdownP02_C8A23100010=o}},1e3)}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(),this.checkAndStartCountdown("FM000001"),this.checkAndStartCountdown("GM000001"),this.checkAndStartCountdown("C5A23112010"),this.checkAndStartCountdown("C5A23112008"),this.checkAndStartCountdown("C5A23112006"),this.checkAndStartCountdown("C5A23112002"),this.checkAndStartCountdown("C5A23112001"),this.checkAndStartCountdown("C5A23112003"),this.checkAndStartCountdown("C5A23112005"),this.checkAndStartCountdown("C5A23092001"),this.checkAndStartCountdown("C5A23112007"),this.checkAndStartCountdown("C5A23112004"),this.checkAndStartCountdown("C8A23100004"),this.checkAndStartCountdown("C8A23090002"),this.checkAndStartCountdown("C8A23090001"),this.checkAndStartCountdown("C8A23100006"),this.checkAndStartCountdown("C8A23100008"),this.checkAndStartCountdown("C8A23100011"),this.checkAndStartCountdown("C8A23100005"),this.checkAndStartCountdown("C8A23100007"),this.checkAndStartCountdown("C8A23100003"),this.checkAndStartCountdown("C8A23100012"),this.checkAndStartCountdown("C8A23100009"),this.checkAndStartCountdown("C8A23100001"),this.checkAndStartCountdown("C8A23100002"),this.checkAndStartCountdown("C8A23100010")}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}})}submitP01DownloadBSSGUI_GM000001(){this.isP01FirstConfirmation_GM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_GM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_GM000001(),this.isP01FirstConfirmation_GM000001=!0)}executeP01DownloadBSSGUI_GM000001(){const t=this.GetALLDataa.latest_GM000001_document.deviceId;this.isLoadingP01_GM000001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_GM000001=!1);this.homeService.postP01DownloadBSSGUI_Test(t,e).subscribe(t=>{this.responseP01Json_GM000001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_GM000001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_GM000001=!1})}submitP02RebootBSS_GM000001(){this.isP02FirstConfirmation_GM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_GM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_GM000001(),this.isP02FirstConfirmation_GM000001=!0)}executeP02RebootBSS_GM000001(){const t=this.GetALLDataa.latest_GM000001_document.deviceId;this.isLoadingP02_GM000001=!0,this.homeService.postP02RebootBSS_Test(t).subscribe(t=>{if(this.responseP02Json_GM000001=t,1e3===t.code){const t=Date.now()+6e4,a="GM000001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112010(){this.isP01FirstConfirmation_C5A23112010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112010(),this.isP01FirstConfirmation_C5A23112010=!0)}executeP01DownloadBSSGUI_C5A23112010(){const t=this.GetALLDataa.latest_C5A23112010_document.deviceId;this.isLoadingP01_C5A23112010=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112010=!1);this.homeService.postP01DownloadBSSGUI_Test(t,e).subscribe(t=>{this.responseP01Json_C5A23112010=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112010=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112010=!1})}submitP02RebootBSS_C5A23112010(){this.isP02FirstConfirmation_C5A23112010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112010(),this.isP02FirstConfirmation_C5A23112010=!0)}executeP02RebootBSS_C5A23112010(){const t=this.GetALLDataa.latest_C5A23112010_document.deviceId;this.isLoadingP02_C5A23112010=!0,this.homeService.postP02RebootBSS_Test(t).subscribe(t=>{if(this.responseP02Json_C5A23112010=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112010";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_FM000001(){this.isP01FirstConfirmation_FM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_FM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_FM000001(),this.isP01FirstConfirmation_FM000001=!0)}executeP01DownloadBSSGUI_FM000001(){const t=this.GetALLDataa.latest_FM000001_document.deviceId;this.isLoadingP01_FM000001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_FM000001=!1);this.homeService.postP01DownloadBSSGUI_Test(t,e).subscribe(t=>{this.responseP01Json_FM000001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_FM000001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_FM000001=!1})}submitP02RebootBSS_FM000001(){this.isP02FirstConfirmation_FM000001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_FM000001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_FM000001(),this.isP02FirstConfirmation_FM000001=!0)}executeP02RebootBSS_FM000001(){const t=this.GetALLDataa.latest_FM000001_document.deviceId;this.isLoadingP02_FM000001=!0,this.homeService.postP02RebootBSS_Test(t).subscribe(t=>{if(this.responseP02Json_FM000001=t,1e3===t.code){const t=Date.now()+6e4,a="FM000001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112008(){this.isP01FirstConfirmation_C5A23112008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112008(),this.isP01FirstConfirmation_C5A23112008=!0)}executeP01DownloadBSSGUI_C5A23112008(){const t=this.GetALLDataa.latest_C5A23112008_document.deviceId;this.isLoadingP01_C5A23112008=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112008=!1);this.homeService.postP01DownloadBSSGUI_Prod_cpcjiadongeess(t,e).subscribe(t=>{this.responseP01Json_C5A23112008=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112008=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112008=!1})}submitP02RebootBSS_C5A23112008(){this.isP02FirstConfirmation_C5A23112008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112008(),this.isP02FirstConfirmation_C5A23112008=!0)}executeP02RebootBSS_C5A23112008(){const t=this.GetALLDataa.latest_C5A23112008_document.deviceId;this.isLoadingP02_C5A23112008=!0,this.homeService.postP02RebootBSS_Prod_cpcjiadongeess(t).subscribe(t=>{if(this.responseP02Json_C5A23112008=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112008";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100004(){this.isP01FirstConfirmation_C8A23100004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100004(),this.isP01FirstConfirmation_C8A23100004=!0)}executeP01DownloadBSSGUI_C8A23100004(){const t=this.GetALLDataa.latest_C8A23100004_document.deviceId;this.isLoadingP01_C8A23100004=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100004=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100004=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100004=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100004=!1})}submitP02RebootBSS_C8A23100004(){this.isP02FirstConfirmation_C8A23100004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100004(),this.isP02FirstConfirmation_C8A23100004=!0)}executeP02RebootBSS_C8A23100004(){const t=this.GetALLDataa.latest_C8A23100004_document.deviceId;this.isLoadingP02_C8A23100004=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100004=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100004";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23090002(){this.isP01FirstConfirmation_C8A23090002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23090002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23090002(),this.isP01FirstConfirmation_C8A23090002=!0)}executeP01DownloadBSSGUI_C8A23090002(){const t=this.GetALLDataa.latest_C8A23090002_document.deviceId;this.isLoadingP01_C8A23090002=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23090002=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23090002=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23090002=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23090002=!1})}submitP02RebootBSS_C8A23090002(){this.isP02FirstConfirmation_C8A23090002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23090002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23090002(),this.isP02FirstConfirmation_C8A23090002=!0)}executeP02RebootBSS_C8A23090002(){const t=this.GetALLDataa.latest_C8A23090002_document.deviceId;this.isLoadingP02_C8A23090002=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23090002=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23090002";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112006(){this.isP01FirstConfirmation_C5A23112006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112006(),this.isP01FirstConfirmation_C5A23112006=!0)}executeP01DownloadBSSGUI_C5A23112006(){const t=this.GetALLDataa.latest_C5A23112006_document.deviceId;this.isLoadingP01_C5A23112006=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112006=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112006=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112006=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112006=!1})}submitP02RebootBSS_C5A23112006(){this.isP02FirstConfirmation_C5A23112006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112006(),this.isP02FirstConfirmation_C5A23112006=!0)}executeP02RebootBSS_C5A23112006(){const t=this.GetALLDataa.latest_C5A23112006_document.deviceId;this.isLoadingP02_C5A23112006=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112006=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112006";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112002(){this.isP01FirstConfirmation_C5A23112002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112002(),this.isP01FirstConfirmation_C5A23112002=!0)}executeP01DownloadBSSGUI_C5A23112002(){const t=this.GetALLDataa.latest_C5A23112002_document.deviceId;this.isLoadingP01_C5A23112002=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112002=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112002=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112002=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112002=!1})}submitP02RebootBSS_C5A23112002(){this.isP02FirstConfirmation_C5A23112002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112002(),this.isP02FirstConfirmation_C5A23112002=!0)}executeP02RebootBSS_C5A23112002(){const t=this.GetALLDataa.latest_C5A23112002_document.deviceId;this.isLoadingP02_C5A23112002=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112002=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112002";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112001(){this.isP01FirstConfirmation_C5A23112001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112001(),this.isP01FirstConfirmation_C5A23112001=!0)}executeP01DownloadBSSGUI_C5A23112001(){const t=this.GetALLDataa.latest_C5A23112001_document.deviceId;this.isLoadingP01_C5A23112001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112001=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112001=!1})}submitP02RebootBSS_C5A23112001(){this.isP02FirstConfirmation_C5A23112001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112001(),this.isP02FirstConfirmation_C5A23112001=!0)}executeP02RebootBSS_C5A23112001(){const t=this.GetALLDataa.latest_C5A23112001_document.deviceId;this.isLoadingP02_C5A23112001=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112001=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112003(){this.isP01FirstConfirmation_C5A23112003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112003(),this.isP01FirstConfirmation_C5A23112003=!0)}executeP01DownloadBSSGUI_C5A23112003(){const t=this.GetALLDataa.latest_C5A23112003_document.deviceId;this.isLoadingP01_C5A23112003=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112003=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112003=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112003=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112003=!1})}submitP02RebootBSS_C5A23112003(){this.isP02FirstConfirmation_C5A23112003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112003(),this.isP02FirstConfirmation_C5A23112003=!0)}executeP02RebootBSS_C5A23112003(){const t=this.GetALLDataa.latest_C5A23112003_document.deviceId;this.isLoadingP02_C5A23112003=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112003=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112003";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112005(){this.isP01FirstConfirmation_C5A23112005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112005(),this.isP01FirstConfirmation_C5A23112005=!0)}executeP01DownloadBSSGUI_C5A23112005(){const t=this.GetALLDataa.latest_C5A23112005_document.deviceId;this.isLoadingP01_C5A23112005=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112005=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112005=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112005=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112005=!1})}submitP02RebootBSS_C5A23112005(){this.isP02FirstConfirmation_C5A23112005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112005(),this.isP02FirstConfirmation_C5A23112005=!0)}executeP02RebootBSS_C5A23112005(){const t=this.GetALLDataa.latest_C5A23112005_document.deviceId;this.isLoadingP02_C5A23112005=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112005=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112005";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23092001(){this.isP01FirstConfirmation_C5A23092001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23092001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23092001(),this.isP01FirstConfirmation_C5A23092001=!0)}executeP01DownloadBSSGUI_C5A23092001(){const t=this.GetALLDataa.latest_C5A23092001_document.deviceId;this.isLoadingP01_C5A23092001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23092001=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23092001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23092001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23092001=!1})}submitP02RebootBSS_C5A23092001(){this.isP02FirstConfirmation_C5A23092001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23092001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23092001(),this.isP02FirstConfirmation_C5A23092001=!0)}executeP02RebootBSS_C5A23092001(){const t=this.GetALLDataa.latest_C5A23092001_document.deviceId;this.isLoadingP02_C5A23092001=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23092001=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23092001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112007(){this.isP01FirstConfirmation_C5A23112007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112007(),this.isP01FirstConfirmation_C5A23112007=!0)}executeP01DownloadBSSGUI_C5A23112007(){const t=this.GetALLDataa.latest_C5A23112007_document.deviceId;this.isLoadingP01_C5A23112007=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112007=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112007=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112007=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112007=!1})}submitP02RebootBSS_C5A23112007(){this.isP02FirstConfirmation_C5A23112007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112007(),this.isP02FirstConfirmation_C5A23112007=!0)}executeP02RebootBSS_C5A23112007(){const t=this.GetALLDataa.latest_C5A23112007_document.deviceId;this.isLoadingP02_C5A23112007=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112007=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112007";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C5A23112004(){this.isP01FirstConfirmation_C5A23112004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C5A23112004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C5A23112004(),this.isP01FirstConfirmation_C5A23112004=!0)}executeP01DownloadBSSGUI_C5A23112004(){const t=this.GetALLDataa.latest_C5A23112004_document.deviceId;this.isLoadingP01_C5A23112004=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C5A23112004=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C5A23112004=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C5A23112004=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C5A23112004=!1})}submitP02RebootBSS_C5A23112004(){this.isP02FirstConfirmation_C5A23112004?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C5A23112004=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C5A23112004(),this.isP02FirstConfirmation_C5A23112004=!0)}executeP02RebootBSS_C5A23112004(){const t=this.GetALLDataa.latest_C5A23112004_document.deviceId;this.isLoadingP02_C5A23112004=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C5A23112004=t,1e3===t.code){const t=Date.now()+6e4,a="C5A23112004";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23090001(){this.isP01FirstConfirmation_C8A23090001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23090001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23090001(),this.isP01FirstConfirmation_C8A23090001=!0)}executeP01DownloadBSSGUI_C8A23090001(){const t=this.GetALLDataa.latest_C8A23090001_document.deviceId;this.isLoadingP01_C8A23090001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23090001=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23090001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23090001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23090001=!1})}submitP02RebootBSS_C8A23090001(){this.isP02FirstConfirmation_C8A23090001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23090001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23090001(),this.isP02FirstConfirmation_C8A23090001=!0)}executeP02RebootBSS_C8A23090001(){const t=this.GetALLDataa.latest_C8A23090001_document.deviceId;this.isLoadingP02_C8A23090001=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23090001=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23090001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100006(){this.isP01FirstConfirmation_C8A23100006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100006(),this.isP01FirstConfirmation_C8A23100006=!0)}executeP01DownloadBSSGUI_C8A23100006(){const t=this.GetALLDataa.latest_C8A23100006_document.deviceId;this.isLoadingP01_C8A23100006=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100006=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100006=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100006=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100006=!1})}submitP02RebootBSS_C8A23100006(){this.isP02FirstConfirmation_C8A23100006?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100006=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100006(),this.isP02FirstConfirmation_C8A23100006=!0)}executeP02RebootBSS_C8A23100006(){const t=this.GetALLDataa.latest_C8A23100006_document.deviceId;this.isLoadingP02_C8A23100006=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100006=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100006";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100007(){this.isP01FirstConfirmation_C8A23100007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100007(),this.isP01FirstConfirmation_C8A23100007=!0)}executeP01DownloadBSSGUI_C8A23100007(){const t=this.GetALLDataa.latest_C8A23100007_document.deviceId;this.isLoadingP01_C8A23100007=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100007=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100007=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100007=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100007=!1})}submitP02RebootBSS_C8A23100007(){this.isP02FirstConfirmation_C8A23100007?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100007=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100007(),this.isP02FirstConfirmation_C8A23100007=!0)}executeP02RebootBSS_C8A23100007(){const t=this.GetALLDataa.latest_C8A23100007_document.deviceId;this.isLoadingP02_C8A23100007=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100007=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100007";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100008(){this.isP01FirstConfirmation_C8A23100008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100008(),this.isP01FirstConfirmation_C8A23100008=!0)}executeP01DownloadBSSGUI_C8A23100008(){const t=this.GetALLDataa.latest_C8A23100008_document.deviceId;this.isLoadingP01_C8A23100008=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100008=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100008=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100008=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100008=!1})}submitP02RebootBSS_C8A23100008(){this.isP02FirstConfirmation_C8A23100008?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100008=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100008(),this.isP02FirstConfirmation_C8A23100008=!0)}executeP02RebootBSS_C8A23100008(){const t=this.GetALLDataa.latest_C8A23100008_document.deviceId;this.isLoadingP02_C8A23100008=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100008=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100008";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100010(){this.isP01FirstConfirmation_C8A23100010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100010(),this.isP01FirstConfirmation_C8A23100010=!0)}executeP01DownloadBSSGUI_C8A23100010(){const t=this.GetALLDataa.latest_C8A23100010_document.deviceId;this.isLoadingP01_C8A23100010=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100010=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100010=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100010=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100010=!1})}submitP02RebootBSS_C8A23100010(){this.isP02FirstConfirmation_C8A23100010?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100010=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100010(),this.isP02FirstConfirmation_C8A23100010=!0)}executeP02RebootBSS_C8A23100010(){const t=this.GetALLDataa.latest_C8A23100010_document.deviceId;this.isLoadingP02_C8A23100010=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100010=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100010";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100011(){this.isP01FirstConfirmation_C8A23100011?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100011=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100011(),this.isP01FirstConfirmation_C8A23100011=!0)}executeP01DownloadBSSGUI_C8A23100011(){const t=this.GetALLDataa.latest_C8A23100011_document.deviceId;this.isLoadingP01_C8A23100011=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100011=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100011=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100011=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100011=!1})}submitP02RebootBSS_C8A23100011(){this.isP02FirstConfirmation_C8A23100011?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100011=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100011(),this.isP02FirstConfirmation_C8A23100011=!0)}executeP02RebootBSS_C8A23100011(){const t=this.GetALLDataa.latest_C8A23100011_document.deviceId;this.isLoadingP02_C8A23100011=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100011=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100011";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100003(){this.isP01FirstConfirmation_C8A23100003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100003(),this.isP01FirstConfirmation_C8A23100003=!0)}executeP01DownloadBSSGUI_C8A23100003(){const t=this.GetALLDataa.latest_C8A23100003_document.deviceId;this.isLoadingP01_C8A23100003=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100003=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100003=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100003=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100003=!1})}submitP02RebootBSS_C8A23100003(){this.isP02FirstConfirmation_C8A23100003?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100003=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100003(),this.isP02FirstConfirmation_C8A23100003=!0)}executeP02RebootBSS_C8A23100003(){const t=this.GetALLDataa.latest_C8A23100003_document.deviceId;this.isLoadingP02_C8A23100003=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100003=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100003";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100012(){this.isP01FirstConfirmation_C8A23100012?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100012=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100012(),this.isP01FirstConfirmation_C8A23100012=!0)}executeP01DownloadBSSGUI_C8A23100012(){const t=this.GetALLDataa.latest_C8A23100012_document.deviceId;this.isLoadingP01_C8A23100012=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100012=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100012=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100012=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100012=!1})}submitP02RebootBSS_C8A23100012(){this.isP02FirstConfirmation_C8A23100012?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100012=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100012(),this.isP02FirstConfirmation_C8A23100012=!0)}executeP02RebootBSS_C8A23100012(){const t=this.GetALLDataa.latest_C8A23100012_document.deviceId;this.isLoadingP02_C8A23100012=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100012=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100012";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100009(){this.isP01FirstConfirmation_C8A23100009?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100009=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100009(),this.isP01FirstConfirmation_C8A23100009=!0)}executeP01DownloadBSSGUI_C8A23100009(){const t=this.GetALLDataa.latest_C8A23100009_document.deviceId;this.isLoadingP01_C8A23100009=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100009=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100009=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100009=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100009=!1})}submitP02RebootBSS_C8A23100009(){this.isP02FirstConfirmation_C8A23100009?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100009=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100009(),this.isP02FirstConfirmation_C8A23100009=!0)}executeP02RebootBSS_C8A23100009(){const t=this.GetALLDataa.latest_C8A23100009_document.deviceId;this.isLoadingP02_C8A23100009=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100009=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100009";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100001(){this.isP01FirstConfirmation_C8A23100001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100001(),this.isP01FirstConfirmation_C8A23100001=!0)}executeP01DownloadBSSGUI_C8A23100001(){const t=this.GetALLDataa.latest_C8A23100001_document.deviceId;this.isLoadingP01_C8A23100001=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100001=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100001=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100001=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100001=!1})}submitP02RebootBSS_C8A23100001(){this.isP02FirstConfirmation_C8A23100001?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100001=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100001(),this.isP02FirstConfirmation_C8A23100001=!0)}executeP02RebootBSS_C8A23100001(){const t=this.GetALLDataa.latest_C8A23100001_document.deviceId;this.isLoadingP02_C8A23100001=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100001=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100001";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100002(){this.isP01FirstConfirmation_C8A23100002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100002(),this.isP01FirstConfirmation_C8A23100002=!0)}executeP01DownloadBSSGUI_C8A23100002(){const t=this.GetALLDataa.latest_C8A23100002_document.deviceId;this.isLoadingP01_C8A23100002=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100002=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100002=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100002=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100002=!1})}submitP02RebootBSS_C8A23100002(){this.isP02FirstConfirmation_C8A23100002?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100002=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100002(),this.isP02FirstConfirmation_C8A23100002=!0)}executeP02RebootBSS_C8A23100002(){const t=this.GetALLDataa.latest_C8A23100002_document.deviceId;this.isLoadingP02_C8A23100002=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100002=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100002";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_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}})}submitP01DownloadBSSGUI_C8A23100005(){this.isP01FirstConfirmation_C8A23100005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP01FirstConfirmation_C8A23100005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u55ce\uff1f")&&(this.executeP01DownloadBSSGUI_C8A23100005(),this.isP01FirstConfirmation_C8A23100005=!0)}executeP01DownloadBSSGUI_C8A23100005(){const t=this.GetALLDataa.latest_C8A23100005_document.deviceId;this.isLoadingP01_C8A23100005=!0,this.accountService.getNewestBSSGUI_URL().subscribe(a=>{const e=a.file_url;if(!e)return this.toastr.error("\u627e\u4e0d\u5230\u6700\u65b0 GUI \u4e0b\u8f09\u7db2\u5740","\u932f\u8aa4",{timeOut:1500,positionClass:"toast-top-center"}),void(this.isLoadingP01_C8A23100005=!1);this.homeService.postP01DownloadBSSGUI_Prod(t,e).subscribe(t=>{this.responseP01Json_C8A23100005=t,this.toastr.success("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u5df2\u57f7\u884c !","Download Success !",{timeOut:1500,positionClass:"toast-top-center"})},t=>{this.toastr.error("[P01]\u4e0b\u8f09\u6700\u65b0\u7248GUI\u6a94\u6848\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P01 API Error:",t)},()=>{this.isLoadingP01_C8A23100005=!1})},t=>{this.toastr.error("\u7121\u6cd5\u53d6\u5f97\u6700\u65b0GUI\u6a94\u6848URL","API Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("getNewestBSSGUI_URL Error:",t),this.isLoadingP01_C8A23100005=!1})}submitP02RebootBSS_C8A23100005(){this.isP02FirstConfirmation_C8A23100005?window.confirm("1.\u60a8\u5373\u5c07\u9032\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\uff01")&&(this.isP02FirstConfirmation_C8A23100005=!1):window.confirm("2.\u78ba\u5b9a\u8981\u57f7\u884c[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u55ce\uff1f")&&(this.executeP02RebootBSS_C8A23100005(),this.isP02FirstConfirmation_C8A23100005=!0)}executeP02RebootBSS_C8A23100005(){const t=this.GetALLDataa.latest_C8A23100005_document.deviceId;this.isLoadingP02_C8A23100005=!0,this.homeService.postP02RebootBSS_Prod(t).subscribe(t=>{if(this.responseP02Json_C8A23100005=t,1e3===t.code){const t=Date.now()+6e4,a="C8A23100005";localStorage.setItem(`P02_${a}_unlockTime`,t.toString()),this.startCountdown(t,a)}this.toastr.success("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u5df2\u57f7\u884c !","RebootBSS Success !",{timeOut:1500,positionClass:"toast-top-center"}),console.log("P02 API Response:",t)},t=>{this.toastr.error("[P02]\u91cd\u958b\u6a5f\u6307\u4ee4\u7121\u6cd5\u57f7\u884c","Error",{timeOut:1500,positionClass:"toast-top-center"}),console.error("P02 API Error:",t)},()=>{this.isLoadingP02_C8A23100005=!1})}closeDialog(){this.dialog.closeAll()}openDialogAllBCSStatus(t){const a=new ro.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 ro.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 ro.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,r,b,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,P,H,R,U,N,W,$,J,z,q,X,Q,K,Z,Y,tt,at,et,nt,ot,ct,st,lt,it,rt,bt,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,Pt,Ht,Rt,Ut,Nt,Wt,$t,Jt,zt,qt,Xt,Qt,Kt,Zt,Yt,ta,aa,ea,na,oa,ca,sa,la,ia,ra,ba,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,Pa,Ha,Ra,Ua,Na,Wa,$a,Ja,za,qa,Xa,Qa,Ka,Za,Ya,te,ae,ee,ne,oe,ce,se,le,ie,re,be,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,Pe,He,Re,Ue,Ne,We,$e,Je,ze,qe,Xe,Qe,Ke,Ze,Ye,tn,an,en,nn,on,cn,sn,ln,rn,bn,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,Pn,Hn,Rn,Un,Nn,Wn,$n,Jn,zn,qn,Xn,Qn,Kn,Zn,Yn,to,ao,eo,no,oo,co,so,lo,io,ro,bo,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,Po,Ho,Ro,Uo,No,Wo,$o,Jo,zo,qo,Xo,Qo,Ko,Zo,Yo,tc,ac,ec,nc,oc,cc,sc,lc,ic,rc,bc,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,Pc,Hc,Rc,Uc,Nc,Wc,$c,Jc,zc,qc,Xc,Qc,Kc,Zc,Yc,ts,as,es,ns,os,cs,ss,ls,is,rs,bs,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,Ps,Hs,Rs,Us,Ns,Ws,$s,Js,zs,qs,Xs,Qs,Ks,Zs,Ys,tl,al,el,nl,ol,cl,sl,ll,il,rl,bl,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,Pl,Hl,Rl,Ul,Nl,Wl,$l,Jl,zl,ql,Xl,Ql,Kl,Zl,Yl,ti,ai,ei,ni,oi,ci,si,li,ii,ri,bi;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===(b=null===(r=this.GetALLDataa)||void 0===r?void 0:r.latest_GM000001_document)||void 0===b?void 0:b.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===(Pt=null===(Vt=null===(xt=this.GetALLDataa)||void 0===xt?void 0:xt.latest_C5A23112006_document)||void 0===Vt?void 0:Vt.rackInfo)||void 0===Pt?void 0:Pt.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===(Ua=null===(Ra=null===(Ha=this.GetALLDataa)||void 0===Ha?void 0:Ha.latest_C5A23112003_document)||void 0===Ra?void 0:Ra.rackInfo)||void 0===Ua?void 0:Ua.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===(Ne=this.GetALLDataa)||void 0===Ne?void 0:Ne.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===(bn=null===(rn=this.GetALLDataa)||void 0===rn?void 0:rn.latest_C5A23112004_document)||void 0===bn?void 0:bn.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===(zn=this.GetALLDataa)||void 0===zn?void 0:zn.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===(Hs=null===(Ps=null===(Vs=this.GetALLDataa)||void 0===Vs?void 0:Vs.latest_C8A23100012_document)||void 0===Ps?void 0:Ps.rackInfo)||void 0===Hs?void 0:Hs.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===(Nl=null===(Ul=null===(Rl=this.GetALLDataa)||void 0===Rl?void 0:Rl.latest_C8A23100002_document)||void 0===Ul?void 0:Ul.rackInfo)||void 0===Nl?void 0:Nl.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),Object.values(this.countdownIntervalMapP02).forEach(t=>clearInterval(t))}}return t.\u0275fac=function(a){return new(a||t)(n.Nb(Lc.a),n.Nb(Lc.c),n.Nb(ro.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(Ps,!0),n.Ic(Hs,!0),n.Ic(Rs,!0),n.Ic(Us,!0),n.Ic(Ns,!0),n.Ic(Ws,!0),n.Ic($s,!0),n.Ic(Js,!0),n.Ic(zs,!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(rl,!0),n.Ic(bl,!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",""],["fxLayout","row","fxLayout.xs","column","fxLayoutAlign","space-between stretch","fxLayoutGap","16px",2,"background-color","whitesmoke","padding-top","16px"],["class","vertical-font-size","style","max-width:25vw;min-width:20vw;min-height:3vh;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;",4,"ngIf"],["mat-raised-button","","color","primary",1,"font-size",3,"disabled","click"],["fxFlex","0.5"],[1,"vertical-font-size",2,"height","100%","margin-left","0.5vw","color","rgb(79, 200, 204)"],[1,"vertical-font-size",2,"max-width","25vw","min-width","20vw","min-height","3vh","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"],["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"],[2,"max-width","100%","min-width","25vw","min-height","8vh","background-color","#c4c0c0","padding","10px","border","1px solid gray","border-radius","4px","overflow-wrap","break-word"],["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"],[2,"font-size","0.6vw","word-wrap","break-word","display","block"],["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,Ri,45,31,"nav",0),n.Bc(1,CL,19,11,"div",1),n.Bc(2,fI,13,6,"div",1),n.Bc(3,KD,13,6,"div",1),n.Bc(4,xC,13,6,"div",1),n.Bc(5,gh,13,6,"div",1),n.Bc(6,rG,13,6,"div",1),n.Bc(7,XT,13,6,"div",1),n.Bc(8,Mk,13,6,"div",1),n.Bc(9,Sy,13,6,"div",1),n.Bc(10,lB,13,6,"div",1),n.Bc(11,zF,13,6,"div",1),n.Bc(12,ZP,13,6,"div",1),n.Bc(13,nz,13,6,"div",1),n.Bc(14,i0,13,6,"div",1),n.Bc(15,u6,13,6,"div",1),n.Bc(16,Cot,13,6,"div",1),n.Bc(17,Tft,13,6,"div",1),n.Bc(18,ODt,13,6,"div",1),n.Bc(19,Sgt,13,6,"div",1),n.Bc(20,dvt,13,6,"div",1),n.Bc(21,nEt,13,6,"div",1),n.Bc(22,qxt,13,6,"div",1),n.Bc(23,PUt,13,6,"div",1),n.Bc(24,Ozt,13,6,"div",1),n.Bc(25,f0t,13,6,"div",1),n.Bc(26,u0t,6,1,"ng-template",null,2,n.Cc),n.Bc(28,L0t,6,1,"ng-template",null,3,n.Cc),n.Bc(30,I0t,6,1,"ng-template",null,4,n.Cc),n.Bc(32,m0t,6,1,"ng-template",null,5,n.Cc),n.Bc(34,S0t,6,1,"ng-template",null,6,n.Cc),n.Bc(36,g0t,6,1,"ng-template",null,7,n.Cc),n.Bc(38,T0t,6,1,"ng-template",null,8,n.Cc),n.Bc(40,k0t,6,1,"ng-template",null,9,n.Cc),n.Bc(42,y0t,6,1,"ng-template",null,10,n.Cc),n.Bc(44,B0t,6,1,"ng-template",null,11,n.Cc),n.Bc(46,E0t,6,1,"ng-template",null,12,n.Cc),n.Bc(48,M0t,6,1,"ng-template",null,13,n.Cc),n.Bc(50,x0t,6,1,"ng-template",null,14,n.Cc),n.Bc(52,P0t,6,1,"ng-template",null,15,n.Cc),n.Bc(54,R0t,6,1,"ng-template",null,16,n.Cc),n.Bc(56,N0t,6,1,"ng-template",null,17,n.Cc),n.Bc(58,$0t,6,1,"ng-template",null,18,n.Cc),n.Bc(60,z0t,6,1,"ng-template",null,19,n.Cc),n.Bc(62,X0t,6,1,"ng-template",null,20,n.Cc),n.Bc(64,K0t,6,1,"ng-template",null,21,n.Cc),n.Bc(66,Y0t,6,1,"ng-template",null,22,n.Cc),n.Bc(68,a1t,6,1,"ng-template",null,23,n.Cc),n.Bc(70,n1t,6,1,"ng-template",null,24,n.Cc),n.Bc(72,c1t,6,1,"ng-template",null,25,n.Cc),n.Bc(74,l1t,6,1,"ng-template",null,26,n.Cc),n.Bc(76,r1t,6,1,"ng-template",null,27,n.Cc),n.Bc(78,f1t,41,10,"ng-template",null,28,n.Cc),n.Bc(80,u1t,41,10,"ng-template",null,29,n.Cc),n.Bc(82,L1t,41,10,"ng-template",null,30,n.Cc),n.Bc(84,I1t,41,10,"ng-template",null,31,n.Cc),n.Bc(86,m1t,41,10,"ng-template",null,32,n.Cc),n.Bc(88,S1t,41,10,"ng-template",null,33,n.Cc),n.Bc(90,g1t,41,10,"ng-template",null,34,n.Cc),n.Bc(92,T1t,41,10,"ng-template",null,35,n.Cc),n.Bc(94,k1t,41,10,"ng-template",null,36,n.Cc),n.Bc(96,y1t,41,10,"ng-template",null,37,n.Cc),n.Bc(98,B1t,41,10,"ng-template",null,38,n.Cc),n.Bc(100,E1t,41,10,"ng-template",null,39,n.Cc),n.Bc(102,M1t,41,10,"ng-template",null,40,n.Cc),n.Bc(104,x1t,41,10,"ng-template",null,41,n.Cc),n.Bc(106,P1t,41,10,"ng-template",null,42,n.Cc),n.Bc(108,R1t,41,10,"ng-template",null,43,n.Cc),n.Bc(110,N1t,41,10,"ng-template",null,44,n.Cc),n.Bc(112,$1t,41,10,"ng-template",null,45,n.Cc),n.Bc(114,z1t,41,10,"ng-template",null,46,n.Cc),n.Bc(116,X1t,41,10,"ng-template",null,47,n.Cc),n.Bc(118,K1t,41,10,"ng-template",null,48,n.Cc),n.Bc(120,Y1t,41,10,"ng-template",null,49,n.Cc),n.Bc(122,a2t,41,10,"ng-template",null,50,n.Cc),n.Bc(124,n2t,41,10,"ng-template",null,51,n.Cc),n.Bc(126,c2t,41,10,"ng-template",null,52,n.Cc),n.Bc(128,l2t,41,10,"ng-template",null,53,n.Cc),n.Bc(130,$2t,50,3,"ng-template",null,54,n.Cc),n.Bc(132,s3t,35,10,"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:[r.n,bc.d,bc.c,Ie,Yc,l.b,l.j,l.m,Xc,r.m,Pe,ba.i,kt,Zt,zo,jo,ds,Wt,Et,r.o,_t,oe,Xa,l.p,l.n,l.r,Ia,ro.g,ro.b,ro.e,En,Pn,xn,Mn,Nn,$n,ro.c,Rn,Un,zn,Xn,lc],pipes:[r.e,r.f,r.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})(),i3t=(()=>{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(bc.b),n.Xb(Lc.a))},t.\u0275prov=n.Jb({token:t,factory:t.\u0275fac,providedIn:"root"}),t})(),r3t=(()=>{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})(),b3t=(()=>{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 f3t=[{path:"",component:l3t,canActivate:[i3t]},{path:"users",loadChildren:()=>e.e(5).then(e.bind(null,"zrcO")).then(t=>t.UsersModule),canActivate:[i3t]},{path:"account",loadChildren:()=>e.e(4).then(e.bind(null,"jcJX")).then(t=>t.AccountModule)},{path:"**",redirectTo:""}];let d3t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},imports:[[bc.e.forRoot(f3t)],bc.e]}),t})(),u3t=(()=>{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 A3t=function(t){return{"bg-light":t}};let L3t=(()=>{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(u3t,{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(ro.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,A3t,a.user))},directives:[r.l,rt,bc.f],encapsulation:2}),t})(),_3t=(()=>{class t{}return t.\u0275mod=n.Lb({type:t,bootstrap:[L3t]}),t.\u0275inj=n.Kb({factory:function(a){return new(a||t)},providers:[{provide:i.a,useClass:b3t,multi:!0},{provide:i.a,useClass:r3t,multi:!0}],imports:[[c.a,s.b,l.o,i.c,d3t,ra,Re.d,Da,ma,Sa,De,ce,le,He,We,ze,Kn,io,ro.f,ac,ts,As,rc,l.f,jc.forRoot()]]}),t})();o.a.production&&Object(n.T)(),c.c().bootstrapModule(_3t).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]]]);