@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,264 +1,17 @@
1
- import { Direction } from '@angular/cdk/bidi';
1
+ import { M as MatButtonToggleGroup, a as MatButtonToggle } from '../button-toggle.d-edc8acff.js';
2
+ export { d as MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, f as MAT_BUTTON_TOGGLE_GROUP, e as MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY, g as MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, a as MatButtonToggle, b as MatButtonToggleAppearance, h as MatButtonToggleChange, c as MatButtonToggleDefaultOptions, M as MatButtonToggleGroup, T as ToggleType } from '../button-toggle.d-edc8acff.js';
2
3
  import * as i0 from '@angular/core';
3
- import { InjectionToken, OnInit, AfterContentInit, QueryList, EventEmitter, AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
4
- import { ControlValueAccessor } from '@angular/forms';
5
- import * as i1 from '@angular/material/core';
6
-
7
- /**
8
- * @deprecated No longer used.
9
- * @breaking-change 11.0.0
10
- */
11
- type ToggleType = 'checkbox' | 'radio';
12
- /** Possible appearance styles for the button toggle. */
13
- type MatButtonToggleAppearance = 'legacy' | 'standard';
14
- /**
15
- * Represents the default options for the button toggle that can be configured
16
- * using the `MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS` injection token.
17
- */
18
- interface MatButtonToggleDefaultOptions {
19
- /**
20
- * Default appearance to be used by button toggles. Can be overridden by explicitly
21
- * setting an appearance on a button toggle or group.
22
- */
23
- appearance?: MatButtonToggleAppearance;
24
- /** Whether icon indicators should be hidden for single-selection button toggle groups. */
25
- hideSingleSelectionIndicator?: boolean;
26
- /** Whether icon indicators should be hidden for multiple-selection button toggle groups. */
27
- hideMultipleSelectionIndicator?: boolean;
28
- /** Whether disabled toggle buttons should be interactive. */
29
- disabledInteractive?: boolean;
30
- }
31
- /**
32
- * Injection token that can be used to configure the
33
- * default options for all button toggles within an app.
34
- */
35
- declare const MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS: InjectionToken<MatButtonToggleDefaultOptions>;
36
- /**
37
- * @docs-private
38
- * @deprecated No longer used, will be removed.
39
- * @breaking-change 21.0.0
40
- */
41
- declare function MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY(): MatButtonToggleDefaultOptions;
42
- /**
43
- * Injection token that can be used to reference instances of `MatButtonToggleGroup`.
44
- * It serves as alternative token to the actual `MatButtonToggleGroup` class which
45
- * could cause unnecessary retention of the class and its component metadata.
46
- */
47
- declare const MAT_BUTTON_TOGGLE_GROUP: InjectionToken<MatButtonToggleGroup>;
48
- /**
49
- * Provider Expression that allows mat-button-toggle-group to register as a ControlValueAccessor.
50
- * This allows it to support [(ngModel)].
51
- * @docs-private
52
- */
53
- declare const MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR: any;
54
- /** Change event object emitted by button toggle. */
55
- declare class MatButtonToggleChange {
56
- /** The button toggle that emits the event. */
57
- source: MatButtonToggle;
58
- /** The value assigned to the button toggle. */
59
- value: any;
60
- constructor(
61
- /** The button toggle that emits the event. */
62
- source: MatButtonToggle,
63
- /** The value assigned to the button toggle. */
64
- value: any);
65
- }
66
- /** Exclusive selection button toggle group that behaves like a radio-button group. */
67
- declare class MatButtonToggleGroup implements ControlValueAccessor, OnInit, AfterContentInit {
68
- private _changeDetector;
69
- private _dir;
70
- private _multiple;
71
- private _disabled;
72
- private _disabledInteractive;
73
- private _selectionModel;
74
- /**
75
- * Reference to the raw value that the consumer tried to assign. The real
76
- * value will exclude any values from this one that don't correspond to a
77
- * toggle. Useful for the cases where the value is assigned before the toggles
78
- * have been initialized or at the same that they're being swapped out.
79
- */
80
- private _rawValue;
81
- /**
82
- * The method to be called in order to update ngModel.
83
- * Now `ngModel` binding is not supported in multiple selection mode.
84
- */
85
- _controlValueAccessorChangeFn: (value: any) => void;
86
- /** onTouch function registered via registerOnTouch (ControlValueAccessor). */
87
- _onTouched: () => any;
88
- /** Child button toggle buttons. */
89
- _buttonToggles: QueryList<MatButtonToggle>;
90
- /** The appearance for all the buttons in the group. */
91
- appearance: MatButtonToggleAppearance;
92
- /** `name` attribute for the underlying `input` element. */
93
- get name(): string;
94
- set name(value: string);
95
- private _name;
96
- /** Whether the toggle group is vertical. */
97
- vertical: boolean;
98
- /** Value of the toggle group. */
99
- get value(): any;
100
- set value(newValue: any);
101
- /**
102
- * Event that emits whenever the value of the group changes.
103
- * Used to facilitate two-way data binding.
104
- * @docs-private
105
- */
106
- readonly valueChange: EventEmitter<any>;
107
- /** Selected button toggles in the group. */
108
- get selected(): MatButtonToggle | MatButtonToggle[];
109
- /** Whether multiple button toggles can be selected. */
110
- get multiple(): boolean;
111
- set multiple(value: boolean);
112
- /** Whether multiple button toggle group is disabled. */
113
- get disabled(): boolean;
114
- set disabled(value: boolean);
115
- /** Whether buttons in the group should be interactive while they're disabled. */
116
- get disabledInteractive(): boolean;
117
- set disabledInteractive(value: boolean);
118
- /** The layout direction of the toggle button group. */
119
- get dir(): Direction;
120
- /** Event emitted when the group's value changes. */
121
- readonly change: EventEmitter<MatButtonToggleChange>;
122
- /** Whether checkmark indicator for single-selection button toggle groups is hidden. */
123
- get hideSingleSelectionIndicator(): boolean;
124
- set hideSingleSelectionIndicator(value: boolean);
125
- private _hideSingleSelectionIndicator;
126
- /** Whether checkmark indicator for multiple-selection button toggle groups is hidden. */
127
- get hideMultipleSelectionIndicator(): boolean;
128
- set hideMultipleSelectionIndicator(value: boolean);
129
- private _hideMultipleSelectionIndicator;
130
- constructor(...args: unknown[]);
131
- ngOnInit(): void;
132
- ngAfterContentInit(): void;
133
- /**
134
- * Sets the model value. Implemented as part of ControlValueAccessor.
135
- * @param value Value to be set to the model.
136
- */
137
- writeValue(value: any): void;
138
- registerOnChange(fn: (value: any) => void): void;
139
- registerOnTouched(fn: any): void;
140
- setDisabledState(isDisabled: boolean): void;
141
- /** Handle keydown event calling to single-select button toggle. */
142
- protected _keydown(event: KeyboardEvent): void;
143
- /** Dispatch change event with current selection and group value. */
144
- _emitChangeEvent(toggle: MatButtonToggle): void;
145
- /**
146
- * Syncs a button toggle's selected state with the model value.
147
- * @param toggle Toggle to be synced.
148
- * @param select Whether the toggle should be selected.
149
- * @param isUserInput Whether the change was a result of a user interaction.
150
- * @param deferEvents Whether to defer emitting the change events.
151
- */
152
- _syncButtonToggle(toggle: MatButtonToggle, select: boolean, isUserInput?: boolean, deferEvents?: boolean): void;
153
- /** Checks whether a button toggle is selected. */
154
- _isSelected(toggle: MatButtonToggle): boolean;
155
- /** Determines whether a button toggle should be checked on init. */
156
- _isPrechecked(toggle: MatButtonToggle): boolean;
157
- /** Initializes the tabindex attribute using the radio pattern. */
158
- private _initializeTabIndex;
159
- /** Obtain the subsequent toggle to which the focus shifts. */
160
- private _getNextButton;
161
- /** Updates the selection state of the toggles in the group based on a value. */
162
- private _setSelectionByValue;
163
- /** Clears the selected toggles. */
164
- private _clearSelection;
165
- /** Selects a value if there's a toggle that corresponds to it. */
166
- private _selectValue;
167
- /** Syncs up the group's value with the model and emits the change event. */
168
- private _updateModelValue;
169
- /** Marks all of the child button toggles to be checked. */
170
- private _markButtonsForCheck;
171
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleGroup, never>;
172
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": { "alias": "appearance"; "required": false; }; "name": { "alias": "name"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "hideMultipleSelectionIndicator": { "alias": "hideMultipleSelectionIndicator"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"], never, true, never>;
173
- static ngAcceptInputType_vertical: unknown;
174
- static ngAcceptInputType_multiple: unknown;
175
- static ngAcceptInputType_disabled: unknown;
176
- static ngAcceptInputType_disabledInteractive: unknown;
177
- static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
178
- static ngAcceptInputType_hideMultipleSelectionIndicator: unknown;
179
- }
180
- /** Single button inside of a toggle group. */
181
- declare class MatButtonToggle implements OnInit, AfterViewInit, OnDestroy {
182
- private _changeDetectorRef;
183
- private _elementRef;
184
- private _focusMonitor;
185
- private _idGenerator;
186
- private _animationMode;
187
- private _checked;
188
- /**
189
- * Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will
190
- * take precedence so this may be omitted.
191
- */
192
- ariaLabel: string;
193
- /**
194
- * Users can specify the `aria-labelledby` attribute which will be forwarded to the input element
195
- */
196
- ariaLabelledby: string | null;
197
- /** Underlying native `button` element. */
198
- _buttonElement: ElementRef<HTMLButtonElement>;
199
- /** The parent button toggle group (exclusive selection). Optional. */
200
- buttonToggleGroup: MatButtonToggleGroup;
201
- /** Unique ID for the underlying `button` element. */
202
- get buttonId(): string;
203
- /** The unique ID for this button toggle. */
204
- id: string;
205
- /** HTML's 'name' attribute used to group radios for unique selection. */
206
- name: string;
207
- /** MatButtonToggleGroup reads this to assign its own value. */
208
- value: any;
209
- /** Tabindex of the toggle. */
210
- get tabIndex(): number | null;
211
- set tabIndex(value: number | null);
212
- private _tabIndex;
213
- /** Whether ripples are disabled on the button toggle. */
214
- disableRipple: boolean;
215
- /** The appearance style of the button. */
216
- get appearance(): MatButtonToggleAppearance;
217
- set appearance(value: MatButtonToggleAppearance);
218
- private _appearance;
219
- /** Whether the button is checked. */
220
- get checked(): boolean;
221
- set checked(value: boolean);
222
- /** Whether the button is disabled. */
223
- get disabled(): boolean;
224
- set disabled(value: boolean);
225
- private _disabled;
226
- /** Whether the button should remain interactive when it is disabled. */
227
- get disabledInteractive(): boolean;
228
- set disabledInteractive(value: boolean);
229
- private _disabledInteractive;
230
- /** Event emitted when the group value changes. */
231
- readonly change: EventEmitter<MatButtonToggleChange>;
232
- constructor(...args: unknown[]);
233
- ngOnInit(): void;
234
- ngAfterViewInit(): void;
235
- ngOnDestroy(): void;
236
- /** Focuses the button. */
237
- focus(options?: FocusOptions): void;
238
- /** Checks the button toggle due to an interaction with the underlying native button. */
239
- _onButtonClick(): void;
240
- /**
241
- * Marks the button toggle as needing checking for change detection.
242
- * This method is exposed because the parent button toggle group will directly
243
- * update bound properties of the radio button.
244
- */
245
- _markForCheck(): void;
246
- /** Gets the name that should be assigned to the inner DOM node. */
247
- _getButtonName(): string | null;
248
- /** Whether the toggle is in single selection mode. */
249
- isSingleSelector(): boolean;
250
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggle, never>;
251
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
252
- static ngAcceptInputType_disableRipple: unknown;
253
- static ngAcceptInputType_checked: unknown;
254
- static ngAcceptInputType_disabled: unknown;
255
- static ngAcceptInputType_disabledInteractive: unknown;
256
- }
4
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
5
+ import { M as MatRippleModule } from '../index.d-0536b706.js';
6
+ import '@angular/cdk/bidi';
7
+ import '@angular/forms';
8
+ import '../ripple.d-2fb57d04.js';
9
+ import '@angular/cdk/platform';
257
10
 
