UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

37 lines (36 loc) 1.55 kB
import { QueryList, OnInit, OnDestroy, AfterContentInit, ChangeDetectorRef, ElementRef, AfterViewInit } from '@angular/core'; import { TdBreadcrumbComponent } from './breadcrumb/breadcrumb.component'; import * as i0 from "@angular/core"; export declare class TdBreadcrumbsComponent implements OnInit, AfterContentInit, AfterViewInit, OnDestroy { private _elementRef; private _changeDetectorRef; private _resizing; private _separatorIcon; private _destroy$; tdBreadCrumbsClass: boolean; _breadcrumbs: QueryList<TdBreadcrumbComponent>; hiddenBreadcrumbs: TdBreadcrumbComponent[]; /** * Sets the icon url shown between breadcrumbs. Defaults to 'chevron_right'. */ set separatorIcon(separatorIcon: string); get separatorIcon(): string; constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef); ngOnInit(): void; ngAfterViewInit(): void; ngAfterContentInit(): void; ngOnDestroy(): void; get nativeElementWidth(): number; /** * The total count of individual breadcrumbs */ get count(): number; /** * Set the crumb icon separators */ private setCrumbIcons; private _calculateVisibility; private _waitToCalculateVisibility; static ɵfac: i0.ɵɵFactoryDeclaration<TdBreadcrumbsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbsComponent, "td-breadcrumbs", never, { "separatorIcon": { "alias": "separatorIcon"; "required": false; }; }, {}, ["_breadcrumbs"], ["*"], false, never>; }