@angular/material 21.0.0-next.1 → 21.0.0-next.10

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 (389) hide show
  1. package/chips/_m3-chip.scss +2 -5
  2. package/core/focus-indicators/_private.scss +16 -0
  3. package/core/tokens/_classes.scss +130 -145
  4. package/core/tokens/m2/_md-sys-color-internal.scss +11 -0
  5. package/core/tokens/m2/_md-sys-color.scss +28 -19
  6. package/core/tokens/m3/_md-sys-color-internal.scss +11 -0
  7. package/core/tokens/m3/_md-sys-color.scss +5 -31
  8. package/core/tokens/m3/_md-sys-typescale-internal.scss +5 -0
  9. package/core/tokens/m3/_md-sys-typescale.scss +2 -16
  10. package/fesm2022/{animation.mjs → _animation-chunk.mjs} +2 -23
  11. package/fesm2022/_animation-chunk.mjs.map +1 -0
  12. package/fesm2022/{date-formats.mjs → _date-formats-chunk.mjs} +3 -11
  13. package/fesm2022/_date-formats-chunk.mjs.map +1 -0
  14. package/fesm2022/{date-range-input-harness.mjs → _date-range-input-harness-chunk.mjs} +1 -1
  15. package/fesm2022/_date-range-input-harness-chunk.mjs.map +1 -0
  16. package/fesm2022/{error-options.mjs → _error-options-chunk.mjs} +1 -1
  17. package/fesm2022/_error-options-chunk.mjs.map +1 -0
  18. package/fesm2022/{error-state.mjs → _error-state-chunk.mjs} +1 -1
  19. package/fesm2022/_error-state-chunk.mjs.map +1 -0
  20. package/fesm2022/_form-field-chunk.mjs +1114 -0
  21. package/fesm2022/_form-field-chunk.mjs.map +1 -0
  22. package/fesm2022/{icon-button.mjs → _icon-button-chunk.mjs} +4 -4
  23. package/fesm2022/_icon-button-chunk.mjs.map +1 -0
  24. package/fesm2022/{icon-registry.mjs → _icon-registry-chunk.mjs} +3 -30
  25. package/fesm2022/_icon-registry-chunk.mjs.map +1 -0
  26. package/fesm2022/{input-harness.mjs → _input-harness-chunk.mjs} +1 -1
  27. package/fesm2022/_input-harness-chunk.mjs.map +1 -0
  28. package/fesm2022/{input-value-accessor.mjs → _input-value-accessor-chunk.mjs} +1 -1
  29. package/fesm2022/_input-value-accessor-chunk.mjs.map +1 -0
  30. package/fesm2022/{internal-form-field.mjs → _internal-form-field-chunk.mjs} +1 -1
  31. package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
  32. package/fesm2022/{line.mjs → _line-chunk.mjs} +6 -6
  33. package/fesm2022/_line-chunk.mjs.map +1 -0
  34. package/fesm2022/{option.mjs → _option-chunk.mjs} +6 -6
  35. package/fesm2022/_option-chunk.mjs.map +1 -0
  36. package/fesm2022/{option-harness.mjs → _option-harness-chunk.mjs} +1 -1
  37. package/fesm2022/_option-harness-chunk.mjs.map +1 -0
  38. package/fesm2022/{option-module.mjs → _option-module-chunk.mjs} +9 -9
  39. package/fesm2022/_option-module-chunk.mjs.map +1 -0
  40. package/fesm2022/{pseudo-checkbox.mjs → _pseudo-checkbox-chunk.mjs} +2 -2
  41. package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
  42. package/fesm2022/{pseudo-checkbox-module.mjs → _pseudo-checkbox-module-chunk.mjs} +7 -7
  43. package/fesm2022/_pseudo-checkbox-module-chunk.mjs.map +1 -0
  44. package/fesm2022/{public-api.mjs → _public-api-chunk.mjs} +1 -1
  45. package/fesm2022/_public-api-chunk.mjs.map +1 -0
  46. package/fesm2022/{ripple.mjs → _ripple-chunk.mjs} +4 -4
  47. package/fesm2022/_ripple-chunk.mjs.map +1 -0
  48. package/fesm2022/{ripple-loader.mjs → _ripple-loader-chunk.mjs} +3 -3
  49. package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
  50. package/fesm2022/{ripple-module.mjs → _ripple-module-chunk.mjs} +7 -7
  51. package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
  52. package/fesm2022/{structural-styles.mjs → _structural-styles-chunk.mjs} +1 -1
  53. package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
  54. package/fesm2022/{tooltip2.mjs → _tooltip-chunk.mjs} +8 -35
  55. package/fesm2022/_tooltip-chunk.mjs.map +1 -0
  56. package/fesm2022/{autocomplete/testing.mjs → autocomplete-testing.mjs} +3 -3
  57. package/fesm2022/autocomplete-testing.mjs.map +1 -0
  58. package/fesm2022/autocomplete.mjs +20 -52
  59. package/fesm2022/autocomplete.mjs.map +1 -1
  60. package/fesm2022/{badge/testing.mjs → badge-testing.mjs} +1 -1
  61. package/fesm2022/badge-testing.mjs.map +1 -0
  62. package/fesm2022/badge.mjs +6 -7
  63. package/fesm2022/badge.mjs.map +1 -1
  64. package/fesm2022/{bottom-sheet/testing.mjs → bottom-sheet-testing.mjs} +1 -1
  65. package/fesm2022/bottom-sheet-testing.mjs.map +1 -0
  66. package/fesm2022/bottom-sheet.mjs +12 -90
  67. package/fesm2022/bottom-sheet.mjs.map +1 -1
  68. package/fesm2022/{button/testing.mjs → button-testing.mjs} +6 -2
  69. package/fesm2022/button-testing.mjs.map +1 -0
  70. package/fesm2022/{button-toggle/testing.mjs → button-toggle-testing.mjs} +1 -1
  71. package/fesm2022/button-toggle-testing.mjs.map +1 -0
  72. package/fesm2022/button-toggle.mjs +17 -26
  73. package/fesm2022/button-toggle.mjs.map +1 -1
  74. package/fesm2022/button.mjs +24 -46
  75. package/fesm2022/button.mjs.map +1 -1
  76. package/fesm2022/{card/testing.mjs → card-testing.mjs} +1 -1
  77. package/fesm2022/card-testing.mjs.map +1 -0
  78. package/fesm2022/card.mjs +6 -8
  79. package/fesm2022/card.mjs.map +1 -1
  80. package/fesm2022/{checkbox/testing.mjs → checkbox-testing.mjs} +1 -1
  81. package/fesm2022/checkbox-testing.mjs.map +1 -0
  82. package/fesm2022/checkbox.mjs +21 -31
  83. package/fesm2022/checkbox.mjs.map +1 -1
  84. package/fesm2022/{chips/testing.mjs → chips-testing.mjs} +1 -7
  85. package/fesm2022/chips-testing.mjs.map +1 -0
  86. package/fesm2022/chips.mjs +42 -22
  87. package/fesm2022/chips.mjs.map +1 -1
  88. package/fesm2022/{core/testing.mjs → core-testing.mjs} +2 -2
  89. package/fesm2022/core-testing.mjs.map +1 -0
  90. package/fesm2022/core.mjs +17 -24
  91. package/fesm2022/core.mjs.map +1 -1
  92. package/fesm2022/{datepicker/testing.mjs → datepicker-testing.mjs} +3 -3
  93. package/fesm2022/datepicker-testing.mjs.map +1 -0
  94. package/fesm2022/datepicker.mjs +114 -268
  95. package/fesm2022/datepicker.mjs.map +1 -1
  96. package/fesm2022/{dialog/testing.mjs → dialog-testing.mjs} +7 -8
  97. package/fesm2022/dialog-testing.mjs.map +1 -0
  98. package/fesm2022/dialog.mjs +882 -115
  99. package/fesm2022/dialog.mjs.map +1 -1
  100. package/fesm2022/{divider/testing.mjs → divider-testing.mjs} +1 -1
  101. package/fesm2022/divider-testing.mjs.map +1 -0
  102. package/fesm2022/divider.mjs +5 -7
  103. package/fesm2022/divider.mjs.map +1 -1
  104. package/fesm2022/{expansion/testing.mjs → expansion-testing.mjs} +1 -1
  105. package/fesm2022/expansion-testing.mjs.map +1 -0
  106. package/fesm2022/expansion.mjs +10 -114
  107. package/fesm2022/expansion.mjs.map +1 -1
  108. package/fesm2022/{form-field/testing/control.mjs → form-field-testing-control.mjs} +1 -1
  109. package/fesm2022/form-field-testing-control.mjs.map +1 -0
  110. package/fesm2022/{form-field/testing.mjs → form-field-testing.mjs} +5 -5
  111. package/fesm2022/form-field-testing.mjs.map +1 -0
  112. package/fesm2022/form-field.mjs +20 -51
  113. package/fesm2022/form-field.mjs.map +1 -1
  114. package/fesm2022/{grid-list/testing.mjs → grid-list-testing.mjs} +2 -2
  115. package/fesm2022/grid-list-testing.mjs.map +1 -0
  116. package/fesm2022/grid-list.mjs +9 -14
  117. package/fesm2022/grid-list.mjs.map +1 -1
  118. package/fesm2022/{icon/testing.mjs → icon-testing.mjs} +2 -2
  119. package/fesm2022/icon-testing.mjs.map +1 -0
  120. package/fesm2022/icon.mjs +17 -25
  121. package/fesm2022/icon.mjs.map +1 -1
  122. package/fesm2022/{input/testing.mjs → input-testing.mjs} +3 -3
  123. package/fesm2022/{input/testing.mjs.map → input-testing.mjs.map} +1 -1
  124. package/fesm2022/input.mjs +12 -13
  125. package/fesm2022/input.mjs.map +1 -1
  126. package/fesm2022/{list/testing.mjs → list-testing.mjs} +2 -2
  127. package/fesm2022/list-testing.mjs.map +1 -0
  128. package/fesm2022/list.mjs +14 -15
  129. package/fesm2022/list.mjs.map +1 -1
  130. package/fesm2022/{menu/testing.mjs → menu-testing.mjs} +1 -1
  131. package/fesm2022/menu-testing.mjs.map +1 -0
  132. package/fesm2022/menu.mjs +25 -173
  133. package/fesm2022/menu.mjs.map +1 -1
  134. package/fesm2022/{paginator/testing.mjs → paginator-testing.mjs} +2 -2
  135. package/fesm2022/paginator-testing.mjs.map +1 -0
  136. package/fesm2022/paginator.mjs +23 -44
  137. package/fesm2022/paginator.mjs.map +1 -1
  138. package/fesm2022/{progress-bar/testing.mjs → progress-bar-testing.mjs} +1 -1
  139. package/fesm2022/progress-bar-testing.mjs.map +1 -0
  140. package/fesm2022/progress-bar.mjs +20 -25
  141. package/fesm2022/progress-bar.mjs.map +1 -1
  142. package/fesm2022/{progress-spinner/testing.mjs → progress-spinner-testing.mjs} +1 -1
  143. package/fesm2022/progress-spinner-testing.mjs.map +1 -0
  144. package/fesm2022/progress-spinner.mjs +7 -17
  145. package/fesm2022/progress-spinner.mjs.map +1 -1
  146. package/fesm2022/{radio/testing.mjs → radio-testing.mjs} +1 -1
  147. package/fesm2022/radio-testing.mjs.map +1 -0
  148. package/fesm2022/radio.mjs +16 -25
  149. package/fesm2022/radio.mjs.map +1 -1
  150. package/fesm2022/{select/testing.mjs → select-testing.mjs} +1 -1
  151. package/fesm2022/select-testing.mjs.map +1 -0
  152. package/fesm2022/select.mjs +1299 -96
  153. package/fesm2022/select.mjs.map +1 -1
  154. package/fesm2022/{sidenav/testing.mjs → sidenav-testing.mjs} +1 -1
  155. package/fesm2022/sidenav-testing.mjs.map +1 -0
  156. package/fesm2022/sidenav.mjs +10 -100
  157. package/fesm2022/sidenav.mjs.map +1 -1
  158. package/fesm2022/{slide-toggle/testing.mjs → slide-toggle-testing.mjs} +1 -1
  159. package/fesm2022/slide-toggle-testing.mjs.map +1 -0
  160. package/fesm2022/slide-toggle.mjs +9 -10
  161. package/fesm2022/slide-toggle.mjs.map +1 -1
  162. package/fesm2022/{slider/testing.mjs → slider-testing.mjs} +1 -1
  163. package/fesm2022/slider-testing.mjs.map +1 -0
  164. package/fesm2022/slider.mjs +11 -25
  165. package/fesm2022/slider.mjs.map +1 -1
  166. package/fesm2022/{snack-bar/testing.mjs → snack-bar-testing.mjs} +1 -1
  167. package/fesm2022/snack-bar-testing.mjs.map +1 -0
  168. package/fesm2022/snack-bar.mjs +15 -109
  169. package/fesm2022/snack-bar.mjs.map +1 -1
  170. package/fesm2022/{sort/testing.mjs → sort-testing.mjs} +1 -1
  171. package/fesm2022/sort-testing.mjs.map +1 -0
  172. package/fesm2022/sort.mjs +11 -338
  173. package/fesm2022/sort.mjs.map +1 -1
  174. package/fesm2022/{stepper/testing.mjs → stepper-testing.mjs} +3 -2
  175. package/fesm2022/stepper-testing.mjs.map +1 -0
  176. package/fesm2022/stepper.mjs +19 -192
  177. package/fesm2022/stepper.mjs.map +1 -1
  178. package/fesm2022/{table/testing.mjs → table-testing.mjs} +36 -4
  179. package/fesm2022/table-testing.mjs.map +1 -0
  180. package/fesm2022/table.mjs +14 -11
  181. package/fesm2022/table.mjs.map +1 -1
  182. package/fesm2022/{tabs/testing.mjs → tabs-testing.mjs} +1 -1
  183. package/fesm2022/tabs-testing.mjs.map +1 -0
  184. package/fesm2022/tabs.mjs +27 -181
  185. package/fesm2022/tabs.mjs.map +1 -1
  186. package/fesm2022/{timepicker/testing.mjs → timepicker-testing.mjs} +2 -2
  187. package/fesm2022/timepicker-testing.mjs.map +1 -0
  188. package/fesm2022/timepicker.mjs +27 -21
  189. package/fesm2022/timepicker.mjs.map +1 -1
  190. package/fesm2022/{toolbar/testing.mjs → toolbar-testing.mjs} +1 -1
  191. package/fesm2022/toolbar-testing.mjs.map +1 -0
  192. package/fesm2022/toolbar.mjs +5 -7
  193. package/fesm2022/toolbar.mjs.map +1 -1
  194. package/fesm2022/{tooltip/testing.mjs → tooltip-testing.mjs} +1 -1
  195. package/fesm2022/tooltip-testing.mjs.map +1 -0
  196. package/fesm2022/tooltip.mjs +22 -55
  197. package/fesm2022/tooltip.mjs.map +1 -1
  198. package/fesm2022/{tree/testing.mjs → tree-testing.mjs} +1 -1
  199. package/fesm2022/tree-testing.mjs.map +1 -0
  200. package/fesm2022/tree.mjs +6 -8
  201. package/fesm2022/tree.mjs.map +1 -1
  202. package/package.json +115 -114
  203. package/prebuilt-themes/deeppurple-amber.css +1 -1
  204. package/prebuilt-themes/indigo-pink.css +1 -1
  205. package/prebuilt-themes/pink-bluegrey.css +1 -1
  206. package/prebuilt-themes/purple-green.css +1 -1
  207. package/schematics/ng-add/index.js +1 -1
  208. package/slider/_m2-slider.scss +1 -0
  209. package/slider/_m3-slider.scss +5 -2
  210. package/{badge.d.d.ts → types/_badge-chunk.d.ts} +1 -1
  211. package/{button-toggle.d.d.ts → types/_button-toggle-chunk.d.ts} +1 -7
  212. package/{date-adapter.d.d.ts → types/_date-adapter-chunk.d.ts} +1 -7
  213. package/{form-field.d.d.ts → types/_form-field-chunk.d.ts} +2 -2
  214. package/{form-field-module.d.d.ts → types/_form-field-module-chunk.d.ts} +4 -4
  215. package/{icon-module.d.d.ts → types/_icon-module-chunk.d.ts} +4 -10
  216. package/{icon-registry.d.d.ts → types/_icon-registry-chunk.d.ts} +2 -18
  217. package/{line.d.d.ts → types/_line-chunk.d.ts} +2 -2
  218. package/types/_option-module-chunk.d.ts +13 -0
  219. package/{paginator.d.d.ts → types/_paginator-chunk.d.ts} +4 -20
  220. package/{progress-spinner.d.d.ts → types/_progress-spinner-chunk.d.ts} +4 -10
  221. package/{pseudo-checkbox-module.d.d.ts → types/_pseudo-checkbox-module-chunk.d.ts} +2 -2
  222. package/{ripple.d.d.ts → types/_ripple-chunk.d.ts} +3 -3
  223. package/{ripple-module.d.d.ts → types/_ripple-module-chunk.d.ts} +3 -3
  224. package/{sort.d.d.ts → types/_sort-chunk.d.ts} +1 -1
  225. package/{autocomplete/testing/index.d.ts → types/autocomplete-testing.d.ts} +2 -2
  226. package/{autocomplete/index.d.ts → types/autocomplete.d.ts} +10 -33
  227. package/{badge/testing/index.d.ts → types/badge-testing.d.ts} +2 -2
  228. package/types/badge.d.ts +14 -0
  229. package/{bottom-sheet/index.d.ts → types/bottom-sheet.d.ts} +10 -14
  230. package/{button/testing/index.d.ts → types/button-testing.d.ts} +2 -0
  231. package/{button-toggle/testing/index.d.ts → types/button-toggle-testing.d.ts} +1 -1
  232. package/types/button-toggle.d.ts +16 -0
  233. package/{button/index.d.ts → types/button.d.ts} +7 -14
  234. package/{card/index.d.ts → types/card.d.ts} +2 -3
  235. package/{checkbox/index.d.ts → types/checkbox.d.ts} +4 -11
  236. package/{chips/index.d.ts → types/chips.d.ts} +55 -50
  237. package/{core/testing/index.d.ts → types/core-testing.d.ts} +1 -1
  238. package/{core/index.d.ts → types/core.d.ts} +14 -41
  239. package/{datepicker/testing/index.d.ts → types/datepicker-testing.d.ts} +2 -2
  240. package/{datepicker/index.d.ts → types/datepicker.d.ts} +48 -101
  241. package/{dialog/testing/index.d.ts → types/dialog-testing.d.ts} +1 -1
  242. package/{dialog/index.d.ts → types/dialog.d.ts} +9 -32
  243. package/{divider/index.d.ts → types/divider.d.ts} +2 -3
  244. package/{expansion/index.d.ts → types/expansion.d.ts} +5 -41
  245. package/{form-field/testing/control/index.d.ts → types/form-field-testing-control.d.ts} +1 -1
  246. package/{form-field/testing/index.d.ts → types/form-field-testing.d.ts} +4 -4
  247. package/{form-field/index.d.ts → types/form-field.d.ts} +6 -17
  248. package/{grid-list/index.d.ts → types/grid-list.d.ts} +3 -4
  249. package/{icon/testing/index.d.ts → types/icon-testing.d.ts} +1 -1
  250. package/types/icon.d.ts +8 -0
  251. package/{input/testing/index.d.ts → types/input-testing.d.ts} +2 -2
  252. package/{input/index.d.ts → types/input.d.ts} +10 -11
  253. package/{list/testing/index.d.ts → types/list-testing.d.ts} +2 -2
  254. package/{list/index.d.ts → types/list.d.ts} +10 -11
  255. package/{menu/index.d.ts → types/menu.d.ts} +7 -48
  256. package/{paginator/testing/index.d.ts → types/paginator-testing.d.ts} +1 -1
  257. package/types/paginator.d.ts +35 -0
  258. package/{progress-bar/index.d.ts → types/progress-bar.d.ts} +4 -11
  259. package/{progress-spinner/testing/index.d.ts → types/progress-spinner-testing.d.ts} +2 -2
  260. package/{progress-spinner/index.d.ts → types/progress-spinner.d.ts} +5 -6
  261. package/{radio/index.d.ts → types/radio.d.ts} +6 -13
  262. package/{select-module.d.d.ts → types/select.d.ts} +19 -26
  263. package/{sidenav/index.d.ts → types/sidenav.d.ts} +4 -21
  264. package/{slide-toggle/index.d.ts → types/slide-toggle.d.ts} +3 -4
  265. package/{slider/index.d.ts → types/slider.d.ts} +5 -5
  266. package/{snack-bar/index.d.ts → types/snack-bar.d.ts} +9 -25
  267. package/{sort/testing/index.d.ts → types/sort-testing.d.ts} +1 -1
  268. package/{sort/index.d.ts → types/sort.d.ts} +8 -40
  269. package/{stepper/index.d.ts → types/stepper.d.ts} +11 -39
  270. package/{table/testing/index.d.ts → types/table-testing.d.ts} +27 -1
  271. package/{table/index.d.ts → types/table.d.ts} +11 -11
  272. package/{tabs/index.d.ts → types/tabs.d.ts} +6 -22
  273. package/{timepicker/testing/index.d.ts → types/timepicker-testing.d.ts} +1 -1
  274. package/{timepicker/index.d.ts → types/timepicker.d.ts} +151 -130
  275. package/{toolbar/index.d.ts → types/toolbar.d.ts} +2 -3
  276. package/{tooltip-module.d.d.ts → types/tooltip.d.ts} +7 -29
  277. package/{tree/index.d.ts → types/tree.d.ts} +2 -3
  278. package/badge/index.d.ts +0 -15
  279. package/button-toggle/index.d.ts +0 -17
  280. package/common-module.d.d.ts +0 -44
  281. package/fesm2022/animation.mjs.map +0 -1
  282. package/fesm2022/autocomplete/testing.mjs.map +0 -1
  283. package/fesm2022/badge/testing.mjs.map +0 -1
  284. package/fesm2022/bottom-sheet/testing.mjs.map +0 -1
  285. package/fesm2022/button/testing.mjs.map +0 -1
  286. package/fesm2022/button-toggle/testing.mjs.map +0 -1
  287. package/fesm2022/card/testing.mjs.map +0 -1
  288. package/fesm2022/checkbox/testing.mjs.map +0 -1
  289. package/fesm2022/chips/testing.mjs.map +0 -1
  290. package/fesm2022/common-module.mjs +0 -42
  291. package/fesm2022/common-module.mjs.map +0 -1
  292. package/fesm2022/core/testing.mjs.map +0 -1
  293. package/fesm2022/date-formats.mjs.map +0 -1
  294. package/fesm2022/date-range-input-harness.mjs.map +0 -1
  295. package/fesm2022/datepicker/testing.mjs.map +0 -1
  296. package/fesm2022/dialog/testing.mjs.map +0 -1
  297. package/fesm2022/dialog-module.mjs +0 -891
  298. package/fesm2022/dialog-module.mjs.map +0 -1
  299. package/fesm2022/divider/testing.mjs.map +0 -1
  300. package/fesm2022/error-options.mjs.map +0 -1
  301. package/fesm2022/error-state.mjs.map +0 -1
  302. package/fesm2022/expansion/testing.mjs.map +0 -1
  303. package/fesm2022/form-field/testing/control.mjs.map +0 -1
  304. package/fesm2022/form-field/testing.mjs.map +0 -1
  305. package/fesm2022/form-field-module.mjs +0 -39
  306. package/fesm2022/form-field-module.mjs.map +0 -1
  307. package/fesm2022/form-field2.mjs +0 -1114
  308. package/fesm2022/form-field2.mjs.map +0 -1
  309. package/fesm2022/grid-list/testing.mjs.map +0 -1
  310. package/fesm2022/icon/testing.mjs.map +0 -1
  311. package/fesm2022/icon-button.mjs.map +0 -1
  312. package/fesm2022/icon-registry.mjs.map +0 -1
  313. package/fesm2022/input-harness.mjs.map +0 -1
  314. package/fesm2022/input-value-accessor.mjs.map +0 -1
  315. package/fesm2022/internal-form-field.mjs.map +0 -1
  316. package/fesm2022/line.mjs.map +0 -1
  317. package/fesm2022/list/testing.mjs.map +0 -1
  318. package/fesm2022/menu/testing.mjs.map +0 -1
  319. package/fesm2022/option-harness.mjs.map +0 -1
  320. package/fesm2022/option-module.mjs.map +0 -1
  321. package/fesm2022/option.mjs.map +0 -1
  322. package/fesm2022/paginator/testing.mjs.map +0 -1
  323. package/fesm2022/progress-bar/testing.mjs.map +0 -1
  324. package/fesm2022/progress-spinner/testing.mjs.map +0 -1
  325. package/fesm2022/pseudo-checkbox-module.mjs.map +0 -1
  326. package/fesm2022/pseudo-checkbox.mjs.map +0 -1
  327. package/fesm2022/public-api.mjs.map +0 -1
  328. package/fesm2022/radio/testing.mjs.map +0 -1
  329. package/fesm2022/ripple-loader.mjs.map +0 -1
  330. package/fesm2022/ripple-module.mjs.map +0 -1
  331. package/fesm2022/ripple.mjs.map +0 -1
  332. package/fesm2022/select/testing.mjs.map +0 -1
  333. package/fesm2022/select-module.mjs +0 -1318
  334. package/fesm2022/select-module.mjs.map +0 -1
  335. package/fesm2022/sidenav/testing.mjs.map +0 -1
  336. package/fesm2022/slide-toggle/testing.mjs.map +0 -1
  337. package/fesm2022/slider/testing.mjs.map +0 -1
  338. package/fesm2022/snack-bar/testing.mjs.map +0 -1
  339. package/fesm2022/sort/testing.mjs.map +0 -1
  340. package/fesm2022/stepper/testing.mjs.map +0 -1
  341. package/fesm2022/structural-styles.mjs.map +0 -1
  342. package/fesm2022/table/testing.mjs.map +0 -1
  343. package/fesm2022/tabs/testing.mjs.map +0 -1
  344. package/fesm2022/timepicker/testing.mjs.map +0 -1
  345. package/fesm2022/toolbar/testing.mjs.map +0 -1
  346. package/fesm2022/tooltip/testing.mjs.map +0 -1
  347. package/fesm2022/tooltip-module.mjs +0 -24
  348. package/fesm2022/tooltip-module.mjs.map +0 -1
  349. package/fesm2022/tooltip2.mjs.map +0 -1
  350. package/fesm2022/tree/testing.mjs.map +0 -1
  351. package/icon/index.d.ts +0 -9
  352. package/option-module.d.d.ts +0 -13
  353. package/paginator/index.d.ts +0 -36
  354. package/select/index.d.ts +0 -38
  355. package/tooltip/index.d.ts +0 -21
  356. /package/{date-range-input-harness.d.d.ts → types/_date-range-input-harness-chunk.d.ts} +0 -0
  357. /package/{dialog.d.d.ts → types/_dialog-chunk.d.ts} +0 -0
  358. /package/{error-options.d.d.ts → types/_error-options-chunk.d.ts} +0 -0
  359. /package/{form-field-control.d.d.ts → types/_form-field-control-chunk.d.ts} +0 -0
  360. /package/{form-field-control-harness.d.d.ts → types/_form-field-control-harness-chunk.d.ts} +0 -0
  361. /package/{input-harness.d.d.ts → types/_input-harness-chunk.d.ts} +0 -0
  362. /package/{list-option-types.d.d.ts → types/_list-option-types-chunk.d.ts} +0 -0
  363. /package/{option.d.d.ts → types/_option-chunk.d.ts} +0 -0
  364. /package/{option-harness.d.d.ts → types/_option-harness-chunk.d.ts} +0 -0
  365. /package/{option-parent.d.d.ts → types/_option-parent-chunk.d.ts} +0 -0
  366. /package/{palette.d.d.ts → types/_palette-chunk.d.ts} +0 -0
  367. /package/{ripple-loader.d.d.ts → types/_ripple-loader-chunk.d.ts} +0 -0
  368. /package/{sort-direction.d.d.ts → types/_sort-direction-chunk.d.ts} +0 -0
  369. /package/{bottom-sheet/testing/index.d.ts → types/bottom-sheet-testing.d.ts} +0 -0
  370. /package/{card/testing/index.d.ts → types/card-testing.d.ts} +0 -0
  371. /package/{checkbox/testing/index.d.ts → types/checkbox-testing.d.ts} +0 -0
  372. /package/{chips/testing/index.d.ts → types/chips-testing.d.ts} +0 -0
  373. /package/{divider/testing/index.d.ts → types/divider-testing.d.ts} +0 -0
  374. /package/{expansion/testing/index.d.ts → types/expansion-testing.d.ts} +0 -0
  375. /package/{grid-list/testing/index.d.ts → types/grid-list-testing.d.ts} +0 -0
  376. /package/{index.d.ts → types/material.d.ts} +0 -0
  377. /package/{menu/testing/index.d.ts → types/menu-testing.d.ts} +0 -0
  378. /package/{progress-bar/testing/index.d.ts → types/progress-bar-testing.d.ts} +0 -0
  379. /package/{radio/testing/index.d.ts → types/radio-testing.d.ts} +0 -0
  380. /package/{select/testing/index.d.ts → types/select-testing.d.ts} +0 -0
  381. /package/{sidenav/testing/index.d.ts → types/sidenav-testing.d.ts} +0 -0
  382. /package/{slide-toggle/testing/index.d.ts → types/slide-toggle-testing.d.ts} +0 -0
  383. /package/{slider/testing/index.d.ts → types/slider-testing.d.ts} +0 -0
  384. /package/{snack-bar/testing/index.d.ts → types/snack-bar-testing.d.ts} +0 -0
  385. /package/{stepper/testing/index.d.ts → types/stepper-testing.d.ts} +0 -0
  386. /package/{tabs/testing/index.d.ts → types/tabs-testing.d.ts} +0 -0
  387. /package/{toolbar/testing/index.d.ts → types/toolbar-testing.d.ts} +0 -0
  388. /package/{tooltip/testing/index.d.ts → types/tooltip-testing.d.ts} +0 -0
  389. /package/{tree/testing/index.d.ts → types/tree-testing.d.ts} +0 -0
