@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
@@ -2,13 +2,20 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, OnDestroy, TemplateRef, ElementRef, QueryList, EventEmitter, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
5
- import * as i1 from '@angular/material/core';
6
- import { MatOption, ThemePalette, MatOptgroup, MatOptionSelectionChange } from '@angular/material/core';
7
- export { MatOptgroup, MatOption } from '@angular/material/core';
5
+ import { M as MatOptionModule } from '../index.d-37e31cd3.js';
6
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
7
+ import { T as ThemePalette } from '../palette.d-ec4a617c.js';
8
+ import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from '../option.d-6f493d78.js';
9
+ export { a as MatOptgroup, M as MatOption } from '../option.d-6f493d78.js';
8
10
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
9
11
  import { ControlValueAccessor } from '@angular/forms';
10
12
  import { Observable } from 'rxjs';
11
- import * as i2$1 from '@angular/cdk/scrolling';
13
+ import * as i5 from '@angular/cdk/scrolling';
14
+ import '../index.d-0536b706.js';
15
+ import '../ripple.d-2fb57d04.js';
16
+ import '@angular/cdk/platform';
17
+ import '../pseudo-checkbox-module.d-3abc0461.js';
18
+ import '@angular/cdk/bidi';
12
19
 
13
20
  /** Event object that is emitted when an autocomplete option is selected. */