258
11
  declare class MatButtonToggleModule {
259
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleModule, never>;
260
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof i1.MatCommonModule, typeof i1.MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof i1.MatCommonModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof MatCommonModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
261
14
  static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonToggleModule>;
262
15
  }
263
16
 
264
- export { MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, MAT_BUTTON_TOGGLE_GROUP, MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, MatButtonToggle, type MatButtonToggleAppearance, MatButtonToggleChange, type MatButtonToggleDefaultOptions, MatButtonToggleGroup, MatButtonToggleModule, type ToggleType };
17
+ export { MatButtonToggleModule };
@@ -1,5 +1,8 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { MatButtonToggleAppearance } from '@angular/material/button-toggle';
2
+ import { b as MatButtonToggleAppearance } from '../../button-toggle.d-edc8acff.js';
3
+ import '@angular/cdk/bidi';
4
+ import '@angular/core';
5
+ import '@angular/forms';
3
6
 
4
7
  /** Criteria that can be used to filter a list of `MatButtonToggleHarness` instances. */
5
8
  interface ButtonToggleHarnessFilters extends BaseHarnessFilters {
@@ -0,0 +1,257 @@
1
+ import { Direction } from '@angular/cdk/bidi';
2
+ import * as i0 from '@angular/core';
3
+ import { InjectionToken, OnInit, AfterContentInit, QueryList, EventEmitter, AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
4
+ import { ControlValueAccessor } from '@angular/forms';
5
+
6
+ /**
7
+ * @deprecated No longer used.
8
+ * @breaking-change 11.0.0
9
+ */
10
+ type ToggleType = 'checkbox' | 'radio';
11
+ /** Possible appearance styles for the button toggle. */
12
+ type MatButtonToggleAppearance = 'legacy' | 'standard';
13
+ /**
14
+ * Represents the default options for the button toggle that can be configured
15
+ * using the `MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS` injection token.
16
+ */
17
+ interface MatButtonToggleDefaultOptions {
18
+ /**
19
+ * Default appearance to be used by button toggles. Can be overridden by explicitly
20
+ * setting an appearance on a button toggle or group.
21
+ */
22
+ appearance?: MatButtonToggleAppearance;
23
+ /** Whether icon indicators should be hidden for single-selection button toggle groups. */
24
+ hideSingleSelectionIndicator?: boolean;
25
+ /** Whether icon indicators should be hidden for multiple-selection button toggle groups. */
26
+ hideMultipleSelectionIndicator?: boolean;
27
+ /** Whether disabled toggle buttons should be interactive. */
28
+ disabledInteractive?: boolean;
29
+ }
30
+ /**
31
+ * Injection token that can be used to configure the
32
+ * default options for all button toggles within an app.
33
+ */
34
+ declare const MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS: InjectionToken<MatButtonToggleDefaultOptions>;
35
+ /**
36
+ * @docs-private
37
+ * @deprecated No longer used, will be removed.
38
+ * @breaking-change 21.0.0
39
+ */
40
+ declare function MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY(): MatButtonToggleDefaultOptions;
41
+ /**
42
+ * Injection token that can be used to reference instances of `MatButtonToggleGroup`.
43
+ * It serves as alternative token to the actual `MatButtonToggleGroup` class which
44
+ * could cause unnecessary retention of the class and its component metadata.
45
+ */
46
+ declare const MAT_BUTTON_TOGGLE_GROUP: InjectionToken<MatButtonToggleGroup>;
47
+ /**
48
+ * Provider Expression that allows mat-button-toggle-group to register as a ControlValueAccessor.
49
+ * This allows it to support [(ngModel)].
50
+ * @docs-private
51
+ */
52
+ declare const MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR: any;
53
+ /** Change event object emitted by button toggle. */
54
+ declare class MatButtonToggleChange {
55
+ /** The button toggle that emits the event. */
56
+ source: MatButtonToggle;
57
+ /** The value assigned to the button toggle. */
58
+ value: any;
59
+ constructor(
60
+ /** The button toggle that emits the event. */
61
+ source: MatButtonToggle,
62
+ /** The value assigned to the button toggle. */
63
+ value: any);
64
+ }
65
+ /** Exclusive selection button toggle group that behaves like a radio-button group. */
66
+ declare class MatButtonToggleGroup implements ControlValueAccessor, OnInit, AfterContentInit {
67
+ private _changeDetector;
68
+ private _dir;
69
+ private _multiple;
70
+ private _disabled;
71
+ private _disabledInteractive;
72
+ private _selectionModel;
73
+ /**
74
+ * Reference to the raw value that the consumer tried to assign. The real
75
+ * value will exclude any values from this one that don't correspond to a
76
+ * toggle. Useful for the cases where the value is assigned before the toggles
77
+ * have been initialized or at the same that they're being swapped out.
78
+ */
79
+ private _rawValue;
80
+ /**
81
+ * The method to be called in order to update ngModel.
82
+ * Now `ngModel` binding is not supported in multiple selection mode.
83
+ */
84
+ _controlValueAccessorChangeFn: (value: any) => void;
85
+ /** onTouch function registered via registerOnTouch (ControlValueAccessor). */
86
+ _onTouched: () => any;
87
+ /** Child button toggle buttons. */
88
+ _buttonToggles: QueryList<MatButtonToggle>;
89
+ /** The appearance for all the buttons in the group. */
90
+ appearance: MatButtonToggleAppearance;
91
+ /** `name` attribute for the underlying `input` element. */
92
+ get name(): string;
93
+ set name(value: string);
94
+ private _name;
95
+ /** Whether the toggle group is vertical. */
96
+ vertical: boolean;
97
+ /** Value of the toggle group. */
98
+ get value(): any;
99
+ set value(newValue: any);
100
+ /**
101
+ * Event that emits whenever the value of the group changes.
102
+ * Used to facilitate two-way data binding.
103
+ * @docs-private
104
+ */
105
+ readonly valueChange: EventEmitter<any>;
106
+ /** Selected button toggles in the group. */
107
+ get selected(): MatButtonToggle | MatButtonToggle[];
108
+ /** Whether multiple button toggles can be selected. */
109
+ get multiple(): boolean;
110
+ set multiple(value: boolean);
111
+ /** Whether multiple button toggle group is disabled. */
112
+ get disabled(): boolean;
113
+ set disabled(value: boolean);
114
+ /** Whether buttons in the group should be interactive while they're disabled. */
115
+ get disabledInteractive(): boolean;
116
+ set disabledInteractive(value: boolean);
117
+ /** The layout direction of the toggle button group. */
118
+ get dir(): Direction;
119
+ /** Event emitted when the group's value changes. */
120
+ readonly change: EventEmitter<MatButtonToggleChange>;
121
+ /** Whether checkmark indicator for single-selection button toggle groups is hidden. */
122
+ get hideSingleSelectionIndicator(): boolean;
123
+ set hideSingleSelectionIndicator(value: boolean);
124
+ private _hideSingleSelectionIndicator;
125
+ /** Whether checkmark indicator for multiple-selection button toggle groups is hidden. */
126
+ get hideMultipleSelectionIndicator(): boolean;
127
+ set hideMultipleSelectionIndicator(value: boolean);
128
+ private _hideMultipleSelectionIndicator;
129
+ constructor(...args: unknown[]);
130
+ ngOnInit(): void;
131
+ ngAfterContentInit(): void;
132
+ /**
133
+ * Sets the model value. Implemented as part of ControlValueAccessor.
134
+ * @param value Value to be set to the model.
135
+ */
136
+ writeValue(value: any): void;
137
+ registerOnChange(fn: (value: any) => void): void;
138
+ registerOnTouched(fn: any): void;
139
+ setDisabledState(isDisabled: boolean): void;
140
+ /** Handle keydown event calling to single-select button toggle. */
141
+ protected _keydown(event: KeyboardEvent): void;
142
+ /** Dispatch change event with current selection and group value. */
143
+ _emitChangeEvent(toggle: MatButtonToggle): void;
144
+ /**
145
+ * Syncs a button toggle's selected state with the model value.
146
+ * @param toggle Toggle to be synced.
147
+ * @param select Whether the toggle should be selected.
148
+ * @param isUserInput Whether the change was a result of a user interaction.
149
+ * @param deferEvents Whether to defer emitting the change events.
150
+ */
151
+ _syncButtonToggle(toggle: MatButtonToggle, select: boolean, isUserInput?: boolean, deferEvents?: boolean): void;
152
+ /** Checks whether a button toggle is selected. */
153
+ _isSelected(toggle: MatButtonToggle): boolean;
154
+ /** Determines whether a button toggle should be checked on init. */
155
+ _isPrechecked(toggle: MatButtonToggle): boolean;
156
+ /** Initializes the tabindex attribute using the radio pattern. */
157
+ private _initializeTabIndex;
158
+ /** Obtain the subsequent toggle to which the focus shifts. */
159
+ private _getNextButton;
160
+ /** Updates the selection state of the toggles in the group based on a value. */
161
+ private _setSelectionByValue;
162
+ /** Clears the selected toggles. */
163
+ private _clearSelection;
164
+ /** Selects a value if there's a toggle that corresponds to it. */
165
+ private _selectValue;
166
+ /** Syncs up the group's value with the model and emits the change event. */
167
+ private _updateModelValue;
168
+ /** Marks all of the child button toggles to be checked. */
169
+ private _markButtonsForCheck;
170
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleGroup, never>;
171
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": { "alias": "appearance"; "required": false; }; "name": { "alias": "name"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "hideMultipleSelectionIndicator": { "alias": "hideMultipleSelectionIndicator"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"], never, true, never>;
172
+ static ngAcceptInputType_vertical: unknown;
173
+ static ngAcceptInputType_multiple: unknown;
174
+ static ngAcceptInputType_disabled: unknown;
175
+ static ngAcceptInputType_disabledInteractive: unknown;
176
+ static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
177
+ static ngAcceptInputType_hideMultipleSelectionIndicator: unknown;
178
+ }
179
+ /** Single button inside of a toggle group. */
180
+ declare class MatButtonToggle implements OnInit, AfterViewInit, OnDestroy {
181
+ private _changeDetectorRef;
182
+ private _elementRef;
183
+ private _focusMonitor;
184
+ private _idGenerator;
185
+ private _animationMode;
186
+ private _checked;
187
+ /**
188
+ * Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will
189
+ * take precedence so this may be omitted.
190
+ */
191
+ ariaLabel: string;
192
+ /**
193
+ * Users can specify the `aria-labelledby` attribute which will be forwarded to the input element
194
+ */
195
+ ariaLabelledby: string | null;
196
+ /** Underlying native `button` element. */
197
+ _buttonElement: ElementRef<HTMLButtonElement>;
198
+ /** The parent button toggle group (exclusive selection). Optional. */
199
+ buttonToggleGroup: MatButtonToggleGroup;
200
+ /** Unique ID for the underlying `button` element. */
201
+ get buttonId(): string;
202
+ /** The unique ID for this button toggle. */
203
+ id: string;
204
+ /** HTML's 'name' attribute used to group radios for unique selection. */
205
+ name: string;
206
+ /** MatButtonToggleGroup reads this to assign its own value. */
207
+ value: any;
208
+ /** Tabindex of the toggle. */
209
+ get tabIndex(): number | null;
210
+ set tabIndex(value: number | null);
211
+ private _tabIndex;
212
+ /** Whether ripples are disabled on the button toggle. */
213
+ disableRipple: boolean;
214
+ /** The appearance style of the button. */
215
+ get appearance(): MatButtonToggleAppearance;
216
+ set appearance(value: MatButtonToggleAppearance);
217
+ private _appearance;
218
+ /** Whether the button is checked. */
219
+ get checked(): boolean;
220
+ set checked(value: boolean);
221
+ /** Whether the button is disabled. */
222
+ get disabled(): boolean;
223
+ set disabled(value: boolean);
224
+ private _disabled;
225
+ /** Whether the button should remain interactive when it is disabled. */
226
+ get disabledInteractive(): boolean;
227
+ set disabledInteractive(value: boolean);
228
+ private _disabledInteractive;
229
+ /** Event emitted when the group value changes. */
230
+ readonly change: EventEmitter<MatButtonToggleChange>;
231
+ constructor(...args: unknown[]);
232
+ ngOnInit(): void;
233
+ ngAfterViewInit(): void;
234
+ ngOnDestroy(): void;
235
+ /** Focuses the button. */
236
+ focus(options?: FocusOptions): void;
237
+ /** Checks the button toggle due to an interaction with the underlying native button. */
238
+ _onButtonClick(): void;
239
+ /**
240
+ * Marks the button toggle as needing checking for change detection.
241
+ * This method is exposed because the parent button toggle group will directly
242
+ * update bound properties of the radio button.
243
+ */
244
+ _markForCheck(): void;
245
+ /** Gets the name that should be assigned to the inner DOM node. */
246
+ _getButtonName(): string | null;
247
+ /** Whether the toggle is in single selection mode. */
248
+ isSingleSelector(): boolean;
249
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggle, never>;
250
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
251
+ static ngAcceptInputType_disableRipple: unknown;
252
+ static ngAcceptInputType_checked: unknown;
253
+ static ngAcceptInputType_disabled: unknown;
254
+ static ngAcceptInputType_disabledInteractive: unknown;
255
+ }
256
+
257
+ export { MatButtonToggleGroup as M, type ToggleType as T, MatButtonToggle as a, type MatButtonToggleAppearance as b, type MatButtonToggleDefaultOptions as c, MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS as d, MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY as e, MAT_BUTTON_TOGGLE_GROUP as f, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR as g, MatButtonToggleChange as h };
package/card/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken } 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
  type MatCardAppearance = 'outlined' | 'raised';
