@angular/material 21.0.0-next.2 → 21.0.0-next.3

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.
Files changed (136) hide show
  1. package/autocomplete/index.d.ts +3 -4
  2. package/badge/index.d.ts +2 -3
  3. package/bottom-sheet/index.d.ts +3 -3
  4. package/button/index.d.ts +2 -3
  5. package/button-toggle/index.d.ts +2 -3
  6. package/card/index.d.ts +2 -3
  7. package/checkbox/index.d.ts +2 -3
  8. package/chips/_m3-chip.scss +2 -5
  9. package/chips/index.d.ts +2 -3
  10. package/core/index.d.ts +0 -1
  11. package/datepicker/index.d.ts +4 -4
  12. package/dialog/index.d.ts +6 -7
  13. package/divider/index.d.ts +2 -3
  14. package/expansion/index.d.ts +4 -5
  15. package/fesm2022/autocomplete.mjs +5 -9
  16. package/fesm2022/autocomplete.mjs.map +1 -1
  17. package/fesm2022/badge.mjs +5 -6
  18. package/fesm2022/badge.mjs.map +1 -1
  19. package/fesm2022/bottom-sheet.mjs +5 -7
  20. package/fesm2022/bottom-sheet.mjs.map +1 -1
  21. package/fesm2022/button-toggle.mjs +5 -6
  22. package/fesm2022/button-toggle.mjs.map +1 -1
  23. package/fesm2022/button.mjs +5 -19
  24. package/fesm2022/button.mjs.map +1 -1
  25. package/fesm2022/card.mjs +6 -8
  26. package/fesm2022/card.mjs.map +1 -1
  27. package/fesm2022/checkbox.mjs +5 -6
  28. package/fesm2022/checkbox.mjs.map +1 -1
  29. package/fesm2022/chips.mjs +12 -13
  30. package/fesm2022/chips.mjs.map +1 -1
  31. package/fesm2022/core.mjs +3 -4
  32. package/fesm2022/core.mjs.map +1 -1
  33. package/fesm2022/datepicker.mjs +6 -7
  34. package/fesm2022/datepicker.mjs.map +1 -1
  35. package/fesm2022/dialog/testing.mjs +0 -1
  36. package/fesm2022/dialog/testing.mjs.map +1 -1
  37. package/fesm2022/dialog.mjs +6 -7
  38. package/fesm2022/dialog.mjs.map +1 -1
  39. package/fesm2022/divider.mjs +5 -7
  40. package/fesm2022/divider.mjs.map +1 -1
  41. package/fesm2022/expansion.mjs +7 -9
  42. package/fesm2022/expansion.mjs.map +1 -1
  43. package/fesm2022/form-field.mjs +5 -24
  44. package/fesm2022/form-field.mjs.map +1 -1
  45. package/fesm2022/grid-list.mjs +6 -11
  46. package/fesm2022/grid-list.mjs.map +1 -1
  47. package/fesm2022/icon.mjs +5 -7
  48. package/fesm2022/icon.mjs.map +1 -1
  49. package/fesm2022/input.mjs +5 -6
  50. package/fesm2022/input.mjs.map +1 -1
  51. package/fesm2022/line.mjs +5 -5
  52. package/fesm2022/line.mjs.map +1 -1
  53. package/fesm2022/list.mjs +6 -7
  54. package/fesm2022/list.mjs.map +1 -1
  55. package/fesm2022/menu.mjs +6 -10
  56. package/fesm2022/menu.mjs.map +1 -1
  57. package/fesm2022/option-module.mjs +5 -5
  58. package/fesm2022/option-module.mjs.map +1 -1
  59. package/fesm2022/option.mjs +2 -2
  60. package/fesm2022/option.mjs.map +1 -1
  61. package/fesm2022/paginator.mjs +0 -1
  62. package/fesm2022/paginator.mjs.map +1 -1
  63. package/fesm2022/progress-bar.mjs +6 -8
  64. package/fesm2022/progress-bar.mjs.map +1 -1
  65. package/fesm2022/progress-spinner.mjs +4 -6
  66. package/fesm2022/progress-spinner.mjs.map +1 -1
  67. package/fesm2022/pseudo-checkbox-module.mjs +5 -5
  68. package/fesm2022/pseudo-checkbox-module.mjs.map +1 -1
  69. package/fesm2022/radio.mjs +5 -6
  70. package/fesm2022/radio.mjs.map +1 -1
  71. package/fesm2022/ripple-module.mjs +5 -5
  72. package/fesm2022/ripple-module.mjs.map +1 -1
  73. package/fesm2022/select.mjs +9 -10
  74. package/fesm2022/select.mjs.map +1 -1
  75. package/fesm2022/sidenav.mjs +7 -11
  76. package/fesm2022/sidenav.mjs.map +1 -1
  77. package/fesm2022/slide-toggle.mjs +5 -6
  78. package/fesm2022/slide-toggle.mjs.map +1 -1
  79. package/fesm2022/slider.mjs +7 -21
  80. package/fesm2022/slider.mjs.map +1 -1
  81. package/fesm2022/snack-bar.mjs +5 -21
  82. package/fesm2022/snack-bar.mjs.map +1 -1
  83. package/fesm2022/sort.mjs +5 -6
  84. package/fesm2022/sort.mjs.map +1 -1
  85. package/fesm2022/stepper.mjs +6 -10
  86. package/fesm2022/stepper.mjs.map +1 -1
  87. package/fesm2022/table.mjs +6 -8
  88. package/fesm2022/table.mjs.map +1 -1
  89. package/fesm2022/tabs.mjs +5 -22
  90. package/fesm2022/tabs.mjs.map +1 -1
  91. package/fesm2022/toolbar.mjs +5 -7
  92. package/fesm2022/toolbar.mjs.map +1 -1
  93. package/fesm2022/tooltip.mjs +5 -6
  94. package/fesm2022/tooltip.mjs.map +1 -1
  95. package/fesm2022/tree.mjs +6 -8
  96. package/fesm2022/tree.mjs.map +1 -1
  97. package/form-field/index.d.ts +1 -2
  98. package/form-field-module.d.d.ts +3 -3
  99. package/grid-list/index.d.ts +2 -3
  100. package/icon/index.d.ts +1 -2
  101. package/icon-module.d.d.ts +2 -2
  102. package/input/index.d.ts +3 -4
  103. package/line.d.d.ts +2 -2
  104. package/list/index.d.ts +3 -4
  105. package/menu/index.d.ts +3 -3
  106. package/option-module.d.d.ts +2 -2
  107. package/package.json +2 -2
  108. package/paginator/index.d.ts +1 -2
  109. package/prebuilt-themes/deeppurple-amber.css +1 -1
  110. package/prebuilt-themes/indigo-pink.css +1 -1
  111. package/prebuilt-themes/pink-bluegrey.css +1 -1
  112. package/prebuilt-themes/purple-green.css +1 -1
  113. package/progress-bar/index.d.ts +2 -3
  114. package/progress-spinner/index.d.ts +2 -3
  115. package/pseudo-checkbox-module.d.d.ts +2 -2
  116. package/radio/index.d.ts +2 -3
  117. package/ripple-module.d.d.ts +2 -2
  118. package/schematics/ng-add/index.js +1 -1
  119. package/select/index.d.ts +3 -4
  120. package/sidenav/index.d.ts +3 -4
  121. package/slide-toggle/index.d.ts +2 -3
  122. package/slider/_m2-slider.scss +1 -0
  123. package/slider/_m3-slider.scss +5 -2
  124. package/slider/index.d.ts +2 -2
  125. package/snack-bar/index.d.ts +3 -3
  126. package/sort/index.d.ts +2 -3
  127. package/stepper/index.d.ts +4 -5
  128. package/table/index.d.ts +3 -4
  129. package/tabs/index.d.ts +2 -2
  130. package/timepicker/index.d.ts +2 -2
  131. package/toolbar/index.d.ts +2 -3
  132. package/tooltip/index.d.ts +3 -3
  133. package/tree/index.d.ts +2 -3
  134. package/common-module.d.d.ts +0 -44
  135. package/fesm2022/common-module.mjs +0 -42
  136. package/fesm2022/common-module.mjs.map +0 -1