14
21
  declare class MatAutocompleteSelectedEvent {
@@ -320,8 +327,8 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
320
327
  registerOnChange(fn: (value: any) => {}): void;
321
328
  registerOnTouched(fn: () => {}): void;
322
329
  setDisabledState(isDisabled: boolean): void;
323
- _handleKeydown(event: KeyboardEvent): void;
324
- _handleInput(event: KeyboardEvent): void;
330
+ _handleKeydown(e: Event): void;
331
+ _handleInput(event: Event): void;
325
332
  _handleFocus(): void;
326
333
  _handleClick(): void;
327
334
  /** Whether the input currently has focus. */
@@ -422,7 +429,7 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
422
429
 
423
430
  declare class MatAutocompleteModule {
424
431
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
425
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof i1.MatOptionModule, typeof i1.MatCommonModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i2$1.CdkScrollableModule, typeof MatAutocomplete, typeof i1.MatOptionModule, typeof i1.MatCommonModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
432
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i5.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
426
433
  static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
427
434
  }
428
435
 
@@ -1,5 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { OptionHarnessFilters, MatOptionHarness, OptgroupHarnessFilters, MatOptgroupHarness } from '@angular/material/core/testing';
2
+ import { O as OptionHarnessFilters, M as MatOptionHarness } from '../../option-harness.d-3d33fc9a.js';
3
+ import { O as OptgroupHarnessFilters, M as MatOptgroupHarness } from '../../optgroup-harness.d-7f741f69.js';
3
4
 
4
5
  /** A set of criteria that can be used to filter a list of `MatAutocompleteHarness` instances. */
5
6
  interface AutocompleteHarnessFilters extends BaseHarnessFilters {
package/badge/index.d.ts CHANGED
@@ -1,106 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, OnDestroy } from '@angular/core';
3
2
  import * as i1 from '@angular/cdk/a11y';
4
- import * as i1$1 from '@angular/material/core';
5
- import { ThemePalette } from '@angular/material/core';
6
-
7
- /** Allowed position options for matBadgePosition */
8
- type MatBadgePosition = 'above after' | 'above before' | 'below before' | 'below after' | 'before' | 'after' | 'above' | 'below';
9
- /** Allowed size options for matBadgeSize */
10
- type MatBadgeSize = 'small' | 'medium' | 'large';
11
- /**
12
- * Component used to load the structural styles of the badge.
13
- * @docs-private
14
- */
15
- declare class _MatBadgeStyleLoader {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<_MatBadgeStyleLoader, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<_MatBadgeStyleLoader, "ng-component", never, {}, {}, never, never, true, never>;
18
- }
19
- /** Directive to display a text badge. */
20
- declare class MatBadge implements OnInit, OnDestroy {
21
- private _ngZone;
22
- private _elementRef;
23
- private _ariaDescriber;
24
- private _renderer;
25
- private _animationMode;
26
- private _idGenerator;
27
- /**
28
- * Theme color of the badge. This API is supported in M2 themes only, it
29
- * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/badge/styling.
30
- *
31
- * For information on applying color variants in M3, see
32
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
33
- */
34
- get color(): ThemePalette;
35
- set color(value: ThemePalette);
36
- private _color;
37
- /** Whether the badge should overlap its contents or not */
38
- overlap: boolean;
39
- /** Whether the badge is disabled. */
40
- disabled: boolean;
41
- /**
42
- * Position the badge should reside.
43
- * Accepts any combination of 'above'|'below' and 'before'|'after'
44
- */
45
- position: MatBadgePosition;
46
- /** The content for the badge */
47
- get content(): string | number | undefined | null;
48
- set content(newContent: string | number | undefined | null);
49
- private _content;
50
- /** Message used to describe the decorated element via aria-describedby */
51
- get description(): string;
52
- set description(newDescription: string);
53
- private _description;
54
- /** Size of the badge. Can be 'small', 'medium', or 'large'. */
55
- size: MatBadgeSize;
56
- /** Whether the badge is hidden. */
57
- hidden: boolean;
58
- /** Visible badge element. */
59
- private _badgeElement;
60
- /** Inline badge description. Used when the badge is applied to non-interactive host elements. */
61
- private _inlineBadgeDescription;
62
- /** Whether the OnInit lifecycle hook has run yet */
63
- private _isInitialized;
64
- /** InteractivityChecker to determine if the badge host is focusable. */
65
- private _interactivityChecker;
66
- private _document;
67
- constructor(...args: unknown[]);
68
- /** Whether the badge is above the host or not */
69
- isAbove(): boolean;
70
- /** Whether the badge is after the host or not */
71
- isAfter(): boolean;
72
- /**
73
- * Gets the element into which the badge's content is being rendered. Undefined if the element
74
- * hasn't been created (e.g. if the badge doesn't have content).
75
- */
76
- getBadgeElement(): HTMLElement | undefined;
77
- ngOnInit(): void;
78
- ngOnDestroy(): void;
79
- /** Gets whether the badge's host element is interactive. */
80
- private _isHostInteractive;
81
- /** Creates the badge element */
82
- private _createBadgeElement;
83
- /** Update the text content of the badge element in the DOM, creating the element if necessary. */
84
- private _updateRenderedContent;
85
- /** Updates the host element's aria description via AriaDescriber. */
86
- private _updateDescription;
87
- private _updateInlineDescription;
88
- private _removeInlineDescription;
89
- /** Adds css theme class given the color to the component host */
90
- private _setColor;
91
- /** Clears any existing badges that might be left over from server-side rendering. */
92
- private _clearExistingBadges;
93
- static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, never>;
94
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, true, never>;
95
- static ngAcceptInputType_overlap: unknown;
96
- static ngAcceptInputType_disabled: unknown;
97
- static ngAcceptInputType_hidden: unknown;
98
- }
3
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
4
+ import { M as MatBadge, _ as _MatBadgeStyleLoader } from '../badge.d-49a8a74b.js';
5
+ export { M as MatBadge, a as MatBadgePosition, b as MatBadgeSize } from '../badge.d-49a8a74b.js';
6
+ import '@angular/cdk/bidi';
7
+ import '../palette.d-ec4a617c.js';
99
8
 
100
9
  declare class MatBadgeModule {
101
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBadgeModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof i1$1.MatCommonModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof i1$1.MatCommonModule]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof MatCommonModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof MatCommonModule]>;
103
12
  static ɵinj: i0.ɵɵInjectorDeclaration<MatBadgeModule>;
104
13
  }
105
14
 
106
- export { MatBadge, MatBadgeModule, type MatBadgePosition, type MatBadgeSize };
15
+ export { MatBadgeModule };
@@ -1,5 +1,7 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { MatBadgePosition, MatBadgeSize } from '@angular/material/badge';
2
+ import { a as MatBadgePosition, b as MatBadgeSize } from '../../badge.d-49a8a74b.js';
3
+ import '@angular/core';
4
+ import '../../palette.d-ec4a617c.js';
3
5
 
