@angular/material 19.2.3 → 19.2.4
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 +12 -5
- 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 +4 -3
- package/chips/index.d.ts +8 -4
- 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/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
- package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
- package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
- 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 +18 -12
- 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-7187c941.d.ts +357 -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 +14 -3
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +2 -1
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +3 -1
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +7 -1
- 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 +3 -1
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +7 -1
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +11 -2
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/common-module-a39ee957.mjs +42 -0
- package/fesm2022/common-module-a39ee957.mjs.map +1 -0
- package/fesm2022/core/testing.mjs +3 -76
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +27 -1587
- 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 +23 -13
- 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 +3 -1
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/error-options-aca21924.mjs +29 -0
- package/fesm2022/error-options-aca21924.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 +3 -1
- 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-50ec956f.mjs +1076 -0
- package/fesm2022/form-field-50ec956f.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 +8 -147
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +5 -1
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon-button-655c4ed3.mjs +275 -0
- package/fesm2022/icon-button-655c4ed3.mjs.map +1 -0
- package/fesm2022/icon-module-881c6455.mjs +395 -0
- package/fesm2022/icon-module-881c6455.mjs.map +1 -0
- package/fesm2022/icon-registry-e1064d47.mjs +639 -0
- package/fesm2022/icon-registry-e1064d47.mjs.map +1 -0
- package/fesm2022/icon.mjs +11 -1024
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/index-2f2536d6.mjs +22 -0
- package/fesm2022/index-2f2536d6.mjs.map +1 -0
- package/fesm2022/index-a36e3c7c.mjs +20 -0
- package/fesm2022/index-a36e3c7c.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 +14 -12
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/internal-form-field-5960ea2e.mjs +27 -0
- package/fesm2022/internal-form-field-5960ea2e.mjs.map +1 -0
- package/fesm2022/line-11b0093d.mjs +59 -0
- package/fesm2022/line-11b0093d.mjs.map +1 -0
- package/fesm2022/list/testing.mjs +1 -1
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +8 -1
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +5 -1
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/module-0776ab9b.mjs +38 -0
- package/fesm2022/module-0776ab9b.mjs.map +1 -0
- package/fesm2022/module-087ecec3.mjs +970 -0
- package/fesm2022/module-087ecec3.mjs.map +1 -0
- package/fesm2022/module-6b33072b.mjs +218 -0
- package/fesm2022/module-6b33072b.mjs.map +1 -0
- package/fesm2022/module-b0a3e0af.mjs +1293 -0
- package/fesm2022/module-b0a3e0af.mjs.map +1 -0
- package/fesm2022/module-b3de5709.mjs +899 -0
- package/fesm2022/module-b3de5709.mjs.map +1 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
- package/fesm2022/option-cb353f7a.mjs +348 -0
- package/fesm2022/option-cb353f7a.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 +33 -7
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +3 -1
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +3 -1
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/pseudo-checkbox-4a60d45e.mjs +52 -0
- package/fesm2022/pseudo-checkbox-4a60d45e.mjs.map +1 -0
- package/fesm2022/pseudo-checkbox-module-31a58606.mjs +20 -0
- package/fesm2022/pseudo-checkbox-module-31a58606.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 +8 -1
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/ripple-5bdada85.mjs +639 -0
- package/fesm2022/ripple-5bdada85.mjs.map +1 -0
- package/fesm2022/ripple-loader-dabcd93d.mjs +165 -0
- package/fesm2022/ripple-loader-dabcd93d.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 -1288
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +1 -1
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +7 -1
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +6 -1
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +10 -2
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +3 -1
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +11 -2
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/structural-styles-326dcb39.mjs +18 -0
- package/fesm2022/structural-styles-326dcb39.mjs.map +1 -0
- package/fesm2022/table.mjs +3 -1
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +4 -1
- 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 +19 -5
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +3 -1
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +15 -968
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +3 -1
- 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-74a721b9.d.ts +326 -0
- package/module.d-ba05faa6.d.ts +448 -0
- package/module.d-c17c834e.d.ts +18 -0
- package/module.d-f490a6d4.d.ts +224 -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 +2 -2
- 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/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/select/index.d.ts +24 -446
- 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 +4 -3
- 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 +6 -3
- 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/slider/index.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Directionality } from '@angular/cdk/bidi';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { ChangeDetectorRef, WritableSignal, AfterViewInit, OnDestroy, NgZone, ElementRef, QueryList, EventEmitter } from '@angular/core';
|
|
4
|
-
import
|
|
5
|
-
import { RippleGlobalOptions, MatRipple
|
|
4
|
+
import { T as ThemePalette } from '../palette.d-ec4a617c.js';
|
|
5
|
+
import { b as RippleGlobalOptions, M as MatRipple } from '../ripple.d-2fb57d04.js';
|
|
6
6
|
import { ControlValueAccessor } from '@angular/forms';
|
|
7
7
|
import { Subject } from 'rxjs';
|
|
8
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
9
|
+
import { M as MatRippleModule } from '../index.d-0536b706.js';
|
|
10
|
+
import '@angular/cdk/platform';
|
|
8
11
|
|
|
9
12
|
/**
|
|
10
13
|
* Thumb types: range slider has two thumbs (START, END) whereas single point
|
|
@@ -649,7 +652,7 @@ declare class MatSliderRangeThumb extends MatSliderThumb implements _MatSliderRa
|
|
|
649
652
|
|
|
650
653
|
declare class MatSliderModule {
|
|
651
654
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderModule, never>;
|
|
652
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof
|
|
655
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb]>;
|
|
653
656
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSliderModule>;
|
|
654
657
|
}
|
|
655
658
|
|
package/snack-bar/index.d.ts
CHANGED
|
@@ -7,8 +7,13 @@ import * as i3 from '@angular/cdk/portal';
|
|
|
7
7
|
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '@angular/cdk/portal';
|
|
8
8
|
import { AriaLivePoliteness } from '@angular/cdk/a11y';
|
|
9
9
|
import { Direction } from '@angular/cdk/bidi';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
10
|
+
import { m as MatButtonModule } from '../module.d-f490a6d4.js';
|
|
11
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
12
|
+
import '../index.d-0536b706.js';
|
|
13
|
+
import '../ripple.d-2fb57d04.js';
|
|
14
|
+
import '@angular/cdk/platform';
|
|
15
|
+
import '../palette.d-ec4a617c.js';
|
|
16
|
+
import '../ripple-loader.d-8aac2988.js';
|
|
12
17
|
|
|
13
18
|
/** Injection token that can be used to access the data that was passed in to a snack bar. */
|
|
14
19
|
declare const MAT_SNACK_BAR_DATA: InjectionToken<any>;
|
|
@@ -322,7 +327,7 @@ declare class MatSnackBar implements OnDestroy {
|
|
|
322
327
|
|
|
323
328
|
declare class MatSnackBarModule {
|
|
324
329
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarModule, never>;
|
|
325
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i3.PortalModule, typeof
|
|
330
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i3.PortalModule, typeof MatButtonModule, typeof MatCommonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof MatCommonModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
|
|
326
331
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSnackBarModule>;
|
|
327
332
|
}
|
|
328
333
|
|
package/sort/index.d.ts
CHANGED
|
@@ -1,90 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/** Interface for a directive that holds sorting state consumed by `MatSortHeader`. */
|
|
11
|
-
interface MatSortable {
|
|
12
|
-
/** The id of the column being sorted. */
|
|
13
|
-
id: string;
|
|
14
|
-
/** Starting sort direction. */
|
|
15
|
-
start: SortDirection;
|
|
16
|
-
/** Whether to disable clearing the sorting state. */
|
|
17
|
-
disableClear: boolean;
|
|
18
|
-
}
|
|
19
|
-
/** The current sort state. */
|
|
20
|
-
interface Sort {
|
|
21
|
-
/** The id of the column being sorted. */
|
|
22
|
-
active: string;
|
|
23
|
-
/** The sort direction. */
|
|
24
|
-
direction: SortDirection;
|
|
25
|
-
}
|
|
26
|
-
/** Default options for `mat-sort`. */
|
|
27
|
-
interface MatSortDefaultOptions {
|
|
28
|
-
/** Whether to disable clearing the sorting state. */
|
|
29
|
-
disableClear?: boolean;
|
|
30
|
-
/** Position of the arrow that displays when sorted. */
|
|
31
|
-
arrowPosition?: SortHeaderArrowPosition;
|
|
32
|
-
}
|
|
33
|
-
/** Injection token to be used to override the default options for `mat-sort`. */
|
|
34
|
-
declare const MAT_SORT_DEFAULT_OPTIONS: InjectionToken<MatSortDefaultOptions>;
|
|
35
|
-
/** Container for MatSortables to manage the sort state and provide default sort parameters. */
|
|
36
|
-
declare class MatSort implements OnChanges, OnDestroy, OnInit {
|
|
37
|
-
private _defaultOptions?;
|
|
38
|
-
private _initializedStream;
|
|
39
|
-
/** Collection of all registered sortables that this directive manages. */
|
|
40
|
-
sortables: Map<string, MatSortable>;
|
|
41
|
-
/** Used to notify any child components listening to state changes. */
|
|
42
|
-
readonly _stateChanges: Subject<void>;
|
|
43
|
-
/** The id of the most recently sorted MatSortable. */
|
|
44
|
-
active: string;
|
|
45
|
-
/**
|
|
46
|
-
* The direction to set when an MatSortable is initially sorted.
|
|
47
|
-
* May be overridden by the MatSortable's sort start.
|
|
48
|
-
*/
|
|
49
|
-
start: SortDirection;
|
|
50
|
-
/** The sort direction of the currently active MatSortable. */
|
|
51
|
-
get direction(): SortDirection;
|
|
52
|
-
set direction(direction: SortDirection);
|
|
53
|
-
private _direction;
|
|
54
|
-
/**
|
|
55
|
-
* Whether to disable the user from clearing the sort by finishing the sort direction cycle.
|
|
56
|
-
* May be overridden by the MatSortable's disable clear input.
|
|
57
|
-
*/
|
|
58
|
-
disableClear: boolean;
|
|
59
|
-
/** Whether the sortable is disabled. */
|
|
60
|
-
disabled: boolean;
|
|
61
|
-
/** Event emitted when the user changes either the active sort or sort direction. */
|
|
62
|
-
readonly sortChange: EventEmitter<Sort>;
|
|
63
|
-
/** Emits when the paginator is initialized. */
|
|
64
|
-
initialized: Observable<void>;
|
|
65
|
-
constructor(_defaultOptions?: MatSortDefaultOptions | undefined);
|
|
66
|
-
/**
|
|
67
|
-
* Register function to be used by the contained MatSortables. Adds the MatSortable to the
|
|
68
|
-
* collection of MatSortables.
|
|
69
|
-
*/
|
|
70
|
-
register(sortable: MatSortable): void;
|
|
71
|
-
/**
|
|
72
|
-
* Unregister function to be used by the contained MatSortables. Removes the MatSortable from the
|
|
73
|
-
* collection of contained MatSortables.
|
|
74
|
-
*/
|
|
75
|
-
deregister(sortable: MatSortable): void;
|
|
76
|
-
/** Sets the active sort id and determines the new sort direction. */
|
|
77
|
-
sort(sortable: MatSortable): void;
|
|
78
|
-
/** Returns the next sort direction of the active sortable, checking for potential overrides. */
|
|
79
|
-
getNextSortDirection(sortable: MatSortable): SortDirection;
|
|
80
|
-
ngOnInit(): void;
|
|
81
|
-
ngOnChanges(): void;
|
|
82
|
-
ngOnDestroy(): void;
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSort, [{ optional: true; }]>;
|
|
84
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSort, "[matSort]", ["matSort"], { "active": { "alias": "matSortActive"; "required": false; }; "start": { "alias": "matSortStart"; "required": false; }; "direction": { "alias": "matSortDirection"; "required": false; }; "disableClear": { "alias": "matSortDisableClear"; "required": false; }; "disabled": { "alias": "matSortDisabled"; "required": false; }; }, { "sortChange": "matSortChange"; }, never, never, true, never>;
|
|
85
|
-
static ngAcceptInputType_disableClear: unknown;
|
|
86
|
-
static ngAcceptInputType_disabled: unknown;
|
|
87
|
-
}
|
|
2
|
+
import { Optional, OnDestroy, OnInit, AfterViewInit } from '@angular/core';
|
|
3
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
4
|
+
import { M as MatSortable, a as MatSort, S as SortHeaderArrowPosition } from '../sort.d-c2b79a45.js';
|
|
5
|
+
export { d as MAT_SORT_DEFAULT_OPTIONS, a as MatSort, c as MatSortDefaultOptions, M as MatSortable, b as Sort, S as SortHeaderArrowPosition } from '../sort.d-c2b79a45.js';
|
|
6
|
+
import { S as SortDirection } from '../sort-direction.d-f4ce4649.js';
|
|
7
|
+
export { S as SortDirection } from '../sort-direction.d-f4ce4649.js';
|
|
8
|
+
import { Subject } from 'rxjs';
|
|
9
|
+
import '@angular/cdk/bidi';
|
|
88
10
|
|
|
89
11
|
/**
|
|
90
12
|
* To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
|
|
@@ -219,7 +141,7 @@ declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterView
|
|
|
219
141
|
|
|
220
142
|
declare class MatSortModule {
|
|
221
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortModule, never>;
|
|
222
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof
|
|
144
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatCommonModule, typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader]>;
|
|
223
145
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSortModule>;
|
|
224
146
|
}
|
|
225
147
|
|
|
@@ -238,4 +160,4 @@ declare const matSortAnimations: {
|
|
|
238
160
|
readonly allowChildren: any;
|
|
239
161
|
};
|
|
240
162
|
|
|
241
|
-
export { type ArrowViewState, type ArrowViewStateTransition,
|
|
163
|
+
export { type ArrowViewState, type ArrowViewStateTransition, MAT_SORT_HEADER_INTL_PROVIDER, MAT_SORT_HEADER_INTL_PROVIDER_FACTORY, MatSortHeader, MatSortHeaderIntl, MatSortModule, matSortAnimations };
|
package/sort/testing/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { SortDirection } from '
|
|
2
|
+
import { S as SortDirection } from '../../sort-direction.d-f4ce4649.js';
|
|
3
3
|
|
|
4
4
|
interface SortHarnessFilters extends BaseHarnessFilters {
|
|
5
5
|
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { InjectionToken, OnChanges, OnDestroy, OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { Subject, Observable } from 'rxjs';
|
|
4
|
+
import { S as SortDirection } from './sort-direction.d-f4ce4649.js';
|
|
5
|
+
|
|
6
|
+
/** Position of the arrow that displays when sorted. */
|
|
7
|
+
type SortHeaderArrowPosition = 'before' | 'after';
|
|
8
|
+
/** Interface for a directive that holds sorting state consumed by `MatSortHeader`. */
|
|
9
|
+
interface MatSortable {
|
|
10
|
+
/** The id of the column being sorted. */
|
|
11
|
+
id: string;
|
|
12
|
+
/** Starting sort direction. */
|
|
13
|
+
start: SortDirection;
|
|
14
|
+
/** Whether to disable clearing the sorting state. */
|
|
15
|
+
disableClear: boolean;
|
|
16
|
+
}
|
|
17
|
+
/** The current sort state. */
|
|
18
|
+
interface Sort {
|
|
19
|
+
/** The id of the column being sorted. */
|
|
20
|
+
active: string;
|
|
21
|
+
/** The sort direction. */
|
|
22
|
+
direction: SortDirection;
|
|
23
|
+
}
|
|
24
|
+
/** Default options for `mat-sort`. */
|
|
25
|
+
interface MatSortDefaultOptions {
|
|
26
|
+
/** Whether to disable clearing the sorting state. */
|
|
27
|
+
disableClear?: boolean;
|
|
28
|
+
/** Position of the arrow that displays when sorted. */
|
|
29
|
+
arrowPosition?: SortHeaderArrowPosition;
|
|
30
|
+
}
|
|
31
|
+
/** Injection token to be used to override the default options for `mat-sort`. */
|
|
32
|
+
declare const MAT_SORT_DEFAULT_OPTIONS: InjectionToken<MatSortDefaultOptions>;
|
|
33
|
+
/** Container for MatSortables to manage the sort state and provide default sort parameters. */
|
|
34
|
+
declare class MatSort implements OnChanges, OnDestroy, OnInit {
|
|
35
|
+
private _defaultOptions?;
|
|
36
|
+
private _initializedStream;
|
|
37
|
+
/** Collection of all registered sortables that this directive manages. */
|
|
38
|
+
sortables: Map<string, MatSortable>;
|
|
39
|
+
/** Used to notify any child components listening to state changes. */
|
|
40
|
+
readonly _stateChanges: Subject<void>;
|
|
41
|
+
/** The id of the most recently sorted MatSortable. */
|
|
42
|
+
active: string;
|
|
43
|
+
/**
|
|
44
|
+
* The direction to set when an MatSortable is initially sorted.
|
|
45
|
+
* May be overridden by the MatSortable's sort start.
|
|
46
|
+
*/
|
|
47
|
+
start: SortDirection;
|
|
48
|
+
/** The sort direction of the currently active MatSortable. */
|
|
49
|
+
get direction(): SortDirection;
|
|
50
|
+
set direction(direction: SortDirection);
|
|
51
|
+
private _direction;
|
|
52
|
+
/**
|
|
53
|
+
* Whether to disable the user from clearing the sort by finishing the sort direction cycle.
|
|
54
|
+
* May be overridden by the MatSortable's disable clear input.
|
|
55
|
+
*/
|
|
56
|
+
disableClear: boolean;
|
|
57
|
+
/** Whether the sortable is disabled. */
|
|
58
|
+
disabled: boolean;
|
|
59
|
+
/** Event emitted when the user changes either the active sort or sort direction. */
|
|
60
|
+
readonly sortChange: EventEmitter<Sort>;
|
|
61
|
+
/** Emits when the paginator is initialized. */
|
|
62
|
+
initialized: Observable<void>;
|
|
63
|
+
constructor(_defaultOptions?: MatSortDefaultOptions | undefined);
|
|
64
|
+
/**
|
|
65
|
+
* Register function to be used by the contained MatSortables. Adds the MatSortable to the
|
|
66
|
+
* collection of MatSortables.
|
|
67
|
+
*/
|
|
68
|
+
register(sortable: MatSortable): void;
|
|
69
|
+
/**
|
|
70
|
+
* Unregister function to be used by the contained MatSortables. Removes the MatSortable from the
|
|
71
|
+
* collection of contained MatSortables.
|
|
72
|
+
*/
|
|
73
|
+
deregister(sortable: MatSortable): void;
|
|
74
|
+
/** Sets the active sort id and determines the new sort direction. */
|
|
75
|
+
sort(sortable: MatSortable): void;
|
|
76
|
+
/** Returns the next sort direction of the active sortable, checking for potential overrides. */
|
|
77
|
+
getNextSortDirection(sortable: MatSortable): SortDirection;
|
|
78
|
+
ngOnInit(): void;
|
|
79
|
+
ngOnChanges(): void;
|
|
80
|
+
ngOnDestroy(): void;
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSort, [{ optional: true; }]>;
|
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSort, "[matSort]", ["matSort"], { "active": { "alias": "matSortActive"; "required": false; }; "start": { "alias": "matSortStart"; "required": false; }; "direction": { "alias": "matSortDirection"; "required": false; }; "disableClear": { "alias": "matSortDisableClear"; "required": false; }; "disabled": { "alias": "matSortDisabled"; "required": false; }; }, { "sortChange": "matSortChange"; }, never, never, true, never>;
|
|
83
|
+
static ngAcceptInputType_disableClear: unknown;
|
|
84
|
+
static ngAcceptInputType_disabled: unknown;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export { type MatSortable as M, type SortHeaderArrowPosition as S, MatSort as a, type Sort as b, type MatSortDefaultOptions as c, MAT_SORT_DEFAULT_OPTIONS as d };
|
package/stepper/index.d.ts
CHANGED
|
@@ -3,14 +3,19 @@ import { CdkStepLabel, StepState, CdkStepHeader, CdkStep, CdkStepper, CdkStepper
|
|
|
3
3
|
export { StepState, StepperOrientation } from '@angular/cdk/stepper';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { Optional, TemplateRef, AfterViewInit, OnDestroy, AfterContentInit, QueryList, ElementRef, EventEmitter } from '@angular/core';
|
|
6
|
-
import
|
|
7
|
-
import { ThemePalette, ErrorStateMatcher } from '@angular/material/core';
|
|
6
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
8
7
|
import * as i3 from '@angular/cdk/portal';
|
|
9
8
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
10
|
-
import
|
|
9
|
+
import { M as MatIconModule } from '../icon-module.d-aa3bbba0.js';
|
|
10
|
+
import { M as MatRippleModule } from '../index.d-0536b706.js';
|
|
11
11
|
import { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
12
|
+
import { T as ThemePalette } from '../palette.d-ec4a617c.js';
|
|
13
|
+
import { E as ErrorStateMatcher } from '../error-options.d-448d9046.js';
|
|
12
14
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
13
15
|
import { Subject } from 'rxjs';
|
|
16
|
+
import '@angular/cdk/bidi';
|
|
17
|
+
import '../ripple.d-2fb57d04.js';
|
|
18
|
+
import '@angular/cdk/platform';
|
|
14
19
|
|
|
15
20
|
declare class MatStepLabel extends CdkStepLabel {
|
|
16
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepLabel, never>;
|
|
@@ -227,7 +232,7 @@ declare class MatStepperPrevious extends CdkStepperPrevious {
|
|
|
227
232
|
|
|
228
233
|
declare class MatStepperModule {
|
|
229
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
|
|
230
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof
|
|
235
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof MatCommonModule, typeof i3.PortalModule, typeof i3$1.CdkStepperModule, typeof MatIconModule, typeof MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof MatCommonModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
|
|
231
236
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
|
|
232
237
|
}
|
|
233
238
|
|
package/table/index.d.ts
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
import * as i2 from '@angular/cdk/table';
|
|
2
2
|
import { CdkTable, CdkCellDef, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkHeaderCell, CdkFooterCell, CdkCell, CdkHeaderRowDef, CdkFooterRowDef, CdkRowDef, CdkHeaderRow, CdkFooterRow, CdkRow, CdkNoDataRow, CdkTextColumn } from '@angular/cdk/table';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import
|
|
5
|
-
import { MatPaginator } from '@angular/material/paginator';
|
|
4
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
6
5
|
import { Subscription, BehaviorSubject } from 'rxjs';
|
|
7
6
|
import { DataSource } from '@angular/cdk/collections';
|
|
8
|
-
import {
|
|
7
|
+
import { M as MatPaginator } from '../paginator.d-40b1766e.js';
|
|
8
|
+
import { a as MatSort } from '../sort.d-c2b79a45.js';
|
|
9
|
+
import '@angular/cdk/bidi';
|
|
10
|
+
import '../palette.d-ec4a617c.js';
|
|
11
|
+
import '../form-field.d-2edbc094.js';
|
|
12
|
+
import '@angular/cdk/coercion';
|
|
13
|
+
import '@angular/forms';
|
|
14
|
+
import '../form-field-control.d-eb86711c.js';
|
|
15
|
+
import '../sort-direction.d-f4ce4649.js';
|
|
9
16
|
|
|
10
17
|
/**
|
|
11
18
|
* Enables the recycle view repeater strategy, which reduces rendering latency. Not compatible with
|
|
@@ -147,7 +154,7 @@ declare class MatTextColumn<T> extends CdkTextColumn<T> {
|
|
|
147
154
|
|
|
148
155
|
declare class MatTableModule {
|
|
149
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTableModule, never>;
|
|
150
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof
|
|
157
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof MatCommonModule, typeof i2.CdkTableModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn], [typeof MatCommonModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn]>;
|
|
151
158
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTableModule>;
|
|
152
159
|
}
|
|
153
160
|
|
package/tabs/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, TemplateRef, OnInit, OnChanges, OnDestroy, SimpleChanges, QueryList, ElementRef, AfterContentChecked, AfterContentInit, AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import { ThemePalette, RippleTarget, RippleConfig, RippleGlobalOptions } from '@angular/material/core';
|
|
3
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
5
4
|
import { CdkPortal, TemplatePortal, CdkPortalOutlet } from '@angular/cdk/portal';
|
|
6
5
|
import { Subject, BehaviorSubject } from 'rxjs';
|
|
7
6
|
import { FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
|
|
8
7
|
import { Direction } from '@angular/cdk/bidi';
|
|
8
|
+
import { T as ThemePalette } from '../palette.d-ec4a617c.js';
|
|
9
|
+
import { a as RippleTarget, f as RippleConfig, b as RippleGlobalOptions } from '../ripple.d-2fb57d04.js';
|
|
10
|
+
import '@angular/cdk/platform';
|
|
9
11
|
|
|
10
12
|
/**
|
|
11
13
|
* Injection token that can be used to reference instances of `MatTabContent`. It serves as
|
|
@@ -842,7 +844,7 @@ declare class MatTabNavPanel {
|
|
|
842
844
|
|
|
843
845
|
declare class MatTabsModule {
|
|
844
846
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
|
|
845
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof
|
|
847
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
|
|
846
848
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
|
|
847
849
|
}
|
|
848
850
|
|
package/timepicker/index.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, Signal, ModelSignal, InputSignal, InputSignalWithTransform, ElementRef, InjectionToken, TemplateRef, OutputEmitterRef } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { M as MatOption } from '../option.d-6f493d78.js';
|
|
4
|
+
import { M as MatOptionParentComponent } from '../option-parent.d-559ad5c5.js';
|
|
4
5
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
5
6
|
import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
6
|
-
import * as
|
|
7
|
+
import * as i5 from '@angular/cdk/scrolling';
|
|
8
|
+
import '@angular/cdk/a11y';
|
|
9
|
+
import 'rxjs';
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* Input that can be used to enter time and connect to a `mat-timepicker`.
|
|
@@ -279,7 +282,7 @@ declare class MatTimepickerToggle<D> {
|
|
|
279
282
|
|
|
280
283
|
declare class MatTimepickerModule {
|
|
281
284
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerModule, never>;
|
|
282
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTimepickerModule, never, [typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle], [typeof
|
|
285
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTimepickerModule, never, [typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle], [typeof i5.CdkScrollableModule, typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle]>;
|
|
283
286
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTimepickerModule>;
|
|
284
287
|
}
|
|
285
288
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { OptionHarnessFilters, MatOptionHarness } from '
|
|
2
|
+
import { O as OptionHarnessFilters, M as MatOptionHarness } from '../../option-harness.d-3d33fc9a.js';
|
|
3
3
|
|
|
4
4
|
/** A set of criteria that can be used to filter a list of `MatTimepickerHarness` instances. */
|
|
5
5
|
interface TimepickerHarnessFilters extends BaseHarnessFilters {
|
package/toolbar/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
|
|
3
|
-
import
|
|
3
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
4
|
+
import '@angular/cdk/bidi';
|
|
4
5
|
|
|
5
6
|
declare class MatToolbarRow {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatToolbarRow, never>;
|
|
@@ -37,7 +38,7 @@ declare function throwToolbarMixedModesError(): void;
|
|
|
37
38
|
|
|
38
39
|
declare class MatToolbarModule {
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatToolbarModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatToolbarModule, never, [typeof
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatToolbarModule, never, [typeof MatCommonModule, typeof MatToolbar, typeof MatToolbarRow], [typeof MatToolbar, typeof MatToolbarRow, typeof MatCommonModule]>;
|
|
41
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatToolbarModule>;
|
|
42
43
|
}
|
|
43
44
|
|