@angular/material 19.2.3 → 20.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/autocomplete/index.d.ts +14 -7
  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 +7 -38
  13. package/chips/index.d.ts +9 -5
  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/date-adapter.d-c6835d41.d.ts +267 -0
  18. package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
  19. package/datepicker/index.d.ts +20 -14
  20. package/datepicker/testing/index.d.ts +5 -277
  21. package/dialog/index.d.ts +12 -360
  22. package/dialog/testing/index.d.ts +6 -1
  23. package/dialog.d-57867441.d.ts +335 -0
  24. package/divider/index.d.ts +3 -2
  25. package/divider/testing/index.d.ts +2 -14
  26. package/divider-harness.d-d34fede4.d.ts +14 -0
  27. package/error-options.d-448d9046.d.ts +17 -0
  28. package/expansion/index.d.ts +3 -2
  29. package/fesm2022/autocomplete/testing.mjs +2 -1
  30. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  31. package/fesm2022/autocomplete.mjs +29 -17
  32. package/fesm2022/autocomplete.mjs.map +1 -1
  33. package/fesm2022/badge/testing.mjs.map +1 -1
  34. package/fesm2022/badge.mjs +12 -11
  35. package/fesm2022/badge.mjs.map +1 -1
  36. package/fesm2022/bottom-sheet.mjs +13 -11
  37. package/fesm2022/bottom-sheet.mjs.map +1 -1
  38. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  39. package/fesm2022/button-toggle.mjs +17 -11
  40. package/fesm2022/button-toggle.mjs.map +1 -1
  41. package/fesm2022/button.mjs +14 -481
  42. package/fesm2022/button.mjs.map +1 -1
  43. package/fesm2022/card.mjs +49 -47
  44. package/fesm2022/card.mjs.map +1 -1
  45. package/fesm2022/checkbox.mjs +27 -68
  46. package/fesm2022/checkbox.mjs.map +1 -1
  47. package/fesm2022/chips.mjs +51 -42
  48. package/fesm2022/chips.mjs.map +1 -1
  49. package/fesm2022/common-module-2d64df09.mjs +42 -0
  50. package/fesm2022/common-module-2d64df09.mjs.map +1 -0
  51. package/fesm2022/core/testing.mjs +3 -76
  52. package/fesm2022/core/testing.mjs.map +1 -1
  53. package/fesm2022/core.mjs +38 -1598
  54. package/fesm2022/core.mjs.map +1 -1
  55. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  56. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  57. package/fesm2022/date-range-input-harness-ee47cdb0.mjs +467 -0
  58. package/fesm2022/date-range-input-harness-ee47cdb0.mjs.map +1 -0
  59. package/fesm2022/datepicker/testing.mjs +5 -465
  60. package/fesm2022/datepicker/testing.mjs.map +1 -1
  61. package/fesm2022/datepicker.mjs +119 -112
  62. package/fesm2022/datepicker.mjs.map +1 -1
  63. package/fesm2022/dialog/testing.mjs +12 -1
  64. package/fesm2022/dialog/testing.mjs.map +1 -1
  65. package/fesm2022/dialog.mjs +14 -897
  66. package/fesm2022/dialog.mjs.map +1 -1
  67. package/fesm2022/divider/testing.mjs +2 -17
  68. package/fesm2022/divider/testing.mjs.map +1 -1
  69. package/fesm2022/divider-harness-3394f29a.mjs +18 -0
  70. package/fesm2022/divider-harness-3394f29a.mjs.map +1 -0
  71. package/fesm2022/divider.mjs +10 -8
  72. package/fesm2022/divider.mjs.map +1 -1
  73. package/fesm2022/error-options-4a00765e.mjs +29 -0
  74. package/fesm2022/error-options-4a00765e.mjs.map +1 -0
  75. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  76. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  77. package/fesm2022/expansion.mjs +28 -26
  78. package/fesm2022/expansion.mjs.map +1 -1
  79. package/fesm2022/form-field/testing/control.mjs +2 -10
  80. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  81. package/fesm2022/form-field/testing.mjs +7 -4
  82. package/fesm2022/form-field/testing.mjs.map +1 -1
  83. package/fesm2022/form-field-6d755764.mjs +1076 -0
  84. package/fesm2022/form-field-6d755764.mjs.map +1 -0
  85. package/fesm2022/form-field-control-harness-af6fd278.mjs +11 -0
  86. package/fesm2022/form-field-control-harness-af6fd278.mjs.map +1 -0
  87. package/fesm2022/form-field.mjs +14 -1106
  88. package/fesm2022/form-field.mjs.map +1 -1
  89. package/fesm2022/grid-list/testing.mjs +1 -1
  90. package/fesm2022/grid-list/testing.mjs.map +1 -1
  91. package/fesm2022/grid-list.mjs +30 -169
  92. package/fesm2022/grid-list.mjs.map +1 -1
  93. package/fesm2022/icon/testing.mjs +12 -8
  94. package/fesm2022/icon/testing.mjs.map +1 -1
  95. package/fesm2022/icon-button-47f1b5d9.mjs +248 -0
  96. package/fesm2022/icon-button-47f1b5d9.mjs.map +1 -0
  97. package/fesm2022/icon-module-3f77a24d.mjs +395 -0
  98. package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
  99. package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
  100. package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
  101. package/fesm2022/icon.mjs +11 -1024
  102. package/fesm2022/icon.mjs.map +1 -1
  103. package/fesm2022/index-1763d3a6.mjs +22 -0
  104. package/fesm2022/index-1763d3a6.mjs.map +1 -0
  105. package/fesm2022/index-4bc1d6d3.mjs +20 -0
  106. package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
  107. package/fesm2022/input/testing.mjs +5 -113
  108. package/fesm2022/input/testing.mjs.map +1 -1
  109. package/fesm2022/input-harness-ed59decc.mjs +115 -0
  110. package/fesm2022/input-harness-ed59decc.mjs.map +1 -0
  111. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  112. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  113. package/fesm2022/input.mjs +21 -19
  114. package/fesm2022/input.mjs.map +1 -1
  115. package/fesm2022/internal-form-field-434c4039.mjs +27 -0
  116. package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
  117. package/fesm2022/line-d6afe347.mjs +59 -0
  118. package/fesm2022/line-d6afe347.mjs.map +1 -0
  119. package/fesm2022/list/testing.mjs +1 -1
  120. package/fesm2022/list/testing.mjs.map +1 -1
  121. package/fesm2022/list.mjs +57 -50
  122. package/fesm2022/list.mjs.map +1 -1
  123. package/fesm2022/menu.mjs +23 -19
  124. package/fesm2022/menu.mjs.map +1 -1
  125. package/fesm2022/module-3bf2775f.mjs +1293 -0
  126. package/fesm2022/module-3bf2775f.mjs.map +1 -0
  127. package/fesm2022/module-47e3be58.mjs +970 -0
  128. package/fesm2022/module-47e3be58.mjs.map +1 -0
  129. package/fesm2022/module-a5f9ab72.mjs +875 -0
  130. package/fesm2022/module-a5f9ab72.mjs.map +1 -0
  131. package/fesm2022/module-d757bba0.mjs +38 -0
  132. package/fesm2022/module-d757bba0.mjs.map +1 -0
  133. package/fesm2022/module-df9f7af3.mjs +152 -0
  134. package/fesm2022/module-df9f7af3.mjs.map +1 -0
  135. package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
  136. package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
  137. package/fesm2022/option-07c3c660.mjs +348 -0
  138. package/fesm2022/option-07c3c660.mjs.map +1 -0
  139. package/fesm2022/option-harness-3b7c1106.mjs +46 -0
  140. package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
  141. package/fesm2022/paginator/testing.mjs +4 -1
  142. package/fesm2022/paginator/testing.mjs.map +1 -1
  143. package/fesm2022/paginator.mjs +41 -15
  144. package/fesm2022/paginator.mjs.map +1 -1
  145. package/fesm2022/progress-bar.mjs +10 -8
  146. package/fesm2022/progress-bar.mjs.map +1 -1
  147. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  148. package/fesm2022/progress-spinner.mjs +10 -8
  149. package/fesm2022/progress-spinner.mjs.map +1 -1
  150. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
  151. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
  152. package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
  153. package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
  154. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  155. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  156. package/fesm2022/radio.mjs +18 -11
  157. package/fesm2022/radio.mjs.map +1 -1
  158. package/fesm2022/ripple-9939d1f5.mjs +639 -0
  159. package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
  160. package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
  161. package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
  162. package/fesm2022/select/testing.mjs +5 -121
  163. package/fesm2022/select/testing.mjs.map +1 -1
  164. package/fesm2022/select-harness-8c55824d.mjs +123 -0
  165. package/fesm2022/select-harness-8c55824d.mjs.map +1 -0
  166. package/fesm2022/select.mjs +30 -1315
  167. package/fesm2022/select.mjs.map +1 -1
  168. package/fesm2022/sidenav.mjs +23 -23
  169. package/fesm2022/sidenav.mjs.map +1 -1
  170. package/fesm2022/slide-toggle.mjs +27 -71
  171. package/fesm2022/slide-toggle.mjs.map +1 -1
  172. package/fesm2022/slider.mjs +22 -17
  173. package/fesm2022/slider.mjs.map +1 -1
  174. package/fesm2022/snack-bar.mjs +32 -24
  175. package/fesm2022/snack-bar.mjs.map +1 -1
  176. package/fesm2022/sort/testing.mjs.map +1 -1
  177. package/fesm2022/sort.mjs +16 -14
  178. package/fesm2022/sort.mjs.map +1 -1
  179. package/fesm2022/stepper.mjs +42 -33
  180. package/fesm2022/stepper.mjs.map +1 -1
  181. package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
  182. package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
  183. package/fesm2022/table.mjs +58 -56
  184. package/fesm2022/table.mjs.map +1 -1
  185. package/fesm2022/tabs.mjs +47 -44
  186. package/fesm2022/tabs.mjs.map +1 -1
  187. package/fesm2022/timepicker/testing.mjs +1 -1
  188. package/fesm2022/timepicker/testing.mjs.map +1 -1
  189. package/fesm2022/timepicker.mjs +31 -20
  190. package/fesm2022/timepicker.mjs.map +1 -1
  191. package/fesm2022/toolbar.mjs +13 -11
  192. package/fesm2022/toolbar.mjs.map +1 -1
  193. package/fesm2022/tooltip.mjs +15 -968
  194. package/fesm2022/tooltip.mjs.map +1 -1
  195. package/fesm2022/tree.mjs +28 -26
  196. package/fesm2022/tree.mjs.map +1 -1
  197. package/form-field/index.d.ts +12 -437
  198. package/form-field/testing/control/index.d.ts +2 -10
  199. package/form-field/testing/index.d.ts +7 -5
  200. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  201. package/form-field-control.d-eb86711c.d.ts +62 -0
  202. package/form-field.d-2edbc094.d.ts +367 -0
  203. package/grid-list/index.d.ts +5 -3
  204. package/icon/index.d.ts +9 -449
  205. package/icon/testing/index.d.ts +3 -1
  206. package/icon-module.d-aa3bbba0.d.ts +167 -0
  207. package/icon-registry.d-1dffe9de.d.ts +286 -0
  208. package/index.d-0536b706.d.ts +11 -0
  209. package/index.d-37e31cd3.d.ts +13 -0
  210. package/input/index.d.ts +11 -6
  211. package/input/testing/index.d.ts +4 -59
  212. package/input-harness.d-4eecd1d3.d.ts +60 -0
  213. package/line.d-570a2537.d.ts +25 -0
  214. package/list/index.d.ts +13 -19
  215. package/list/testing/index.d.ts +2 -2
  216. package/list-option-types.d-8739f903.d.ts +15 -0
  217. package/menu/index.d.ts +6 -3
  218. package/module.d-18a67f56.d.ts +206 -0
  219. package/module.d-74a721b9.d.ts +326 -0
  220. package/module.d-ba05faa6.d.ts +448 -0
  221. package/module.d-c17c834e.d.ts +18 -0
  222. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  223. package/option-harness.d-3d33fc9a.d.ts +34 -0
  224. package/option-parent.d-559ad5c5.d.ts +19 -0
  225. package/option.d-6f493d78.d.ts +146 -0
  226. package/package.json +6 -6
  227. package/paginator/index.d.ts +29 -201
  228. package/paginator/testing/index.d.ts +4 -1
  229. package/paginator.d-40b1766e.d.ts +199 -0
  230. package/palette.d-ec4a617c.d.ts +4 -0
  231. package/progress-bar/index.d.ts +4 -3
  232. package/progress-spinner/index.d.ts +7 -96
  233. package/progress-spinner/testing/index.d.ts +3 -1
  234. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  235. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  236. package/radio/index.d.ts +7 -3
  237. package/ripple-loader.d-8aac2988.d.ts +48 -0
  238. package/ripple.d-2fb57d04.d.ts +255 -0
  239. package/schematics/migration.json +4 -4
  240. package/schematics/ng-add/index.js +2 -2
  241. package/schematics/ng-add/index.mjs +2 -2
  242. package/schematics/ng-update/index_bundled.js +4 -4
  243. package/schematics/ng-update/index_bundled.js.map +1 -1
  244. package/select/index.d.ts +24 -451
  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 +7 -45
  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 +7 -4
  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
