@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.
Files changed (262) hide show
  1. package/autocomplete/index.d.ts +12 -5
  2. package/autocomplete/testing/index.d.ts +2 -1
  3. package/badge/index.d.ts +7 -98
  4. package/badge/testing/index.d.ts +3 -1
  5. package/badge.d-49a8a74b.d.ts +98 -0
  6. package/bottom-sheet/index.d.ts +2 -2
  7. package/button/index.d.ts +10 -220
  8. package/button-toggle/index.d.ts +10 -257
  9. package/button-toggle/testing/index.d.ts +4 -1
  10. package/button-toggle.d-edc8acff.d.ts +257 -0
  11. package/card/index.d.ts +3 -2
  12. package/checkbox/index.d.ts +4 -3
  13. package/chips/index.d.ts +8 -4
  14. package/common-module.d-0e6515ae.d.ts +43 -0
  15. package/core/index.d.ts +21 -846
  16. package/core/testing/index.d.ts +3 -61
  17. package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
  18. package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
  19. package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
  20. package/date-adapter.d-c6835d41.d.ts +267 -0
  21. package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
  22. package/datepicker/index.d.ts +18 -12
  23. package/datepicker/testing/index.d.ts +5 -277
  24. package/dialog/index.d.ts +12 -360
  25. package/dialog/testing/index.d.ts +6 -1
  26. package/dialog.d-7187c941.d.ts +357 -0
  27. package/divider/index.d.ts +3 -2
  28. package/divider/testing/index.d.ts +2 -14
  29. package/divider-harness.d-d34fede4.d.ts +14 -0
  30. package/error-options.d-448d9046.d.ts +17 -0
  31. package/expansion/index.d.ts +3 -2
  32. package/fesm2022/autocomplete/testing.mjs +2 -1
  33. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  34. package/fesm2022/autocomplete.mjs +14 -3
  35. package/fesm2022/autocomplete.mjs.map +1 -1
  36. package/fesm2022/badge/testing.mjs.map +1 -1
  37. package/fesm2022/badge.mjs +2 -1
  38. package/fesm2022/badge.mjs.map +1 -1
  39. package/fesm2022/bottom-sheet.mjs +3 -1
  40. package/fesm2022/bottom-sheet.mjs.map +1 -1
  41. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  42. package/fesm2022/button-toggle.mjs +7 -1
  43. package/fesm2022/button-toggle.mjs.map +1 -1
  44. package/fesm2022/button.mjs +14 -481
  45. package/fesm2022/button.mjs.map +1 -1
  46. package/fesm2022/card.mjs +3 -1
  47. package/fesm2022/card.mjs.map +1 -1
  48. package/fesm2022/checkbox.mjs +7 -1
  49. package/fesm2022/checkbox.mjs.map +1 -1
  50. package/fesm2022/chips.mjs +11 -2
  51. package/fesm2022/chips.mjs.map +1 -1
  52. package/fesm2022/common-module-a39ee957.mjs +42 -0
  53. package/fesm2022/common-module-a39ee957.mjs.map +1 -0
  54. package/fesm2022/core/testing.mjs +3 -76
  55. package/fesm2022/core/testing.mjs.map +1 -1
  56. package/fesm2022/core.mjs +27 -1587
  57. package/fesm2022/core.mjs.map +1 -1
  58. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  59. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  60. package/fesm2022/date-range-input-harness-ee47cdb0.mjs +467 -0
  61. package/fesm2022/date-range-input-harness-ee47cdb0.mjs.map +1 -0
  62. package/fesm2022/datepicker/testing.mjs +5 -465
  63. package/fesm2022/datepicker/testing.mjs.map +1 -1
  64. package/fesm2022/datepicker.mjs +23 -13
  65. package/fesm2022/datepicker.mjs.map +1 -1
  66. package/fesm2022/dialog/testing.mjs +12 -1
  67. package/fesm2022/dialog/testing.mjs.map +1 -1
  68. package/fesm2022/dialog.mjs +14 -897
  69. package/fesm2022/dialog.mjs.map +1 -1
  70. package/fesm2022/divider/testing.mjs +2 -17
  71. package/fesm2022/divider/testing.mjs.map +1 -1
  72. package/fesm2022/divider-harness-3394f29a.mjs +18 -0
  73. package/fesm2022/divider-harness-3394f29a.mjs.map +1 -0
  74. package/fesm2022/divider.mjs +3 -1
  75. package/fesm2022/divider.mjs.map +1 -1
  76. package/fesm2022/error-options-aca21924.mjs +29 -0
  77. package/fesm2022/error-options-aca21924.mjs.map +1 -0
  78. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  79. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  80. package/fesm2022/expansion.mjs +3 -1
  81. package/fesm2022/expansion.mjs.map +1 -1
  82. package/fesm2022/form-field/testing/control.mjs +2 -10
  83. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  84. package/fesm2022/form-field/testing.mjs +7 -4
  85. package/fesm2022/form-field/testing.mjs.map +1 -1
  86. package/fesm2022/form-field-50ec956f.mjs +1076 -0
  87. package/fesm2022/form-field-50ec956f.mjs.map +1 -0
  88. package/fesm2022/form-field-control-harness-af6fd278.mjs +11 -0
  89. package/fesm2022/form-field-control-harness-af6fd278.mjs.map +1 -0
  90. package/fesm2022/form-field.mjs +14 -1106
  91. package/fesm2022/form-field.mjs.map +1 -1
  92. package/fesm2022/grid-list/testing.mjs +1 -1
  93. package/fesm2022/grid-list/testing.mjs.map +1 -1
  94. package/fesm2022/grid-list.mjs +8 -147
  95. package/fesm2022/grid-list.mjs.map +1 -1
  96. package/fesm2022/icon/testing.mjs +5 -1
  97. package/fesm2022/icon/testing.mjs.map +1 -1
  98. package/fesm2022/icon-button-655c4ed3.mjs +275 -0
  99. package/fesm2022/icon-button-655c4ed3.mjs.map +1 -0
  100. package/fesm2022/icon-module-881c6455.mjs +395 -0
  101. package/fesm2022/icon-module-881c6455.mjs.map +1 -0
  102. package/fesm2022/icon-registry-e1064d47.mjs +639 -0
  103. package/fesm2022/icon-registry-e1064d47.mjs.map +1 -0
  104. package/fesm2022/icon.mjs +11 -1024
  105. package/fesm2022/icon.mjs.map +1 -1
  106. package/fesm2022/index-2f2536d6.mjs +22 -0
  107. package/fesm2022/index-2f2536d6.mjs.map +1 -0
  108. package/fesm2022/index-a36e3c7c.mjs +20 -0
  109. package/fesm2022/index-a36e3c7c.mjs.map +1 -0
  110. package/fesm2022/input/testing.mjs +5 -113
  111. package/fesm2022/input/testing.mjs.map +1 -1
  112. package/fesm2022/input-harness-ed59decc.mjs +115 -0
  113. package/fesm2022/input-harness-ed59decc.mjs.map +1 -0
  114. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  115. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  116. package/fesm2022/input.mjs +14 -12
  117. package/fesm2022/input.mjs.map +1 -1
  118. package/fesm2022/internal-form-field-5960ea2e.mjs +27 -0
  119. package/fesm2022/internal-form-field-5960ea2e.mjs.map +1 -0
  120. package/fesm2022/line-11b0093d.mjs +59 -0
  121. package/fesm2022/line-11b0093d.mjs.map +1 -0
  122. package/fesm2022/list/testing.mjs +1 -1
  123. package/fesm2022/list/testing.mjs.map +1 -1
  124. package/fesm2022/list.mjs +8 -1
  125. package/fesm2022/list.mjs.map +1 -1
  126. package/fesm2022/menu.mjs +5 -1
  127. package/fesm2022/menu.mjs.map +1 -1
  128. package/fesm2022/module-0776ab9b.mjs +38 -0
  129. package/fesm2022/module-0776ab9b.mjs.map +1 -0
  130. package/fesm2022/module-087ecec3.mjs +970 -0
  131. package/fesm2022/module-087ecec3.mjs.map +1 -0
  132. package/fesm2022/module-6b33072b.mjs +218 -0
  133. package/fesm2022/module-6b33072b.mjs.map +1 -0
  134. package/fesm2022/module-b0a3e0af.mjs +1293 -0
  135. package/fesm2022/module-b0a3e0af.mjs.map +1 -0
  136. package/fesm2022/module-b3de5709.mjs +899 -0
  137. package/fesm2022/module-b3de5709.mjs.map +1 -0
  138. package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
  139. package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
  140. package/fesm2022/option-cb353f7a.mjs +348 -0
  141. package/fesm2022/option-cb353f7a.mjs.map +1 -0
  142. package/fesm2022/option-harness-3b7c1106.mjs +46 -0
  143. package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
  144. package/fesm2022/paginator/testing.mjs +4 -1
  145. package/fesm2022/paginator/testing.mjs.map +1 -1
  146. package/fesm2022/paginator.mjs +33 -7
  147. package/fesm2022/paginator.mjs.map +1 -1
  148. package/fesm2022/progress-bar.mjs +3 -1
  149. package/fesm2022/progress-bar.mjs.map +1 -1
  150. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  151. package/fesm2022/progress-spinner.mjs +3 -1
  152. package/fesm2022/progress-spinner.mjs.map +1 -1
  153. package/fesm2022/pseudo-checkbox-4a60d45e.mjs +52 -0
  154. package/fesm2022/pseudo-checkbox-4a60d45e.mjs.map +1 -0
  155. package/fesm2022/pseudo-checkbox-module-31a58606.mjs +20 -0
  156. package/fesm2022/pseudo-checkbox-module-31a58606.mjs.map +1 -0
  157. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  158. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  159. package/fesm2022/radio.mjs +8 -1
  160. package/fesm2022/radio.mjs.map +1 -1
  161. package/fesm2022/ripple-5bdada85.mjs +639 -0
  162. package/fesm2022/ripple-5bdada85.mjs.map +1 -0
  163. package/fesm2022/ripple-loader-dabcd93d.mjs +165 -0
  164. package/fesm2022/ripple-loader-dabcd93d.mjs.map +1 -0
  165. package/fesm2022/select/testing.mjs +5 -121
  166. package/fesm2022/select/testing.mjs.map +1 -1
  167. package/fesm2022/select-harness-8c55824d.mjs +123 -0
  168. package/fesm2022/select-harness-8c55824d.mjs.map +1 -0
  169. package/fesm2022/select.mjs +30 -1288
  170. package/fesm2022/select.mjs.map +1 -1
  171. package/fesm2022/sidenav.mjs +1 -1
  172. package/fesm2022/sidenav.mjs.map +1 -1
  173. package/fesm2022/slide-toggle.mjs +7 -1
  174. package/fesm2022/slide-toggle.mjs.map +1 -1
  175. package/fesm2022/slider.mjs +6 -1
  176. package/fesm2022/slider.mjs.map +1 -1
  177. package/fesm2022/snack-bar.mjs +10 -2
  178. package/fesm2022/snack-bar.mjs.map +1 -1
  179. package/fesm2022/sort/testing.mjs.map +1 -1
  180. package/fesm2022/sort.mjs +3 -1
  181. package/fesm2022/sort.mjs.map +1 -1
  182. package/fesm2022/stepper.mjs +11 -2
  183. package/fesm2022/stepper.mjs.map +1 -1
  184. package/fesm2022/structural-styles-326dcb39.mjs +18 -0
  185. package/fesm2022/structural-styles-326dcb39.mjs.map +1 -0
  186. package/fesm2022/table.mjs +3 -1
  187. package/fesm2022/table.mjs.map +1 -1
  188. package/fesm2022/tabs.mjs +4 -1
  189. package/fesm2022/tabs.mjs.map +1 -1
  190. package/fesm2022/timepicker/testing.mjs +1 -1
  191. package/fesm2022/timepicker/testing.mjs.map +1 -1
  192. package/fesm2022/timepicker.mjs +19 -5
  193. package/fesm2022/timepicker.mjs.map +1 -1
  194. package/fesm2022/toolbar.mjs +3 -1
  195. package/fesm2022/toolbar.mjs.map +1 -1
  196. package/fesm2022/tooltip.mjs +15 -968
  197. package/fesm2022/tooltip.mjs.map +1 -1
  198. package/fesm2022/tree.mjs +3 -1
  199. package/fesm2022/tree.mjs.map +1 -1
  200. package/form-field/index.d.ts +12 -437
  201. package/form-field/testing/control/index.d.ts +2 -10
  202. package/form-field/testing/index.d.ts +7 -5
  203. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  204. package/form-field-control.d-eb86711c.d.ts +62 -0
  205. package/form-field.d-2edbc094.d.ts +367 -0
  206. package/grid-list/index.d.ts +5 -3
  207. package/icon/index.d.ts +9 -449
  208. package/icon/testing/index.d.ts +3 -1
  209. package/icon-module.d-aa3bbba0.d.ts +167 -0
  210. package/icon-registry.d-1dffe9de.d.ts +286 -0
  211. package/index.d-0536b706.d.ts +11 -0
  212. package/index.d-37e31cd3.d.ts +13 -0
  213. package/input/index.d.ts +11 -6
  214. package/input/testing/index.d.ts +4 -59
  215. package/input-harness.d-4eecd1d3.d.ts +60 -0
  216. package/line.d-570a2537.d.ts +25 -0
  217. package/list/index.d.ts +13 -19
  218. package/list/testing/index.d.ts +2 -2
  219. package/list-option-types.d-8739f903.d.ts +15 -0
  220. package/menu/index.d.ts +6 -3
  221. package/module.d-74a721b9.d.ts +326 -0
  222. package/module.d-ba05faa6.d.ts +448 -0
  223. package/module.d-c17c834e.d.ts +18 -0
  224. package/module.d-f490a6d4.d.ts +224 -0
  225. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  226. package/option-harness.d-3d33fc9a.d.ts +34 -0
  227. package/option-parent.d-559ad5c5.d.ts +19 -0
  228. package/option.d-6f493d78.d.ts +146 -0
  229. package/package.json +2 -2
  230. package/paginator/index.d.ts +29 -201
  231. package/paginator/testing/index.d.ts +4 -1
  232. package/paginator.d-40b1766e.d.ts +199 -0
  233. package/palette.d-ec4a617c.d.ts +4 -0
  234. package/progress-bar/index.d.ts +4 -3
  235. package/progress-spinner/index.d.ts +7 -96
  236. package/progress-spinner/testing/index.d.ts +3 -1
  237. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  238. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  239. package/radio/index.d.ts +7 -3
  240. package/ripple-loader.d-8aac2988.d.ts +48 -0
  241. package/ripple.d-2fb57d04.d.ts +255 -0
  242. package/schematics/ng-add/index.js +1 -1
  243. package/schematics/ng-add/index.mjs +1 -1
  244. package/select/index.d.ts +24 -446
  245. package/select/testing/index.d.ts +5 -62
  246. package/select-harness.d-7441a7ac.d.ts +63 -0
  247. package/sidenav/index.d.ts +4 -3
  248. package/slide-toggle/index.d.ts +4 -3
  249. package/slider/index.d.ts +6 -3
  250. package/snack-bar/index.d.ts +8 -3
  251. package/sort/index.d.ts +10 -88
  252. package/sort/testing/index.d.ts +1 -1
  253. package/sort-direction.d-f4ce4649.d.ts +3 -0
  254. package/sort.d-c2b79a45.d.ts +87 -0
  255. package/stepper/index.d.ts +9 -4
  256. package/table/index.d.ts +11 -4
  257. package/tabs/index.d.ts +5 -3
  258. package/timepicker/index.d.ts +6 -3
  259. package/timepicker/testing/index.d.ts +1 -1
  260. package/toolbar/index.d.ts +3 -2
  261. package/tooltip/index.d.ts +10 -325
  262. 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 * as i1 from '@angular/material/core';