4
6
  interface BadgeHarnessFilters extends BaseHarnessFilters {
5
7
  text?: string | RegExp;
@@ -0,0 +1,98 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, OnDestroy } from '@angular/core';
3
+ import { T as ThemePalette } from './palette.d-ec4a617c.js';
4
+
5
+ /** Allowed position options for matBadgePosition */
6
+ type MatBadgePosition = 'above after' | 'above before' | 'below before' | 'below after' | 'before' | 'after' | 'above' | 'below';
7
+ /** Allowed size options for matBadgeSize */
8
+ type MatBadgeSize = 'small' | 'medium' | 'large';
9
+ /**
10
+ * Component used to load the structural styles of the badge.
11
+ * @docs-private
12
+ */
13
+ declare class _MatBadgeStyleLoader {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatBadgeStyleLoader, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<_MatBadgeStyleLoader, "ng-component", never, {}, {}, never, never, true, never>;
16
+ }
17
+ /** Directive to display a text badge. */
18
+ declare class MatBadge implements OnInit, OnDestroy {
19
+ private _ngZone;
20
+ private _elementRef;
21
+ private _ariaDescriber;
22
+ private _renderer;
23
+ private _animationMode;
24
+ private _idGenerator;
25
+ /**
26
+ * Theme color of the badge. This API is supported in M2 themes only, it
27
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/badge/styling.
28
+ *
29
+ * For information on applying color variants in M3, see
30
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
31
+ */
32
+ get color(): ThemePalette;
33
+ set color(value: ThemePalette);
34
+ private _color;
35
+ /** Whether the badge should overlap its contents or not */
36
+ overlap: boolean;
37
+ /** Whether the badge is disabled. */
38
+ disabled: boolean;
39
+ /**
40
+ * Position the badge should reside.
41
+ * Accepts any combination of 'above'|'below' and 'before'|'after'
42
+ */
43
+ position: MatBadgePosition;
44
+ /** The content for the badge */
45
+ get content(): string | number | undefined | null;
46
+ set content(newContent: string | number | undefined | null);
47
+ private _content;
48
+ /** Message used to describe the decorated element via aria-describedby */
49
+ get description(): string;
50
+ set description(newDescription: string);
51
+ private _description;
52
+ /** Size of the badge. Can be 'small', 'medium', or 'large'. */
53
+ size: MatBadgeSize;
54
+ /** Whether the badge is hidden. */
55
+ hidden: boolean;
56
+ /** Visible badge element. */
57
+ private _badgeElement;
58
+ /** Inline badge description. Used when the badge is applied to non-interactive host elements. */
59
+ private _inlineBadgeDescription;
60
+ /** Whether the OnInit lifecycle hook has run yet */
61
+ private _isInitialized;
62
+ /** InteractivityChecker to determine if the badge host is focusable. */
63
+ private _interactivityChecker;
64
+ private _document;
65
+ constructor(...args: unknown[]);
66
+ /** Whether the badge is above the host or not */
67
+ isAbove(): boolean;
68
+ /** Whether the badge is after the host or not */
69
+ isAfter(): boolean;
70
+ /**
71
+ * Gets the element into which the badge's content is being rendered. Undefined if the element
72
+ * hasn't been created (e.g. if the badge doesn't have content).
73
+ */
74
+ getBadgeElement(): HTMLElement | undefined;
75
+ ngOnInit(): void;
76
+ ngOnDestroy(): void;
77
+ /** Gets whether the badge's host element is interactive. */
78
+ private _isHostInteractive;
79
+ /** Creates the badge element */
80
+ private _createBadgeElement;
81
+ /** Update the text content of the badge element in the DOM, creating the element if necessary. */
82
+ private _updateRenderedContent;
83
+ /** Updates the host element's aria description via AriaDescriber. */
84
+ private _updateDescription;
85
+ private _updateInlineDescription;
86
+ private _removeInlineDescription;
87
+ /** Adds css theme class given the color to the component host */
88
+ private _setColor;
89
+ /** Clears any existing badges that might be left over from server-side rendering. */
90
+ private _clearExistingBadges;
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, never>;
92
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, true, never>;
93
+ static ngAcceptInputType_overlap: unknown;
94
+ static ngAcceptInputType_disabled: unknown;
95
+ static ngAcceptInputType_hidden: unknown;
96
+ }
97
+
98
+ export { MatBadge as M, _MatBadgeStyleLoader as _, type MatBadgePosition as a, type MatBadgeSize as b };
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, ComponentRef, TemplateRef } from '@angular/core';
3
3
  import * as i1 from '@angular/cdk/dialog';
