@angular/material 20.0.0-next.6 → 20.0.0-next.8

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 (384) hide show
  1. package/autocomplete/_autocomplete-theme.scss +1 -1
  2. package/autocomplete/index.d.ts +9 -10
  3. package/autocomplete/testing/index.d.ts +2 -2
  4. package/badge/_badge-theme.scss +1 -1
  5. package/badge/index.d.ts +5 -5
  6. package/badge/testing/index.d.ts +2 -2
  7. package/{badge.d-619691fb.d.ts → badge.d-BUeRGv1E.d.ts} +3 -3
  8. package/bottom-sheet/_bottom-sheet-theme.scss +1 -1
  9. package/bottom-sheet/index.d.ts +3 -2
  10. package/button/_button-theme.scss +6 -1
  11. package/button/_fab-theme.scss +5 -1
  12. package/button/_icon-button-theme.scss +6 -1
  13. package/button/_m3-button.scss +22 -5
  14. package/button/_m3-fab.scss +13 -0
  15. package/button/_m3-icon-button.scss +15 -1
  16. package/button/index.d.ts +215 -8
  17. package/button-toggle/_button-toggle-theme.scss +6 -1
  18. package/button-toggle/_m3-button-toggle.scss +13 -0
  19. package/button-toggle/index.d.ts +6 -6
  20. package/button-toggle/testing/index.d.ts +1 -1
  21. package/{button-toggle.d-620c8912.d.ts → button-toggle.d-cP94fe1M.d.ts} +3 -3
  22. package/card/_card-theme.scss +1 -1
  23. package/card/index.d.ts +1 -1
  24. package/checkbox/_checkbox-theme.scss +6 -1
  25. package/checkbox/_m3-checkbox.scss +14 -1
  26. package/checkbox/index.d.ts +2 -2
  27. package/chips/_chips-theme.scss +5 -1
  28. package/chips/_m3-chip.scss +13 -0
  29. package/chips/index.d.ts +18 -5
  30. package/{common-module.d-421e3498.d.ts → common-module.d-CUT8AqiB.d.ts} +2 -2
  31. package/core/_core-theme.scss +1 -1
  32. package/core/density/private/_all-density.scss +38 -38
  33. package/core/index.d.ts +15 -15
  34. package/core/option/_optgroup-theme.scss +1 -1
  35. package/core/option/_option-theme.scss +1 -1
  36. package/core/ripple/_ripple-theme.scss +1 -1
  37. package/core/testing/index.d.ts +32 -3
  38. package/core/theming/_definition.scss +0 -1
  39. package/core/theming/_inspection.scss +1 -0
  40. package/core/tokens/_m3-system.scss +49 -9
  41. package/core/tokens/_m3-tokens.scss +0 -18
  42. package/core/tokens/_token-utils.scss +5 -0
  43. package/{date-adapter.d-e8299690.d.ts → date-adapter.d-DzP3EMeE.d.ts} +1 -1
  44. package/{date-range-input-harness.d-440b288d.d.ts → date-range-input-harness.d-CJDdddpn.d.ts} +3 -3
  45. package/datepicker/_datepicker-theme.scss +1 -1
  46. package/datepicker/index.d.ts +14 -9
  47. package/datepicker/testing/index.d.ts +4 -4
  48. package/dialog/_dialog-theme.scss +1 -1
  49. package/dialog/index.d.ts +5 -5
  50. package/dialog/testing/index.d.ts +1 -1
  51. package/{dialog.d-2ea3eab1.d.ts → dialog.d-DSidcNPx.d.ts} +2 -2
  52. package/divider/_divider-theme.scss +1 -1
  53. package/divider/index.d.ts +24 -4
  54. package/divider/testing/index.d.ts +15 -2
  55. package/{error-options.d-059d9639.d.ts → error-options.d-C1yXmo10.d.ts} +1 -1
  56. package/expansion/_expansion-theme.scss +6 -1
  57. package/expansion/_m3-expansion.scss +14 -0
  58. package/expansion/index.d.ts +1 -1
  59. package/fesm2022/{animation-e58fc357.mjs → animation-DYWs964N.mjs} +2 -2
  60. package/fesm2022/animation-DYWs964N.mjs.map +1 -0
  61. package/fesm2022/autocomplete/testing.mjs +2 -2
  62. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  63. package/fesm2022/autocomplete.mjs +15 -15
  64. package/fesm2022/autocomplete.mjs.map +1 -1
  65. package/fesm2022/badge/testing.mjs.map +1 -1
  66. package/fesm2022/badge.mjs +7 -7
  67. package/fesm2022/badge.mjs.map +1 -1
  68. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  69. package/fesm2022/bottom-sheet.mjs +13 -5
  70. package/fesm2022/bottom-sheet.mjs.map +1 -1
  71. package/fesm2022/button/testing.mjs.map +1 -1
  72. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  73. package/fesm2022/button-toggle.mjs +9 -9
  74. package/fesm2022/button-toggle.mjs.map +1 -1
  75. package/fesm2022/button.mjs +218 -10
  76. package/fesm2022/button.mjs.map +1 -1
  77. package/fesm2022/card/testing.mjs.map +1 -1
  78. package/fesm2022/card.mjs +4 -4
  79. package/fesm2022/card.mjs.map +1 -1
  80. package/fesm2022/checkbox/testing.mjs.map +1 -1
  81. package/fesm2022/checkbox.mjs +8 -8
  82. package/fesm2022/checkbox.mjs.map +1 -1
  83. package/fesm2022/chips/testing.mjs.map +1 -1
  84. package/fesm2022/chips.mjs +42 -26
  85. package/fesm2022/chips.mjs.map +1 -1
  86. package/fesm2022/{common-module-6bff0328.mjs → common-module-BTLyTce6.mjs} +2 -2
  87. package/fesm2022/common-module-BTLyTce6.mjs.map +1 -0
  88. package/fesm2022/core/testing.mjs +35 -3
  89. package/fesm2022/core/testing.mjs.map +1 -1
  90. package/fesm2022/core.mjs +18 -19
  91. package/fesm2022/core.mjs.map +1 -1
  92. package/fesm2022/{date-formats-9cbc3057.mjs → date-formats-BQbO9F6H.mjs} +2 -2
  93. package/fesm2022/date-formats-BQbO9F6H.mjs.map +1 -0
  94. package/fesm2022/{date-range-input-harness-3d3cf01a.mjs → date-range-input-harness-qhTX-DXo.mjs} +3 -3
  95. package/fesm2022/date-range-input-harness-qhTX-DXo.mjs.map +1 -0
  96. package/fesm2022/datepicker/testing.mjs +3 -3
  97. package/fesm2022/datepicker/testing.mjs.map +1 -1
  98. package/fesm2022/datepicker.mjs +39 -30
  99. package/fesm2022/datepicker.mjs.map +1 -1
  100. package/fesm2022/dialog/testing.mjs +4 -4
  101. package/fesm2022/dialog/testing.mjs.map +1 -1
  102. package/fesm2022/dialog.mjs +3 -3
  103. package/fesm2022/dialog.mjs.map +1 -1
  104. package/fesm2022/divider/testing.mjs +17 -2
  105. package/fesm2022/divider/testing.mjs.map +1 -1
  106. package/fesm2022/divider.mjs +55 -4
  107. package/fesm2022/divider.mjs.map +1 -1
  108. package/fesm2022/{error-options-e22abc6f.mjs → error-options-f2L_D2TV.mjs} +2 -2
  109. package/fesm2022/error-options-f2L_D2TV.mjs.map +1 -0
  110. package/fesm2022/{error-state-5fa5df66.mjs → error-state-DAicm3pw.mjs} +2 -2
  111. package/fesm2022/error-state-DAicm3pw.mjs.map +1 -0
  112. package/fesm2022/expansion/testing.mjs.map +1 -1
  113. package/fesm2022/expansion.mjs +8 -9
  114. package/fesm2022/expansion.mjs.map +1 -1
  115. package/fesm2022/form-field/testing/control.mjs +10 -2
  116. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  117. package/fesm2022/form-field/testing.mjs +6 -6
  118. package/fesm2022/form-field/testing.mjs.map +1 -1
  119. package/fesm2022/{form-field-ba7d9525.mjs → form-field-DXXhIBX2.mjs} +25 -7
  120. package/fesm2022/form-field-DXXhIBX2.mjs.map +1 -0
  121. package/fesm2022/form-field.mjs +4 -4
  122. package/fesm2022/form-field.mjs.map +1 -1
  123. package/fesm2022/grid-list/testing.mjs +2 -2
  124. package/fesm2022/grid-list/testing.mjs.map +1 -1
  125. package/fesm2022/grid-list.mjs +10 -11
  126. package/fesm2022/grid-list.mjs.map +1 -1
  127. package/fesm2022/icon/testing.mjs +1 -2
  128. package/fesm2022/icon/testing.mjs.map +1 -1
  129. package/fesm2022/{icon-button-c94ccf8a.mjs → icon-button-DFWSaIX4.mjs} +8 -8
  130. package/fesm2022/icon-button-DFWSaIX4.mjs.map +1 -0
  131. package/fesm2022/{icon-registry-4f5f0eba.mjs → icon-registry-Fxi0B_pI.mjs} +3 -4
  132. package/fesm2022/icon-registry-Fxi0B_pI.mjs.map +1 -0
  133. package/fesm2022/icon.mjs +396 -9
  134. package/fesm2022/icon.mjs.map +1 -1
  135. package/fesm2022/{index-33bb4181.mjs → index-CYUgEsfZ.mjs} +6 -6
  136. package/fesm2022/index-CYUgEsfZ.mjs.map +1 -0
  137. package/fesm2022/{index-975cf4ab.mjs → index-D7tf-UtR.mjs} +4 -4
  138. package/fesm2022/index-D7tf-UtR.mjs.map +1 -0
  139. package/fesm2022/input/testing.mjs +2 -2
  140. package/fesm2022/input/testing.mjs.map +1 -1
  141. package/fesm2022/{input-harness-6ca0e4e7.mjs → input-harness-CxVp_q3n.mjs} +3 -3
  142. package/fesm2022/input-harness-CxVp_q3n.mjs.map +1 -0
  143. package/fesm2022/{input-value-accessor-16c2d528.mjs → input-value-accessor-cp3A3zMa.mjs} +2 -2
  144. package/fesm2022/input-value-accessor-cp3A3zMa.mjs.map +1 -0
  145. package/fesm2022/input.mjs +21 -29
  146. package/fesm2022/input.mjs.map +1 -1
  147. package/fesm2022/{internal-form-field-a658b1d3.mjs → internal-form-field-Bq9jLDgy.mjs} +5 -5
  148. package/fesm2022/internal-form-field-Bq9jLDgy.mjs.map +1 -0
  149. package/fesm2022/{line-fa9011f8.mjs → line-DI2_SkWl.mjs} +3 -3
  150. package/fesm2022/line-DI2_SkWl.mjs.map +1 -0
  151. package/fesm2022/list/testing.mjs +1 -1
  152. package/fesm2022/list/testing.mjs.map +1 -1
  153. package/fesm2022/list.mjs +21 -21
  154. package/fesm2022/list.mjs.map +1 -1
  155. package/fesm2022/material.mjs.map +1 -1
  156. package/fesm2022/menu/testing.mjs.map +1 -1
  157. package/fesm2022/menu.mjs +8 -9
  158. package/fesm2022/menu.mjs.map +1 -1
  159. package/fesm2022/{module-f0bd6006.mjs → module-BIHXUA0w.mjs} +4 -4
  160. package/fesm2022/module-BIHXUA0w.mjs.map +1 -0
  161. package/fesm2022/{module-7aee2437.mjs → module-Bj-soMIE.mjs} +7 -7
  162. package/fesm2022/module-Bj-soMIE.mjs.map +1 -0
  163. package/fesm2022/{module-9e568fe9.mjs → module-D--0F7TW.mjs} +33 -16
  164. package/fesm2022/module-D--0F7TW.mjs.map +1 -0
  165. package/fesm2022/{module-f09a8c90.mjs → module-erPKIVPj.mjs} +12 -12
  166. package/fesm2022/module-erPKIVPj.mjs.map +1 -0
  167. package/fesm2022/{option-2e7efc25.mjs → option-Ce_vIVuD.mjs} +10 -10
  168. package/fesm2022/option-Ce_vIVuD.mjs.map +1 -0
  169. package/fesm2022/{option-harness-4cd4ee4e.mjs → option-harness-D_dpAU04.mjs} +2 -2
  170. package/fesm2022/option-harness-D_dpAU04.mjs.map +1 -0
  171. package/fesm2022/paginator/testing.mjs +4 -4
  172. package/fesm2022/paginator/testing.mjs.map +1 -1
  173. package/fesm2022/paginator.mjs +22 -22
  174. package/fesm2022/paginator.mjs.map +1 -1
  175. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  176. package/fesm2022/progress-bar.mjs +5 -6
  177. package/fesm2022/progress-bar.mjs.map +1 -1
  178. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  179. package/fesm2022/progress-spinner.mjs +5 -5
  180. package/fesm2022/progress-spinner.mjs.map +1 -1
  181. package/fesm2022/{pseudo-checkbox-module-22aca2eb.mjs → pseudo-checkbox-module-B1fNUV1l.mjs} +4 -4
  182. package/fesm2022/pseudo-checkbox-module-B1fNUV1l.mjs.map +1 -0
  183. package/fesm2022/{pseudo-checkbox-7c1050cc.mjs → pseudo-checkbox-rb5Qj2XH.mjs} +6 -6
  184. package/fesm2022/pseudo-checkbox-rb5Qj2XH.mjs.map +1 -0
  185. package/fesm2022/{public-api-af61bf48.mjs → public-api-B95TI2uI.mjs} +2 -2
  186. package/fesm2022/public-api-B95TI2uI.mjs.map +1 -0
  187. package/fesm2022/radio/testing.mjs.map +1 -1
  188. package/fesm2022/radio.mjs +9 -9
  189. package/fesm2022/radio.mjs.map +1 -1
  190. package/fesm2022/{ripple-loader-9a207cda.mjs → ripple-loader-Fl6wuH86.mjs} +5 -6
  191. package/fesm2022/ripple-loader-Fl6wuH86.mjs.map +1 -0
  192. package/fesm2022/{ripple-ca34ab3c.mjs → ripple-t-kasrhF.mjs} +6 -6
  193. package/fesm2022/ripple-t-kasrhF.mjs.map +1 -0
  194. package/fesm2022/select/testing.mjs +122 -5
  195. package/fesm2022/select/testing.mjs.map +1 -1
  196. package/fesm2022/select.mjs +14 -14
  197. package/fesm2022/select.mjs.map +1 -1
  198. package/fesm2022/sidenav/testing.mjs.map +1 -1
  199. package/fesm2022/sidenav.mjs +7 -8
  200. package/fesm2022/sidenav.mjs.map +1 -1
  201. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  202. package/fesm2022/slide-toggle.mjs +8 -8
  203. package/fesm2022/slide-toggle.mjs.map +1 -1
  204. package/fesm2022/slider/testing.mjs.map +1 -1
  205. package/fesm2022/slider.mjs +10 -10
  206. package/fesm2022/slider.mjs.map +1 -1
  207. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  208. package/fesm2022/snack-bar.mjs +14 -15
  209. package/fesm2022/snack-bar.mjs.map +1 -1
  210. package/fesm2022/sort/testing.mjs.map +1 -1
  211. package/fesm2022/sort.mjs +6 -6
  212. package/fesm2022/sort.mjs.map +1 -1
  213. package/fesm2022/stepper/testing.mjs.map +1 -1
  214. package/fesm2022/stepper.mjs +13 -13
  215. package/fesm2022/stepper.mjs.map +1 -1
  216. package/fesm2022/{structural-styles-fe60c44d.mjs → structural-styles-BcST1BXh.mjs} +5 -5
  217. package/fesm2022/structural-styles-BcST1BXh.mjs.map +1 -0
  218. package/fesm2022/table/testing.mjs.map +1 -1
  219. package/fesm2022/table.mjs +6 -6
  220. package/fesm2022/table.mjs.map +1 -1
  221. package/fesm2022/tabs/testing.mjs.map +1 -1
  222. package/fesm2022/tabs.mjs +15 -15
  223. package/fesm2022/tabs.mjs.map +1 -1
  224. package/fesm2022/timepicker/testing.mjs +1 -1
  225. package/fesm2022/timepicker/testing.mjs.map +1 -1
  226. package/fesm2022/timepicker.mjs +13 -13
  227. package/fesm2022/timepicker.mjs.map +1 -1
  228. package/fesm2022/toolbar/testing.mjs.map +1 -1
  229. package/fesm2022/toolbar.mjs +4 -5
  230. package/fesm2022/toolbar.mjs.map +1 -1
  231. package/fesm2022/tooltip/testing.mjs.map +1 -1
  232. package/fesm2022/tooltip.mjs +3 -3
  233. package/fesm2022/tooltip.mjs.map +1 -1
  234. package/fesm2022/tree/testing.mjs.map +1 -1
  235. package/fesm2022/tree.mjs +4 -4
  236. package/fesm2022/tree.mjs.map +1 -1
  237. package/form-field/_form-field-theme.scss +6 -1
  238. package/form-field/_m3-form-field.scss +17 -0
  239. package/form-field/index.d.ts +5 -5
  240. package/form-field/testing/control/index.d.ts +10 -2
  241. package/form-field/testing/index.d.ts +7 -8
  242. package/{form-field-control.d-9ed49092.d.ts → form-field-control.d-39fAGkWp.d.ts} +3 -1
  243. package/{form-field.d-486f4e86.d.ts → form-field.d-DeaA8Upo.d.ts} +5 -4
  244. package/grid-list/_grid-list-theme.scss +1 -1
  245. package/grid-list/index.d.ts +3 -4
  246. package/icon/_icon-theme.scss +1 -1
  247. package/icon/index.d.ts +4 -4
  248. package/icon/testing/index.d.ts +1 -1
  249. package/{icon-module.d-a4b3b1e1.d.ts → icon-module.d-BeibE7j0.d.ts} +5 -5
  250. package/{icon-registry.d-6dd1799a.d.ts → icon-registry.d-DyR40vgq.d.ts} +2 -2
  251. package/{index.d-511f9e6c.d.ts → index.d-_XdEyDn3.d.ts} +3 -3
  252. package/{index.d-73f24bb1.d.ts → index.d-osnm7rw7.d.ts} +5 -5
  253. package/input/_input-theme.scss +1 -1
  254. package/input/index.d.ts +15 -12
  255. package/input/testing/index.d.ts +2 -2
  256. package/{input-harness.d-be80831e.d.ts → input-harness.d-C1zsmszC.d.ts} +3 -3
  257. package/{line.d-712398cb.d.ts → line.d-OCn_JHOE.d.ts} +2 -2
  258. package/list/_list-theme.scss +5 -1
  259. package/list/_m3-list.scss +17 -3
  260. package/list/index.d.ts +9 -10
  261. package/list/testing/index.d.ts +2 -2
  262. package/{list-option-types.d-076a5300.d.ts → list-option-types.d-BcmY3SsC.d.ts} +1 -1
  263. package/menu/_menu-theme.scss +1 -1
  264. package/menu/index.d.ts +4 -4
  265. package/{module.d-f55544a0.d.ts → module.d-Cym1ScGE.d.ts} +5 -5
  266. package/{module.d-8839a0c2.d.ts → module.d-D0Yb5xFi.d.ts} +16 -11
  267. package/{module.d-683b2a19.d.ts → module.d-_FxAFBZR.d.ts} +3 -3
  268. package/{option-harness.d-4f143bc0.d.ts → option-harness.d-BpYClwei.d.ts} +2 -2
  269. package/{option-parent.d-d4243d2f.d.ts → option-parent.d-CvnRKBST.d.ts} +2 -2
  270. package/{option.d-4fb11594.d.ts → option.d-ef4idHSb.d.ts} +1 -1
  271. package/package.json +2 -2
  272. package/paginator/_m3-paginator.scss +16 -0
  273. package/paginator/_paginator-theme.scss +6 -1
  274. package/paginator/index.d.ts +19 -19
  275. package/paginator/testing/index.d.ts +4 -4
  276. package/{paginator.d-181ff014.d.ts → paginator.d-Ctdtnt7L.d.ts} +5 -5
  277. package/{palette.d-1d8ebc0d.d.ts → palette.d-fF1us9u8.d.ts} +1 -1
  278. package/prebuilt-themes/azure-blue.css +1 -1
  279. package/prebuilt-themes/cyan-orange.css +1 -1
  280. package/prebuilt-themes/deeppurple-amber.css +1 -1
  281. package/prebuilt-themes/indigo-pink.css +1 -1
  282. package/prebuilt-themes/magenta-violet.css +1 -1
  283. package/prebuilt-themes/pink-bluegrey.css +1 -1
  284. package/prebuilt-themes/purple-green.css +1 -1
  285. package/prebuilt-themes/rose-red.css +1 -1
  286. package/progress-bar/index.d.ts +2 -2
  287. package/progress-spinner/index.d.ts +5 -5
  288. package/progress-spinner/testing/index.d.ts +2 -2
  289. package/{progress-spinner.d-c723a559.d.ts → progress-spinner.d-DRWEU4qb.d.ts} +3 -3
  290. package/{pseudo-checkbox-module.d-42351ab6.d.ts → pseudo-checkbox-module.d-czRCRd5m.d.ts} +3 -3
  291. package/radio/_m3-radio.scss +14 -1
  292. package/radio/_radio-theme.scss +5 -1
  293. package/radio/index.d.ts +5 -5
  294. package/{ripple-loader.d-f51e5eb6.d.ts → ripple-loader.d-DL-hT7NH.d.ts} +1 -1
  295. package/{ripple.d-305c30f3.d.ts → ripple.d-DBFnJ3Aa.d.ts} +3 -3
  296. package/schematics/ng-add/index.js +2 -2
  297. package/schematics/ng-generate/theme-color/index_bundled.js +3829 -3941
  298. package/schematics/ng-generate/theme-color/index_bundled.js.map +3 -4
  299. package/select/_m3-select.scss +13 -0
  300. package/select/_select-theme.scss +6 -1
  301. package/select/index.d.ts +12 -12
  302. package/select/testing/index.d.ts +64 -5
  303. package/sidenav/_sidenav-theme.scss +1 -1
  304. package/sidenav/index.d.ts +2 -2
  305. package/sidenav/testing/index.d.ts +1 -1
  306. package/slide-toggle/_slide-toggle-theme.scss +1 -1
  307. package/slide-toggle/index.d.ts +2 -2
  308. package/slider/_slider-theme.scss +1 -1
  309. package/slider/index.d.ts +5 -5
  310. package/snack-bar/index.d.ts +7 -7
  311. package/sort/_sort-theme.scss +1 -1
  312. package/sort/index.d.ts +5 -6
  313. package/sort/testing/index.d.ts +1 -1
  314. package/{sort-direction.d-52bce05e.d.ts → sort-direction.d-Dlz8961P.d.ts} +1 -1
  315. package/{sort.d-7718b3de.d.ts → sort.d-CHu7FXsP.d.ts} +4 -4
  316. package/stepper/_m3-stepper.scss +13 -0
  317. package/stepper/_stepper-theme.scss +6 -1
  318. package/stepper/index.d.ts +6 -6
  319. package/table/_m3-table.scss +15 -0
  320. package/table/_table-theme.scss +5 -1
  321. package/table/index.d.ts +8 -8
  322. package/table/testing/index.d.ts +1 -1
  323. package/tabs/_m3-tabs.scss +13 -1
  324. package/tabs/_tabs-theme.scss +5 -1
  325. package/tabs/index.d.ts +4 -4
  326. package/timepicker/_timepicker-theme.scss +1 -1
  327. package/timepicker/index.d.ts +2 -2
  328. package/timepicker/testing/index.d.ts +1 -1
  329. package/toolbar/_m3-toolbar.scss +14 -0
  330. package/toolbar/_toolbar-theme.scss +6 -1
  331. package/toolbar/index.d.ts +1 -1
  332. package/tooltip/_tooltip-theme.scss +1 -1
  333. package/tooltip/index.d.ts +2 -2
  334. package/tree/_m3-tree.scss +13 -0
  335. package/tree/_tree-theme.scss +5 -1
  336. package/tree/index.d.ts +1 -1
  337. package/core/tokens/_density.scss +0 -151
  338. package/divider-harness.d-ee96b7aa.d.ts +0 -15
  339. package/divider-module.d-4305a1f1.d.ts +0 -24
  340. package/fesm2022/animation-e58fc357.mjs.map +0 -1
  341. package/fesm2022/common-module-6bff0328.mjs.map +0 -1
  342. package/fesm2022/date-formats-9cbc3057.mjs.map +0 -1
  343. package/fesm2022/date-range-input-harness-3d3cf01a.mjs.map +0 -1
  344. package/fesm2022/divider-harness-bea2a71d.mjs +0 -18
  345. package/fesm2022/divider-harness-bea2a71d.mjs.map +0 -1
  346. package/fesm2022/divider-module-15f4b7a3.mjs +0 -56
  347. package/fesm2022/divider-module-15f4b7a3.mjs.map +0 -1
  348. package/fesm2022/error-options-e22abc6f.mjs.map +0 -1
  349. package/fesm2022/error-state-5fa5df66.mjs.map +0 -1
  350. package/fesm2022/form-field-ba7d9525.mjs.map +0 -1
  351. package/fesm2022/form-field-control-harness-adcc773d.mjs +0 -11
  352. package/fesm2022/form-field-control-harness-adcc773d.mjs.map +0 -1
  353. package/fesm2022/icon-button-c94ccf8a.mjs.map +0 -1
  354. package/fesm2022/icon-module-165b91b7.mjs +0 -395
  355. package/fesm2022/icon-module-165b91b7.mjs.map +0 -1
  356. package/fesm2022/icon-registry-4f5f0eba.mjs.map +0 -1
  357. package/fesm2022/index-33bb4181.mjs.map +0 -1
  358. package/fesm2022/index-975cf4ab.mjs.map +0 -1
  359. package/fesm2022/input-harness-6ca0e4e7.mjs.map +0 -1
  360. package/fesm2022/input-value-accessor-16c2d528.mjs.map +0 -1
  361. package/fesm2022/internal-form-field-a658b1d3.mjs.map +0 -1
  362. package/fesm2022/line-fa9011f8.mjs.map +0 -1
  363. package/fesm2022/module-7aee2437.mjs.map +0 -1
  364. package/fesm2022/module-9e568fe9.mjs.map +0 -1
  365. package/fesm2022/module-f09a8c90.mjs.map +0 -1
  366. package/fesm2022/module-f0bd6006.mjs.map +0 -1
  367. package/fesm2022/module-f44de9b3.mjs +0 -214
  368. package/fesm2022/module-f44de9b3.mjs.map +0 -1
  369. package/fesm2022/optgroup-harness-d961ca3f.mjs +0 -36
  370. package/fesm2022/optgroup-harness-d961ca3f.mjs.map +0 -1
  371. package/fesm2022/option-2e7efc25.mjs.map +0 -1
  372. package/fesm2022/option-harness-4cd4ee4e.mjs.map +0 -1
  373. package/fesm2022/pseudo-checkbox-7c1050cc.mjs.map +0 -1
  374. package/fesm2022/pseudo-checkbox-module-22aca2eb.mjs.map +0 -1
  375. package/fesm2022/public-api-af61bf48.mjs.map +0 -1
  376. package/fesm2022/ripple-ca34ab3c.mjs.map +0 -1
  377. package/fesm2022/ripple-loader-9a207cda.mjs.map +0 -1
  378. package/fesm2022/select-harness-9656d727.mjs +0 -123
  379. package/fesm2022/select-harness-9656d727.mjs.map +0 -1
  380. package/fesm2022/structural-styles-fe60c44d.mjs.map +0 -1
  381. package/form-field-control-harness.d-e3cf007b.d.ts +0 -10
  382. package/module.d-9a1d1c76.d.ts +0 -214
  383. package/optgroup-harness.d-c52f5a8b.d.ts +0 -32
  384. package/select-harness.d-485a3cf8.d.ts +0 -64
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, OnInit, AfterViewChecked, OnDestroy, ElementRef } from '@angular/core';
3
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
4
- import { T as ThemePalette } from './palette.d-1d8ebc0d.js';
2
+ import { OnInit, AfterViewChecked, OnDestroy, ElementRef, InjectionToken } from '@angular/core';
3
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
4
+ import { ThemePalette } from './palette.d-fF1us9u8.js';
5
5
 
