You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
1.9 KiB

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { Platform } from '@angular/cdk/platform';
import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
import { CanColor } from '@angular/material/core';
/** @docs-private */
import * as ɵngcc0 from '@angular/core';
declare const _MatToolbarBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanColor> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanColor> & {
new (_elementRef: ElementRef): {
_elementRef: ElementRef;
};
};
export declare class MatToolbarRow {
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatToolbarRow, never>;
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatToolbarRow, "mat-toolbar-row", ["matToolbarRow"], {}, {}, never>;
}
export declare class MatToolbar extends _MatToolbarBase implements CanColor, AfterViewInit {
private _platform;
private _document;
/** Reference to all toolbar row elements that have been projected. */
_toolbarRows: QueryList<MatToolbarRow>;
constructor(elementRef: ElementRef, _platform: Platform, document?: any);
ngAfterViewInit(): void;
/**
* Throws an exception when developers are attempting to combine the different toolbar row modes.
*/
private _checkToolbarMixedModes;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatToolbar, never>;
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatToolbar, "mat-toolbar", ["matToolbar"], { "color": "color"; }, {}, ["_toolbarRows"], ["*", "mat-toolbar-row"]>;
}
/**
* Throws an exception when attempting to combine the different toolbar row modes.
* @docs-private
*/
export declare function throwToolbarMixedModesError(): void;
export {};
//# sourceMappingURL=toolbar.d.ts.map