package/select/index.d.ts CHANGED
@@ -3,10 +3,9 @@ import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
5
  import { MatOptionModule } from '../option-module.d.js';
6
- import { MatCommonModule } from '../common-module.d.js';
7
6
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
8
7
  import { SelectionModel } from '@angular/cdk/collections';
9
- import * as i5 from '@angular/cdk/scrolling';
8
+ import * as i1 from '@angular/cdk/scrolling';
10
9
  import { ViewportRuler } from '@angular/cdk/scrolling';
11
10
  import { ControlValueAccessor, NgControl } from '@angular/forms';
12
11
  import { Subject, Observable } from 'rxjs';
@@ -15,13 +14,13 @@ import { MatOption, MatOptgroup, MatOptionSelectionChange } from '../option.d.js
15
14
  import { MatFormField } from '../form-field.d.js';
16
15
  export { MatError, MatHint, MatPrefix, MatSuffix } from '../form-field.d.js';
17
16
  import { MatFormFieldControl } from '../form-field-control.d.js';
17
+ import * as i2$1 from '@angular/cdk/bidi';
18
18
  import { MatFormFieldModule } from '../form-field-module.d.js';
19
19
  export { MatLabel } from '../form-field-module.d.js';
20
20
  import '../ripple-module.d.js';
21
21
  import '../ripple.d.js';