6
6
  /** Default options for `mat-icon`. */
7
7
  interface MatIconDefaultOptions {
@@ -164,5 +164,5 @@ declare class MatIconModule {
164
164
  static ɵinj: i0.ɵɵInjectorDeclaration<MatIconModule>;
165
165
  }
166
166
 
167
- export { MatIconModule as M, MAT_ICON_DEFAULT_OPTIONS as b, MAT_ICON_LOCATION as c, MAT_ICON_LOCATION_FACTORY as e, MatIcon as f };
168
- export type { MatIconDefaultOptions as a, MatIconLocation as d };
167
+ export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MAT_ICON_LOCATION_FACTORY, MatIcon, MatIconModule };
168
+ export type { MatIconDefaultOptions, MatIconLocation };
@@ -283,5 +283,5 @@ declare const ICON_REGISTRY_PROVIDER: {
283
283
  useFactory: typeof ICON_REGISTRY_PROVIDER_FACTORY;
284
284
  };
285
285
 
286
- export { MatIconRegistry as M, getMatIconNoHttpProviderError as a, getMatIconFailedToSanitizeUrlError as b, getMatIconFailedToSanitizeLiteralError as c, ICON_REGISTRY_PROVIDER_FACTORY as e, ICON_REGISTRY_PROVIDER as f, getMatIconNameNotFoundError as g };
287
- export type { IconOptions as I, SafeResourceUrlWithIconOptions as S, IconResolver as d };
286
+ export { ICON_REGISTRY_PROVIDER, ICON_REGISTRY_PROVIDER_FACTORY, MatIconRegistry, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError };
287
+ export type { IconOptions, IconResolver, SafeResourceUrlWithIconOptions };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
3
- import { M as MatRipple } from './ripple.d-305c30f3.js';
2
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
3
+ import { MatRipple } from './ripple.d-DBFnJ3Aa.js';
4
4
 