@@ -1,13 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, TemplateRef, AfterContentInit, OnChanges, OnDestroy, EventEmitter, SimpleChanges, ElementRef, AfterViewInit, QueryList } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import * as i2 from '@angular/cdk/accordion';
3
+ import * as i1 from '@angular/cdk/accordion';
5
4
  import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
6
- import * as i3 from '@angular/cdk/portal';
5
+ import * as i2 from '@angular/cdk/portal';
7
6
  import { TemplatePortal } from '@angular/cdk/portal';
8
7
  import { FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
9
8
  import { Subject } from 'rxjs';
10
- import '@angular/cdk/bidi';
9
+ import * as i2$1 from '@angular/cdk/bidi';
11
10
 
12
11
  /** MatAccordion's display modes. */
13
12
  type MatAccordionDisplayMode = 'default' | 'flat';
@@ -249,44 +248,9 @@ declare class MatAccordion extends CdkAccordion implements MatAccordionBase, Aft
249
248
 
250
249
  declare class MatExpansionModule {
251
250
  static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionModule, never>;
252
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof MatCommonModule, typeof i2.CdkAccordionModule, typeof i3.PortalModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent], [typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent]>;
251
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof i1.CdkAccordionModule, typeof i2.PortalModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent], [typeof i2$1.BidiModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent]>;
253
252
  static ɵinj: i0.ɵɵInjectorDeclaration<MatExpansionModule>;
