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.
33 lines
1.3 KiB
33 lines
1.3 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 { BooleanInput } from '@angular/cdk/coercion';
|
|
import { ElementRef } from '@angular/core';
|
|
import { CanDisable } from '@angular/material/core';
|
|
/** @docs-private */
|
|
import * as ɵngcc0 from '@angular/core';
|
|
declare const _MatTabLabelWrapperBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisable> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisable> & {
|
|
new (): {};
|
|
};
|
|
/**
|
|
* Used in the `mat-tab-group` view to display tab labels.
|
|
* @docs-private
|
|
*/
|
|
export declare class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDisable {
|
|
elementRef: ElementRef;
|
|
constructor(elementRef: ElementRef);
|
|
/** Sets focus on the wrapper element */
|
|
focus(): void;
|
|
getOffsetLeft(): number;
|
|
getOffsetWidth(): number;
|
|
static ngAcceptInputType_disabled: BooleanInput;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatTabLabelWrapper, never>;
|
|
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; }, {}, never>;
|
|
}
|
|
export {};
|
|
|
|
//# sourceMappingURL=tab-label-wrapper.d.ts.map
|