5
- import { RippleGlobalOptions, MatRipple, ThemePalette } from '@angular/material/core';
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 i1.MatCommonModule, typeof i1.MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb]>;
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
 
@@ -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 * as i1 from '@angular/material/button';
11
- import * as i1$1 from '@angular/material/core';
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 i1.MatButtonModule, typeof i1$1.MatCommonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof i1$1.MatCommonModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
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 { InjectionToken, OnChanges, OnDestroy, OnInit, EventEmitter, Optional, AfterViewInit } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
4
- import { Subject, Observable } from 'rxjs';
5
-
6
- type SortDirection = 'asc' | 'desc' | '';
7
-
8
- /** Position of the arrow that displays when sorted. */
9
- type SortHeaderArrowPosition = 'before' | 'after';
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 i1.MatCommonModule, typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader]>;
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, MAT_SORT_DEFAULT_OPTIONS, MAT_SORT_HEADER_INTL_PROVIDER, MAT_SORT_HEADER_INTL_PROVIDER_FACTORY, MatSort, type MatSortDefaultOptions, MatSortHeader, MatSortHeaderIntl, MatSortModule, type MatSortable, type Sort, type SortDirection, type SortHeaderArrowPosition, matSortAnimations };
163
+ export { type ArrowViewState, type ArrowViewStateTransition, MAT_SORT_HEADER_INTL_PROVIDER, MAT_SORT_HEADER_INTL_PROVIDER_FACTORY, MatSortHeader, MatSortHeaderIntl, MatSortModule, matSortAnimations };
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { SortDirection } from '@angular/material/sort';
2
+ import { S as SortDirection } from '../../sort-direction.d-f4ce4649.js';
3
3
 
