SYMBOL INDEX (153 symbols across 18 files) FILE: angular/src/app-init.ts function appInit (line 7) | function appInit(doc: Document, zone: NgZone) { FILE: angular/src/directives/proxies-utils.ts method get (line 8) | get() { return this.el[item]; } method set (line 9) | set(val: any) { this.z.runOutsideAngular(() => (this.el[item] = val)); } function ProxyCmp (line 29) | function ProxyCmp(opts: { inputs?: any; methods?: any }) { FILE: angular/src/directives/proxies.ts type SuperTab (line 8) | interface SuperTab extends Components.SuperTab {} method constructor (line 13) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { class SuperTab (line 11) | class SuperTab { method constructor (line 13) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { type SuperTabButton (line 19) | interface SuperTabButton extends Components.SuperTabButton {} method constructor (line 24) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { class SuperTabButton (line 22) | class SuperTabButton { method constructor (line 24) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { type SuperTabs (line 30) | interface SuperTabs extends Components.SuperTabs {} method constructor (line 36) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { class SuperTabs (line 33) | class SuperTabs { method constructor (line 36) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { type SuperTabsContainer (line 43) | interface SuperTabsContainer extends Components.SuperTabsContainer {} method constructor (line 50) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { class SuperTabsContainer (line 46) | class SuperTabsContainer { method constructor (line 50) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { type SuperTabsToolbar (line 57) | interface SuperTabsToolbar extends Components.SuperTabsToolbar {} method constructor (line 63) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { class SuperTabsToolbar (line 60) | class SuperTabsToolbar { method constructor (line 63) | constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) { FILE: angular/src/super-tabs.module.ts constant DECLARATIONS (line 6) | const DECLARATIONS = [ class SuperTabsModule (line 19) | class SuperTabsModule { method forRoot (line 20) | static forRoot(): ModuleWithProviders { FILE: core/src/components.d.ts type SuperTab (line 10) | interface SuperTab { type SuperTabButton (line 22) | interface SuperTabButton { type SuperTabIndicator (line 31) | interface SuperTabIndicator { type SuperTabs (line 37) | interface SuperTabs { type SuperTabsContainer (line 61) | interface SuperTabsContainer { type SuperTabsToolbar (line 88) | interface SuperTabsToolbar { type HTMLSuperTabElement (line 112) | interface HTMLSuperTabElement extends Components.SuperTab, HTMLStencilEl... type HTMLSuperTabButtonElement (line 118) | interface HTMLSuperTabButtonElement extends Components.SuperTabButton, H... type HTMLSuperTabIndicatorElement (line 124) | interface HTMLSuperTabIndicatorElement extends Components.SuperTabIndica... type HTMLSuperTabsElement (line 130) | interface HTMLSuperTabsElement extends Components.SuperTabs, HTMLStencil... type HTMLSuperTabsContainerElement (line 136) | interface HTMLSuperTabsContainerElement extends Components.SuperTabsCont... type HTMLSuperTabsToolbarElement (line 142) | interface HTMLSuperTabsToolbarElement extends Components.SuperTabsToolba... type HTMLElementTagNameMap (line 148) | interface HTMLElementTagNameMap { type SuperTab (line 158) | interface SuperTab { type SuperTabButton (line 166) | interface SuperTabButton { type SuperTabIndicator (line 175) | interface SuperTabIndicator { type SuperTabs (line 181) | interface SuperTabs { type SuperTabsContainer (line 197) | interface SuperTabsContainer { type SuperTabsToolbar (line 216) | interface SuperTabsToolbar { type IntrinsicElements (line 239) | interface IntrinsicElements { type IntrinsicElements (line 251) | interface IntrinsicElements { FILE: core/src/interface.d.ts type SuperTabsConfig (line 6) | interface SuperTabsConfig { type SuperTabChangeEventDetail (line 89) | interface SuperTabChangeEventDetail { FILE: core/src/super-tab-button/super-tab-button.component.tsx class SuperTabButtonComponent (line 11) | class SuperTabButtonComponent implements ComponentInterface { method componentDidLoad (line 33) | componentDidLoad() { method initCmp (line 38) | private initCmp() { method indexChildren (line 56) | private indexChildren() { method render (line 61) | render() { FILE: core/src/super-tab-indicator/super-tab-indicator.component.tsx class SuperTabIndicatorComponent (line 9) | class SuperTabIndicatorComponent implements ComponentInterface { method render (line 17) | render() { FILE: core/src/super-tab/super-tab.component.tsx class SuperTabComponent (line 10) | class SuperTabComponent implements ComponentInterface { method componentDidLoad (line 27) | componentDidLoad() { method componentDidUpdate (line 31) | componentDidUpdate() { method checkIonContent (line 40) | private checkIonContent() { method getRootScrollableEl (line 54) | async getRootScrollableEl(): Promise { method render (line 72) | render() { FILE: core/src/super-tabs-container/super-tabs-container.component.tsx class SuperTabsContainerComponent (line 22) | class SuperTabsContainerComponent implements ComponentInterface { method componentDidLoad (line 74) | async componentDidLoad() { method onSlotChange (line 82) | private async onSlotChange() { method componentDidRender (line 88) | async componentDidRender() { method reindexTabs (line 96) | async reindexTabs() { method moveContainerByIndex (line 109) | moveContainerByIndex(index: number, animate?: boolean): Promise { method moveContainer (line 127) | moveContainer(scrollX: number, animate?: boolean): Promise { method setActiveTabIndex (line 139) | async setActiveTabIndex(index: number, moveContainer: boolean = true, ... method scrollToTop (line 161) | async scrollToTop() { method updateActiveTabIndex (line 182) | private updateActiveTabIndex(index: number, emit: boolean = true) { method updateSelectedTabIndex (line 191) | private updateSelectedTabIndex(index: number) { method onTouchStart (line 201) | async onTouchStart(ev: TouchEvent) { method onClick (line 238) | async onClick(ev: TouchEvent) { method onTouchMove (line 246) | async onTouchMove(ev: TouchEvent) { method onTouchEnd (line 293) | async onTouchEnd(ev: TouchEvent) { method updateWidth (line 320) | private updateWidth() { method indexTabs (line 325) | private async indexTabs() { method lazyLoadTabs (line 372) | private lazyLoadTabs() { method calcSelectedTab (line 409) | private calcSelectedTab(): number { method positionToIndex (line 414) | private positionToIndex(scrollX: number) { method indexToPosition (line 419) | private indexToPosition(tabIndex: number) { method normalizeSelectedTab (line 423) | private normalizeSelectedTab(index: number): number { method debug (line 431) | private debug(...vals: any[]) { method render (line 435) | render() { FILE: core/src/super-tabs-toolbar/super-tabs-toolbar.component.tsx class SuperTabsToolbarComponent (line 24) | class SuperTabsToolbarComponent implements ComponentInterface { method componentDidLoad (line 99) | async componentDidLoad() { method componentWillUpdate (line 112) | componentWillUpdate() { method componentDidRender (line 117) | componentDidRender() { method updateWidth (line 121) | private updateWidth() { method setActiveTab (line 129) | setActiveTab(index: number, align?: boolean, animate?: boolean): Promi... method setSelectedTab (line 146) | setSelectedTab(index: number, animate?: boolean): Promise { method moveContainer (line 153) | moveContainer(scrollX: number, animate?: boolean): Promise { method getButtonFromEv (line 163) | private getButtonFromEv(ev: any): HTMLSuperTabButtonElement | undefined { method onClick (line 180) | onClick(ev: any) { method onButtonClick (line 199) | private onButtonClick(button: HTMLSuperTabButtonElement) { method onTouchStart (line 206) | async onTouchStart(ev: TouchEvent) { method onTouchMove (line 227) | async onTouchMove(ev: TouchEvent) { method onTouchEnd (line 284) | async onTouchEnd(ev: TouchEvent) { method onColorUpdate (line 304) | async onColorUpdate() { method setHostCls (line 308) | private setHostCls() { method onSlotChange (line 318) | private async onSlotChange() { method queryButtons (line 325) | private async queryButtons() { method updateThresholds (line 346) | private updateThresholds() { method markButtonActive (line 360) | private markButtonActive(button: HTMLSuperTabButtonElement) { method setButtonsContainerEl (line 374) | private setButtonsContainerEl(el: HTMLDivElement) { method adjustContainerScroll (line 380) | private adjustContainerScroll(animate: boolean) { method alignIndicator (line 423) | private async alignIndicator(index: number, animate: boolean = false) { method debug (line 477) | private debug(...vals: any[]) { method render (line 481) | render() { FILE: core/src/super-tabs/super-tabs.component.tsx class SuperTabsComponent (line 30) | class SuperTabsComponent implements ComponentInterface { method constructor (line 68) | constructor() { method setConfig (line 79) | async setConfig(config: SuperTabsConfig) { method propagateConfig (line 83) | private propagateConfig() { method selectTab (line 96) | async selectTab(index: number, animate: boolean = true, emit: boolean ... method onConfigChange (line 119) | async onConfigChange(config: SuperTabsConfig) { method onWindowResize (line 124) | onWindowResize() { method componentWillLoad (line 130) | async componentWillLoad() { method componentDidLoad (line 136) | componentDidLoad() { method initComponent (line 159) | private initComponent() { method setupEventListeners (line 190) | private async setupEventListeners() { method onContainerSelectedTabChange (line 207) | private async onContainerSelectedTabChange(ev: any) { method emitTabChangeEvent (line 215) | private emitTabChangeEvent(newIndex: number, oldIndex?: number) { method onContainerActiveTabChange (line 230) | private onContainerActiveTabChange(ev: any) { method onToolbarButtonClick (line 241) | private onToolbarButtonClick(ev: any) { method indexChildren (line 253) | private indexChildren() { method onSlotchange (line 270) | private async onSlotchange() { method debug (line 281) | private debug(...vals: any[]) { method render (line 285) | render() { FILE: core/src/utils.ts constant DEFAULT_CONFIG (line 4) | const DEFAULT_CONFIG: SuperTabsConfig = { type STCoord (line 17) | type STCoord = { function pointerCoord (line 22) | function pointerCoord(ev: any): STCoord { function getScrollCoord (line 52) | function getScrollCoord(start: number, dest: number, startTime: number, ... function scroll (line 58) | function scroll(el: Element, startX: number, x: number, startTime: numbe... function checkGesture (line 94) | function checkGesture(newCoords: STCoord, initialCoords: STCoord, config... function getNormalizedScrollX (line 116) | function getNormalizedScrollX(el: HTMLElement, width: number, delta: num... function debugLog (line 123) | function debugLog(config: SuperTabsConfig, tag: string, vals: any[]) { FILE: react/src/react-component-lib/createComponent.tsx type IonicReactInternalProps (line 10) | interface IonicReactInternalProps extends React.HTMLAttribu... method constructor (line 21) | constructor(props: IonicReactInternalProps) { method componentDidMount (line 26) | componentDidMount() { method componentDidUpdate (line 30) | componentDidUpdate(prevProps: IonicReactInternalProps) { method render (line 35) | render() { method displayName (line 64) | static get displayName() { FILE: react/src/react-component-lib/createControllerComponent.tsx type LoadingElement (line 4) | interface LoadingElement { type ReactControllerProps (line 9) | interface ReactControllerProps { function createControllerComponent (line 14) | function createControllerComponent< FILE: react/src/react-component-lib/createOverlayComponent.tsx type LoadingElement (line 5) | interface LoadingElement { type ReactOverlayProps (line 9) | interface ReactOverlayProps { function createOverlayComponent (line 15) | function createOverlayComponent< FILE: react/src/react-component-lib/utils/attachEventProps.ts function attachEventProps (line 1) | function attachEventProps(node: HTMLElement, newProps: any, oldProps: an... function getClassName (line 24) | function getClassName(classList: DOMTokenList, newProps: any, oldProps: ... function isCoveredByReact (line 50) | function isCoveredByReact(eventNameSuffix: string, doc: Document = docum... function syncEvent (line 63) | function syncEvent(node: Element, eventName: string, newEventHandler: (e... function arrayToMap (line 83) | function arrayToMap(arr: string[] | DOMTokenList) { FILE: react/src/react-component-lib/utils/index.tsx type ReactProps (line 10) | interface ReactProps { type IonicReactExternalProps (line 14) | type IonicReactExternalProps = PropType & React.H...