Searched refs:tabs (Results 1 – 7 of 7) sorted by relevance
28 private tabs: LitTabs | null | undefined; property in DrawerCpuTabs34 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');39 this.tabs!.onTabClick = (e: any) => {51 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';
154 let tabs: HTMLDivElement | undefined | null = this.shadowRoot?.querySelector('#tabs');166 let initialHeight = { tabs: `calc(30vh + 39px)`, node: '30vh' };172 let preHeight = tabs!.offsetHeight;177 tabs!.style.height = moveY + 'px';185 tabs!.style.height = moveY + 'px';189 tabs!.style.height = navRoot!.offsetHeight + 'px';196 tabs!.style.height =220 if (node!.style.height !== '0px' && tabs!.style.height != '') {222 initialHeight.tabs = tabs!.style.height;235 …tabs!.style.height = window.innerHeight - search!.offsetHeight - timerShaft!.offsetHeight - border…[all …]
185 let tabs: HTMLDivElement | undefined | null = this.shadowRoot?.querySelector('#tabs');197 let initialHeight = { tabs: `calc(30vh + 39px)`, node: '30vh' };203 let preHeight = tabs!.offsetHeight;208 tabs!.style.height = moveY + 'px';216 tabs!.style.height = moveY + 'px';220 tabs!.style.height = navRoot!.offsetHeight + 'px';227 tabs!.style.height =251 if (node!.style.height !== '0px' && tabs!.style.height != '') {253 initialHeight.tabs = tabs!.style.height;266 …tabs!.style.height = window.innerHeight - search!.offsetHeight - timerShaft!.offsetHeight - border…[all …]
15 <tabs index="{{index}}" vertical="{{vertical}}">18 </tabs>