254
253
  }
255
254
 
256
- /**
257
- * Time and timing curve for expansion panel animations.
258
- * @deprecated No longer used. Will be removed.
259
- * @breaking-change 21.0.0
260
- */
261
- declare const EXPANSION_PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)";
262
- /**
263
- * Animations used by the Material expansion panel.
264
- *
265
- * A bug in angular animation's `state` when ViewContainers are moved using ViewContainerRef.move()
266
- * causes the animation state of moved components to become `void` upon exit, and not update again
267
- * upon reentry into the DOM. This can lead a to situation for the expansion panel where the state
268
- * of the panel is `expanded` or `collapsed` but the animation state is `void`.
269
- *
270
- * To correctly handle animating to the next state, we animate between `void` and `collapsed` which
271
- * are defined to have the same styles. Since angular animates from the current styles to the
272
- * destination state's style definition, in situations where we are moving from `void`'s styles to
273
- * `collapsed` this acts a noop since no style values change.
274
- *
275
- * In the case where angular's animation state is out of sync with the expansion panel's state, the
276
- * expansion panel being `expanded` and angular animations being `void`, the animation from the
277
- * `expanded`'s effective styles (though in a `void` animation state) to the collapsed state will
278
- * occur as expected.
279
- *
280
- * Angular Bug: https://github.com/angular/angular/issues/18847
281
- *
282
- * @docs-private
283
- * @deprecated No longer being used, to be removed.
284
- * @breaking-change 21.0.0
285
- */
286
- declare const matExpansionAnimations: {
287
- readonly indicatorRotate: any;
288
- readonly bodyExpansion: any;
289
- };
290
-
291
- export { EXPANSION_PANEL_ANIMATION_TIMING, MAT_ACCORDION, MAT_EXPANSION_PANEL, MAT_EXPANSION_PANEL_DEFAULT_OPTIONS, MatAccordion, MatExpansionModule, MatExpansionPanel, MatExpansionPanelActionRow, MatExpansionPanelContent, MatExpansionPanelDescription, MatExpansionPanelHeader, MatExpansionPanelTitle, matExpansionAnimations };
255
+ export { MAT_ACCORDION, MAT_EXPANSION_PANEL, MAT_EXPANSION_PANEL_DEFAULT_OPTIONS, MatAccordion, MatExpansionModule, MatExpansionPanel, MatExpansionPanelActionRow, MatExpansionPanelContent, MatExpansionPanelDescription, MatExpansionPanelHeader, MatExpansionPanelTitle };
292
256
  export type { MatAccordionBase, MatAccordionDisplayMode, MatAccordionTogglePosition, MatExpansionPanelDefaultOptions, MatExpansionPanelState };
