source: trip-planner-front/node_modules/@angular/material/tabs/tab-label-wrapper.d.ts.map@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{"version":3,"file":"tab-label-wrapper.d.ts","sources":["tab-label-wrapper.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { BooleanInput } from '@angular/cdk/coercion';\nimport { ElementRef } from '@angular/core';\nimport { CanDisable } from '@angular/material/core';\n/** @docs-private */\ndeclare const _MatTabLabelWrapperBase: import(\"@angular/material/core/common-behaviors/constructor\").Constructor<CanDisable> & import(\"@angular/material/core/common-behaviors/constructor\").AbstractConstructor<CanDisable> & {\n new (): {};\n};\n/**\n * Used in the `mat-tab-group` view to display tab labels.\n * @docs-private\n */\nexport declare class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDisable {\n elementRef: ElementRef;\n constructor(elementRef: ElementRef);\n /** Sets focus on the wrapper element */\n focus(): void;\n getOffsetLeft(): number;\n getOffsetWidth(): number;\n static ngAcceptInputType_disabled: BooleanInput;\n}\nexport {};\n"]}
Note: See TracBrowser for help on using the repository browser.