@angular/material 17.0.2 → 17.1.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 -10
- package/badge/index.d.ts +5 -5
- package/bottom-sheet/index.d.ts +6 -6
- package/button/_fab-theme.scss +65 -32
- package/button/_icon-button-theme.scss +91 -54
- package/button/index.d.ts +13 -13
- package/button-toggle/index.d.ts +5 -5
- package/card/index.d.ts +18 -18
- package/card/testing/index.d.ts +1 -1
- package/checkbox/index.d.ts +7 -7
- package/chips/index.d.ts +103 -126
- package/core/index.d.ts +51 -32
- package/core/tokens/m2/_index.scss +10 -0
- package/datepicker/index.d.ts +109 -109
- package/datepicker/testing/index.d.ts +1 -1
- package/dialog/index.d.ts +1 -1
- package/dialog/testing/index.d.ts +1 -1
- package/divider/index.d.ts +4 -4
- package/esm2022/autocomplete/autocomplete-origin.mjs +3 -2
- package/esm2022/autocomplete/autocomplete-trigger.mjs +11 -4
- package/esm2022/autocomplete/autocomplete.mjs +4 -4
- package/esm2022/autocomplete/module.mjs +21 -5
- package/esm2022/autocomplete/public-api.mjs +3 -1
- package/esm2022/badge/badge-module.mjs +3 -4
- package/esm2022/badge/badge.mjs +3 -2
- package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
- package/esm2022/bottom-sheet/bottom-sheet-module.mjs +6 -5
- package/esm2022/bottom-sheet/bottom-sheet.mjs +3 -4
- package/esm2022/button/button.mjs +5 -5
- package/esm2022/button/fab.mjs +9 -9
- package/esm2022/button/icon-button.mjs +5 -5
- package/esm2022/button/module.mjs +14 -10
- package/esm2022/button-toggle/button-toggle-module.mjs +3 -4
- package/esm2022/button-toggle/button-toggle.mjs +6 -5
- package/esm2022/card/card.mjs +29 -18
- package/esm2022/card/module.mjs +4 -5
- package/esm2022/card/testing/card-harness.mjs +9 -1
- package/esm2022/checkbox/checkbox-required-validator.mjs +4 -2
- package/esm2022/checkbox/checkbox.mjs +31 -17
- package/esm2022/checkbox/module.mjs +5 -6
- package/esm2022/chips/chip-action.mjs +15 -13
- package/esm2022/chips/chip-edit-input.mjs +3 -2
- package/esm2022/chips/chip-grid.mjs +41 -40
- package/esm2022/chips/chip-icons.mjs +7 -4
- package/esm2022/chips/chip-input.mjs +15 -17
- package/esm2022/chips/chip-listbox.mjs +20 -23
- package/esm2022/chips/chip-option.mjs +13 -12
- package/esm2022/chips/chip-row.mjs +6 -7
- package/esm2022/chips/chip-set.mjs +20 -19
- package/esm2022/chips/chip.mjs +50 -44
- package/esm2022/chips/module.mjs +4 -5
- package/esm2022/chips/tokens.mjs +8 -2
- package/esm2022/core/common-behaviors/error-state.mjs +50 -11
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/line/line.mjs +5 -5
- package/esm2022/core/option/index.mjs +3 -4
- package/esm2022/core/option/optgroup.mjs +3 -3
- package/esm2022/core/option/option.mjs +7 -7
- package/esm2022/core/ripple/index.mjs +3 -4
- package/esm2022/core/ripple/ripple-ref.mjs +10 -2
- package/esm2022/core/ripple/ripple-renderer.mjs +11 -11
- package/esm2022/core/ripple/ripple.mjs +3 -2
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +3 -4
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/datepicker/calendar-body.mjs +4 -4
- package/esm2022/datepicker/calendar.mjs +8 -12
- package/esm2022/datepicker/date-range-input-parts.mjs +35 -14
- package/esm2022/datepicker/date-range-input.mjs +13 -13
- package/esm2022/datepicker/date-range-picker.mjs +3 -2
- package/esm2022/datepicker/datepicker-actions.mjs +7 -5
- package/esm2022/datepicker/datepicker-base.mjs +57 -62
- package/esm2022/datepicker/datepicker-input-base.mjs +8 -7
- package/esm2022/datepicker/datepicker-input.mjs +3 -2
- package/esm2022/datepicker/datepicker-module.mjs +15 -13
- package/esm2022/datepicker/datepicker-toggle.mjs +10 -10
- package/esm2022/datepicker/datepicker.mjs +3 -2
- package/esm2022/datepicker/month-view.mjs +3 -4
- package/esm2022/datepicker/multi-year-view.mjs +3 -4
- package/esm2022/datepicker/testing/calendar-harness.mjs +11 -4
- package/esm2022/datepicker/year-view.mjs +3 -4
- package/esm2022/dialog/dialog-container.mjs +5 -6
- package/esm2022/dialog/dialog-ref.mjs +10 -4
- package/esm2022/dialog/module.mjs +2 -2
- package/esm2022/dialog/testing/dialog-harness.mjs +11 -4
- package/esm2022/dialog/testing/dialog-opener.mjs +3 -3
- package/esm2022/dialog/testing/public-api.mjs +2 -2
- package/esm2022/divider/divider-module.mjs +3 -4
- package/esm2022/divider/divider.mjs +3 -3
- package/esm2022/expansion/accordion.mjs +8 -13
- package/esm2022/expansion/expansion-module.mjs +14 -7
- package/esm2022/expansion/expansion-panel-content.mjs +3 -2
- package/esm2022/expansion/expansion-panel-header.mjs +18 -16
- package/esm2022/expansion/expansion-panel.mjs +11 -11
- package/esm2022/expansion/testing/expansion-harness.mjs +14 -6
- package/esm2022/form-field/directives/error.mjs +3 -2
- package/esm2022/form-field/directives/floating-label.mjs +3 -2
- package/esm2022/form-field/directives/hint.mjs +3 -2
- package/esm2022/form-field/directives/label.mjs +3 -2
- package/esm2022/form-field/directives/line-ripple.mjs +3 -2
- package/esm2022/form-field/directives/notched-outline.mjs +3 -3
- package/esm2022/form-field/directives/prefix.mjs +3 -2
- package/esm2022/form-field/directives/suffix.mjs +3 -2
- package/esm2022/form-field/form-field.mjs +12 -11
- package/esm2022/form-field/module.mjs +14 -16
- package/esm2022/grid-list/grid-list-module.mjs +13 -9
- package/esm2022/grid-list/grid-list.mjs +3 -3
- package/esm2022/grid-list/grid-tile.mjs +11 -8
- package/esm2022/grid-list/testing/grid-tile-harness.mjs +9 -3
- package/esm2022/grid-list/tile-coordinator.mjs +1 -1
- package/esm2022/icon/icon-module.mjs +3 -4
- package/esm2022/icon/icon.mjs +25 -29
- package/esm2022/icon/testing/icon-harness-filters.mjs +7 -2
- package/esm2022/icon/testing/icon-harness.mjs +4 -3
- package/esm2022/input/input.mjs +26 -28
- package/esm2022/input/module.mjs +3 -4
- package/esm2022/input/public-api.mjs +3 -1
- package/esm2022/list/action-list.mjs +3 -3
- package/esm2022/list/list-base.mjs +5 -3
- package/esm2022/list/list-item-sections.mjs +13 -7
- package/esm2022/list/list-module.mjs +12 -13
- package/esm2022/list/list-option.mjs +6 -6
- package/esm2022/list/list.mjs +6 -6
- package/esm2022/list/nav-list.mjs +3 -3
- package/esm2022/list/selection-list.mjs +3 -3
- package/esm2022/list/subheader.mjs +3 -2
- package/esm2022/list/testing/list-item-harness-base.mjs +18 -6
- package/esm2022/list/testing/public-api.mjs +2 -2
- package/esm2022/menu/menu-content.mjs +3 -2
- package/esm2022/menu/menu-item.mjs +4 -4
- package/esm2022/menu/menu-trigger.mjs +10 -3
- package/esm2022/menu/menu.mjs +4 -4
- package/esm2022/menu/module.mjs +23 -5
- package/esm2022/paginator/module.mjs +4 -5
- package/esm2022/paginator/paginator.mjs +37 -41
- package/esm2022/progress-bar/module.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.mjs +25 -20
- package/esm2022/progress-spinner/module.mjs +3 -4
- package/esm2022/progress-spinner/progress-spinner.mjs +35 -34
- package/esm2022/radio/module.mjs +3 -4
- package/esm2022/radio/radio.mjs +42 -35
- package/esm2022/select/module.mjs +19 -5
- package/esm2022/select/public-api.mjs +5 -1
- package/esm2022/select/select.mjs +83 -66
- package/esm2022/sidenav/drawer.mjs +7 -6
- package/esm2022/sidenav/sidenav-module.mjs +12 -8
- package/esm2022/sidenav/sidenav.mjs +7 -6
- package/esm2022/slide-toggle/module.mjs +15 -7
- package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +3 -2
- package/esm2022/slide-toggle/slide-toggle.mjs +4 -4
- package/esm2022/slider/module.mjs +17 -5
- package/esm2022/slider/slider-input.mjs +26 -23
- package/esm2022/slider/slider-interface.mjs +16 -1
- package/esm2022/slider/slider-thumb.mjs +8 -9
- package/esm2022/slider/slider.mjs +74 -73
- package/esm2022/slider/testing/slider-harness-filters.mjs +7 -2
- package/esm2022/slider/testing/slider-harness.mjs +4 -3
- package/esm2022/slider/testing/slider-thumb-harness.mjs +3 -2
- package/esm2022/snack-bar/module.mjs +2 -2
- package/esm2022/snack-bar/simple-snack-bar.mjs +4 -6
- package/esm2022/snack-bar/snack-bar-container.mjs +5 -6
- package/esm2022/snack-bar/snack-bar-ref.mjs +1 -1
- package/esm2022/sort/sort-header.mjs +17 -25
- package/esm2022/sort/sort-module.mjs +3 -4
- package/esm2022/sort/sort.mjs +13 -19
- package/esm2022/stepper/step-content.mjs +3 -2
- package/esm2022/stepper/step-header.mjs +11 -16
- package/esm2022/stepper/step-label.mjs +3 -2
- package/esm2022/stepper/stepper-button.mjs +5 -3
- package/esm2022/stepper/stepper-icon.mjs +3 -2
- package/esm2022/stepper/stepper-module.mjs +14 -13
- package/esm2022/stepper/stepper.mjs +11 -13
- package/esm2022/stepper/testing/step-harness-filters.mjs +7 -2
- package/esm2022/stepper/testing/stepper-harness.mjs +4 -3
- package/esm2022/table/cell.mjs +15 -8
- package/esm2022/table/module.mjs +4 -5
- package/esm2022/table/row.mjs +19 -10
- package/esm2022/table/table.mjs +7 -7
- package/esm2022/table/text-column.mjs +6 -4
- package/esm2022/tabs/module.mjs +8 -41
- package/esm2022/tabs/paginated-tab-header.mjs +12 -18
- package/esm2022/tabs/tab-body.mjs +6 -4
- package/esm2022/tabs/tab-content.mjs +3 -2
- package/esm2022/tabs/tab-group.mjs +69 -78
- package/esm2022/tabs/tab-header.mjs +10 -16
- package/esm2022/tabs/tab-label-wrapper.mjs +13 -8
- package/esm2022/tabs/tab-label.mjs +3 -2
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +51 -45
- package/esm2022/tabs/tab.mjs +12 -12
- package/esm2022/toolbar/testing/toolbar-harness.mjs +7 -2
- package/esm2022/toolbar/toolbar-module.mjs +3 -4
- package/esm2022/toolbar/toolbar.mjs +14 -18
- package/esm2022/tooltip/module.mjs +3 -4
- package/esm2022/tooltip/tooltip.mjs +14 -8
- package/esm2022/tree/node.mjs +24 -21
- package/esm2022/tree/outlet.mjs +3 -2
- package/esm2022/tree/padding.mjs +12 -4
- package/esm2022/tree/toggle.mjs +3 -2
- package/esm2022/tree/tree-module.mjs +4 -5
- package/esm2022/tree/tree.mjs +3 -4
- package/expansion/_expansion-theme.scss +56 -22
- package/expansion/index.d.ts +25 -33
- package/expansion/testing/index.d.ts +1 -1
- package/fesm2022/autocomplete.mjs +39 -15
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge.mjs +4 -4
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +21 -22
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +7 -8
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +29 -25
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs +9 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +31 -21
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +38 -23
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +179 -156
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +87 -42
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker/testing.mjs +11 -4
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +183 -156
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +13 -6
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +15 -10
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider.mjs +4 -5
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion/testing.mjs +14 -6
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +51 -44
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +38 -25
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +9 -3
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +24 -17
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +10 -3
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +27 -31
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input.mjs +28 -30
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list/testing.mjs +18 -6
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +44 -38
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +42 -18
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator.mjs +39 -47
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +27 -21
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +37 -37
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio.mjs +43 -37
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select.mjs +102 -70
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +23 -17
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +19 -11
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs +11 -4
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +133 -102
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +13 -15
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort.mjs +29 -42
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs +10 -3
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +42 -43
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +44 -26
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +594 -621
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs +7 -2
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +16 -20
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +15 -10
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +36 -30
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/index.d.ts +33 -45
- package/grid-list/index.d.ts +10 -10
- package/grid-list/testing/index.d.ts +1 -1
- package/icon/index.d.ts +14 -20
- package/icon/testing/index.d.ts +1 -1
- package/input/index.d.ts +33 -32
- package/list/index.d.ts +36 -36
- package/list/testing/index.d.ts +2 -2
- package/menu/index.d.ts +12 -12
- package/package.json +7 -7
- package/paginator/index.d.ts +21 -22
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress-bar/index.d.ts +14 -17
- package/progress-spinner/index.d.ts +18 -19
- package/radio/index.d.ts +25 -27
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-add/index.mjs +2 -2
- package/schematics/ng-generate/mdc-migration/index_bundled.js +11 -4
- package/schematics/ng-generate/mdc-migration/index_bundled.js.map +3 -3
- package/select/index.d.ts +66 -49
- package/sidenav/index.d.ts +11 -11
- package/slide-toggle/index.d.ts +6 -6
- package/slider/index.d.ts +38 -38
- package/slider/testing/index.d.ts +1 -1
- package/sort/index.d.ts +19 -24
- package/stepper/index.d.ts +33 -43
- package/stepper/testing/index.d.ts +1 -1
- package/table/index.d.ts +24 -24
- package/tabs/index.d.ts +75 -103
- package/toolbar/index.d.ts +10 -17
- package/toolbar/testing/index.d.ts +1 -1
- package/tooltip/index.d.ts +8 -8
- package/tree/index.d.ts +26 -28
package/core/index.d.ts
CHANGED
|
@@ -313,6 +313,25 @@ export declare class ErrorStateMatcher {
|
|
|
313
313
|
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
+
/**
|
|
317
|
+
* Class that tracks the error state of a component.
|
|
318
|
+
* @docs-private
|
|
319
|
+
*/
|
|
320
|
+
export declare class _ErrorStateTracker {
|
|
321
|
+
private _defaultMatcher;
|
|
322
|
+
ngControl: NgControl | null;
|
|
323
|
+
private _parentFormGroup;
|
|
324
|
+
private _parentForm;
|
|
325
|
+
private _stateChanges;
|
|
326
|
+
/** Whether the tracker is currently in an error state. */
|
|
327
|
+
errorState: boolean;
|
|
328
|
+
/** User-defined matcher for the error state. */
|
|
329
|
+
matcher: ErrorStateMatcher;
|
|
330
|
+
constructor(_defaultMatcher: ErrorStateMatcher | null, ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges: Subject<void>);
|
|
331
|
+
/** Updates the error state based on the provided error state matcher. */
|
|
332
|
+
updateErrorState(): void;
|
|
333
|
+
}
|
|
334
|
+
|
|
316
335
|
/**
|
|
317
336
|
* Determines the position to which to scroll a panel in order for an option to be into view.
|
|
318
337
|
* @param optionOffset Offset of the option from the top of the panel.
|
|
@@ -386,14 +405,21 @@ declare namespace i1_2 {
|
|
|
386
405
|
|
|
387
406
|
declare namespace i1_3 {
|
|
388
407
|
export {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
408
|
+
MatRippleModule,
|
|
409
|
+
RippleGlobalOptions,
|
|
410
|
+
MAT_RIPPLE_GLOBAL_OPTIONS,
|
|
411
|
+
MatRipple,
|
|
412
|
+
RippleState,
|
|
413
|
+
RippleConfig,
|
|
414
|
+
RippleAnimationConfig,
|
|
415
|
+
RippleRef,
|
|
416
|
+
RippleTarget,
|
|
417
|
+
defaultRippleAnimationConfig,
|
|
418
|
+
RippleRenderer
|
|
393
419
|
}
|
|
394
420
|
}
|
|
395
421
|
|
|
396
|
-
declare namespace
|
|
422
|
+
declare namespace i2 {
|
|
397
423
|
export {
|
|
398
424
|
RippleGlobalOptions,
|
|
399
425
|
MAT_RIPPLE_GLOBAL_OPTIONS,
|
|
@@ -401,39 +427,32 @@ declare namespace i1_4 {
|
|
|
401
427
|
}
|
|
402
428
|
}
|
|
403
429
|
|
|
404
|
-
declare namespace
|
|
430
|
+
declare namespace i2_2 {
|
|
405
431
|
export {
|
|
406
432
|
MatPseudoCheckboxState,
|
|
407
433
|
MatPseudoCheckbox
|
|
408
434
|
}
|
|
409
435
|
}
|
|
410
436
|
|
|
411
|
-
declare namespace
|
|
437
|
+
declare namespace i3 {
|
|
412
438
|
export {
|
|
413
|
-
|
|
414
|
-
MatOptgroup
|
|
439
|
+
MatPseudoCheckboxModule
|
|
415
440
|
}
|
|
416
441
|
}
|
|
417
442
|
|
|
418
|
-
declare namespace
|
|
443
|
+
declare namespace i4 {
|
|
419
444
|
export {
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
RippleState,
|
|
425
|
-
RippleConfig,
|
|
426
|
-
RippleAnimationConfig,
|
|
427
|
-
RippleRef,
|
|
428
|
-
RippleTarget,
|
|
429
|
-
defaultRippleAnimationConfig,
|
|
430
|
-
RippleRenderer
|
|
445
|
+
_countGroupLabelsBeforeOption,
|
|
446
|
+
_getOptionScrollPosition,
|
|
447
|
+
MatOptionSelectionChange,
|
|
448
|
+
MatOption
|
|
431
449
|
}
|
|
432
450
|
}
|
|
433
451
|
|
|
434
452
|
declare namespace i5 {
|
|
435
453
|
export {
|
|
436
|
-
|
|
454
|
+
MAT_OPTGROUP,
|
|
455
|
+
MatOptgroup
|
|
437
456
|
}
|
|
438
457
|
}
|
|
439
458
|
|
|
@@ -507,12 +526,12 @@ declare function MATERIAL_SANITY_CHECKS_FACTORY(): SanityChecks;
|
|
|
507
526
|
*/
|
|
508
527
|
export declare class MatLine {
|
|
509
528
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatLine, never>;
|
|
510
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatLine, "[mat-line], [matLine]", never, {}, {}, never, never,
|
|
529
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatLine, "[mat-line], [matLine]", never, {}, {}, never, never, true, never>;
|
|
511
530
|
}
|
|
512
531
|
|
|
513
532
|
export declare class MatLineModule {
|
|
514
533
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatLineModule, never>;
|
|
515
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule,
|
|
534
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof i1_2.MatCommonModule, typeof MatLine], [typeof MatLine, typeof i1_2.MatCommonModule]>;
|
|
516
535
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
|
|
517
536
|
}
|
|
518
537
|
|
|
@@ -536,7 +555,7 @@ export declare class MatOptgroup {
|
|
|
536
555
|
_inert: boolean;
|
|
537
556
|
constructor(parent?: MatOptionParentComponent);
|
|
538
557
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup, [{ optional: true; }]>;
|
|
539
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*", "mat-option, ng-container"],
|
|
558
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*", "mat-option, ng-container"], true, never>;
|
|
540
559
|
static ngAcceptInputType_disabled: unknown;
|
|
541
560
|
}
|
|
542
561
|
|
|
@@ -622,13 +641,13 @@ export declare class MatOption<T = any> implements FocusableOption, AfterViewChe
|
|
|
622
641
|
/** Emits the selection change event. */
|
|
623
642
|
private _emitSelectionChangeEvent;
|
|
624
643
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>, [null, null, { optional: true; }, { optional: true; }]>;
|
|
625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["mat-icon", "*"],
|
|
644
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["mat-icon", "*"], true, never>;
|
|
626
645
|
static ngAcceptInputType_disabled: unknown;
|
|
627
646
|
}
|
|
628
647
|
|
|
629
648
|
export declare class MatOptionModule {
|
|
630
649
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
|
|
631
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, [typeof i1_3.
|
|
650
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, never, [typeof i1_3.MatRippleModule, typeof i1_2.MatCommonModule, typeof i3.MatPseudoCheckboxModule, typeof i4.MatOption, typeof i5.MatOptgroup], [typeof i4.MatOption, typeof i5.MatOptgroup]>;
|
|
632
651
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
|
|
633
652
|
}
|
|
634
653
|
|
|
@@ -683,12 +702,12 @@ export declare class MatPseudoCheckbox {
|
|
|
683
702
|
appearance: 'minimal' | 'full';
|
|
684
703
|
constructor(_animationMode?: string | undefined);
|
|
685
704
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, [{ optional: true; }]>;
|
|
686
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never,
|
|
705
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
|
|
687
706
|
}
|
|
688
707
|
|
|
689
708
|
export declare class MatPseudoCheckboxModule {
|
|
690
709
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
|
|
691
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, [typeof
|
|
710
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof i1_2.MatCommonModule, typeof i2_2.MatPseudoCheckbox], [typeof i2_2.MatPseudoCheckbox]>;
|
|
692
711
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
|
|
693
712
|
}
|
|
694
713
|
|
|
@@ -776,7 +795,7 @@ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
|
776
795
|
*/
|
|
777
796
|
launch(x: number, y: number, config?: RippleConfig): RippleRef;
|
|
778
797
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
779
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": { "alias": "matRippleColor"; "required": false; }; "unbounded": { "alias": "matRippleUnbounded"; "required": false; }; "centered": { "alias": "matRippleCentered"; "required": false; }; "radius": { "alias": "matRippleRadius"; "required": false; }; "animation": { "alias": "matRippleAnimation"; "required": false; }; "disabled": { "alias": "matRippleDisabled"; "required": false; }; "trigger": { "alias": "matRippleTrigger"; "required": false; }; }, {}, never, never,
|
|
798
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": { "alias": "matRippleColor"; "required": false; }; "unbounded": { "alias": "matRippleUnbounded"; "required": false; }; "centered": { "alias": "matRippleCentered"; "required": false; }; "radius": { "alias": "matRippleRadius"; "required": false; }; "animation": { "alias": "matRippleAnimation"; "required": false; }; "disabled": { "alias": "matRippleDisabled"; "required": false; }; "trigger": { "alias": "matRippleTrigger"; "required": false; }; }, {}, never, never, true, never>;
|
|
780
799
|
}
|
|
781
800
|
|
|
782
801
|
/**
|
|
@@ -819,7 +838,7 @@ export declare class MatRippleLoader implements OnDestroy {
|
|
|
819
838
|
|
|
820
839
|
export declare class MatRippleModule {
|
|
821
840
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
|
|
822
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, [typeof
|
|
841
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof i1_2.MatCommonModule, typeof i2.MatRipple], [typeof i2.MatRipple, typeof i1_2.MatCommonModule]>;
|
|
823
842
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
|
|
824
843
|
}
|
|
825
844
|
|
|
@@ -1059,7 +1078,7 @@ export declare class RippleRenderer implements EventListenerObject {
|
|
|
1059
1078
|
|
|
1060
1079
|
|
|
1061
1080
|
/** Possible states for a ripple element. */
|
|
1062
|
-
export declare
|
|
1081
|
+
export declare enum RippleState {
|
|
1063
1082
|
FADING_IN = 0,
|
|
1064
1083
|
VISIBLE = 1,
|
|
1065
1084
|
FADING_OUT = 2,
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
@use './mat/card' as tokens-mat-card;
|
|
8
8
|
@use './mat/datepicker' as tokens-mat-datepicker;
|
|
9
9
|
@use './mat/divider' as tokens-mat-divider;
|
|
10
|
+
@use './mat/expansion' as tokens-mat-expansion;
|
|
11
|
+
@use './mat/fab' as tokens-mat-fab;
|
|
10
12
|
@use './mat/form-field' as tokens-mat-form-field;
|
|
11
13
|
@use './mat/grid-list' as tokens-mat-grid-list;
|
|
12
14
|
@use './mat/icon' as tokens-mat-icon;
|
|
15
|
+
@use './mat/icon-button' as tokens-mat-icon-button;
|
|
13
16
|
@use './mat/menu' as tokens-mat-menu;
|
|
14
17
|
@use './mat/option' as tokens-mat-option;
|
|
15
18
|
@use './mat/optgroup' as tokens-mat-optgroup;
|
|
@@ -34,6 +37,8 @@
|
|
|
34
37
|
@use './mdc/circular-progress' as tokens-mdc-circular-progress;
|
|
35
38
|
@use './mdc/dialog' as tokens-mdc-dialog;
|
|
36
39
|
@use './mdc/elevated-card' as tokens-mdc-elevated-card;
|
|
40
|
+
@use './mdc/extended-fab' as tokens-mdc-extended-fab;
|
|
41
|
+
@use './mdc/fab' as tokens-mdc-fab;
|
|
37
42
|
@use './mdc/filled-text-field' as tokens-mdc-filled-text-field;
|
|
38
43
|
@use './mdc/icon-button' as tokens-mdc-icon-button;
|
|
39
44
|
@use './mdc/linear-progress' as tokens-mdc-linear-progress;
|
|
@@ -98,9 +103,12 @@
|
|
|
98
103
|
_get-tokens-for-module($theme, tokens-mat-card),
|
|
99
104
|
_get-tokens-for-module($theme, tokens-mat-datepicker),
|
|
100
105
|
_get-tokens-for-module($theme, tokens-mat-divider),
|
|
106
|
+
_get-tokens-for-module($theme, tokens-mat-expansion),
|
|
107
|
+
_get-tokens-for-module($theme, tokens-mat-fab),
|
|
101
108
|
_get-tokens-for-module($theme, tokens-mat-form-field),
|
|
102
109
|
_get-tokens-for-module($theme, tokens-mat-grid-list),
|
|
103
110
|
_get-tokens-for-module($theme, tokens-mat-icon),
|
|
111
|
+
_get-tokens-for-module($theme, tokens-mat-icon-button),
|
|
104
112
|
_get-tokens-for-module($theme, tokens-mat-menu),
|
|
105
113
|
_get-tokens-for-module($theme, tokens-mat-optgroup),
|
|
106
114
|
_get-tokens-for-module($theme, tokens-mat-option),
|
|
@@ -124,6 +132,8 @@
|
|
|
124
132
|
_get-tokens-for-module($theme, tokens-mdc-circular-progress),
|
|
125
133
|
_get-tokens-for-module($theme, tokens-mdc-dialog),
|
|
126
134
|
_get-tokens-for-module($theme, tokens-mdc-elevated-card),
|
|
135
|
+
_get-tokens-for-module($theme, tokens-mdc-extended-fab),
|
|
136
|
+
_get-tokens-for-module($theme, tokens-mdc-fab),
|
|
127
137
|
_get-tokens-for-module($theme, tokens-mdc-filled-text-field),
|
|
128
138
|
_get-tokens-for-module($theme, tokens-mdc-icon-button),
|
|
129
139
|
_get-tokens-for-module($theme, tokens-mdc-linear-progress),
|