6
7
  /** Object that can be used to configure the default options for the card module. */
@@ -148,7 +149,7 @@ declare class MatCardAvatar {
148
149
 
149
150
  declare class MatCardModule {
150
151
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardModule, never>;
151
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof i1.MatCommonModule, typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof i1.MatCommonModule]>;
152
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof MatCommonModule, typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof MatCommonModule]>;
152
153
  static ɵinj: i0.ɵɵInjectorDeclaration<MatCardModule>;
153
154
  }
154
155
 
@@ -1,9 +1,10 @@
1
1
  import { FocusableOption } from '@angular/cdk/a11y';
2
2
  import * as i0 from '@angular/core';
3
- import { AfterViewInit, OnChanges, ElementRef, EventEmitter, SimpleChanges, InjectionToken, Provider } from '@angular/core';
4
- import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, CheckboxRequiredValidator } from '@angular/forms';
5
- import * as i1 from '@angular/material/core';
6
- import { ThemePalette } from '@angular/material/core';
3
+ import { AfterViewInit, OnChanges, ElementRef, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
4
+ import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
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
  /**
9
10
  * Represents the different states that require custom transitions between them.
@@ -19,11 +20,6 @@ declare enum TransitionCheckState {
19
20
  /** The state representing the component when it's becoming indeterminate. */
20
21
  Indeterminate = 3
21
22
  }