22
22
  import '@angular/cdk/platform';
23
23
  import '../pseudo-checkbox-module.d.js';
24
- import '@angular/cdk/bidi';
25
24
  import '@angular/cdk/coercion';
26
25
  import '../palette.d.js';
27
26
  import '@angular/cdk/observers';
@@ -442,7 +441,7 @@ declare class MatSelectTrigger {
442
441
 
443
442
  declare class MatSelectModule {
444
443
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
445
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i5.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule, typeof MatCommonModule]>;
444
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule]>;
446
445
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
447
446
  }
448
447
 
@@ -1,12 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, DoCheck, QueryList } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import * as i5 from '@angular/cdk/scrolling';
3
+ import * as i1 from '@angular/cdk/scrolling';
5
4
  import { CdkScrollable } from '@angular/cdk/scrolling';
6
5
  import { FocusOrigin } from '@angular/cdk/a11y';
7
6
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
8
7
  import { Subject, Observable } from 'rxjs';
9
- import '@angular/cdk/bidi';
8
+ import * as i2 from '@angular/cdk/bidi';
10
9
 
11
10
  /**
12
11
  * Throws an exception when two MatDrawer are matching the same position.
@@ -328,7 +327,7 @@ declare class MatSidenavContainer extends MatDrawerContainer {
328
327
 
329
328
  declare class MatSidenavModule {
330
329
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSidenavModule, never>;
331
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof MatCommonModule, typeof i5.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i5.CdkScrollableModule, typeof MatCommonModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
330
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i2.BidiModule, typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
332
331
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSidenavModule>;
333
332
  }
334
333
 
@@ -3,8 +3,7 @@ import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorR
3
3
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
4
4
  import { FocusMonitor } from '@angular/cdk/a11y';
5
5
  import { ThemePalette } from '../palette.d.js';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import '@angular/cdk/bidi';
6
+ import * as i2 from '@angular/cdk/bidi';
8
7
 
9
8
  /** Default `mat-slide-toggle` options that can be overridden. */
10
9
  interface MatSlideToggleDefaultOptions {
@@ -144,7 +143,7 @@ declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnChanges,
144
143
 
145
144
  declare class MatSlideToggleModule {
146
145
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
147
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof MatCommonModule], [typeof MatSlideToggle, typeof MatCommonModule]>;
146
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle], [typeof MatSlideToggle, typeof i2.BidiModule]>;
148
147
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
149
148
  }
150
149
 
@@ -28,6 +28,7 @@
28
28
  slider-with-tick-marks-container-shape: 50%,
29
29
  slider-with-tick-marks-container-size: 2px,
30
30
  slider-with-tick-marks-inactive-container-opacity: 0.6,
31
+ slider-value-indicator-transform-origin: bottom,
31
32
  ),