4
4
  import { CdkDialogContainer, DialogRef } from '@angular/cdk/dialog';
5
- import * as i1$1 from '@angular/material/core';
5
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
6
6
  import * as i3 from '@angular/cdk/portal';
7
7
  import { ComponentType } from '@angular/cdk/portal';
8
8
  import { Direction } from '@angular/cdk/bidi';
@@ -39,7 +39,7 @@ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDe
39
39
 
40
40
  declare class MatBottomSheetModule {
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
42
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof i1$1.MatCommonModule, typeof i3.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof i1$1.MatCommonModule]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof MatCommonModule, typeof i3.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof MatCommonModule]>;
43
43
  static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
44
44
  }
45
45
 
package/button/index.d.ts CHANGED
@@ -1,220 +1,10 @@
1
- import { FocusOrigin } from '@angular/cdk/a11y';
2
- import * as i0 from '@angular/core';
3
- import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone, OnInit } from '@angular/core';
4
- import * as i1 from '@angular/material/core';
5
- import { ThemePalette, MatRippleLoader } from '@angular/material/core';
6
-
7
- /** Object that can be used to configure the default options for the button component. */
8
- interface MatButtonConfig {
9
- /** Whether disabled buttons should be interactive. */
10
- disabledInteractive?: boolean;
11
- /** Default palette color to apply to buttons. */
12
- color?: ThemePalette;
13
- }
14
- /** Injection token that can be used to provide the default options the button component. */
15
- declare const MAT_BUTTON_CONFIG: InjectionToken<MatButtonConfig>;
16
- /** Base class for all buttons. */
17
- declare class MatButtonBase implements AfterViewInit, OnDestroy {
18
- _elementRef: ElementRef<any>;
19
- _ngZone: NgZone;
20
- _animationMode: "NoopAnimations" | "BrowserAnimations" | null;
21
- private readonly _focusMonitor;
22
- /**
23
- * Handles the lazy creation of the MatButton ripple.
24
- * Used to improve initial load time of large applications.
25
- */
26
- protected _rippleLoader: MatRippleLoader;
27
- /** Whether this button is a FAB. Used to apply the correct class on the ripple. */
28
- protected _isFab: boolean;
29
- /**
30
- * Theme color of the button. This API is supported in M2 themes only, it has
31
- * no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
32
- *
33
- * For information on applying color variants in M3, see
34
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
35
- */
36
- color?: string | null;
37
- /** Whether the ripple effect is disabled or not. */
38
- get disableRipple(): boolean;
39
- set disableRipple(value: any);
40
- private _disableRipple;
41
- /** Whether the button is disabled. */
42
- get disabled(): boolean;
43
- set disabled(value: any);
44
- private _disabled;
45
- /** `aria-disabled` value of the button. */
46
- ariaDisabled: boolean | undefined;
47
- /**
48
- * Natively disabled buttons prevent focus and any pointer events from reaching the button.
49
- * In some scenarios this might not be desirable, because it can prevent users from finding out
50
- * why the button is disabled (e.g. via tooltip).
51
- *
52
- * Enabling this input will change the button so that it is styled to be disabled and will be
53
- * marked as `aria-disabled`, but it will allow the button to receive events and focus.
54
- *
55
- * Note that by enabling this, you need to set the `tabindex` yourself if the button isn't
56
- * meant to be tabbable and you have to prevent the button action (e.g. form submissions).
57
- */
58
- disabledInteractive: boolean;
59
- constructor(...args: unknown[]);
60
- ngAfterViewInit(): void;
61
- ngOnDestroy(): void;
62
- /** Focuses the button. */
63
- focus(origin?: FocusOrigin, options?: FocusOptions): void;
64
- protected _getAriaDisabled(): boolean | null;
65
- protected _getDisabledAttribute(): true | null;
66
- private _updateRippleDisabled;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
68
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, { "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, {}, never, never, true, never>;
69
- static ngAcceptInputType_disableRipple: unknown;
70
- static ngAcceptInputType_disabled: unknown;
71
- static ngAcceptInputType_ariaDisabled: unknown;
72
- static ngAcceptInputType_disabledInteractive: unknown;
73
- }
74
- /**
75
- * Anchor button base.
76
- */
77
- declare class MatAnchorBase extends MatButtonBase implements OnInit, OnDestroy {
78
- private _renderer;
79
- private _cleanupClick;
80
- tabIndex: number;
81
- ngOnInit(): void;
82
- ngOnDestroy(): void;
83
- _haltDisabledEvents: (event: Event) => void;
84
- protected _getAriaDisabled(): boolean | null;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchorBase, never>;
86
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAnchorBase, never, never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, true, never>;
87
- static ngAcceptInputType_tabIndex: unknown;
88
- }
89
-
90
- /**
91
- * Material Design button component. Users interact with a button to perform an action.
92
- * See https://material.io/components/buttons
93
- *
94
- * The `MatButton` class applies to native button elements and captures the appearances for
95
- * "text button", "outlined button", and "contained button" per the Material Design
96
- * specification. `MatButton` additionally captures an additional "flat" appearance, which matches
97
- * "contained" but without elevation.
98
- */
99
- declare class MatButton extends MatButtonBase {
100
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, never>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", ["matButton"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
102
- }
103
- /**
104
- * Material Design button component for anchor elements. Anchor elements are used to provide
105
- * links for the user to navigate across different routes or pages.
106
- * See https://material.io/components/buttons
107
- *
108
- * The `MatAnchor` class applies to native anchor elements and captures the appearances for
109
- * "text button", "outlined button", and "contained button" per the Material Design
110
- * specification. `MatAnchor` additionally captures an additional "flat" appearance, which matches
111
- * "contained" but without elevation.
112
- */
113
- declare class MatAnchor extends MatAnchorBase {
114
- static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchor, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
116
- }
117
-
118
- /** Default FAB options that can be overridden. */
119
- interface MatFabDefaultOptions {
120
- /**
121
- * Default theme color of the button. This API is supported in M2 themes
122
- * only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
123
- *
124
- * For information on applying color variants in M3, see
125
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants.
126
- */
127
- color?: ThemePalette;
128
- }
129
- /** Injection token to be used to override the default options for FAB. */
130
- declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
131
- /**
132
- * @docs-private
133
- * @deprecated No longer used, will be removed.
134
- * @breaking-change 21.0.0
135
- */
136
- declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
137
- /**
138
- * Material Design floating action button (FAB) component. These buttons represent the primary
139
- * or most common action for users to interact with.
140
- * See https://material.io/components/buttons-floating-action-button/
141
- *
142
- * The `MatFabButton` class has two appearances: normal and extended.
143
- */
144
- declare class MatFabButton extends MatButtonBase {
145
- private _options;
146
- _isFab: boolean;
147
- extended: boolean;
148
- constructor(...args: unknown[]);
149
- static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab]", ["matButton"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
151
- static ngAcceptInputType_extended: unknown;
152
- }
153
- /**
154
- * Material Design mini floating action button (FAB) component. These buttons represent the primary
155
- * or most common action for users to interact with.
156
- * See https://material.io/components/buttons-floating-action-button/
157
- */
158
- declare class MatMiniFabButton extends MatButtonBase {
159
- private _options;
160
- _isFab: boolean;
161
- constructor(...args: unknown[]);
162
- static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, never>;
163
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab]", ["matButton"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
164
- }
165
- /**
166
- * Material Design floating action button (FAB) component for anchor elements. Anchor elements
167
- * are used to provide links for the user to navigate across different routes or pages.
168
- * See https://material.io/components/buttons-floating-action-button/
169
- *
170
- * The `MatFabAnchor` class has two appearances: normal and extended.
171
- */
172
- declare class MatFabAnchor extends MatAnchor {
173
- private _options;
174
- _isFab: boolean;
175
- extended: boolean;
176
- constructor(...args: unknown[]);
177
- static ɵfac: i0.ɵɵFactoryDeclaration<MatFabAnchor, never>;
178
- static ɵcmp: i0.ɵɵComponentDeclaration<MatFabAnchor, "a[mat-fab]", ["matButton", "matAnchor"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
179
- static ngAcceptInputType_extended: unknown;
180
- }
181
- /**
182
- * Material Design mini floating action button (FAB) component for anchor elements. Anchor elements
183
- * are used to provide links for the user to navigate across different routes or pages.
184
- * See https://material.io/components/buttons-floating-action-button/
185
- */
186
- declare class MatMiniFabAnchor extends MatAnchor {
187
- private _options;
188
- _isFab: boolean;
189
- constructor(...args: unknown[]);
190
- static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabAnchor, never>;
191
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabAnchor, "a[mat-mini-fab]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
192
- }
193
-
194
- /**
195
- * Material Design icon button component. This type of button displays a single interactive icon for
196
- * users to perform an action.
197
- * See https://material.io/develop/web/components/buttons/icon-buttons/
198
- */
199
- declare class MatIconButton extends MatButtonBase {
200
- constructor(...args: unknown[]);
201
- static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, never>;
202
- static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], {}, {}, never, ["*"], true, never>;
203
- }
204
- /**
205
- * Material Design icon button component for anchor elements. This button displays a single
206
- * interaction icon that allows users to navigate across different routes or pages.
207
- * See https://material.io/develop/web/components/buttons/icon-buttons/
208
- */
209
- declare class MatIconAnchor extends MatAnchorBase {
210
- static ɵfac: i0.ɵɵFactoryDeclaration<MatIconAnchor, never>;
211
- static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], {}, {}, never, ["*"], true, never>;
212
- }
213
-
214
- declare class MatButtonModule {
215
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
216
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof i1.MatCommonModule, typeof i1.MatRippleModule, typeof MatAnchor, typeof MatButton, typeof MatIconAnchor, typeof MatMiniFabAnchor, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabAnchor, typeof MatFabButton], [typeof MatAnchor, typeof MatButton, typeof MatIconAnchor, typeof MatIconButton, typeof MatMiniFabAnchor, typeof MatMiniFabButton, typeof MatFabAnchor, typeof MatFabButton, typeof i1.MatCommonModule]>;
217
- static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
218
- }
219
-
220
- export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MAT_FAB_DEFAULT_OPTIONS_FACTORY, MatAnchor, MatButton, type MatButtonConfig, MatButtonModule, MatFabAnchor, MatFabButton, type MatFabDefaultOptions, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
1
+ export { M as MAT_BUTTON_CONFIG, e as MAT_FAB_DEFAULT_OPTIONS, f as MAT_FAB_DEFAULT_OPTIONS_FACTORY, c as MatAnchor, b as MatButton, a as MatButtonConfig, m as MatButtonModule, i as MatFabAnchor, g as MatFabButton, d as MatFabDefaultOptions, l as MatIconAnchor, k as MatIconButton, j as MatMiniFabAnchor, h as MatMiniFabButton } from '../module.d-18a67f56.js';
2
+ import '@angular/core';
3
+ import '../common-module.d-0e6515ae.js';
4
+ import '@angular/cdk/bidi';
5
+ import '../index.d-0536b706.js';
6
+ import '../ripple.d-2fb57d04.js';
7
+ import '@angular/cdk/platform';
8
+ import '@angular/cdk/a11y';
9
+ import '../palette.d-ec4a617c.js';
10
+ import '../ripple-loader.d-8aac2988.js';