5
5
  declare class MatRippleModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
@@ -8,4 +8,4 @@ declare class MatRippleModule {
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
9
9
  }
10
10
 
11
- export { MatRippleModule as M };
11
+ export { MatRippleModule };
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { M as MatRippleModule } from './index.d-511f9e6c.js';
3
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
4
- import { M as MatPseudoCheckboxModule } from './pseudo-checkbox-module.d-42351ab6.js';
5
- import { M as MatOption, a as MatOptgroup } from './option.d-4fb11594.js';
2
+ import { MatRippleModule } from './index.d-_XdEyDn3.js';
3
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
4
+ import { MatPseudoCheckboxModule } from './pseudo-checkbox-module.d-czRCRd5m.js';
5
+ import { MatOption, MatOptgroup } from './option.d-ef4idHSb.js';
6
6
 
7
7
  declare class MatOptionModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
@@ -10,4 +10,4 @@ declare class MatOptionModule {
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
11
11
  }
12
12
 
13
- export { MatOptionModule as M };
13
+ export { MatOptionModule };
@@ -27,7 +27,7 @@
27
27
 
28
28
  @mixin density($theme) {
29
29
  @if inspection.get-theme-version($theme) == 1 {
30
- @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
30
+ // There are no M3 density tokens for this component
31
31
  } @else {
32
32
  }
33
33
  }