@@ -1,4 +1,4 @@
1
- export { MatFormFieldControlHarness, MatFormFieldControlHarnessBase } from '../../../form-field-control-harness.d.js';
1
+ export { MatFormFieldControlHarness, MatFormFieldControlHarnessBase } from './_form-field-control-harness-chunk.js';
2
2
  import { BaseHarnessFilters } from '@angular/cdk/testing';
3
3
 
4
4
  /**
@@ -1,8 +1,8 @@
1
- import { MatFormFieldControlHarness } from '../../form-field-control-harness.d.js';
1
+ import { MatFormFieldControlHarness } from './_form-field-control-harness-chunk.js';
2
2
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
- import { MatInputHarness } from '../../input-harness.d.js';
4
- import { MatSelectHarness } from '../../select/testing/index.js';
5
- import { MatDatepickerInputHarness, MatDateRangeInputHarness } from '../../date-range-input-harness.d.js';
3
+ import { MatInputHarness } from './_input-harness-chunk.js';
4
+ import { MatSelectHarness } from './select-testing.js';
5
+ import { MatDatepickerInputHarness, MatDateRangeInputHarness } from './_date-range-input-harness-chunk.js';
6
6
  import '@angular/material/form-field/testing/control';
7
7
  import '@angular/material/core/testing';
8
8
 
@@ -1,13 +1,12 @@
1
- export { MatFormFieldModule, MatLabel } from '../form-field-module.d.js';
2
- export { FloatLabelType, MAT_ERROR, MAT_FORM_FIELD, MAT_FORM_FIELD_DEFAULT_OPTIONS, MAT_PREFIX, MAT_SUFFIX, MatError, MatFormField, MatFormFieldAppearance, MatFormFieldDefaultOptions, MatHint, MatPrefix, MatSuffix, SubscriptSizing } from '../form-field.d.js';
3
- export { MatFormFieldControl } from '../form-field-control.d.js';
1
+ export { MatFormFieldModule, MatLabel } from './_form-field-module-chunk.js';
2
+ export { FloatLabelType, MAT_ERROR, MAT_FORM_FIELD, MAT_FORM_FIELD_DEFAULT_OPTIONS, MAT_PREFIX, MAT_SUFFIX, MatError, MatFormField, MatFormFieldAppearance, MatFormFieldDefaultOptions, MatHint, MatPrefix, MatSuffix, SubscriptSizing } from './_form-field-chunk.js';
3
+ export { MatFormFieldControl } from './_form-field-control-chunk.js';
4
4
  import '@angular/core';
5
- import '../common-module.d.js';
6
- import '@angular/cdk/bidi';
7
5
  import '@angular/cdk/observers';
6
+ import '@angular/cdk/bidi';
8
7
  import '@angular/cdk/coercion';
9
8
  import '@angular/forms';
10
- import '../palette.d.js';
9
+ import './_palette-chunk.js';
11
10
  import 'rxjs';
12
11
 
13
12
  /** @docs-private */