22
- /**
23
- * @deprecated Will stop being exported.
24
- * @breaking-change 19.0.0
25
- */
26
- declare const MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: any;
27
23
  /** Change event object emitted by checkbox. */
28
24
  declare class MatCheckboxChange {
29
25
  /** The source checkbox of the event. */
@@ -217,37 +213,10 @@ declare function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptio
217
213
  */
218
214
  type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefined;
219
215
 
220
- /**
221
- * @deprecated No longer used, `MatCheckbox` implements required validation directly.
222
- * @breaking-change 19.0.0
223
- */
224
- declare const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider;
225
- /**
226
- * Validator for Material checkbox's required attribute in template-driven checkbox.
227
- * Current CheckboxRequiredValidator only work with `input type=checkbox` and does not
228
- * work with `mat-checkbox`.
229
- *
230
- * @deprecated No longer used, `MatCheckbox` implements required validation directly.
231
- * @breaking-change 19.0.0
232
- */
233
- declare class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {
234
- static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxRequiredValidator, never>;
235
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never, never, true, never>;
236
- }
237
-
238
- /**
239
- * @deprecated No longer used, `MatCheckbox` implements required validation directly.
240
- * @breaking-change 19.0.0
241
- */
242
- declare class _MatCheckboxRequiredValidatorModule {
243
- static ɵfac: i0.ɵɵFactoryDeclaration<_MatCheckboxRequiredValidatorModule, never>;
244
- static ɵmod: i0.ɵɵNgModuleDeclaration<_MatCheckboxRequiredValidatorModule, never, [typeof MatCheckboxRequiredValidator], [typeof MatCheckboxRequiredValidator]>;
245
- static ɵinj: i0.ɵɵInjectorDeclaration<_MatCheckboxRequiredValidatorModule>;
246
- }
247
216
  declare class MatCheckboxModule {
248
217
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
249
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox, typeof i1.MatCommonModule], [typeof MatCheckbox, typeof i1.MatCommonModule]>;
218
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox, typeof MatCommonModule], [typeof MatCheckbox, typeof MatCommonModule]>;
250
219
  static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>;
251
220
  }
252
221
 
253
- export { MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR, MAT_CHECKBOX_DEFAULT_OPTIONS, MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY, MAT_CHECKBOX_REQUIRED_VALIDATOR, MatCheckbox, MatCheckboxChange, type MatCheckboxClickAction, type MatCheckboxDefaultOptions, MatCheckboxModule, MatCheckboxRequiredValidator, TransitionCheckState, _MatCheckboxRequiredValidatorModule };
222
+ export { MAT_CHECKBOX_DEFAULT_OPTIONS, MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY, MatCheckbox, MatCheckboxChange, type MatCheckboxClickAction, type MatCheckboxDefaultOptions, MatCheckboxModule, TransitionCheckState };