@@ -1,9 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges, Provider } from '@angular/core';
3
- import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, CheckboxRequiredValidator } from '@angular/forms';
2
+ import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges } from '@angular/core';
3
+ import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
4
4
  import { FocusMonitor } from '@angular/cdk/a11y';
5
- import * as i1 from '@angular/material/core';
6
- import { ThemePalette } from '@angular/material/core';
5
+ import { T as ThemePalette } from '../palette.d-ec4a617c.js';
6
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
7
+ import '@angular/cdk/bidi';
7
8
 
8
9
  /** Default `mat-slide-toggle` options that can be overridden. */
9
10
  interface MatSlideToggleDefaultOptions {
@@ -25,15 +26,6 @@ interface MatSlideToggleDefaultOptions {
25
26
  /** Injection token to be used to override the default options for `mat-slide-toggle`. */
26
27
  declare const MAT_SLIDE_TOGGLE_DEFAULT_OPTIONS: InjectionToken<MatSlideToggleDefaultOptions>;
27
28
 
28
- /**
29
- * @deprecated Will stop being exported.
30
- * @breaking-change 19.0.0
31
- */
32
- declare const MAT_SLIDE_TOGGLE_VALUE_ACCESSOR: {
33
- provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
34
- useExisting: i0.Type<any>;
35
- multi: boolean;
36
- };
37
29
  /** Change event object emitted by a slide toggle. */
38
30
  declare class MatSlideToggleChange {
39
31
  /** The source slide toggle of the event. */
@@ -150,40 +142,10 @@ declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnChanges,
150
142
  static ngAcceptInputType_disabledInteractive: unknown;
151
143
  }
152
144
 
153
- /**
154
- * @deprecated No longer used, `MatCheckbox` implements required validation directly.
155
- * @breaking-change 19.0.0
156
- */
157
- declare const MAT_SLIDE_TOGGLE_REQUIRED_VALIDATOR: Provider;
158
- /**
159
- * Validator for Material slide-toggle components with the required attribute in a
160
- * template-driven form. The default validator for required form controls asserts
161
- * that the control value is not undefined but that is not appropriate for a slide-toggle
162
- * where the value is always defined.
163
- *
164
- * Required slide-toggle form controls are valid when checked.
165
- *
166
- * @deprecated No longer used, `MatCheckbox` implements required validation directly.
167
- * @breaking-change 19.0.0
168
- */
169
- declare class MatSlideToggleRequiredValidator extends CheckboxRequiredValidator {
170
- static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleRequiredValidator, never>;
171
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleRequiredValidator, "mat-slide-toggle[required][formControlName], mat-slide-toggle[required][formControl], mat-slide-toggle[required][ngModel]", never, {}, {}, never, never, true, never>;
172
- }
173
-
174
- /**
175
- * @deprecated No longer used, `MatSlideToggle` implements required validation directly.
176
- * @breaking-change 19.0.0
177
- */
178
- declare class _MatSlideToggleRequiredValidatorModule {
179
- static ɵfac: i0.ɵɵFactoryDeclaration<_MatSlideToggleRequiredValidatorModule, never>;
180
- static ɵmod: i0.ɵɵNgModuleDeclaration<_MatSlideToggleRequiredValidatorModule, never, [typeof MatSlideToggleRequiredValidator], [typeof MatSlideToggleRequiredValidator]>;
181
- static ɵinj: i0.ɵɵInjectorDeclaration<_MatSlideToggleRequiredValidatorModule>;
182
- }
183
145
  declare class MatSlideToggleModule {
184
146
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
185
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof i1.MatCommonModule], [typeof MatSlideToggle, typeof i1.MatCommonModule]>;
147
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof MatCommonModule], [typeof MatSlideToggle, typeof MatCommonModule]>;
186
148
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
187
149
  }
188
150
 
189
- export { MAT_SLIDE_TOGGLE_DEFAULT_OPTIONS, MAT_SLIDE_TOGGLE_REQUIRED_VALIDATOR, MAT_SLIDE_TOGGLE_VALUE_ACCESSOR, MatSlideToggle, MatSlideToggleChange, type MatSlideToggleDefaultOptions, MatSlideToggleModule, MatSlideToggleRequiredValidator, _MatSlideToggleRequiredValidatorModule };
151
+ export { MAT_SLIDE_TOGGLE_DEFAULT_OPTIONS, MatSlideToggle, MatSlideToggleChange, type MatSlideToggleDefaultOptions, MatSlideToggleModule };
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-18a67f56.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`.
@@ -92,7 +95,7 @@ declare class MatTimepickerInput<D> implements ControlValueAccessor, Validator,
92
95
  /** Handles clicks on the input or the containing form field. */
93
96
  private _handleClick;
94
97
  /** Handles the `input` event. */
95
- protected _handleInput(value: string): void;
98
+ protected _handleInput(event: Event): void;
96
99
  /** Handles the `blur` event. */
97
100
  protected _handleBlur(): void;
98
101
  /** Handles the `keydown` event. */
@@ -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