@@ -17,14 +16,4 @@ declare function getMatFormFieldDuplicatedHintError(align: string): Error;
17
16
  /** @docs-private */
18
17
  declare function getMatFormFieldMissingControlError(): Error;
19
18
 
20
- /**
21
- * Animations used by the MatFormField.
22
- * @docs-private
23
- * @deprecated No longer used, will be removed.
24
- * @breaking-change 21.0.0
25
- */
26
- declare const matFormFieldAnimations: {
27
- readonly transitionMessages: any;
28
- };
29
-
30
- export { getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError, matFormFieldAnimations };
19
+ export { getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError };
@@ -1,9 +1,8 @@
1
- import { MatLine, MatLineModule } from '../line.d.js';
1
+ import { MatLine, MatLineModule } from './_line-chunk.js';
2
2
  import * as i0 from '@angular/core';
3
3
  import { AfterContentInit, QueryList, OnInit, AfterContentChecked } from '@angular/core';
4
- import { MatCommonModule } from '../common-module.d.js';
5
4
  import { NumberInput } from '@angular/cdk/coercion';
6
- import '@angular/cdk/bidi';
5
+ import * as i2 from '@angular/cdk/bidi';
7
6
 
8
7
  /**
9
8
  * Interface describing a tile.
@@ -199,7 +198,7 @@ declare class MatGridList implements MatGridListBase, OnInit, AfterContentChecke
199
198
 
200
199
  declare class MatGridListModule {
201
200
  static ɵfac: i0.ɵɵFactoryDeclaration<MatGridListModule, never>;
202
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatGridListModule, never, [typeof MatLineModule, typeof MatCommonModule, typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler], [typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatLineModule, typeof MatCommonModule, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler]>;
201
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatGridListModule, never, [typeof MatLineModule, typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler], [typeof i2.BidiModule, typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatLineModule, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler]>;
203
202
  static ɵinj: i0.ɵɵInjectorDeclaration<MatGridListModule>;
204
203
  }
205
204
 
@@ -2,7 +2,7 @@ import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular
2
2
  import * as i0 from '@angular/core';
3
3
  import { OnDestroy } from '@angular/core';
4
4
  import { Observable } from 'rxjs';
5
- import { MatIconRegistry } from '../../icon-registry.d.js';
5
+ import { MatIconRegistry } from './_icon-registry-chunk.js';
6
6
  import '@angular/common/http';
7
7
  import '@angular/platform-browser';
8
8
 
@@ -0,0 +1,8 @@
1
+ export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MatIcon, MatIconDefaultOptions, MatIconLocation, MatIconModule } from './_icon-module-chunk.js';
2
+ export { IconOptions, IconResolver, MatIconRegistry, SafeResourceUrlWithIconOptions, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError } from './_icon-registry-chunk.js';
3
+ import '@angular/core';
4
+ import './_palette-chunk.js';
5
+ import '@angular/cdk/bidi';
6
+ import '@angular/common/http';
7
+ import '@angular/platform-browser';
8
+ import 'rxjs';
@@ -1,6 +1,6 @@
1
- export { InputHarnessFilters, MatInputHarness } from '../../input-harness.d.js';
1
+ export { InputHarnessFilters, MatInputHarness } from './_input-harness-chunk.js';
2
2
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
3
- import { MatFormFieldControlHarnessBase } from '../../form-field-control-harness.d.js';
3
+ import { MatFormFieldControlHarnessBase } from './_form-field-control-harness-chunk.js';
4
4
  import { MatFormFieldControlHarnessFilters } from '@angular/material/form-field/testing/control';
5
5
 
6
6
  /** A set of criteria that can be used to filter a list of `MatNativeSelectHarness` instances. */
