@angular/material 19.2.3 → 20.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete/index.d.ts +14 -7
- package/autocomplete/testing/index.d.ts +2 -1
- package/badge/index.d.ts +7 -98
- package/badge/testing/index.d.ts +3 -1
- package/badge.d-49a8a74b.d.ts +98 -0
- package/bottom-sheet/index.d.ts +2 -2
- package/button/index.d.ts +10 -220
- package/button-toggle/index.d.ts +10 -257
- package/button-toggle/testing/index.d.ts +4 -1
- package/button-toggle.d-edc8acff.d.ts +257 -0
- package/card/index.d.ts +3 -2
- package/checkbox/index.d.ts +7 -38
- package/chips/index.d.ts +9 -5
- package/common-module.d-0e6515ae.d.ts +43 -0
- package/core/index.d.ts +21 -846
- package/core/testing/index.d.ts +3 -61
- package/date-adapter.d-c6835d41.d.ts +267 -0
- package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
- package/datepicker/index.d.ts +20 -14
- package/datepicker/testing/index.d.ts +5 -277
- package/dialog/index.d.ts +12 -360
- package/dialog/testing/index.d.ts +6 -1
- package/dialog.d-57867441.d.ts +335 -0
- package/divider/index.d.ts +3 -2
- package/divider/testing/index.d.ts +2 -14
- package/divider-harness.d-d34fede4.d.ts +14 -0
- package/error-options.d-448d9046.d.ts +17 -0
- package/expansion/index.d.ts +3 -2
- package/fesm2022/autocomplete/testing.mjs +2 -1
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +29 -17
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +12 -11
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +13 -11
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +17 -11
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +14 -481
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +49 -47
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +27 -68
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +51 -42
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/common-module-2d64df09.mjs +42 -0
- package/fesm2022/common-module-2d64df09.mjs.map +1 -0
- package/fesm2022/core/testing.mjs +3 -76
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +38 -1598
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/date-formats-b618acb8.mjs +190 -0
- package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
- package/fesm2022/date-range-input-harness-ee47cdb0.mjs +467 -0
- package/fesm2022/date-range-input-harness-ee47cdb0.mjs.map +1 -0
- package/fesm2022/datepicker/testing.mjs +5 -465
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +119 -112
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +12 -1
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +14 -897
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs +2 -17
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider-harness-3394f29a.mjs +18 -0
- package/fesm2022/divider-harness-3394f29a.mjs.map +1 -0
- package/fesm2022/divider.mjs +10 -8
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/error-options-4a00765e.mjs +29 -0
- package/fesm2022/error-options-4a00765e.mjs.map +1 -0
- package/fesm2022/error-state-8f4ce1af.mjs +37 -0
- package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
- package/fesm2022/expansion.mjs +28 -26
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs +2 -10
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs +7 -4
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field-6d755764.mjs +1076 -0
- package/fesm2022/form-field-6d755764.mjs.map +1 -0
- package/fesm2022/form-field-control-harness-af6fd278.mjs +11 -0
- package/fesm2022/form-field-control-harness-af6fd278.mjs.map +1 -0
- package/fesm2022/form-field.mjs +14 -1106
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +30 -169
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +12 -8
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon-button-47f1b5d9.mjs +248 -0
- package/fesm2022/icon-button-47f1b5d9.mjs.map +1 -0
- package/fesm2022/icon-module-3f77a24d.mjs +395 -0
- package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
- package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
- package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
- package/fesm2022/icon.mjs +11 -1024
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/index-1763d3a6.mjs +22 -0
- package/fesm2022/index-1763d3a6.mjs.map +1 -0
- package/fesm2022/index-4bc1d6d3.mjs +20 -0
- package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
- package/fesm2022/input/testing.mjs +5 -113
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input-harness-ed59decc.mjs +115 -0
- package/fesm2022/input-harness-ed59decc.mjs.map +1 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
- package/fesm2022/input.mjs +21 -19
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/internal-form-field-434c4039.mjs +27 -0
- package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
- package/fesm2022/line-d6afe347.mjs +59 -0
- package/fesm2022/line-d6afe347.mjs.map +1 -0
- package/fesm2022/list/testing.mjs +1 -1
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +57 -50
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +23 -19
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/module-3bf2775f.mjs +1293 -0
- package/fesm2022/module-3bf2775f.mjs.map +1 -0
- package/fesm2022/module-47e3be58.mjs +970 -0
- package/fesm2022/module-47e3be58.mjs.map +1 -0
- package/fesm2022/module-a5f9ab72.mjs +875 -0
- package/fesm2022/module-a5f9ab72.mjs.map +1 -0
- package/fesm2022/module-d757bba0.mjs +38 -0
- package/fesm2022/module-d757bba0.mjs.map +1 -0
- package/fesm2022/module-df9f7af3.mjs +152 -0
- package/fesm2022/module-df9f7af3.mjs.map +1 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
- package/fesm2022/option-07c3c660.mjs +348 -0
- package/fesm2022/option-07c3c660.mjs.map +1 -0
- package/fesm2022/option-harness-3b7c1106.mjs +46 -0
- package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
- package/fesm2022/paginator/testing.mjs +4 -1
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +41 -15
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +10 -8
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +10 -8
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
- package/fesm2022/public-api-c5ab57f5.mjs +147 -0
- package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
- package/fesm2022/radio.mjs +18 -11
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/ripple-9939d1f5.mjs +639 -0
- package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
- package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
- package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
- package/fesm2022/select/testing.mjs +5 -121
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select-harness-8c55824d.mjs +123 -0
- package/fesm2022/select-harness-8c55824d.mjs.map +1 -0
- package/fesm2022/select.mjs +30 -1315
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +23 -23
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +27 -71
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +22 -17
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +32 -24
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +16 -14
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +42 -33
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
- package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
- package/fesm2022/table.mjs +58 -56
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +47 -44
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs +1 -1
- package/fesm2022/timepicker/testing.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +31 -20
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +13 -11
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +15 -968
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +28 -26
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/index.d.ts +12 -437
- package/form-field/testing/control/index.d.ts +2 -10
- package/form-field/testing/index.d.ts +7 -5
- package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
- package/form-field-control.d-eb86711c.d.ts +62 -0
- package/form-field.d-2edbc094.d.ts +367 -0
- package/grid-list/index.d.ts +5 -3
- package/icon/index.d.ts +9 -449
- package/icon/testing/index.d.ts +3 -1
- package/icon-module.d-aa3bbba0.d.ts +167 -0
- package/icon-registry.d-1dffe9de.d.ts +286 -0
- package/index.d-0536b706.d.ts +11 -0
- package/index.d-37e31cd3.d.ts +13 -0
- package/input/index.d.ts +11 -6
- package/input/testing/index.d.ts +4 -59
- package/input-harness.d-4eecd1d3.d.ts +60 -0
- package/line.d-570a2537.d.ts +25 -0
- package/list/index.d.ts +13 -19
- package/list/testing/index.d.ts +2 -2
- package/list-option-types.d-8739f903.d.ts +15 -0
- package/menu/index.d.ts +6 -3
- package/module.d-18a67f56.d.ts +206 -0
- package/module.d-74a721b9.d.ts +326 -0
- package/module.d-ba05faa6.d.ts +448 -0
- package/module.d-c17c834e.d.ts +18 -0
- package/optgroup-harness.d-7f741f69.d.ts +31 -0
- package/option-harness.d-3d33fc9a.d.ts +34 -0
- package/option-parent.d-559ad5c5.d.ts +19 -0
- package/option.d-6f493d78.d.ts +146 -0
- package/package.json +6 -6
- package/paginator/index.d.ts +29 -201
- package/paginator/testing/index.d.ts +4 -1
- package/paginator.d-40b1766e.d.ts +199 -0
- package/palette.d-ec4a617c.d.ts +4 -0
- package/progress-bar/index.d.ts +4 -3
- package/progress-spinner/index.d.ts +7 -96
- package/progress-spinner/testing/index.d.ts +3 -1
- package/progress-spinner.d-1fc040c5.d.ts +96 -0
- package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
- package/radio/index.d.ts +7 -3
- package/ripple-loader.d-8aac2988.d.ts +48 -0
- package/ripple.d-2fb57d04.d.ts +255 -0
- package/schematics/migration.json +4 -4
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-add/index.mjs +2 -2
- package/schematics/ng-update/index_bundled.js +4 -4
- package/schematics/ng-update/index_bundled.js.map +1 -1
- package/select/index.d.ts +24 -451
- package/select/testing/index.d.ts +5 -62
- package/select-harness.d-7441a7ac.d.ts +63 -0
- package/sidenav/index.d.ts +4 -3
- package/slide-toggle/index.d.ts +7 -45
- package/slider/index.d.ts +6 -3
- package/snack-bar/index.d.ts +8 -3
- package/sort/index.d.ts +10 -88
- package/sort/testing/index.d.ts +1 -1
- package/sort-direction.d-f4ce4649.d.ts +3 -0
- package/sort.d-c2b79a45.d.ts +87 -0
- package/stepper/index.d.ts +9 -4
- package/table/index.d.ts +11 -4
- package/tabs/index.d.ts +5 -3
- package/timepicker/index.d.ts +7 -4
- package/timepicker/testing/index.d.ts +1 -1
- package/toolbar/index.d.ts +3 -2
- package/tooltip/index.d.ts +10 -325
- package/tree/index.d.ts +3 -2
package/autocomplete/index.d.ts
CHANGED
|
@@ -2,13 +2,20 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, AfterContentInit, OnDestroy, TemplateRef, ElementRef, QueryList, EventEmitter, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/cdk/overlay';
|
|
4
4
|
import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
|
|
5
|
+
import { M as MatOptionModule } from '../index.d-37e31cd3.js';
|
|
6
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
7
|
+
import { T as ThemePalette } from '../palette.d-ec4a617c.js';
|
|
8
|
+
import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from '../option.d-6f493d78.js';
|
|
9
|
+
export { a as MatOptgroup, M as MatOption } from '../option.d-6f493d78.js';
|
|
8
10
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
9
11
|
import { ControlValueAccessor } from '@angular/forms';
|
|
10
12
|
import { Observable } from 'rxjs';
|
|
11
|
-
import * as
|
|
13
|
+
import * as i5 from '@angular/cdk/scrolling';
|
|
14
|
+
import '../index.d-0536b706.js';
|
|
15
|
+
import '../ripple.d-2fb57d04.js';
|
|
16
|
+
import '@angular/cdk/platform';
|
|
17
|
+
import '../pseudo-checkbox-module.d-3abc0461.js';
|
|
18
|
+
import '@angular/cdk/bidi';
|
|
12
19
|
|
|
13
20
|
/** Event object that is emitted when an autocomplete option is selected. */
|
|
14
21
|
declare class MatAutocompleteSelectedEvent {
|
|
@@ -320,8 +327,8 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
|
|
|
320
327
|
registerOnChange(fn: (value: any) => {}): void;
|
|
321
328
|
registerOnTouched(fn: () => {}): void;
|
|
322
329
|
setDisabledState(isDisabled: boolean): void;
|
|
323
|
-
_handleKeydown(
|
|
324
|
-
_handleInput(event:
|
|
330
|
+
_handleKeydown(e: Event): void;
|
|
331
|
+
_handleInput(event: Event): void;
|
|
325
332
|
_handleFocus(): void;
|
|
326
333
|
_handleClick(): void;
|
|
327
334
|
/** Whether the input currently has focus. */
|
|
@@ -422,7 +429,7 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
|
|
|
422
429
|
|
|
423
430
|
declare class MatAutocompleteModule {
|
|
424
431
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
|
|
425
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof
|
|
432
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i5.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
|
|
426
433
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
|
|
427
434
|
}
|
|
428
435
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { OptionHarnessFilters,
|
|
2
|
+
import { O as OptionHarnessFilters, M as MatOptionHarness } from '../../option-harness.d-3d33fc9a.js';
|
|
3
|
+
import { O as OptgroupHarnessFilters, M as MatOptgroupHarness } from '../../optgroup-harness.d-7f741f69.js';
|
|
3
4
|
|
|
4
5
|
/** A set of criteria that can be used to filter a list of `MatAutocompleteHarness` instances. */
|
|
5
6
|
interface AutocompleteHarnessFilters extends BaseHarnessFilters {
|
package/badge/index.d.ts
CHANGED
|
@@ -1,106 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import * as i1 from '@angular/cdk/a11y';
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/** Allowed size options for matBadgeSize */
|
|
10
|
-
type MatBadgeSize = 'small' | 'medium' | 'large';
|
|
11
|
-
/**
|
|
12
|
-
* Component used to load the structural styles of the badge.
|
|
13
|
-
* @docs-private
|
|
14
|
-
*/
|
|
15
|
-
declare class _MatBadgeStyleLoader {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<_MatBadgeStyleLoader, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<_MatBadgeStyleLoader, "ng-component", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
19
|
-
/** Directive to display a text badge. */
|
|
20
|
-
declare class MatBadge implements OnInit, OnDestroy {
|
|
21
|
-
private _ngZone;
|
|
22
|
-
private _elementRef;
|
|
23
|
-
private _ariaDescriber;
|
|
24
|
-
private _renderer;
|
|
25
|
-
private _animationMode;
|
|
26
|
-
private _idGenerator;
|
|
27
|
-
/**
|
|
28
|
-
* Theme color of the badge. This API is supported in M2 themes only, it
|
|
29
|
-
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/badge/styling.
|
|
30
|
-
*
|
|
31
|
-
* For information on applying color variants in M3, see
|
|
32
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
33
|
-
*/
|
|
34
|
-
get color(): ThemePalette;
|
|
35
|
-
set color(value: ThemePalette);
|
|
36
|
-
private _color;
|
|
37
|
-
/** Whether the badge should overlap its contents or not */
|
|
38
|
-
overlap: boolean;
|
|
39
|
-
/** Whether the badge is disabled. */
|
|
40
|
-
disabled: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Position the badge should reside.
|
|
43
|
-
* Accepts any combination of 'above'|'below' and 'before'|'after'
|
|
44
|
-
*/
|
|
45
|
-
position: MatBadgePosition;
|
|
46
|
-
/** The content for the badge */
|
|
47
|
-
get content(): string | number | undefined | null;
|
|
48
|
-
set content(newContent: string | number | undefined | null);
|
|
49
|
-
private _content;
|
|
50
|
-
/** Message used to describe the decorated element via aria-describedby */
|
|
51
|
-
get description(): string;
|
|
52
|
-
set description(newDescription: string);
|
|
53
|
-
private _description;
|
|
54
|
-
/** Size of the badge. Can be 'small', 'medium', or 'large'. */
|
|
55
|
-
size: MatBadgeSize;
|
|
56
|
-
/** Whether the badge is hidden. */
|
|
57
|
-
hidden: boolean;
|
|
58
|
-
/** Visible badge element. */
|
|
59
|
-
private _badgeElement;
|
|
60
|
-
/** Inline badge description. Used when the badge is applied to non-interactive host elements. */
|
|
61
|
-
private _inlineBadgeDescription;
|
|
62
|
-
/** Whether the OnInit lifecycle hook has run yet */
|
|
63
|
-
private _isInitialized;
|
|
64
|
-
/** InteractivityChecker to determine if the badge host is focusable. */
|
|
65
|
-
private _interactivityChecker;
|
|
66
|
-
private _document;
|
|
67
|
-
constructor(...args: unknown[]);
|
|
68
|
-
/** Whether the badge is above the host or not */
|
|
69
|
-
isAbove(): boolean;
|
|
70
|
-
/** Whether the badge is after the host or not */
|
|
71
|
-
isAfter(): boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Gets the element into which the badge's content is being rendered. Undefined if the element
|
|
74
|
-
* hasn't been created (e.g. if the badge doesn't have content).
|
|
75
|
-
*/
|
|
76
|
-
getBadgeElement(): HTMLElement | undefined;
|
|
77
|
-
ngOnInit(): void;
|
|
78
|
-
ngOnDestroy(): void;
|
|
79
|
-
/** Gets whether the badge's host element is interactive. */
|
|
80
|
-
private _isHostInteractive;
|
|
81
|
-
/** Creates the badge element */
|
|
82
|
-
private _createBadgeElement;
|
|
83
|
-
/** Update the text content of the badge element in the DOM, creating the element if necessary. */
|
|
84
|
-
private _updateRenderedContent;
|
|
85
|
-
/** Updates the host element's aria description via AriaDescriber. */
|
|
86
|
-
private _updateDescription;
|
|
87
|
-
private _updateInlineDescription;
|
|
88
|
-
private _removeInlineDescription;
|
|
89
|
-
/** Adds css theme class given the color to the component host */
|
|
90
|
-
private _setColor;
|
|
91
|
-
/** Clears any existing badges that might be left over from server-side rendering. */
|
|
92
|
-
private _clearExistingBadges;
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, never>;
|
|
94
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, true, never>;
|
|
95
|
-
static ngAcceptInputType_overlap: unknown;
|
|
96
|
-
static ngAcceptInputType_disabled: unknown;
|
|
97
|
-
static ngAcceptInputType_hidden: unknown;
|
|
98
|
-
}
|
|
3
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
4
|
+
import { M as MatBadge, _ as _MatBadgeStyleLoader } from '../badge.d-49a8a74b.js';
|
|
5
|
+
export { M as MatBadge, a as MatBadgePosition, b as MatBadgeSize } from '../badge.d-49a8a74b.js';
|
|
6
|
+
import '@angular/cdk/bidi';
|
|
7
|
+
import '../palette.d-ec4a617c.js';
|
|
99
8
|
|
|
100
9
|
declare class MatBadgeModule {
|
|
101
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBadgeModule, never>;
|
|
102
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof MatCommonModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof MatCommonModule]>;
|
|
103
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBadgeModule>;
|
|
104
13
|
}
|
|
105
14
|
|
|
106
|
-
export {
|
|
15
|
+
export { MatBadgeModule };
|
package/badge/testing/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { MatBadgePosition, MatBadgeSize } from '
|
|
2
|
+
import { a as MatBadgePosition, b as MatBadgeSize } from '../../badge.d-49a8a74b.js';
|
|
3
|
+
import '@angular/core';
|
|
4
|
+
import '../../palette.d-ec4a617c.js';
|
|
3
5
|
|
|
4
6
|
interface BadgeHarnessFilters extends BaseHarnessFilters {
|
|
5
7
|
text?: string | RegExp;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import { T as ThemePalette } from './palette.d-ec4a617c.js';
|
|
4
|
+
|
|
5
|
+
/** Allowed position options for matBadgePosition */
|
|
6
|
+
type MatBadgePosition = 'above after' | 'above before' | 'below before' | 'below after' | 'before' | 'after' | 'above' | 'below';
|
|
7
|
+
/** Allowed size options for matBadgeSize */
|
|
8
|
+
type MatBadgeSize = 'small' | 'medium' | 'large';
|
|
9
|
+
/**
|
|
10
|
+
* Component used to load the structural styles of the badge.
|
|
11
|
+
* @docs-private
|
|
12
|
+
*/
|
|
13
|
+
declare class _MatBadgeStyleLoader {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatBadgeStyleLoader, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<_MatBadgeStyleLoader, "ng-component", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
/** Directive to display a text badge. */
|
|
18
|
+
declare class MatBadge implements OnInit, OnDestroy {
|
|
19
|
+
private _ngZone;
|
|
20
|
+
private _elementRef;
|
|
21
|
+
private _ariaDescriber;
|
|
22
|
+
private _renderer;
|
|
23
|
+
private _animationMode;
|
|
24
|
+
private _idGenerator;
|
|
25
|
+
/**
|
|
26
|
+
* Theme color of the badge. This API is supported in M2 themes only, it
|
|
27
|
+
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/badge/styling.
|
|
28
|
+
*
|
|
29
|
+
* For information on applying color variants in M3, see
|
|
30
|
+
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
31
|
+
*/
|
|
32
|
+
get color(): ThemePalette;
|
|
33
|
+
set color(value: ThemePalette);
|
|
34
|
+
private _color;
|
|
35
|
+
/** Whether the badge should overlap its contents or not */
|
|
36
|
+
overlap: boolean;
|
|
37
|
+
/** Whether the badge is disabled. */
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Position the badge should reside.
|
|
41
|
+
* Accepts any combination of 'above'|'below' and 'before'|'after'
|
|
42
|
+
*/
|
|
43
|
+
position: MatBadgePosition;
|
|
44
|
+
/** The content for the badge */
|
|
45
|
+
get content(): string | number | undefined | null;
|
|
46
|
+
set content(newContent: string | number | undefined | null);
|
|
47
|
+
private _content;
|
|
48
|
+
/** Message used to describe the decorated element via aria-describedby */
|
|
49
|
+
get description(): string;
|
|
50
|
+
set description(newDescription: string);
|
|
51
|
+
private _description;
|
|
52
|
+
/** Size of the badge. Can be 'small', 'medium', or 'large'. */
|
|
53
|
+
size: MatBadgeSize;
|
|
54
|
+
/** Whether the badge is hidden. */
|
|
55
|
+
hidden: boolean;
|
|
56
|
+
/** Visible badge element. */
|
|
57
|
+
private _badgeElement;
|
|
58
|
+
/** Inline badge description. Used when the badge is applied to non-interactive host elements. */
|
|
59
|
+
private _inlineBadgeDescription;
|
|
60
|
+
/** Whether the OnInit lifecycle hook has run yet */
|
|
61
|
+
private _isInitialized;
|
|
62
|
+
/** InteractivityChecker to determine if the badge host is focusable. */
|
|
63
|
+
private _interactivityChecker;
|
|
64
|
+
private _document;
|
|
65
|
+
constructor(...args: unknown[]);
|
|
66
|
+
/** Whether the badge is above the host or not */
|
|
67
|
+
isAbove(): boolean;
|
|
68
|
+
/** Whether the badge is after the host or not */
|
|
69
|
+
isAfter(): boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Gets the element into which the badge's content is being rendered. Undefined if the element
|
|
72
|
+
* hasn't been created (e.g. if the badge doesn't have content).
|
|
73
|
+
*/
|
|
74
|
+
getBadgeElement(): HTMLElement | undefined;
|
|
75
|
+
ngOnInit(): void;
|
|
76
|
+
ngOnDestroy(): void;
|
|
77
|
+
/** Gets whether the badge's host element is interactive. */
|
|
78
|
+
private _isHostInteractive;
|
|
79
|
+
/** Creates the badge element */
|
|
80
|
+
private _createBadgeElement;
|
|
81
|
+
/** Update the text content of the badge element in the DOM, creating the element if necessary. */
|
|
82
|
+
private _updateRenderedContent;
|
|
83
|
+
/** Updates the host element's aria description via AriaDescriber. */
|
|
84
|
+
private _updateDescription;
|
|
85
|
+
private _updateInlineDescription;
|
|
86
|
+
private _removeInlineDescription;
|
|
87
|
+
/** Adds css theme class given the color to the component host */
|
|
88
|
+
private _setColor;
|
|
89
|
+
/** Clears any existing badges that might be left over from server-side rendering. */
|
|
90
|
+
private _clearExistingBadges;
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, never>;
|
|
92
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, true, never>;
|
|
93
|
+
static ngAcceptInputType_overlap: unknown;
|
|
94
|
+
static ngAcceptInputType_disabled: unknown;
|
|
95
|
+
static ngAcceptInputType_hidden: unknown;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export { MatBadge as M, _MatBadgeStyleLoader as _, type MatBadgePosition as a, type MatBadgeSize as b };
|
package/bottom-sheet/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, ComponentRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/cdk/dialog';
|
|
4
4
|
import { CdkDialogContainer, DialogRef } from '@angular/cdk/dialog';
|
|
5
|
-
import
|
|
5
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
6
6
|
import * as i3 from '@angular/cdk/portal';
|
|
7
7
|
import { ComponentType } from '@angular/cdk/portal';
|
|
8
8
|
import { Direction } from '@angular/cdk/bidi';
|
|
@@ -39,7 +39,7 @@ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDe
|
|
|
39
39
|
|
|
40
40
|
declare class MatBottomSheetModule {
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof MatCommonModule, typeof i3.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof MatCommonModule]>;
|
|
43
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
|
|
44
44
|
}
|
|
45
45
|
|
package/button/index.d.ts
CHANGED
|
@@ -1,220 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/** Default palette color to apply to buttons. */
|
|
12
|
-
color?: ThemePalette;
|
|
13
|
-
}
|
|
14
|
-
/** Injection token that can be used to provide the default options the button component. */
|
|
15
|
-
declare const MAT_BUTTON_CONFIG: InjectionToken<MatButtonConfig>;
|
|
16
|
-
/** Base class for all buttons. */
|
|
17
|
-
declare class MatButtonBase implements AfterViewInit, OnDestroy {
|
|
18
|
-
_elementRef: ElementRef<any>;
|
|
19
|
-
_ngZone: NgZone;
|
|
20
|
-
_animationMode: "NoopAnimations" | "BrowserAnimations" | null;
|
|
21
|
-
private readonly _focusMonitor;
|
|
22
|
-
/**
|
|
23
|
-
* Handles the lazy creation of the MatButton ripple.
|
|
24
|
-
* Used to improve initial load time of large applications.
|
|
25
|
-
*/
|
|
26
|
-
protected _rippleLoader: MatRippleLoader;
|
|
27
|
-
/** Whether this button is a FAB. Used to apply the correct class on the ripple. */
|
|
28
|
-
protected _isFab: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Theme color of the button. This API is supported in M2 themes only, it has
|
|
31
|
-
* no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
|
|
32
|
-
*
|
|
33
|
-
* For information on applying color variants in M3, see
|
|
34
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
35
|
-
*/
|
|
36
|
-
color?: string | null;
|
|
37
|
-
/** Whether the ripple effect is disabled or not. */
|
|
38
|
-
get disableRipple(): boolean;
|
|
39
|
-
set disableRipple(value: any);
|
|
40
|
-
private _disableRipple;
|
|
41
|
-
/** Whether the button is disabled. */
|
|
42
|
-
get disabled(): boolean;
|
|
43
|
-
set disabled(value: any);
|
|
44
|
-
private _disabled;
|
|
45
|
-
/** `aria-disabled` value of the button. */
|
|
46
|
-
ariaDisabled: boolean | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* Natively disabled buttons prevent focus and any pointer events from reaching the button.
|
|
49
|
-
* In some scenarios this might not be desirable, because it can prevent users from finding out
|
|
50
|
-
* why the button is disabled (e.g. via tooltip).
|
|
51
|
-
*
|
|
52
|
-
* Enabling this input will change the button so that it is styled to be disabled and will be
|
|
53
|
-
* marked as `aria-disabled`, but it will allow the button to receive events and focus.
|
|
54
|
-
*
|
|
55
|
-
* Note that by enabling this, you need to set the `tabindex` yourself if the button isn't
|
|
56
|
-
* meant to be tabbable and you have to prevent the button action (e.g. form submissions).
|
|
57
|
-
*/
|
|
58
|
-
disabledInteractive: boolean;
|
|
59
|
-
constructor(...args: unknown[]);
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
ngOnDestroy(): void;
|
|
62
|
-
/** Focuses the button. */
|
|
63
|
-
focus(origin?: FocusOrigin, options?: FocusOptions): void;
|
|
64
|
-
protected _getAriaDisabled(): boolean | null;
|
|
65
|
-
protected _getDisabledAttribute(): true | null;
|
|
66
|
-
private _updateRippleDisabled;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
|
|
68
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, { "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, {}, never, never, true, never>;
|
|
69
|
-
static ngAcceptInputType_disableRipple: unknown;
|
|
70
|
-
static ngAcceptInputType_disabled: unknown;
|
|
71
|
-
static ngAcceptInputType_ariaDisabled: unknown;
|
|
72
|
-
static ngAcceptInputType_disabledInteractive: unknown;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Anchor button base.
|
|
76
|
-
*/
|
|
77
|
-
declare class MatAnchorBase extends MatButtonBase implements OnInit, OnDestroy {
|
|
78
|
-
private _renderer;
|
|
79
|
-
private _cleanupClick;
|
|
80
|
-
tabIndex: number;
|
|
81
|
-
ngOnInit(): void;
|
|
82
|
-
ngOnDestroy(): void;
|
|
83
|
-
_haltDisabledEvents: (event: Event) => void;
|
|
84
|
-
protected _getAriaDisabled(): boolean | null;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchorBase, never>;
|
|
86
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatAnchorBase, never, never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, true, never>;
|
|
87
|
-
static ngAcceptInputType_tabIndex: unknown;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Material Design button component. Users interact with a button to perform an action.
|
|
92
|
-
* See https://material.io/components/buttons
|
|
93
|
-
*
|
|
94
|
-
* The `MatButton` class applies to native button elements and captures the appearances for
|
|
95
|
-
* "text button", "outlined button", and "contained button" per the Material Design
|
|
96
|
-
* specification. `MatButton` additionally captures an additional "flat" appearance, which matches
|
|
97
|
-
* "contained" but without elevation.
|
|
98
|
-
*/
|
|
99
|
-
declare class MatButton extends MatButtonBase {
|
|
100
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", ["matButton"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* Material Design button component for anchor elements. Anchor elements are used to provide
|
|
105
|
-
* links for the user to navigate across different routes or pages.
|
|
106
|
-
* See https://material.io/components/buttons
|
|
107
|
-
*
|
|
108
|
-
* The `MatAnchor` class applies to native anchor elements and captures the appearances for
|
|
109
|
-
* "text button", "outlined button", and "contained button" per the Material Design
|
|
110
|
-
* specification. `MatAnchor` additionally captures an additional "flat" appearance, which matches
|
|
111
|
-
* "contained" but without elevation.
|
|
112
|
-
*/
|
|
113
|
-
declare class MatAnchor extends MatAnchorBase {
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchor, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/** Default FAB options that can be overridden. */
|
|
119
|
-
interface MatFabDefaultOptions {
|
|
120
|
-
/**
|
|
121
|
-
* Default theme color of the button. This API is supported in M2 themes
|
|
122
|
-
* only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
|
|
123
|
-
*
|
|
124
|
-
* For information on applying color variants in M3, see
|
|
125
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants.
|
|
126
|
-
*/
|
|
127
|
-
color?: ThemePalette;
|
|
128
|
-
}
|
|
129
|
-
/** Injection token to be used to override the default options for FAB. */
|
|
130
|
-
declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
|
|
131
|
-
/**
|
|
132
|
-
* @docs-private
|
|
133
|
-
* @deprecated No longer used, will be removed.
|
|
134
|
-
* @breaking-change 21.0.0
|
|
135
|
-
*/
|
|
136
|
-
declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
|
|
137
|
-
/**
|
|
138
|
-
* Material Design floating action button (FAB) component. These buttons represent the primary
|
|
139
|
-
* or most common action for users to interact with.
|
|
140
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
141
|
-
*
|
|
142
|
-
* The `MatFabButton` class has two appearances: normal and extended.
|
|
143
|
-
*/
|
|
144
|
-
declare class MatFabButton extends MatButtonBase {
|
|
145
|
-
private _options;
|
|
146
|
-
_isFab: boolean;
|
|
147
|
-
extended: boolean;
|
|
148
|
-
constructor(...args: unknown[]);
|
|
149
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, never>;
|
|
150
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab]", ["matButton"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
151
|
-
static ngAcceptInputType_extended: unknown;
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Material Design mini floating action button (FAB) component. These buttons represent the primary
|
|
155
|
-
* or most common action for users to interact with.
|
|
156
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
157
|
-
*/
|
|
158
|
-
declare class MatMiniFabButton extends MatButtonBase {
|
|
159
|
-
private _options;
|
|
160
|
-
_isFab: boolean;
|
|
161
|
-
constructor(...args: unknown[]);
|
|
162
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, never>;
|
|
163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab]", ["matButton"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
* Material Design floating action button (FAB) component for anchor elements. Anchor elements
|
|
167
|
-
* are used to provide links for the user to navigate across different routes or pages.
|
|
168
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
169
|
-
*
|
|
170
|
-
* The `MatFabAnchor` class has two appearances: normal and extended.
|
|
171
|
-
*/
|
|
172
|
-
declare class MatFabAnchor extends MatAnchor {
|
|
173
|
-
private _options;
|
|
174
|
-
_isFab: boolean;
|
|
175
|
-
extended: boolean;
|
|
176
|
-
constructor(...args: unknown[]);
|
|
177
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFabAnchor, never>;
|
|
178
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFabAnchor, "a[mat-fab]", ["matButton", "matAnchor"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
179
|
-
static ngAcceptInputType_extended: unknown;
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Material Design mini floating action button (FAB) component for anchor elements. Anchor elements
|
|
183
|
-
* are used to provide links for the user to navigate across different routes or pages.
|
|
184
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
185
|
-
*/
|
|
186
|
-
declare class MatMiniFabAnchor extends MatAnchor {
|
|
187
|
-
private _options;
|
|
188
|
-
_isFab: boolean;
|
|
189
|
-
constructor(...args: unknown[]);
|
|
190
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabAnchor, never>;
|
|
191
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabAnchor, "a[mat-mini-fab]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* Material Design icon button component. This type of button displays a single interactive icon for
|
|
196
|
-
* users to perform an action.
|
|
197
|
-
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
198
|
-
*/
|
|
199
|
-
declare class MatIconButton extends MatButtonBase {
|
|
200
|
-
constructor(...args: unknown[]);
|
|
201
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, never>;
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], {}, {}, never, ["*"], true, never>;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* Material Design icon button component for anchor elements. This button displays a single
|
|
206
|
-
* interaction icon that allows users to navigate across different routes or pages.
|
|
207
|
-
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
208
|
-
*/
|
|
209
|
-
declare class MatIconAnchor extends MatAnchorBase {
|
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconAnchor, never>;
|
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], {}, {}, never, ["*"], true, never>;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
declare class MatButtonModule {
|
|
215
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
|
|
216
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof i1.MatCommonModule, typeof i1.MatRippleModule, typeof MatAnchor, typeof MatButton, typeof MatIconAnchor, typeof MatMiniFabAnchor, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabAnchor, typeof MatFabButton], [typeof MatAnchor, typeof MatButton, typeof MatIconAnchor, typeof MatIconButton, typeof MatMiniFabAnchor, typeof MatMiniFabButton, typeof MatFabAnchor, typeof MatFabButton, typeof i1.MatCommonModule]>;
|
|
217
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MAT_FAB_DEFAULT_OPTIONS_FACTORY, MatAnchor, MatButton, type MatButtonConfig, MatButtonModule, MatFabAnchor, MatFabButton, type MatFabDefaultOptions, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
|
|
1
|
+
export { M as MAT_BUTTON_CONFIG, e as MAT_FAB_DEFAULT_OPTIONS, f as MAT_FAB_DEFAULT_OPTIONS_FACTORY, c as MatAnchor, b as MatButton, a as MatButtonConfig, m as MatButtonModule, i as MatFabAnchor, g as MatFabButton, d as MatFabDefaultOptions, l as MatIconAnchor, k as MatIconButton, j as MatMiniFabAnchor, h as MatMiniFabButton } from '../module.d-18a67f56.js';
|
|
2
|
+
import '@angular/core';
|
|
3
|
+
import '../common-module.d-0e6515ae.js';
|
|
4
|
+
import '@angular/cdk/bidi';
|
|
5
|
+
import '../index.d-0536b706.js';
|
|
6
|
+
import '../ripple.d-2fb57d04.js';
|
|
7
|
+
import '@angular/cdk/platform';
|
|
8
|
+
import '@angular/cdk/a11y';
|
|
9
|
+
import '../palette.d-ec4a617c.js';
|
|
10
|
+
import '../ripple-loader.d-8aac2988.js';
|