package/input/index.d.ts CHANGED
@@ -1,18 +1,18 @@
1
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import { Platform } from '@angular/cdk/platform';
3
3
  import * as i0 from '@angular/core';
4
- import { InjectionToken, OnChanges, OnDestroy, AfterViewInit, DoCheck, ElementRef, WritableSignal } from '@angular/core';
4
+ import { OnChanges, OnDestroy, AfterViewInit, DoCheck, ElementRef, InjectionToken, WritableSignal } from '@angular/core';
5
5
  import { NgControl } from '@angular/forms';
6
6
  import { Subject } from 'rxjs';
7
- import { E as ErrorStateMatcher } from '../error-options.d-059d9639.js';
8
- import { k as MatFormField } from '../form-field.d-486f4e86.js';
9
- export { a as MatError, k as MatFormField, b as MatHint, d as MatPrefix, f as MatSuffix } from '../form-field.d-486f4e86.js';
10
- import { M as MatFormFieldControl } from '../form-field-control.d-9ed49092.js';
11
- import { M as MatCommonModule } from '../common-module.d-421e3498.js';
12
- import { a as MatFormFieldModule } from '../module.d-683b2a19.js';
13
- export { M as MatLabel } from '../module.d-683b2a19.js';
7
+ import { ErrorStateMatcher } from '../error-options.d-C1yXmo10.js';
8
+ import { MatFormField } from '../form-field.d-DeaA8Upo.js';
9
+ export { MatError, MatHint, MatPrefix, MatSuffix } from '../form-field.d-DeaA8Upo.js';
10
+ import { MatFormFieldControl } from '../form-field-control.d-39fAGkWp.js';
11
+ import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
12
+ import { MatFormFieldModule } from '../module.d-_FxAFBZR.js';
13
+ export { MatLabel } from '../module.d-_FxAFBZR.js';
14
14
  import * as i4 from '@angular/cdk/text-field';