@@ -4,16 +4,15 @@ import * as i0 from '@angular/core';
4
4
  import { InjectionToken, OnChanges, OnDestroy, AfterViewInit, DoCheck, ElementRef, WritableSignal } from '@angular/core';
5
5
  import { NgControl } from '@angular/forms';
6
6
  import { Subject } from 'rxjs';
7
- import { ErrorStateMatcher } from '../error-options.d.js';
8
- import { MatFormField } from '../form-field.d.js';
9
- export { MatError, MatHint, MatPrefix, MatSuffix } from '../form-field.d.js';
10
- import { MatFormFieldControl } from '../form-field-control.d.js';
11
- import { MatCommonModule } from '../common-module.d.js';
12
- import { MatFormFieldModule } from '../form-field-module.d.js';
13
- export { MatLabel } from '../form-field-module.d.js';
14
- import * as i4 from '@angular/cdk/text-field';
15
- import '../palette.d.js';
16
- import '@angular/cdk/bidi';
7
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
8
+ import { MatFormField } from './_form-field-chunk.js';
9
+ export { MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
10
+ import { MatFormFieldControl } from './_form-field-control-chunk.js';
11
+ import { MatFormFieldModule } from './_form-field-module-chunk.js';
12
+ export { MatLabel } from './_form-field-module-chunk.js';
13
+ import * as i3 from '@angular/cdk/text-field';
14
+ import * as i2 from '@angular/cdk/bidi';
15
+ import './_palette-chunk.js';
17
16
  import '@angular/cdk/observers';
18
17
 
19
18
  /** Object that can be used to configure the default options for the input. */
@@ -188,7 +187,7 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
188
187
 
189
188
  declare class MatInputModule {
190
189
  static ɵfac: i0.ɵɵFactoryDeclaration<MatInputModule, never>;
191
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatInputModule, never, [typeof MatCommonModule, typeof MatFormFieldModule, typeof MatInput], [typeof MatInput, typeof MatFormFieldModule, typeof i4.TextFieldModule, typeof MatCommonModule]>;
190
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatInputModule, never, [typeof MatFormFieldModule, typeof MatInput], [typeof MatInput, typeof MatFormFieldModule, typeof i3.TextFieldModule, typeof i2.BidiModule]>;
192
191
  static ɵinj: i0.ɵɵInjectorDeclaration<MatInputModule>;
193
192
  }
194
193
 
@@ -1,6 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
2
- import { DividerHarnessFilters, MatDividerHarness } from '../../divider/testing/index.js';
3
- import { MatListOptionTogglePosition } from '../../list-option-types.d.js';
2
+ import { DividerHarnessFilters, MatDividerHarness } from './divider-testing.js';
3
+ import { MatListOptionTogglePosition } from './_list-option-types-chunk.js';
4
4
 
5
5
  interface ListHarnessFilters extends BaseHarnessFilters {
6
6
  }
@@ -1,19 +1,18 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, ElementRef, AfterViewInit, OnDestroy, NgZone, QueryList, OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
- import { RippleTarget, RippleConfig, RippleGlobalOptions } from '../ripple.d.js';
5
- import { ListOption, MatListOptionTogglePosition } from '../list-option-types.d.js';
6
- import { MatDividerModule } from '../divider/index.js';
7
- export { MatDivider } from '../divider/index.js';
8
- import * as i2 from '@angular/cdk/observers';
9
- import { MatCommonModule } from '../common-module.d.js';
10
- import { MatRippleModule } from '../ripple-module.d.js';
11
- import { MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d.js';
4
+ import { RippleTarget, RippleConfig, RippleGlobalOptions } from './_ripple-chunk.js';
5
+ import { ListOption, MatListOptionTogglePosition } from './_list-option-types-chunk.js';
6
+ import { MatDividerModule } from './divider.js';
7
+ export { MatDivider } from './divider.js';
8
+ import * as i1 from '@angular/cdk/observers';
9
+ import { MatRippleModule } from './_ripple-module-chunk.js';
10
+ import { MatPseudoCheckboxModule } from './_pseudo-checkbox-module-chunk.js';
12
11
  import { SelectionModel } from '@angular/cdk/collections';
13
12
  import { ControlValueAccessor } from '@angular/forms';
14
- import { ThemePalette } from '../palette.d.js';
13
+ import { ThemePalette } from './_palette-chunk.js';
14
+ import * as i2 from '@angular/cdk/bidi';
15
15
  import '@angular/cdk/platform';
16
- import '@angular/cdk/bidi';
17
16
 
18
17
  /** Object that can be used to configure the default options for the list module. */
19
18
  interface MatListConfig {
@@ -509,7 +508,7 @@ declare class MatListSubheaderCssMatStyler {
509
508
 
510
509
  declare class MatListModule {
511
510
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListModule, never>;
512
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof i2.ObserversModule, typeof MatCommonModule, typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListSubheaderCssMatStyler, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta], [typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListSubheaderCssMatStyler, typeof MatDividerModule, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta]>;
511
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof i1.ObserversModule, typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListSubheaderCssMatStyler, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta], [typeof i2.BidiModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListSubheaderCssMatStyler, typeof MatDividerModule, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta]>;
513
512
  static ɵinj: i0.ɵɵInjectorDeclaration<MatListModule>;
514
513
  }
515
514
 
@@ -1,15 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnDestroy, TemplateRef, EventEmitter, AfterViewInit, AfterContentInit, OnInit, QueryList, ElementRef } from '@angular/core';
3
3
  import { FocusOrigin, FocusableOption } from '@angular/cdk/a11y';
4
+ import * as i2$1 from '@angular/cdk/bidi';
4
5
  import { Direction } from '@angular/cdk/bidi';
5
6
  import * as rxjs from 'rxjs';
6
7
  import { Subject, Observable } from 'rxjs';
7
8
  import * as i2 from '@angular/cdk/overlay';
8
9
  import { ScrollStrategy, OverlayRef, FlexibleConnectedPositionStrategyOrigin } from '@angular/cdk/overlay';
9
- import { MatRippleModule } from '../ripple-module.d.js';
10
- import { MatCommonModule } from '../common-module.d.js';
11
- import * as i5 from '@angular/cdk/scrolling';
12
- import '../ripple.d.js';
10
+ import { MatRippleModule } from './_ripple-module-chunk.js';
11
+ import * as i1 from '@angular/cdk/scrolling';
12
+ import './_ripple-chunk.js';
13
13
  import '@angular/cdk/platform';
14
14
 
15
15
  type MenuPositionX = 'before' | 'after';
@@ -181,7 +181,7 @@ declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, On
181
181
  /** Emits whenever an animation on the menu completes. */
182
182
  readonly _animationDone: Subject<"void" | "enter">;
183
183
  /** Whether the menu is animating. */
184
- _isAnimating: boolean;
184
+ _isAnimating: i0.WritableSignal<boolean>;
185
185
  /** Parent menu of the current menu panel. */
186
186
  parentMenu: MatMenuPanel | undefined;
187
187
  /** Layout direction of the menu. */
@@ -305,22 +305,6 @@ declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, On
305
305
 
306
306
  /** Injection token that determines the scroll handling while the menu is open. */
307
307
  declare const MAT_MENU_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
308
- /**
309
- * @docs-private
310
- * @deprecated No longer used, will be removed.
311
- * @breaking-change 21.0.0
312
- */
313
- declare function MAT_MENU_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
314
- /**
315
- * @docs-private
316
- * @deprecated No longer used, will be removed.
317
- * @breaking-change 21.0.0
318
- */
319
- declare const MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER: {
320
- provide: InjectionToken<() => ScrollStrategy>;
321
- deps: any[];
322
- useFactory: typeof MAT_MENU_SCROLL_STRATEGY_FACTORY;
323
- };
324
308
  /**
325
309
  * Default top padding of the menu panel.
326
310
  * @deprecated No longer being used. Will be removed.
@@ -550,34 +534,9 @@ declare class MatContextMenuTrigger extends MatMenuTriggerBase implements OnDest
550
534
 
551
535
  declare class MatMenuModule {
552
536
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuModule, never>;
553
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuModule, never, [typeof MatRippleModule, typeof MatCommonModule, typeof i2.OverlayModule, typeof MatMenu, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger], [typeof i5.CdkScrollableModule, typeof MatMenu, typeof MatCommonModule, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger]>;
537
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuModule, never, [typeof MatRippleModule, typeof i2.OverlayModule, typeof MatMenu, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatMenu, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger]>;
554
538
  static ɵinj: i0.ɵɵInjectorDeclaration<MatMenuModule>;
555
539
  }
556
540
 
557
- /**
558
- * Animations used by the mat-menu component.
559
- * Animation duration and timing values are based on:
560
- * https://material.io/guidelines/components/menus.html#menus-usage
561
- * @docs-private
562
- * @deprecated No longer used, will be removed.
563
- * @breaking-change 21.0.0
564
- */
565
- declare const matMenuAnimations: {
566
- readonly transformMenu: any;
567
- readonly fadeInItems: any;
568
- };
569
- /**
570
- * @deprecated
571
- * @breaking-change 8.0.0
572
- * @docs-private
573
- */
574
- declare const fadeInItems: any;
575
- /**
576
- * @deprecated
577
- * @breaking-change 8.0.0
578
- * @docs-private
579
- */
580
- declare const transformMenu: any;
581
-
582
- export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER, MENU_PANEL_TOP_PADDING, MatContextMenuTrigger, MatMenu, MatMenuContent, MatMenuItem, MatMenuModule, MatMenuTrigger, fadeInItems, matMenuAnimations, transformMenu };
541
+ export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MENU_PANEL_TOP_PADDING, MatContextMenuTrigger, MatMenu, MatMenuContent, MatMenuItem, MatMenuModule, MatMenuTrigger };
583
542
  export type { MatMenuDefaultOptions, MatMenuPanel, MenuCloseReason, MenuPositionX, MenuPositionY };
