Searched refs:tabs (Results 1 – 4 of 4) sorted by relevance
28 private tabs: LitTabs | null | undefined; property in DrawerCpuTabs34 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');39 this.tabs!.onTabClick = (e: unknown): void => {53 this.tabs!.activekey = value;
33 private tabs: LitTabs | null | undefined; property in SpSchedulingAnalysis38 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');53 this.tabs!.activekey = '1'; //@ts-ignore
101 private tabs: HTMLDivElement | undefined | null; property in TraceSheet330 this.tabs = this.shadowRoot?.querySelector('#tabs');339 let initialHeight = { tabs: 'calc(30vh + 39px)', node: '30vh' };343 this.tabs!.style.height = `${358 initialHeight.tabs = this.tabs!.style.height;366 this.tabs!.style.height = `${this.navRoot!.offsetHeight}px`;375 this.tabs!.style.height = initialHeight.tabs;383 …ents(tabsPackUp: LitIcon, borderTop: number, initialHeight: { node: string; tabs: string }): void {407 if (that.tabPaneHeight !== '0px' && that.tabs!.style.height !== '') {410 initialHeight.tabs = that.tabs!.style.height;[all …]
15 <tabs index="{{index}}" vertical="{{vertical}}">18 </tabs>