32
33
  color: map.merge(private-get-color-palette-color-tokens($theme, primary), (
33
34
  slider-disabled-active-track-color: map.get($system, on-surface),
@@ -7,6 +7,8 @@
7
7
  /// @param {String} $color-variant The color variant to use for the component
8
8
  @function get-tokens($theme: m3.$sys-theme, $color-variant: null) {
9
9
  $system: m3-utils.get-system($theme);
10
+ $indicator-size: 28px;
11
+
10
12
  @if $color-variant {
11
13
  $system: m3-utils.replace-colors-with-variant($system, primary, $color-variant);
12
14
  }
@@ -15,8 +17,8 @@
15
17
  base: (
16
18
  slider-value-indicator-opacity: 1,
17
19
  slider-value-indicator-padding: 0,
18
- slider-value-indicator-width: 28px,
19
- slider-value-indicator-height: 28px,
20
+ slider-value-indicator-width: $indicator-size,
21
+ slider-value-indicator-height: $indicator-size,
20
22
  slider-value-indicator-caret-display: none,
21
23
  slider-value-indicator-border-radius: 50% 50% 50% 0,
22
24
  slider-value-indicator-text-transform: rotate(45deg),
@@ -29,6 +31,7 @@
29
31
  slider-with-tick-marks-active-container-opacity: 0.38,
30
32
  slider-with-tick-marks-container-size: 2px,
31
33
  slider-with-tick-marks-inactive-container-opacity: 0.38,
34
+ slider-value-indicator-transform-origin: 0 $indicator-size,
32
35
  ),
33
36
  color: (
34
37
  slider-active-track-color: map.get($system, primary),
package/slider/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as i2 from '@angular/cdk/bidi';
1
2
  import { Directionality } from '@angular/cdk/bidi';
2
3
  import * as i0 from '@angular/core';
3
4
  import { ChangeDetectorRef, WritableSignal, AfterViewInit, OnDestroy, NgZone, ElementRef, QueryList, EventEmitter } from '@angular/core';
@@ -5,7 +6,6 @@ import { ThemePalette } from '../palette.d.js';
5
6
  import { RippleGlobalOptions, MatRipple } from '../ripple.d.js';
6
7
  import { ControlValueAccessor } from '@angular/forms';
7
8
  import { Subject } from 'rxjs';
8
- import { MatCommonModule } from '../common-module.d.js';
9
9
  import { MatRippleModule } from '../ripple-module.d.js';
10
10
  import '@angular/cdk/platform';
11
11
 
@@ -654,7 +654,7 @@ declare class MatSliderRangeThumb extends MatSliderThumb implements _MatSliderRa
654
654
 
655
655
  declare class MatSliderModule {
656
656
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderModule, never>;
657
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb]>;
657
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof i2.BidiModule]>;
658
658
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSliderModule>;
659
659
  }
660
660
 
@@ -2,13 +2,13 @@ import * as i2 from '@angular/cdk/overlay';
2
2
  import { OverlayRef, ComponentType } from '@angular/cdk/overlay';
3
3
  import { Subject, Observable } from 'rxjs';
4
4
  import { AriaLivePoliteness } from '@angular/cdk/a11y';
5
- import * as i3 from '@angular/cdk/portal';
5
+ import * as i2$1 from '@angular/cdk/portal';
6
6
  import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '@angular/cdk/portal';
7
7
  import * as i0 from '@angular/core';
8
8
  import { InjectionToken, ViewContainerRef, OnDestroy, ElementRef, ComponentRef, EmbeddedViewRef, TemplateRef } from '@angular/core';
9
+ import * as i2$2 from '@angular/cdk/bidi';
9
10
  import { Direction } from '@angular/cdk/bidi';
10
11
  import { MatButtonModule } from '../button/index.js';
11
- import { MatCommonModule } from '../common-module.d.js';
12
12
  import '../palette.d.js';
13
13
  import '../ripple-loader.d.js';
14
14
  import '../ripple-module.d.js';
@@ -320,7 +320,7 @@ declare class MatSnackBar implements OnDestroy {
320
320
 
321
321
  declare class MatSnackBarModule {
322
322
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarModule, never>;
323
- 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]>;
323
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatButtonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof i2$2.BidiModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
324
324
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSnackBarModule>;
325
325
  }
326
326
 
package/sort/index.d.ts CHANGED
@@ -1,11 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnDestroy, OnInit, AfterViewInit } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
3
  import { MatSortable, MatSort, SortHeaderArrowPosition } from '../sort.d.js';
5
4
  export { MAT_SORT_DEFAULT_OPTIONS, MatSortDefaultOptions, Sort } from '../sort.d.js';
6
5
  import { SortDirection } from '../sort-direction.d.js';
7
6
  import { Subject } from 'rxjs';
8
- import '@angular/cdk/bidi';
7
+ import * as i2 from '@angular/cdk/bidi';
9
8
 
10
9
  /**
11
10
  * To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
@@ -124,7 +123,7 @@ declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterView
124
123
 
125
124
  declare class MatSortModule {
126
125
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSortModule, never>;
127
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatCommonModule, typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader]>;
126
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader, typeof i2.BidiModule]>;
128
127
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSortModule>;
129
128
  }
130
129
 
@@ -1,10 +1,9 @@
1
- import * as i3$1 from '@angular/cdk/stepper';
1
+ import * as i2$1 from '@angular/cdk/stepper';
2
2
  import { CdkStepLabel, StepState, CdkStepHeader, CdkStep, CdkStepper, CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
3
3
  export { StepState, StepperOrientation } from '@angular/cdk/stepper';
4
4
  import * as i0 from '@angular/core';
5
5
  import { TemplateRef, AfterViewInit, OnDestroy, AfterContentInit, QueryList, ElementRef, EventEmitter } from '@angular/core';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import * as i3 from '@angular/cdk/portal';
6
+ import * as i2 from '@angular/cdk/portal';
8
7
  import { TemplatePortal } from '@angular/cdk/portal';
9
8
  import { MatIconModule } from '../icon-module.d.js';
10
9
  import { MatRippleModule } from '../ripple-module.d.js';
@@ -13,7 +12,7 @@ import { ThemePalette } from '../palette.d.js';
13
12
  import { ErrorStateMatcher } from '../error-options.d.js';
14
13
  import { FocusOrigin } from '@angular/cdk/a11y';
15
14
  import { Subject } from 'rxjs';
16
- import '@angular/cdk/bidi';
15
+ import * as i2$2 from '@angular/cdk/bidi';
17
16
  import '../ripple.d.js';
18
17
  import '@angular/cdk/platform';
19
18
 
@@ -216,7 +215,7 @@ declare class MatStepperPrevious extends CdkStepperPrevious {
216
215
 
217
216
  declare class MatStepperModule {
218
217
  static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
219
- 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]>;
218
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof i2.PortalModule, typeof i2$1.CdkStepperModule, typeof MatIconModule, typeof MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof i2$2.BidiModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
220
219
  static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
221
220
  }
222
221
 
package/table/index.d.ts CHANGED
@@ -1,12 +1,11 @@
1
- import * as i2 from '@angular/cdk/table';
1
+ import * as i1 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 { MatCommonModule } from '../common-module.d.js';
4
+ import * as i2 from '@angular/cdk/bidi';
5
5
  import { Subscription, BehaviorSubject } from 'rxjs';
6
6
  import { DataSource } from '@angular/cdk/collections';
7
7
  import { MatPaginator } from '../paginator.d.js';
8
8
  import { MatSort } from '../sort.d.js';
9
- import '@angular/cdk/bidi';
10
9
  import '../palette.d.js';
11
10
  import '../form-field.d.js';
12
11
  import '@angular/cdk/coercion';
@@ -154,7 +153,7 @@ declare class MatTextColumn<T> extends CdkTextColumn<T> {
154
153
 
155
154
  declare class MatTableModule {
156
155
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTableModule, never>;
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]>;
156
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof i1.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 i2.BidiModule, 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]>;
158
157
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTableModule>;
159
158
  }
160
159
 
package/tabs/index.d.ts CHANGED
@@ -1,9 +1,9 @@
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 { MatCommonModule } from '../common-module.d.js';
4
3
  import { CdkPortal, TemplatePortal, CdkPortalOutlet } from '@angular/cdk/portal';
5
4
  import { Subject, BehaviorSubject } from 'rxjs';
6
5
  import { FocusKeyManager, FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
6
+ import * as i2 from '@angular/cdk/bidi';
7
7
  import { Direction } from '@angular/cdk/bidi';
8
8
  import { ThemePalette } from '../palette.d.js';
9
9
  import { RippleTarget, RippleConfig, RippleGlobalOptions } from '../ripple.d.js';
@@ -849,7 +849,7 @@ declare class MatTabNavPanel {
849
849
 
850
850
  declare class MatTabsModule {
851
851
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
852
- 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]>;
852
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof i2.BidiModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
853
853
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
854
854
  }
855
855
 
@@ -4,7 +4,7 @@ import { MatOption } from '../option.d.js';
4
4
  import { MatOptionParentComponent } from '../option-parent.d.js';
5
5
  import { ScrollStrategy } from '@angular/cdk/overlay';
6
6
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
7
- import * as i5 from '@angular/cdk/scrolling';
7
+ import * as i1 from '@angular/cdk/scrolling';
8
8
  import '@angular/cdk/a11y';
9
9
  import 'rxjs';
10
10
 
@@ -286,7 +286,7 @@ declare class MatTimepickerToggle<D> {
286
286
 
287
287
  declare class MatTimepickerModule {
288
288
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerModule, never>;
289
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatTimepickerModule, never, [typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle], [typeof i5.CdkScrollableModule, typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle]>;
289
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTimepickerModule, never, [typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle], [typeof i1.CdkScrollableModule, typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle]>;
290
290
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTimepickerModule>;
291
291
  }
292
292
 
@@ -1,7 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import '@angular/cdk/bidi';
3
+ import * as i2 from '@angular/cdk/bidi';
5
4
 
6
5
  declare class MatToolbarRow {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MatToolbarRow, never>;
@@ -38,7 +37,7 @@ declare function throwToolbarMixedModesError(): void;
38
37
 
39
38
  declare class MatToolbarModule {
40
39
  static ɵfac: i0.ɵɵFactoryDeclaration<MatToolbarModule, never>;
41
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatToolbarModule, never, [typeof MatCommonModule, typeof MatToolbar, typeof MatToolbarRow], [typeof MatToolbar, typeof MatToolbarRow, typeof MatCommonModule]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatToolbarModule, never, [typeof MatToolbar, typeof MatToolbarRow], [typeof MatToolbar, typeof MatToolbarRow, typeof i2.BidiModule]>;
42
41
  static ɵinj: i0.ɵɵInjectorDeclaration<MatToolbarModule>;
43
42
  }
44
43
 
@@ -1,13 +1,13 @@
1
1
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
2
  import * as i0 from '@angular/core';
3
3
  import { InjectionToken, OnDestroy, AfterViewInit, ElementRef } from '@angular/core';
4
+ import * as i2$1 from '@angular/cdk/bidi';
4
5
  import { Directionality } from '@angular/cdk/bidi';
5
6
  import * as i2 from '@angular/cdk/overlay';
6
7
  import { ScrollStrategy, OverlayRef, ConnectedPosition, OriginConnectionPosition, OverlayConnectionPosition } from '@angular/cdk/overlay';
7
8
  import { Observable } from 'rxjs';
8
9
  import * as i1 from '@angular/cdk/a11y';
9
- import { MatCommonModule } from '../common-module.d.js';
10
- import * as i5 from '@angular/cdk/scrolling';
10
+ import * as i1$1 from '@angular/cdk/scrolling';
11
11
 
12
12
  /** Possible positions for a tooltip. */
13
13
  type TooltipPosition = 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
@@ -299,7 +299,7 @@ declare class TooltipComponent implements OnDestroy {
299
299
 
300
300
  declare class MatTooltipModule {
301
301
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltipModule, never>;
302
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatTooltipModule, never, [typeof i1.A11yModule, typeof i2.OverlayModule, typeof MatCommonModule, typeof MatTooltip, typeof TooltipComponent], [typeof MatTooltip, typeof TooltipComponent, typeof MatCommonModule, typeof i5.CdkScrollableModule]>;
302
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTooltipModule, never, [typeof i1.A11yModule, typeof i2.OverlayModule, typeof MatTooltip, typeof TooltipComponent], [typeof MatTooltip, typeof TooltipComponent, typeof i2$1.BidiModule, typeof i1$1.CdkScrollableModule]>;
303
303
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTooltipModule>;
304
304
  }
305
305
 
package/tree/index.d.ts CHANGED
@@ -2,10 +2,9 @@ import * as i1 from '@angular/cdk/tree';
2
2
  import { CdkTreeNode, CdkTreeNodeDef, CdkNestedTreeNode, CdkTreeNodePadding, CdkTreeNodeOutlet, CdkTree, CdkTreeNodeToggle, TreeControl, FlatTreeControl } from '@angular/cdk/tree';
3
3
  import * as i0 from '@angular/core';
4
4
  import { OnInit, OnDestroy, AfterContentInit, ViewContainerRef } from '@angular/core';
5
- import { MatCommonModule } from '../common-module.d.js';
5
+ import * as i2 from '@angular/cdk/bidi';
6
6
  import { DataSource, CollectionViewer } from '@angular/cdk/collections';
7
7
  import { Observable } from 'rxjs';
8
- import '@angular/cdk/bidi';
9
8
 
10
9
  /**
11
10
  * Wrapper for the CdkTree node with Material design styles.
@@ -128,7 +127,7 @@ declare class MatTreeNodeToggle<T, K = T> extends CdkTreeNodeToggle<T, K> {
128
127
 
129
128
  declare class MatTreeModule {
130
129
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTreeModule, never>;
131
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatTreeModule, never, [typeof i1.CdkTreeModule, typeof MatCommonModule, typeof MatNestedTreeNode, typeof MatTreeNodeDef, typeof MatTreeNodePadding, typeof MatTreeNodeToggle, typeof MatTree, typeof MatTreeNode, typeof MatTreeNodeOutlet], [typeof MatCommonModule, typeof MatNestedTreeNode, typeof MatTreeNodeDef, typeof MatTreeNodePadding, typeof MatTreeNodeToggle, typeof MatTree, typeof MatTreeNode, typeof MatTreeNodeOutlet]>;
130
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTreeModule, never, [typeof i1.CdkTreeModule, typeof MatNestedTreeNode, typeof MatTreeNodeDef, typeof MatTreeNodePadding, typeof MatTreeNodeToggle, typeof MatTree, typeof MatTreeNode, typeof MatTreeNodeOutlet], [typeof i2.BidiModule, typeof MatNestedTreeNode, typeof MatTreeNodeDef, typeof MatTreeNodePadding, typeof MatTreeNodeToggle, typeof MatTree, typeof MatTreeNode, typeof MatTreeNodeOutlet]>;
132
131
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTreeModule>;
133
132
  }
134
133
 
@@ -1,44 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
- import * as i1 from '@angular/cdk/bidi';
4
-
5
- /**
6
- * Injection token that configures whether the Material sanity checks are enabled.
7
- * @deprecated No longer used and will be removed.
8
- * @breaking-change 21.0.0
9
- */
10
- declare const MATERIAL_SANITY_CHECKS: InjectionToken<SanityChecks>;
11
- /**
12
- * Possible sanity checks that can be enabled. If set to
13
- * true/false, all checks will be enabled/disabled.
14
- * @deprecated No longer used and will be removed.
15
- * @breaking-change 21.0.0
16
- */
17
- type SanityChecks = boolean | GranularSanityChecks;
18
- /**
19
- * Object that can be used to configure the sanity checks granularly.
20
- * @deprecated No longer used and will be removed.
21
- * @breaking-change 21.0.0
22
- */
23
- interface GranularSanityChecks {
24
- doctype: boolean;
25
- theme: boolean;
26
- version: boolean;
27
- }
28
- /**
29
- * Module that captures anything that should be loaded and/or run for *all* Angular Material
30
- * components. This includes Bidi, etc.
31
- *
32
- * This module should be imported to each top-level component module (e.g., MatTabsModule).
33
- * @deprecated No longer used and will be removed.
34
- * @breaking-change 21.0.0
35
- */
36
- declare class MatCommonModule {
37
- constructor(...args: any[]);
38
- static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCommonModule, never, [typeof i1.BidiModule], [typeof i1.BidiModule]>;
40
- static ɵinj: i0.ɵɵInjectorDeclaration<MatCommonModule>;
41
- }
42
-
43
- export { MATERIAL_SANITY_CHECKS, MatCommonModule };
44
- export type { GranularSanityChecks, SanityChecks };
@@ -1,42 +0,0 @@
1
- import { HighContrastModeDetector } from '@angular/cdk/a11y';
2
- import { BidiModule } from '@angular/cdk/bidi';
3
- import * as i0 from '@angular/core';
4
- import { InjectionToken, inject, NgModule } from '@angular/core';
5
-
6
- /**
7
- * Injection token that configures whether the Material sanity checks are enabled.
8
- * @deprecated No longer used and will be removed.
9
- * @breaking-change 21.0.0
10
- */
11
- const MATERIAL_SANITY_CHECKS = new InjectionToken('mat-sanity-checks', {
12
- providedIn: 'root',
13
- factory: () => true,
14
- });
15
- /**
16
- * Module that captures anything that should be loaded and/or run for *all* Angular Material
17
- * components. This includes Bidi, etc.
18
- *
19
- * This module should be imported to each top-level component module (e.g., MatTabsModule).
20
- * @deprecated No longer used and will be removed.
21
- * @breaking-change 21.0.0
22
- */
23
- class MatCommonModule {
24
- constructor() {
25
- // While A11yModule also does this, we repeat it here to avoid importing A11yModule
26
- // in MatCommonModule.
27
- inject(HighContrastModeDetector)._applyBodyHighContrastModeCssClasses();
28
- }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatCommonModule, imports: [BidiModule], exports: [BidiModule] });
31
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatCommonModule, imports: [BidiModule, BidiModule] });
32
- }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatCommonModule, decorators: [{
34
- type: NgModule,
35
- args: [{
36
- imports: [BidiModule],
37
- exports: [BidiModule],
38
- }]
39
- }], ctorParameters: () => [] });
40
-
41
- export { MATERIAL_SANITY_CHECKS, MatCommonModule };
42
- //# sourceMappingURL=common-module.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"common-module.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-199a4f3c4e20/bin/src/material/core/common-behaviors/common-module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {HighContrastModeDetector} from '@angular/cdk/a11y';\nimport {BidiModule} from '@angular/cdk/bidi';\nimport {inject, InjectionToken, NgModule} from '@angular/core';\nimport {_isTestEnvironment} from '@angular/cdk/platform';\n\n/**\n * Injection token that configures whether the Material sanity checks are enabled.\n * @deprecated No longer used and will be removed.\n * @breaking-change 21.0.0\n */\nexport const MATERIAL_SANITY_CHECKS = new InjectionToken<SanityChecks>('mat-sanity-checks', {\n providedIn: 'root',\n factory: () => true,\n});\n\n/**\n * Possible sanity checks that can be enabled. If set to\n * true/false, all checks will be enabled/disabled.\n * @deprecated No longer used and will be removed.\n * @breaking-change 21.0.0\n */\nexport type SanityChecks = boolean | GranularSanityChecks;\n\n/**\n * Object that can be used to configure the sanity checks granularly.\n * @deprecated No longer used and will be removed.\n * @breaking-change 21.0.0\n */\nexport interface GranularSanityChecks {\n doctype: boolean;\n theme: boolean;\n version: boolean;\n}\n\n/**\n * Module that captures anything that should be loaded and/or run for *all* Angular Material\n * components. This includes Bidi, etc.\n *\n * This module should be imported to each top-level component module (e.g., MatTabsModule).\n * @deprecated No longer used and will be removed.\n * @breaking-change 21.0.0\n */\n@NgModule({\n imports: [BidiModule],\n exports: [BidiModule],\n})\nexport class MatCommonModule {\n constructor(...args: any[]);\n\n constructor() {\n // While A11yModule also does this, we repeat it here to avoid importing A11yModule\n // in MatCommonModule.\n inject(HighContrastModeDetector)._applyBodyHighContrastModeCssClasses();\n }\n}\n"],"names":[],"mappings":";;;;;AAaA;;;;AAIG;MACU,sBAAsB,GAAG,IAAI,cAAc,CAAe,mBAAmB,EAAE;AAC1F,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,OAAO,EAAE,MAAM,IAAI;AACpB,CAAA;AAqBD;;;;;;;AAOG;MAKU,eAAe,CAAA;AAG1B,IAAA,WAAA,GAAA;;;AAGE,QAAA,MAAM,CAAC,wBAAwB,CAAC,CAAC,oCAAoC,EAAE;;8GAN9D,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;+GAAf,eAAe,EAAA,OAAA,EAAA,CAHhB,UAAU,CAAA,EAAA,OAAA,EAAA,CACV,UAAU,CAAA,EAAA,CAAA;+GAET,eAAe,EAAA,OAAA,EAAA,CAHhB,UAAU,EACV,UAAU,CAAA,EAAA,CAAA;;kGAET,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,UAAU,CAAC;oBACrB,OAAO,EAAE,CAAC,UAAU,CAAC;AACtB,iBAAA;;;;;"}