@@ -1,6 +1,6 @@
1
1
  import * as _angular_cdk_testing from '@angular/cdk/testing';
2
2
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
- import { MatSelectHarness } from '../../select/testing/index.js';
3
+ import { MatSelectHarness } from './select-testing.js';
4
4
  import '@angular/material/core/testing';
5
5
  import '@angular/material/form-field/testing/control';
6
6
 
@@ -0,0 +1,35 @@
1
+ import * as i0 from '@angular/core';
2
+ import { MatButtonModule } from './button.js';
3
+ import { MatSelectModule } from './select.js';
4
+ import { MatTooltipModule } from './tooltip.js';
5
+ import { MatPaginator } from './_paginator-chunk.js';
6
+ export { MAT_PAGINATOR_DEFAULT_OPTIONS, MatPaginatorDefaultOptions, MatPaginatorIntl, MatPaginatorSelectConfig, PageEvent } from './_paginator-chunk.js';
7
+ import '@angular/cdk/a11y';
8
+ import './_palette-chunk.js';
9
+ import './_ripple-loader-chunk.js';
10
+ import './_ripple-module-chunk.js';
11
+ import './_ripple-chunk.js';
12
+ import '@angular/cdk/platform';
13
+ import '@angular/cdk/bidi';
14
+ import '@angular/cdk/overlay';
15
+ import './_option-module-chunk.js';
16
+ import './_pseudo-checkbox-module-chunk.js';
17
+ import './_option-chunk.js';
18
+ import 'rxjs';
19
+ import '@angular/cdk/collections';
20
+ import '@angular/cdk/scrolling';
21
+ import '@angular/forms';
22
+ import './_error-options-chunk.js';
23
+ import './_form-field-chunk.js';
24
+ import '@angular/cdk/coercion';
25
+ import './_form-field-control-chunk.js';
26
+ import './_form-field-module-chunk.js';
27
+ import '@angular/cdk/observers';
28
+
29
+ declare class MatPaginatorModule {
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorModule, never>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatPaginatorModule, never, [typeof MatButtonModule, typeof MatSelectModule, typeof MatTooltipModule, typeof MatPaginator], [typeof MatPaginator]>;
32
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
33
+ }
34
+
35
+ export { MatPaginator, MatPaginatorModule };
@@ -1,8 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
3
- import { ThemePalette } from '../palette.d.js';
4
- import { MatCommonModule } from '../common-module.d.js';
5
- import '@angular/cdk/bidi';
3
+ import { ThemePalette } from './_palette-chunk.js';
4
+ import * as i2 from '@angular/cdk/bidi';
6
5
 
7
6
  /** Last animation end data. */
8
7
  interface ProgressAnimationEnd {
@@ -36,12 +35,6 @@ declare const MAT_PROGRESS_BAR_LOCATION: InjectionToken<MatProgressBarLocation>;
36
35
  interface MatProgressBarLocation {
37
36
  getPathname: () => string;
38
37
  }
39
- /**
40
- * @docs-private
41
- * @deprecated No longer used, will be removed.
42
- * @breaking-change 21.0.0
43
- */
44
- declare function MAT_PROGRESS_BAR_LOCATION_FACTORY(): MatProgressBarLocation;
45
38
  type ProgressBarMode = 'determinate' | 'indeterminate' | 'buffer' | 'query';
46
39
  declare class MatProgressBar implements AfterViewInit, OnDestroy {
47
40
  readonly _elementRef: ElementRef<HTMLElement>;
@@ -105,9 +98,9 @@ declare class MatProgressBar implements AfterViewInit, OnDestroy {
105
98
 
106
99
  declare class MatProgressBarModule {
107
100
  static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressBarModule, never>;
108
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof MatCommonModule]>;
101
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof i2.BidiModule]>;
109
102
  static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressBarModule>;
110
103
  }
111
104
 
112
- export { MAT_PROGRESS_BAR_DEFAULT_OPTIONS, MAT_PROGRESS_BAR_LOCATION, MAT_PROGRESS_BAR_LOCATION_FACTORY, MatProgressBar, MatProgressBarModule };
105
+ export { MAT_PROGRESS_BAR_DEFAULT_OPTIONS, MAT_PROGRESS_BAR_LOCATION, MatProgressBar, MatProgressBarModule };
113
106
  export type { MatProgressBarDefaultOptions, MatProgressBarLocation, ProgressAnimationEnd, ProgressBarMode };
@@ -1,7 +1,7 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { ProgressSpinnerMode } from '../../progress-spinner.d.js';
2
+ import { ProgressSpinnerMode } from './_progress-spinner-chunk.js';
3
3
  import '@angular/core';
4
- import '../../palette.d.js';
4
+ import './_palette-chunk.js';
5
5
 
6
6
  /** A set of criteria that can be used to filter a list of `MatProgressSpinnerHarness` instances. */
7
7
  interface ProgressSpinnerHarnessFilters extends BaseHarnessFilters {
@@ -1,13 +1,12 @@
1
- import { MatProgressSpinner } from '../progress-spinner.d.js';
2
- export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, MatProgressSpinnerDefaultOptions, MatSpinner, ProgressSpinnerMode } from '../progress-spinner.d.js';
1
+ import { MatProgressSpinner } from './_progress-spinner-chunk.js';
2
+ export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MatProgressSpinnerDefaultOptions, MatSpinner, ProgressSpinnerMode } from './_progress-spinner-chunk.js';
3
3
  import * as i0 from '@angular/core';