15
- import '../palette.d-1d8ebc0d.js';
15
+ import '../palette.d-fF1us9u8.js';
16
16
  import '@angular/cdk/bidi';
17
17
  import '@angular/cdk/observers';
18
18
 
@@ -40,8 +40,6 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
40
40
  private _config;
41
41
  private _cleanupIosKeyup;
42
42
  private _cleanupWebkitWheel;
43
- /** `aria-describedby` IDs assigned by the form field. */
44
- private _formFieldDescribedBy;
45
43
  /** Whether the component is being rendered on the server. */
46
44
  readonly _isServer: boolean;
47
45
  /** Whether the component is a native html select. */
@@ -163,6 +161,11 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
163
161
  * @docs-private
164
162
  */
165
163
  get shouldLabelFloat(): boolean;
164
+ /**
165
+ * Implemented as part of MatFormFieldControl.
166
+ * @docs-private
167
+ */
168
+ get describedByIds(): string[];
166
169
  /**
167
170
  * Implemented as part of MatFormFieldControl.
168
171
  * @docs-private
@@ -213,5 +216,5 @@ declare const MAT_INPUT_VALUE_ACCESSOR: InjectionToken<{
213
216
  /** @docs-private */
214
217
  declare function getMatInputUnsupportedTypeError(type: string): Error;
215
218
 
216
- export { MAT_INPUT_CONFIG, MAT_INPUT_VALUE_ACCESSOR, MatInput, MatInputModule, getMatInputUnsupportedTypeError };
219
+ export { MAT_INPUT_CONFIG, MAT_INPUT_VALUE_ACCESSOR, MatFormField, MatInput, MatInputModule, getMatInputUnsupportedTypeError };
217
220
  export type { MatInputConfig };
@@ -1,6 +1,6 @@
1
- export { I as InputHarnessFilters, M as MatInputHarness } from '../../input-harness.d-be80831e.js';
1
+ export { InputHarnessFilters, MatInputHarness } from '../../input-harness.d-C1zsmszC.js';
2
2
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
3
- import { M as MatFormFieldControlHarness } from '../../form-field-control-harness.d-e3cf007b.js';
3
+ import { MatFormFieldControlHarness } from '../../form-field/testing/control/index.js';
4
4
 
5
5
  /** A set of criteria that can be used to filter a list of `MatNativeSelectHarness` instances. */
6
6
  interface NativeSelectHarnessFilters extends BaseHarnessFilters {
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, HarnessPredicate } from '@angular/cdk/testing';
2
- import { M as MatFormFieldControlHarness } from './form-field-control-harness.d-e3cf007b.js';
2
+ import { MatFormFieldControlHarness } from './form-field/testing/control/index.js';
3
3
 
4
4
  /** A set of criteria that can be used to filter a list of `MatInputHarness` instances. */
