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.

35 lines (34 loc) 1.4 kB
import { QueryList, OnInit, OnDestroy, AfterContentInit, ChangeDetectorRef, ElementRef } from '@angular/core'; import { TdBreadcrumbComponent } from './breadcrumb/breadcrumb.component'; import * as i0 from "@angular/core"; export declare class TdBreadcrumbsComponent implements OnInit, AfterContentInit, 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; 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; static ɵfac: i0.ɵɵFactoryDeclaration<TdBreadcrumbsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbsComponent, "td-breadcrumbs", never, { "separatorIcon": "separatorIcon"; }, {}, ["_breadcrumbs"], ["*"]>; }