4
- import { MatCommonModule } from '../common-module.d.js';
5
- import '../palette.d.js';
6
- import '@angular/cdk/bidi';
4
+ import * as i2 from '@angular/cdk/bidi';
5
+ import './_palette-chunk.js';
7
6
 
8
7
  declare class MatProgressSpinnerModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinnerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof MatCommonModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof i2.BidiModule]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressSpinnerModule>;
12
11
  }
13
12
 
@@ -2,11 +2,10 @@ import { FocusOrigin } from '@angular/cdk/a11y';
2
2
  import * as i0 from '@angular/core';
3
3
  import { InjectionToken, AfterContentInit, OnDestroy, EventEmitter, QueryList, OnInit, AfterViewInit, DoCheck, ElementRef } from '@angular/core';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
- import { ThemePalette } from '../palette.d.js';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import { MatRippleModule } from '../ripple-module.d.js';
8
- import '@angular/cdk/bidi';
9
- import '../ripple.d.js';
5
+ import { ThemePalette } from './_palette-chunk.js';
6
+ import { MatRippleModule } from './_ripple-module-chunk.js';
7
+ import * as i2 from '@angular/cdk/bidi';
8
+ import './_ripple-chunk.js';
10
9
  import '@angular/cdk/platform';
11
10
 
12
11
  /** Change event object emitted by radio button and radio group. */
@@ -46,12 +45,6 @@ interface MatRadioDefaultOptions {
46
45
  disabledInteractive?: boolean;
47
46
  }
48
47
  declare const MAT_RADIO_DEFAULT_OPTIONS: InjectionToken<MatRadioDefaultOptions>;
49
- /**
50
- * @docs-private
51
- * @deprecated No longer used, will be removed.
52
- * @breaking-change 21.0.0
53
- */
54
- declare function MAT_RADIO_DEFAULT_OPTIONS_FACTORY(): MatRadioDefaultOptions;
55
48
  /**
56
49
  * A group of radio buttons. May contain one or more `<mat-radio-button>` elements.
57
50
  */
@@ -294,9 +287,9 @@ declare class MatRadioButton implements OnInit, AfterViewInit, DoCheck, OnDestro
294
287
 
295
288
  declare class MatRadioModule {
296
289
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioModule, never>;
297
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatRadioModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatRadioGroup, typeof MatRadioButton], [typeof MatCommonModule, typeof MatRadioGroup, typeof MatRadioButton]>;
290
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatRadioModule, never, [typeof MatRippleModule, typeof MatRadioGroup, typeof MatRadioButton], [typeof i2.BidiModule, typeof MatRadioGroup, typeof MatRadioButton]>;
298
291
  static ɵinj: i0.ɵɵInjectorDeclaration<MatRadioModule>;
299
292
  }
300
293
 
301
- export { MAT_RADIO_DEFAULT_OPTIONS, MAT_RADIO_DEFAULT_OPTIONS_FACTORY, MAT_RADIO_GROUP, MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR, MatRadioButton, MatRadioChange, MatRadioGroup, MatRadioModule };
294
+ export { MAT_RADIO_DEFAULT_OPTIONS, MAT_RADIO_GROUP, MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR, MatRadioButton, MatRadioChange, MatRadioGroup, MatRadioModule };
302
295
  export type { MatRadioDefaultOptions };
@@ -2,28 +2,31 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
- import { MatOptionModule } from './option-module.d.js';
6
- import { MatCommonModule } from './common-module.d.js';
5
+ import { MatOptionModule } from './_option-module-chunk.js';
7
6
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
8
7
  import { SelectionModel } from '@angular/cdk/collections';
9
- import * as i5 from '@angular/cdk/scrolling';
8
+ import * as i1 from '@angular/cdk/scrolling';
10
9
  import { ViewportRuler } from '@angular/cdk/scrolling';
11
10
  import { ControlValueAccessor, NgControl } from '@angular/forms';
12
11
  import { Subject, Observable } from 'rxjs';
13
- import { ErrorStateMatcher } from './error-options.d.js';
14
- import { MatOption, MatOptgroup, MatOptionSelectionChange } from './option.d.js';
15
- import { MatFormField } from './form-field.d.js';
16
- import { MatFormFieldControl } from './form-field-control.d.js';
17
- import { MatFormFieldModule } from './form-field-module.d.js';
12
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
13
+ import { MatOption, MatOptgroup, MatOptionSelectionChange } from './_option-chunk.js';
14
+ import { MatFormField } from './_form-field-chunk.js';
15
+ export { MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
16
+ import { MatFormFieldControl } from './_form-field-control-chunk.js';
17
+ import * as i2$1 from '@angular/cdk/bidi';
18
+ import { MatFormFieldModule } from './_form-field-module-chunk.js';
19
+ export { MatLabel } from './_form-field-module-chunk.js';
20
+ import './_ripple-module-chunk.js';
21
+ import './_ripple-chunk.js';
22
+ import '@angular/cdk/platform';
23
+ import './_pseudo-checkbox-module-chunk.js';
24
+ import '@angular/cdk/coercion';
25
+ import './_palette-chunk.js';
26
+ import '@angular/cdk/observers';
18
27
 
19
28
  /** Injection token that determines the scroll handling while a select is open. */
20
29
  declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
21
- /**
22
- * @docs-private
23
- * @deprecated No longer used, will be removed.
24
- * @breaking-change 21.0.0
25
- */
26
- declare function MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY(_overlay: unknown): () => ScrollStrategy;
27
30
  /** Object that can be used to configure the default options for the select module. */
28
31
  interface MatSelectConfig {
29
32
  /** Whether option centering should be disabled. */
@@ -47,16 +50,6 @@ interface MatSelectConfig {
47
50
  }
48
51
  /** Injection token that can be used to provide the default options the select module. */
49
52
  declare const MAT_SELECT_CONFIG: InjectionToken<MatSelectConfig>;
50
- /**
51
- * @docs-private
52
- * @deprecated No longer used, will be removed.
53
- * @breaking-change 21.0.0
54
- */
55
- declare const MAT_SELECT_SCROLL_STRATEGY_PROVIDER: {
56
- provide: InjectionToken<() => ScrollStrategy>;
57
- deps: any[];
58
- useFactory: typeof MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY;
59
- };
60
53
  /**
61
54
  * Injection token that can be used to reference instances of `MatSelectTrigger`. It serves as
62
55
  * alternative token to the actual `MatSelectTrigger` class which could cause unnecessary
@@ -448,9 +441,9 @@ declare class MatSelectTrigger {
448
441
 
449
442
  declare class MatSelectModule {
450
443
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
451
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i5.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule, typeof MatCommonModule]>;
444
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule]>;
452
445
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
453
446
  }
454
447
 
455
- export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_SCROLL_STRATEGY_PROVIDER, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_SELECT_TRIGGER, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
448
+ export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_TRIGGER, MatFormField, MatOptgroup, MatOption, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
456
449
  export type { MatSelectConfig };