5
5
  interface InputHarnessFilters extends BaseHarnessFilters {
@@ -57,5 +57,5 @@ declare class MatInputHarness extends MatFormFieldControlHarness {
57
57
  setValue(newValue: string): Promise<void>;
58
58
  }
59
59
 
60
- export { MatInputHarness as M };
61
- export type { InputHarnessFilters as I };
60
+ export { MatInputHarness };
61
+ export type { InputHarnessFilters };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { QueryList, ElementRef } from '@angular/core';
3
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
3
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
4
4
 
5
5
  /**
6
6
  * Shared directive to count lines inside a text area, such as a list item.
@@ -22,4 +22,4 @@ declare class MatLineModule {
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
23
23
  }
24
24
 
25
- export { MatLine as M, MatLineModule as a, setLines as s };
25
+ export { MatLine, MatLineModule, setLines };
@@ -9,6 +9,7 @@
9
9
  @use '../core/typography/typography';
10
10
  @use '../radio/m2-radio';
11
11
  @use './m2-list';
12
+ @use './m3-list';
12
13
 
13
14
  @mixin base($theme) {
14
15
  // Add default values for tokens not related to color, typography, or density.
@@ -103,7 +104,7 @@
103
104
 
104
105
  @mixin density($theme) {
105
106
  @if inspection.get-theme-version($theme) == 1 {
106
- @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
107
+ @include token-utils.create-token-values(m3-list.$prefix, m3-list.get-density-tokens($theme));
107
108
  } @else {
108
109
  $density-scale: inspection.get-theme-density($theme);
109
110
 
@@ -194,6 +195,9 @@
194
195
  @include theming.private-check-duplicate-theme-styles($theme, 'mat-list') {
195
196
  @if inspection.get-theme-version($theme) == 1 {
196
197
  @include _theme-from-tokens(inspection.get-theme-tokens($theme));
198
+ @if inspection.theme-has($theme, density) {
199
+ @include density($theme);
200
+ }
197
201
  } @else {
198
202
  @include base($theme);
199
203
  @if inspection.theme-has($theme, color) {
@@ -1,5 +1,8 @@
1
1
  @use 'sass:map';
2
+ @use 'sass:list';
2
3
  @use '../core/tokens/m3-utils';
4
+ @use '../core/theming/theming';
5
+ @use '../core/theming/inspection';
3
6
 
4
7
  // The prefix used to generate the fully qualified name for tokens in this file.
5
8
  $prefix: (mat, list);
@@ -50,7 +53,6 @@ $prefix: (mat, list);
50
53
  list-item-leading-avatar-size: if($exclude-hardcoded, null, 40px),
51
54
  list-item-leading-icon-color: map.get($systems, md-sys-color, on-surface-variant),
52
55
  list-item-leading-icon-size: if($exclude-hardcoded, null, 24px),
53
- list-item-one-line-container-height: if($exclude-hardcoded, null, 56px),
54
56
  list-item-selected-trailing-icon-color: map.get($systems, md-sys-color, primary),
55
57
  list-item-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
56
58
  list-item-supporting-text-font: map.get($systems, md-sys-typescale, body-medium-font),
@@ -59,7 +61,6 @@ $prefix: (mat, list);
59
61
  list-item-supporting-text-size: map.get($systems, md-sys-typescale, body-medium-size),
60
62
  list-item-supporting-text-tracking: map.get($systems, md-sys-typescale, body-medium-tracking),
61
63
  list-item-supporting-text-weight: map.get($systems, md-sys-typescale, body-medium-weight),
62
- list-item-three-line-container-height: if($exclude-hardcoded, null, 88px),
63
64
  list-item-trailing-icon-color: map.get($systems, md-sys-color, on-surface-variant),
64
65
  list-item-trailing-icon-size: if($exclude-hardcoded, null, 24px),
65
66
  list-item-trailing-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
@@ -71,8 +72,21 @@ $prefix: (mat, list);
71
72
  map.get($systems, md-sys-typescale, label-small-tracking),
72
73
  list-item-trailing-supporting-text-weight:
73
74
  map.get($systems, md-sys-typescale, label-small-weight),
74
- list-item-two-line-container-height: if($exclude-hardcoded, null, 72px),
75
75
  );
76
76
 
77
77
  @return m3-utils.namespace($prefix, $tokens, $token-slots);
78
78
  }
79
+
80
+ // Tokens that can be configured through Angular Material's density theming API.
81
+ @function get-density-tokens($theme) {
82
+ $scale: theming.clamp-density(inspection.get-theme-density($theme), -5);
83
+ $index: ($scale * -1) + 1;
84
+
85
+ @return (
86
+ list-item-leading-icon-start-space: list.nth((16px, 12px, 8px, 4px, 4px, 4px), $index),
87
+ list-item-leading-icon-end-space: list.nth((16px, 12px, 8px, 4px, 4px, 4px), $index),
88
+ list-item-one-line-container-height: list.nth((48px, 44px, 40px, 36px, 32px, 24px), $index),
89
+ list-item-two-line-container-height: list.nth((64px, 60px, 56px, 52px, 48px, 48px), $index),
90
+ list-item-three-line-container-height: list.nth((88px, 84px, 80px, 76px, 72px, 56px), $index),
91
+ );
92
+ }
package/list/index.d.ts CHANGED
@@ -1,18 +1,17 @@
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 { a as RippleTarget, f as RippleConfig, b as RippleGlobalOptions } from '../ripple.d-305c30f3.js';
5
- import { L as ListOption, M as MatListOptionTogglePosition } from '../list-option-types.d-076a5300.js';
6
- export { M as MatListOptionCheckboxPosition, M as MatListOptionTogglePosition } from '../list-option-types.d-076a5300.js';
7
- import { a as MatDividerModule } from '../divider-module.d-4305a1f1.js';
8
- export { M as MatDivider } from '../divider-module.d-4305a1f1.js';
4
+ import { RippleTarget, RippleConfig, RippleGlobalOptions } from '../ripple.d-DBFnJ3Aa.js';
5
+ import { ListOption, MatListOptionTogglePosition } from '../list-option-types.d-BcmY3SsC.js';
6
+ import { MatDividerModule } from '../divider/index.js';
7
+ export { MatDivider } from '../divider/index.js';
9
8
  import * as i2 from '@angular/cdk/observers';
10
- import { M as MatCommonModule } from '../common-module.d-421e3498.js';
11
- import { M as MatRippleModule } from '../index.d-511f9e6c.js';
12
- import { M as MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d-42351ab6.js';
9
+ import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
10
+ import { MatRippleModule } from '../index.d-_XdEyDn3.js';
11
+ import { MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d-czRCRd5m.js';
13
12
  import { SelectionModel } from '@angular/cdk/collections';
14
13
  import { ControlValueAccessor } from '@angular/forms';
15
- import { T as ThemePalette } from '../palette.d-1d8ebc0d.js';
14
+ import { ThemePalette } from '../palette.d-fF1us9u8.js';
16
15
  import '@angular/cdk/platform';
17
16
  import '@angular/cdk/bidi';
18
17
 
@@ -514,5 +513,5 @@ declare class MatListModule {
514
513
  static ɵinj: i0.ɵɵInjectorDeclaration<MatListModule>;
515
514
  }
516
515
 
517
- export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, _MatListItemGraphicBase };
516
+ export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListOptionTogglePosition as MatListOptionCheckboxPosition, MatListOptionTogglePosition, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, _MatListItemGraphicBase };
518
517
  export type { MatListConfig, SelectionList };
@@ -1,6 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
2
- import { D as DividerHarnessFilters, M as MatDividerHarness } from '../../divider-harness.d-ee96b7aa.js';
3
- import { M as MatListOptionTogglePosition } from '../../list-option-types.d-076a5300.js';
2
+ import { DividerHarnessFilters, MatDividerHarness } from '../../divider/testing/index.js';
3
+ import { MatListOptionTogglePosition } from '../../list-option-types.d-BcmY3SsC.js';
4
4
 
5
5
  interface ListHarnessFilters extends BaseHarnessFilters {
6
6
  }
@@ -12,4 +12,4 @@ interface ListOption {
12
12
  _getTogglePosition(): MatListOptionTogglePosition;
13
13
  }
14
14
 
15
- export type { ListOption as L, MatListOptionTogglePosition as M };
15
+ export type { ListOption, MatListOptionTogglePosition };
@@ -42,7 +42,7 @@
42
42
 
43
43
  @mixin density($theme) {
44
44
  @if inspection.get-theme-version($theme) == 1 {
45
- @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
45
+ // There are no M3 density tokens for this component
46
46
  } @else {
47
47
  }
48
48
  }
package/menu/index.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, OnDestroy, TemplateRef, EventEmitter, AfterViewInit, AfterContentInit, OnInit, QueryList } from '@angular/core';
2
+ import { OnDestroy, InjectionToken, TemplateRef, EventEmitter, AfterViewInit, AfterContentInit, OnInit, QueryList } from '@angular/core';
3
3
  import { FocusOrigin, FocusableOption } from '@angular/cdk/a11y';
4
4
  import { Direction } from '@angular/cdk/bidi';
5
5
  import { Subject, Observable } from 'rxjs';
6
6
  import * as i2 from '@angular/cdk/overlay';
7
7
  import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
8
- import { M as MatRippleModule } from '../index.d-511f9e6c.js';
9
- import { M as MatCommonModule } from '../common-module.d-421e3498.js';
8
+ import { MatRippleModule } from '../index.d-_XdEyDn3.js';
9
+ import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
10
10
  import * as i5 from '@angular/cdk/scrolling';
11
- import '../ripple.d-305c30f3.js';
11
+ import '../ripple.d-DBFnJ3Aa.js';
12
12
  import '@angular/cdk/platform';
13
13
 
14
14
  type MenuPositionX = 'before' | 'after';
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, OnDestroy, AfterViewInit, ElementRef } from '@angular/core';
2
+ import { OnDestroy, AfterViewInit, ElementRef, InjectionToken } from '@angular/core';
3
3
  import * as i1 from '@angular/cdk/a11y';
4
4
  import * as i2 from '@angular/cdk/overlay';
5
- import { ScrollStrategy, Overlay, OverlayRef, ConnectedPosition, OriginConnectionPosition, OverlayConnectionPosition } from '@angular/cdk/overlay';
6
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
5
+ import { OverlayRef, ConnectedPosition, OriginConnectionPosition, OverlayConnectionPosition, ScrollStrategy, Overlay } from '@angular/cdk/overlay';
6
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
7
7
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
8
8
  import { Directionality } from '@angular/cdk/bidi';
9
9
  import { Observable } from 'rxjs';
@@ -324,5 +324,5 @@ declare class MatTooltipModule {
324
324
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTooltipModule>;
325
325
  }
326
326
 
327
- export { MatTooltipModule as M, SCROLL_THROTTLE_MS as S, MAT_TOOLTIP_SCROLL_STRATEGY as c, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY as d, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER as e, MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY as f, getMatTooltipInvalidPositionError as g, MAT_TOOLTIP_DEFAULT_OPTIONS as h, TOOLTIP_PANEL_CLASS as j, MatTooltip as k, TooltipComponent as l };
328
- export type { TooltipPosition as T, TooltipTouchGestures as a, TooltipVisibility as b, MatTooltipDefaultOptions as i };
327
+ export { MAT_TOOLTIP_DEFAULT_OPTIONS, MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY, MAT_TOOLTIP_SCROLL_STRATEGY, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER, MatTooltip, MatTooltipModule, SCROLL_THROTTLE_MS, TOOLTIP_PANEL_CLASS, TooltipComponent, getMatTooltipInvalidPositionError };
328
+ export type { MatTooltipDefaultOptions, TooltipPosition, TooltipTouchGestures, TooltipVisibility };
@@ -1,20 +1,20 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
- import { ScrollStrategy, Overlay, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
- import { M as MatOptionModule } from './index.d-73f24bb1.js';
6
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
4
+ import { ConnectedPosition, CdkOverlayOrigin, ScrollStrategy, CdkConnectedOverlay, Overlay } from '@angular/cdk/overlay';
5
+ import { MatOptionModule } from './index.d-osnm7rw7.js';
6
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
7
7
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
8
8
  import { SelectionModel } from '@angular/cdk/collections';
9
9
  import * as i5 from '@angular/cdk/scrolling';
10
10
  import { ViewportRuler } from '@angular/cdk/scrolling';
11
11
  import { ControlValueAccessor, NgControl } from '@angular/forms';
12
12
  import { Subject, Observable } from 'rxjs';
13
- import { E as ErrorStateMatcher } from './error-options.d-059d9639.js';
14
- import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from './option.d-4fb11594.js';
15
- import { k as MatFormField } from './form-field.d-486f4e86.js';
16
- import { M as MatFormFieldControl } from './form-field-control.d-9ed49092.js';
17
- import { a as MatFormFieldModule } from './module.d-683b2a19.js';
13
+ import { ErrorStateMatcher } from './error-options.d-C1yXmo10.js';
14
+ import { MatOption, MatOptgroup, MatOptionSelectionChange } from './option.d-ef4idHSb.js';
15
+ import { MatFormField } from './form-field.d-DeaA8Upo.js';
16
+ import { MatFormFieldControl } from './form-field-control.d-39fAGkWp.js';
17
+ import { MatFormFieldModule } from './module.d-_FxAFBZR.js';
18
18
 
19
19
  /** Injection token that determines the scroll handling while a select is open. */
20
20
  declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
@@ -404,6 +404,11 @@ declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnIni
404
404
  _getAriaActiveDescendant(): string | null;
405
405
  /** Gets the aria-labelledby of the select component trigger. */
406
406
  private _getTriggerAriaLabelledby;
407
+ /**
408
+ * Implemented as part of MatFormFieldControl.
409
+ * @docs-private
410
+ */
411
+ get describedByIds(): string[];
407
412
  /**
408
413
  * Implemented as part of MatFormFieldControl.
409
414
  * @docs-private
@@ -445,5 +450,5 @@ declare class MatSelectModule {
445
450
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
446
451
  }
447
452
 
448
- export { MatSelectModule as M, MAT_SELECT_SCROLL_STRATEGY as a, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY as b, MAT_SELECT_CONFIG as d, MAT_SELECT_SCROLL_STRATEGY_PROVIDER as e, MAT_SELECT_TRIGGER as f, MatSelectChange as g, MatSelect as h, MatSelectTrigger as i };
449
- export type { MatSelectConfig as c };
453
+ 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 };
454
+ export type { MatSelectConfig };
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { M as MatCommonModule } from './common-module.d-421e3498.js';
2
+ import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
3
3
  import * as i2 from '@angular/cdk/observers';
4
- import { k as MatFormField, a as MatError, b as MatHint, d as MatPrefix, f as MatSuffix } from './form-field.d-486f4e86.js';
4
+ import { MatFormField, MatError, MatHint, MatPrefix, MatSuffix } from './form-field.d-DeaA8Upo.js';
5
5
 
6
6
  /** The floating label for a `mat-form-field`. */
7
7
  declare class MatLabel {
@@ -15,4 +15,4 @@ declare class MatFormFieldModule {
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<MatFormFieldModule>;
16
16
  }
17
17
 
18
- export { MatLabel as M, MatFormFieldModule as a };
18
+ export { MatFormFieldModule, MatLabel };
@@ -31,5 +31,5 @@ declare class MatOptionHarness extends ContentContainerComponentHarness {
31
31
  isMultiple(): Promise<boolean>;
32
32
  }
33
33
 
34
- export { MatOptionHarness as M };
35
- export type { OptionHarnessFilters as O };
34
+ export { MatOptionHarness };
35
+ export type { OptionHarnessFilters };
@@ -16,5 +16,5 @@ interface MatOptionParentComponent {
16
16
  */
17
17
  declare const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponent>;
18
18
 
19
- export { MAT_OPTION_PARENT_COMPONENT as a };
20
- export type { MatOptionParentComponent as M };
19
+ export { MAT_OPTION_PARENT_COMPONENT };
20
+ export type { MatOptionParentComponent };
@@ -143,4 +143,4 @@ declare function _countGroupLabelsBeforeOption(optionIndex: number, options: Que
143
143
  */
144
144
  declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
145
145
 
146
- export { MatOption as M, _countGroupLabelsBeforeOption as _, MatOptgroup as a, MatOptionSelectionChange as b, _getOptionScrollPosition as c, MAT_OPTGROUP as d };
146
+ export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material",
3
- "version": "20.0.0-next.6",
3
+ "version": "20.0.0-next.8",
4
4
  "description": "Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -353,7 +353,7 @@
353
353
  }
354
354
  },
355
355
  "peerDependencies": {
356
- "@angular/cdk": "20.0.0-next.6",
356
+ "@angular/cdk": "20.0.0-next.8",
357
357
  "@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
358
358
  "@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
359
359
  "@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
@@ -1,6 +1,9 @@
1
1
  @use 'sass:map';
2
+ @use 'sass:list';
2
3
  @use '../core/style/sass-utils';
3
4
  @use '../core/tokens/m3-utils';
5
+ @use '../core/theming/theming';
6
+ @use '../core/theming/inspection';
4
7
 
5
8
  // The prefix used to generate the fully qualified name for tokens in this file.
6
9
  $prefix: (mat, paginator);
@@ -25,3 +28,16 @@ $prefix: (mat, paginator);
25
28
 
26
29
  @return m3-utils.namespace($prefix, $tokens, $token-slots);
27
30
  }
31
+
32
+ // Tokens that can be configured through Angular Material's density theming API.
33
+ @function get-density-tokens($theme) {
34
+ $scale: theming.clamp-density(inspection.get-theme-density($theme), -5);
35
+ $index: ($scale * -1) + 1;
36
+
37
+ @return (
38
+ container-size: list.nth((56px, 52px, 48px, 40px, 40px, 40px), $index),
39
+ form-field-container-height: list.nth((40px, 40px, 40px, 40px, 40px, 36px), $index),
40
+ form-field-container-vertical-padding: list.nth((8px, 8px, 8px, 8px, 8px, 6px), $index),
41
+ touch-target-display: list.nth((block, block, none, none, none, none), $index),
42
+ );
43
+ }
@@ -1,6 +1,7 @@
1
1
  @use 'sass:map';
2
2
  @use 'sass:meta';
3
3
  @use './m2-paginator';
4
+ @use './m3-paginator';
4
5
  @use '../core/style/sass-utils';
5
6
  @use '../core/typography/typography';
6
7
  @use '../core/theming/theming';
@@ -47,7 +48,8 @@
47
48
  );
48
49
 
49
50
  @if inspection.get-theme-version($theme) == 1 {
50
- @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
51
+ @include token-utils.create-token-values(
52
+ m3-paginator.$prefix, m3-paginator.get-density-tokens($theme));
51
53
  } @else {
52
54
  @include sass-utils.current-selector-or-root() {
53
55
  @include token-utils.create-token-values-mixed(
@@ -74,6 +76,9 @@
74
76
  @include theming.private-check-duplicate-theme-styles($theme, 'mat-paginator') {
75
77
  @if inspection.get-theme-version($theme) == 1 {
76
78
  @include _theme-from-tokens(inspection.get-theme-tokens($theme));
79
+ @if inspection.theme-has($theme, density) {
80
+ @include density($theme);
81
+ }
77
82
  } @else {
78
83
  @include base($theme);
79
84
  @if inspection.theme-has($theme, color) {
@@ -1,30 +1,30 @@
1
1
  import * as i0 from '@angular/core';
2
- import { n as MatButtonModule } from '../module.d-9a1d1c76.js';
3
- import { M as MatSelectModule } from '../module.d-8839a0c2.js';
4
- import { M as MatTooltipModule } from '../module.d-f55544a0.js';
5
- import { M as MatPaginator } from '../paginator.d-181ff014.js';
6
- export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, M as MatPaginator, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-181ff014.js';
7
- import '../common-module.d-421e3498.js';
2
+ import { MatButtonModule } from '../button/index.js';
3
+ import { MatSelectModule } from '../module.d-D0Yb5xFi.js';
4
+ import { MatTooltipModule } from '../module.d-Cym1ScGE.js';
5
+ import { MatPaginator } from '../paginator.d-Ctdtnt7L.js';
6
+ export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginatorDefaultOptions, MatPaginatorIntl, MatPaginatorSelectConfig, PageEvent } from '../paginator.d-Ctdtnt7L.js';
7
+ import '@angular/cdk/a11y';
8
+ import '../palette.d-fF1us9u8.js';
9
+ import '../ripple-loader.d-DL-hT7NH.js';
10
+ import '../common-module.d-CUT8AqiB.js';
8
11
  import '@angular/cdk/bidi';
9
- import '../index.d-511f9e6c.js';
10
- import '../ripple.d-305c30f3.js';
12
+ import '../index.d-_XdEyDn3.js';
13
+ import '../ripple.d-DBFnJ3Aa.js';
11
14
  import '@angular/cdk/platform';
12
- import '@angular/cdk/a11y';
13
- import '../palette.d-1d8ebc0d.js';
14
- import '../ripple-loader.d-f51e5eb6.js';
15
15
  import '@angular/cdk/overlay';
16
- import '../index.d-73f24bb1.js';
17
- import '../pseudo-checkbox-module.d-42351ab6.js';
18
- import '../option.d-4fb11594.js';
16
+ import '../index.d-osnm7rw7.js';
17
+ import '../pseudo-checkbox-module.d-czRCRd5m.js';
18
+ import '../option.d-ef4idHSb.js';
19
19
  import 'rxjs';
20
20
  import '@angular/cdk/collections';
21
21
  import '@angular/cdk/scrolling';
22
22
  import '@angular/forms';
23
- import '../error-options.d-059d9639.js';
24
- import '../form-field.d-486f4e86.js';
23
+ import '../error-options.d-C1yXmo10.js';
24
+ import '../form-field.d-DeaA8Upo.js';
25
25
  import '@angular/cdk/coercion';
26
- import '../form-field-control.d-9ed49092.js';
27
- import '../module.d-683b2a19.js';
26
+ import '../form-field-control.d-39fAGkWp.js';
27
+ import '../module.d-_FxAFBZR.js';
28
28
  import '@angular/cdk/observers';
29
29
 
30
30
  declare class MatPaginatorModule {
@@ -33,4 +33,4 @@ declare class MatPaginatorModule {
33
33
  static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
34
34
  }
35
35
 
36
- export { MatPaginatorModule };
36
+ export { MatPaginator, MatPaginatorModule };
@@ -1,9 +1,9 @@
1
1
  import * as _angular_cdk_testing from '@angular/cdk/testing';
2
2
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
- import { M as MatSelectHarness } from '../../select-harness.d-485a3cf8.js';
4
- import '../../option-harness.d-4f143bc0.js';
5
- import '../../optgroup-harness.d-c52f5a8b.js';
6
- import '../../form-field-control-harness.d-e3cf007b.js';
3
+ import { MatSelectHarness } from '../../select/testing/index.js';
4
+ import '../../option-harness.d-BpYClwei.js';
5
+ import '../../core/testing/index.js';
6
+ import '../../form-field/testing/control/index.js';
7
7
 
8
8
  /** A set of criteria that can be used to filter a list of `MatPaginatorHarness` instances. */
9
9
  interface PaginatorHarnessFilters extends BaseHarnessFilters {
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Optional, InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
3
- import { T as ThemePalette } from './palette.d-1d8ebc0d.js';
2
+ import { Optional, OnInit, OnDestroy, EventEmitter, InjectionToken } from '@angular/core';
3
+ import { ThemePalette } from './palette.d-fF1us9u8.js';
4
4
  import { Subject, Observable } from 'rxjs';
5
- import { g as MatFormFieldAppearance } from './form-field.d-486f4e86.js';
5
+ import { MatFormFieldAppearance } from './form-field.d-DeaA8Upo.js';
6
6
 
7
7
  /**
8
8
  * To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
@@ -196,5 +196,5 @@ declare class MatPaginator implements OnInit, OnDestroy {
196
196
  static ngAcceptInputType_disabled: unknown;
197
197
  }
198
198
 
199
- export { MatPaginator as M, PageEvent as P, MAT_PAGINATOR_DEFAULT_OPTIONS as c, MatPaginatorIntl as d, MAT_PAGINATOR_INTL_PROVIDER_FACTORY as e, MAT_PAGINATOR_INTL_PROVIDER as f };
200
- export type { MatPaginatorSelectConfig as a, MatPaginatorDefaultOptions as b };
199
+ export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginator, MatPaginatorIntl, PageEvent };
200
+ export type { MatPaginatorDefaultOptions, MatPaginatorSelectConfig };
@@ -1,4 +1,4 @@
1
1
  /** Possible color palette values. */
2
2
  type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
3
3
 
4
- export type { ThemePalette as T };
4
+ export type { ThemePalette };