4
4
  interface SortHarnessFilters extends BaseHarnessFilters {
5
5
  }
@@ -0,0 +1,3 @@
1
+ type SortDirection = 'asc' | 'desc' | '';
2
+
3
+ export type { SortDirection as S };
@@ -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 };
@@ -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 * as i1 from '@angular/material/core';
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 * as i4 from '@angular/material/icon';
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 i1.MatCommonModule, typeof i3.PortalModule, typeof i3$1.CdkStepperModule, typeof i4.MatIconModule, typeof i1.MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof i1.MatCommonModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
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 * as i1 from '@angular/material/core';
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 { MatSort } from '@angular/material/sort';
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 i1.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 i1.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]>;
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 * as i1 from '@angular/material/core';
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 i1.MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof i1.MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
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
 
@@ -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 { MatOptionParentComponent, MatOption } from '@angular/material/core';
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 i2 from '@angular/cdk/scrolling';
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 i2.CdkScrollableModule, typeof MatTimepicker, typeof MatTimepickerInput, typeof MatTimepickerToggle]>;
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 '@angular/material/core/testing';
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 {
@@ -1,6 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
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 i1.MatCommonModule, typeof MatToolbar, typeof MatToolbarRow], [typeof MatToolbar, typeof MatToolbarRow, typeof i1.MatCommonModule]>;
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