@angular/material 21.0.0-next.0 → 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 (394) hide show
  1. package/_index.scss +1 -1
  2. package/core/focus-indicators/_private.scss +16 -0
  3. package/core/tokens/_classes.scss +150 -167
  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} +7 -7
  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} +10 -10
  23. package/fesm2022/_icon-button-chunk.mjs.map +1 -0
  24. package/fesm2022/{icon-registry.mjs → _icon-registry-chunk.mjs} +6 -33
  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} +4 -4
  31. package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
  32. package/fesm2022/{line.mjs → _line-chunk.mjs} +11 -11
  33. package/fesm2022/_line-chunk.mjs.map +1 -0
  34. package/fesm2022/{option.mjs → _option-chunk.mjs} +11 -11
  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-chunk.mjs +22 -0
  39. package/fesm2022/_option-module-chunk.mjs.map +1 -0
  40. package/fesm2022/{pseudo-checkbox.mjs → _pseudo-checkbox-chunk.mjs} +5 -5
  41. package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
  42. package/fesm2022/_pseudo-checkbox-module-chunk.mjs +20 -0
  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} +10 -10
  47. package/fesm2022/_ripple-chunk.mjs.map +1 -0
  48. package/fesm2022/{ripple-loader.mjs → _ripple-loader-chunk.mjs} +6 -6
  49. package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
  50. package/fesm2022/_ripple-module-chunk.mjs +20 -0
  51. package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
  52. package/fesm2022/{structural-styles.mjs → _structural-styles-chunk.mjs} +4 -4
  53. package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
  54. package/fesm2022/{tooltip-module.mjs → _tooltip-chunk.mjs} +18 -61
  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 +32 -64
  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 +14 -15
  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 +20 -98
  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 +24 -33
  73. package/fesm2022/button-toggle.mjs.map +1 -1
  74. package/fesm2022/button.mjs +32 -54
  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 +50 -52
  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 +26 -36
  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 +158 -126
  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 +28 -35
  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 +193 -346
  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 +10 -12
  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 +33 -137
  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 +30 -35
  117. package/fesm2022/grid-list.mjs.map +1 -1
  118. package/fesm2022/{icon/testing.mjs → icon-testing.mjs} +9 -9
  119. package/fesm2022/icon-testing.mjs.map +1 -0
  120. package/fesm2022/icon.mjs +22 -30
  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 +1 -0
  124. package/fesm2022/input.mjs +17 -18
  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 +63 -64
  129. package/fesm2022/list.mjs.map +1 -1
  130. package/fesm2022/material.mjs.map +1 -1
  131. package/fesm2022/{menu/testing.mjs → menu-testing.mjs} +1 -1
  132. package/fesm2022/menu-testing.mjs.map +1 -0
  133. package/fesm2022/menu.mjs +45 -193
  134. package/fesm2022/menu.mjs.map +1 -1
  135. package/fesm2022/{paginator/testing.mjs → paginator-testing.mjs} +2 -2
  136. package/fesm2022/paginator-testing.mjs.map +1 -0
  137. package/fesm2022/paginator.mjs +31 -51
  138. package/fesm2022/paginator.mjs.map +1 -1
  139. package/fesm2022/{progress-bar/testing.mjs → progress-bar-testing.mjs} +1 -1
  140. package/fesm2022/progress-bar-testing.mjs.map +1 -0
  141. package/fesm2022/progress-bar.mjs +24 -29
  142. package/fesm2022/progress-bar.mjs.map +1 -1
  143. package/fesm2022/{progress-spinner/testing.mjs → progress-spinner-testing.mjs} +1 -1
  144. package/fesm2022/progress-spinner-testing.mjs.map +1 -0
  145. package/fesm2022/progress-spinner.mjs +12 -22
  146. package/fesm2022/progress-spinner.mjs.map +1 -1
  147. package/fesm2022/{radio/testing.mjs → radio-testing.mjs} +1 -1
  148. package/fesm2022/radio-testing.mjs.map +1 -0
  149. package/fesm2022/radio.mjs +23 -32
  150. package/fesm2022/radio.mjs.map +1 -1
  151. package/fesm2022/{select/testing.mjs → select-testing.mjs} +1 -1
  152. package/fesm2022/select-testing.mjs.map +1 -0
  153. package/fesm2022/select.mjs +1299 -96
  154. package/fesm2022/select.mjs.map +1 -1
  155. package/fesm2022/{sidenav/testing.mjs → sidenav-testing.mjs} +1 -1
  156. package/fesm2022/sidenav-testing.mjs.map +1 -0
  157. package/fesm2022/sidenav.mjs +30 -120
  158. package/fesm2022/sidenav.mjs.map +1 -1
  159. package/fesm2022/{slide-toggle/testing.mjs → slide-toggle-testing.mjs} +1 -1
  160. package/fesm2022/slide-toggle-testing.mjs.map +1 -0
  161. package/fesm2022/slide-toggle.mjs +14 -15
  162. package/fesm2022/slide-toggle.mjs.map +1 -1
  163. package/fesm2022/{slider/testing.mjs → slider-testing.mjs} +1 -1
  164. package/fesm2022/slider-testing.mjs.map +1 -0
  165. package/fesm2022/slider.mjs +24 -38
  166. package/fesm2022/slider.mjs.map +1 -1
  167. package/fesm2022/{snack-bar/testing.mjs → snack-bar-testing.mjs} +1 -1
  168. package/fesm2022/snack-bar-testing.mjs.map +1 -0
  169. package/fesm2022/snack-bar.mjs +34 -128
  170. package/fesm2022/snack-bar.mjs.map +1 -1
  171. package/fesm2022/{sort/testing.mjs → sort-testing.mjs} +1 -1
  172. package/fesm2022/sort-testing.mjs.map +1 -0
  173. package/fesm2022/sort.mjs +26 -351
  174. package/fesm2022/sort.mjs.map +1 -1
  175. package/fesm2022/{stepper/testing.mjs → stepper-testing.mjs} +3 -2
  176. package/fesm2022/stepper-testing.mjs.map +1 -0
  177. package/fesm2022/stepper.mjs +46 -219
  178. package/fesm2022/stepper.mjs.map +1 -1
  179. package/fesm2022/{table/testing.mjs → table-testing.mjs} +36 -4
  180. package/fesm2022/table-testing.mjs.map +1 -0
  181. package/fesm2022/table.mjs +66 -63
  182. package/fesm2022/table.mjs.map +1 -1
  183. package/fesm2022/{tabs/testing.mjs → tabs-testing.mjs} +1 -1
  184. package/fesm2022/tabs-testing.mjs.map +1 -0
  185. package/fesm2022/tabs.mjs +68 -222
  186. package/fesm2022/tabs.mjs.map +1 -1
  187. package/fesm2022/{timepicker/testing.mjs → timepicker-testing.mjs} +2 -2
  188. package/fesm2022/timepicker-testing.mjs.map +1 -0
  189. package/fesm2022/timepicker.mjs +40 -34
  190. package/fesm2022/timepicker.mjs.map +1 -1
  191. package/fesm2022/{toolbar/testing.mjs → toolbar-testing.mjs} +1 -1
  192. package/fesm2022/toolbar-testing.mjs.map +1 -0
  193. package/fesm2022/toolbar.mjs +13 -15
  194. package/fesm2022/toolbar.mjs.map +1 -1
  195. package/fesm2022/{tooltip/testing.mjs → tooltip-testing.mjs} +1 -1
  196. package/fesm2022/tooltip-testing.mjs.map +1 -0
  197. package/fesm2022/tooltip.mjs +22 -54
  198. package/fesm2022/tooltip.mjs.map +1 -1
  199. package/fesm2022/{tree/testing.mjs → tree-testing.mjs} +1 -1
  200. package/fesm2022/tree-testing.mjs.map +1 -0
  201. package/fesm2022/tree.mjs +29 -31
  202. package/fesm2022/tree.mjs.map +1 -1
  203. package/package.json +115 -114
  204. package/prebuilt-themes/deeppurple-amber.css +1 -1
  205. package/prebuilt-themes/indigo-pink.css +1 -1
  206. package/prebuilt-themes/pink-bluegrey.css +1 -1
  207. package/prebuilt-themes/purple-green.css +1 -1
  208. package/schematics/ng-add/index.js +1 -1
  209. package/schematics/ng-update/index_bundled.js +7 -3
  210. package/schematics/ng-update/index_bundled.js.map +1 -1
  211. package/slider/_m2-slider.scss +1 -0
  212. package/slider/_m3-slider.scss +5 -2
  213. package/{badge.d.d.ts → types/_badge-chunk.d.ts} +1 -1
  214. package/{button-toggle.d.d.ts → types/_button-toggle-chunk.d.ts} +1 -7
  215. package/{date-adapter.d.d.ts → types/_date-adapter-chunk.d.ts} +1 -7
  216. package/{form-field.d.d.ts → types/_form-field-chunk.d.ts} +2 -2
  217. package/{form-field-module.d.d.ts → types/_form-field-module-chunk.d.ts} +4 -4
  218. package/{icon-module.d.d.ts → types/_icon-module-chunk.d.ts} +4 -10
  219. package/{icon-registry.d.d.ts → types/_icon-registry-chunk.d.ts} +2 -18
  220. package/{line.d.d.ts → types/_line-chunk.d.ts} +2 -2
  221. package/types/_option-module-chunk.d.ts +13 -0
  222. package/{paginator.d.d.ts → types/_paginator-chunk.d.ts} +4 -20
  223. package/{progress-spinner.d.d.ts → types/_progress-spinner-chunk.d.ts} +4 -10
  224. package/{pseudo-checkbox-module.d.d.ts → types/_pseudo-checkbox-module-chunk.d.ts} +2 -2
  225. package/{ripple.d.d.ts → types/_ripple-chunk.d.ts} +3 -3
  226. package/{ripple-module.d.d.ts → types/_ripple-module-chunk.d.ts} +3 -3
  227. package/{sort.d.d.ts → types/_sort-chunk.d.ts} +1 -1
  228. package/{autocomplete/testing/index.d.ts → types/autocomplete-testing.d.ts} +2 -2
  229. package/{autocomplete/index.d.ts → types/autocomplete.d.ts} +10 -33
  230. package/{badge/testing/index.d.ts → types/badge-testing.d.ts} +2 -2
  231. package/types/badge.d.ts +14 -0
  232. package/{bottom-sheet/index.d.ts → types/bottom-sheet.d.ts} +10 -14
  233. package/{button/testing/index.d.ts → types/button-testing.d.ts} +2 -0
  234. package/{button-toggle/testing/index.d.ts → types/button-toggle-testing.d.ts} +1 -1
  235. package/types/button-toggle.d.ts +16 -0
  236. package/{button/index.d.ts → types/button.d.ts} +7 -14
  237. package/{card/index.d.ts → types/card.d.ts} +2 -3
  238. package/{checkbox/index.d.ts → types/checkbox.d.ts} +4 -11
  239. package/{chips/index.d.ts → types/chips.d.ts} +74 -68
  240. package/{core/testing/index.d.ts → types/core-testing.d.ts} +1 -1
  241. package/{core/index.d.ts → types/core.d.ts} +14 -41
  242. package/{datepicker/testing/index.d.ts → types/datepicker-testing.d.ts} +2 -2
  243. package/{datepicker/index.d.ts → types/datepicker.d.ts} +48 -101
  244. package/{dialog/testing/index.d.ts → types/dialog-testing.d.ts} +1 -1
  245. package/{dialog/index.d.ts → types/dialog.d.ts} +9 -32
  246. package/{divider/index.d.ts → types/divider.d.ts} +2 -3
  247. package/{expansion/index.d.ts → types/expansion.d.ts} +5 -41
  248. package/{form-field/testing/control/index.d.ts → types/form-field-testing-control.d.ts} +1 -1
  249. package/{form-field/testing/index.d.ts → types/form-field-testing.d.ts} +4 -4
  250. package/{form-field/index.d.ts → types/form-field.d.ts} +6 -17
  251. package/{grid-list/index.d.ts → types/grid-list.d.ts} +3 -4
  252. package/{icon/testing/index.d.ts → types/icon-testing.d.ts} +1 -1
  253. package/types/icon.d.ts +8 -0
  254. package/{input/testing/index.d.ts → types/input-testing.d.ts} +2 -2
  255. package/{input/index.d.ts → types/input.d.ts} +10 -11
  256. package/{list/testing/index.d.ts → types/list-testing.d.ts} +2 -2
  257. package/{list/index.d.ts → types/list.d.ts} +10 -11
  258. package/{menu/index.d.ts → types/menu.d.ts} +7 -48
  259. package/{paginator/testing/index.d.ts → types/paginator-testing.d.ts} +1 -1
  260. package/types/paginator.d.ts +35 -0
  261. package/{progress-bar/index.d.ts → types/progress-bar.d.ts} +4 -11
  262. package/{progress-spinner/testing/index.d.ts → types/progress-spinner-testing.d.ts} +2 -2
  263. package/{progress-spinner/index.d.ts → types/progress-spinner.d.ts} +5 -6
  264. package/{radio/index.d.ts → types/radio.d.ts} +6 -13
  265. package/{select-module.d.d.ts → types/select.d.ts} +19 -26
  266. package/{sidenav/index.d.ts → types/sidenav.d.ts} +4 -21
  267. package/{slide-toggle/index.d.ts → types/slide-toggle.d.ts} +3 -4
  268. package/{slider/index.d.ts → types/slider.d.ts} +5 -5
  269. package/{snack-bar/index.d.ts → types/snack-bar.d.ts} +9 -25
  270. package/{sort/testing/index.d.ts → types/sort-testing.d.ts} +1 -1
  271. package/{sort/index.d.ts → types/sort.d.ts} +8 -40
  272. package/{stepper/index.d.ts → types/stepper.d.ts} +11 -39
  273. package/{table/testing/index.d.ts → types/table-testing.d.ts} +27 -1
  274. package/{table/index.d.ts → types/table.d.ts} +11 -11
  275. package/{tabs/index.d.ts → types/tabs.d.ts} +6 -22
  276. package/{timepicker/testing/index.d.ts → types/timepicker-testing.d.ts} +1 -1
  277. package/{timepicker/index.d.ts → types/timepicker.d.ts} +151 -130
  278. package/{toolbar/index.d.ts → types/toolbar.d.ts} +2 -3
  279. package/{tooltip-module.d.d.ts → types/tooltip.d.ts} +7 -29
  280. package/{tree/index.d.ts → types/tree.d.ts} +2 -3
  281. package/badge/index.d.ts +0 -15
  282. package/button-toggle/index.d.ts +0 -17
  283. package/common-module.d.d.ts +0 -44
  284. package/fesm2022/animation.mjs.map +0 -1
  285. package/fesm2022/autocomplete/testing.mjs.map +0 -1
  286. package/fesm2022/badge/testing.mjs.map +0 -1
  287. package/fesm2022/bottom-sheet/testing.mjs.map +0 -1
  288. package/fesm2022/button/testing.mjs.map +0 -1
  289. package/fesm2022/button-toggle/testing.mjs.map +0 -1
  290. package/fesm2022/card/testing.mjs.map +0 -1
  291. package/fesm2022/checkbox/testing.mjs.map +0 -1
  292. package/fesm2022/chips/testing.mjs.map +0 -1
  293. package/fesm2022/common-module.mjs +0 -42
  294. package/fesm2022/common-module.mjs.map +0 -1
  295. package/fesm2022/core/testing.mjs.map +0 -1
  296. package/fesm2022/date-formats.mjs.map +0 -1
  297. package/fesm2022/date-range-input-harness.mjs.map +0 -1
  298. package/fesm2022/datepicker/testing.mjs.map +0 -1
  299. package/fesm2022/dialog/testing.mjs.map +0 -1
  300. package/fesm2022/dialog-module.mjs +0 -891
  301. package/fesm2022/dialog-module.mjs.map +0 -1
  302. package/fesm2022/divider/testing.mjs.map +0 -1
  303. package/fesm2022/error-options.mjs.map +0 -1
  304. package/fesm2022/error-state.mjs.map +0 -1
  305. package/fesm2022/expansion/testing.mjs.map +0 -1
  306. package/fesm2022/form-field/testing/control.mjs.map +0 -1
  307. package/fesm2022/form-field/testing.mjs.map +0 -1
  308. package/fesm2022/form-field-module.mjs +0 -39
  309. package/fesm2022/form-field-module.mjs.map +0 -1
  310. package/fesm2022/form-field2.mjs +0 -1114
  311. package/fesm2022/form-field2.mjs.map +0 -1
  312. package/fesm2022/grid-list/testing.mjs.map +0 -1
  313. package/fesm2022/icon/testing.mjs.map +0 -1
  314. package/fesm2022/icon-button.mjs.map +0 -1
  315. package/fesm2022/icon-registry.mjs.map +0 -1
  316. package/fesm2022/input/testing.mjs.map +0 -1
  317. package/fesm2022/input-harness.mjs.map +0 -1
  318. package/fesm2022/input-value-accessor.mjs.map +0 -1
  319. package/fesm2022/internal-form-field.mjs.map +0 -1
  320. package/fesm2022/line.mjs.map +0 -1
  321. package/fesm2022/list/testing.mjs.map +0 -1
  322. package/fesm2022/menu/testing.mjs.map +0 -1
  323. package/fesm2022/option-harness.mjs.map +0 -1
  324. package/fesm2022/option-module.mjs +0 -22
  325. package/fesm2022/option-module.mjs.map +0 -1
  326. package/fesm2022/option.mjs.map +0 -1
  327. package/fesm2022/paginator/testing.mjs.map +0 -1
  328. package/fesm2022/progress-bar/testing.mjs.map +0 -1
  329. package/fesm2022/progress-spinner/testing.mjs.map +0 -1
  330. package/fesm2022/pseudo-checkbox-module.mjs +0 -20
  331. package/fesm2022/pseudo-checkbox-module.mjs.map +0 -1
  332. package/fesm2022/pseudo-checkbox.mjs.map +0 -1
  333. package/fesm2022/public-api.mjs.map +0 -1
  334. package/fesm2022/radio/testing.mjs.map +0 -1
  335. package/fesm2022/ripple-loader.mjs.map +0 -1
  336. package/fesm2022/ripple-module.mjs +0 -20
  337. package/fesm2022/ripple-module.mjs.map +0 -1
  338. package/fesm2022/ripple.mjs.map +0 -1
  339. package/fesm2022/select/testing.mjs.map +0 -1
  340. package/fesm2022/select-module.mjs +0 -1318
  341. package/fesm2022/select-module.mjs.map +0 -1
  342. package/fesm2022/sidenav/testing.mjs.map +0 -1
  343. package/fesm2022/slide-toggle/testing.mjs.map +0 -1
  344. package/fesm2022/slider/testing.mjs.map +0 -1
  345. package/fesm2022/snack-bar/testing.mjs.map +0 -1
  346. package/fesm2022/sort/testing.mjs.map +0 -1
  347. package/fesm2022/stepper/testing.mjs.map +0 -1
  348. package/fesm2022/structural-styles.mjs.map +0 -1
  349. package/fesm2022/table/testing.mjs.map +0 -1
  350. package/fesm2022/tabs/testing.mjs.map +0 -1
  351. package/fesm2022/timepicker/testing.mjs.map +0 -1
  352. package/fesm2022/toolbar/testing.mjs.map +0 -1
  353. package/fesm2022/tooltip/testing.mjs.map +0 -1
  354. package/fesm2022/tooltip-module.mjs.map +0 -1
  355. package/fesm2022/tree/testing.mjs.map +0 -1
  356. package/icon/index.d.ts +0 -9
  357. package/option-module.d.d.ts +0 -13
  358. package/paginator/index.d.ts +0 -36
  359. package/select/index.d.ts +0 -38
  360. package/tooltip/index.d.ts +0 -21
  361. /package/{date-range-input-harness.d.d.ts → types/_date-range-input-harness-chunk.d.ts} +0 -0
  362. /package/{dialog.d.d.ts → types/_dialog-chunk.d.ts} +0 -0
  363. /package/{error-options.d.d.ts → types/_error-options-chunk.d.ts} +0 -0
  364. /package/{form-field-control.d.d.ts → types/_form-field-control-chunk.d.ts} +0 -0
  365. /package/{form-field-control-harness.d.d.ts → types/_form-field-control-harness-chunk.d.ts} +0 -0
  366. /package/{input-harness.d.d.ts → types/_input-harness-chunk.d.ts} +0 -0
  367. /package/{list-option-types.d.d.ts → types/_list-option-types-chunk.d.ts} +0 -0
  368. /package/{option.d.d.ts → types/_option-chunk.d.ts} +0 -0
  369. /package/{option-harness.d.d.ts → types/_option-harness-chunk.d.ts} +0 -0
  370. /package/{option-parent.d.d.ts → types/_option-parent-chunk.d.ts} +0 -0
  371. /package/{palette.d.d.ts → types/_palette-chunk.d.ts} +0 -0
  372. /package/{ripple-loader.d.d.ts → types/_ripple-loader-chunk.d.ts} +0 -0
  373. /package/{sort-direction.d.d.ts → types/_sort-direction-chunk.d.ts} +0 -0
  374. /package/{bottom-sheet/testing/index.d.ts → types/bottom-sheet-testing.d.ts} +0 -0
  375. /package/{card/testing/index.d.ts → types/card-testing.d.ts} +0 -0
  376. /package/{checkbox/testing/index.d.ts → types/checkbox-testing.d.ts} +0 -0
  377. /package/{chips/testing/index.d.ts → types/chips-testing.d.ts} +0 -0
  378. /package/{divider/testing/index.d.ts → types/divider-testing.d.ts} +0 -0
  379. /package/{expansion/testing/index.d.ts → types/expansion-testing.d.ts} +0 -0
  380. /package/{grid-list/testing/index.d.ts → types/grid-list-testing.d.ts} +0 -0
  381. /package/{index.d.ts → types/material.d.ts} +0 -0
  382. /package/{menu/testing/index.d.ts → types/menu-testing.d.ts} +0 -0
  383. /package/{progress-bar/testing/index.d.ts → types/progress-bar-testing.d.ts} +0 -0
  384. /package/{radio/testing/index.d.ts → types/radio-testing.d.ts} +0 -0
  385. /package/{select/testing/index.d.ts → types/select-testing.d.ts} +0 -0
  386. /package/{sidenav/testing/index.d.ts → types/sidenav-testing.d.ts} +0 -0
  387. /package/{slide-toggle/testing/index.d.ts → types/slide-toggle-testing.d.ts} +0 -0
  388. /package/{slider/testing/index.d.ts → types/slider-testing.d.ts} +0 -0
  389. /package/{snack-bar/testing/index.d.ts → types/snack-bar-testing.d.ts} +0 -0
  390. /package/{stepper/testing/index.d.ts → types/stepper-testing.d.ts} +0 -0
  391. /package/{tabs/testing/index.d.ts → types/tabs-testing.d.ts} +0 -0
  392. /package/{toolbar/testing/index.d.ts → types/toolbar-testing.d.ts} +0 -0
  393. /package/{tooltip/testing/index.d.ts → types/tooltip-testing.d.ts} +0 -0
  394. /package/{tree/testing/index.d.ts → types/tree-testing.d.ts} +0 -0
@@ -3,12 +3,6 @@ import { Subject, Observable } from 'rxjs';
3
3
 
4
4
  /** InjectionToken for datepicker that can be used to override default locale code. */
5
5
  declare const MAT_DATE_LOCALE: InjectionToken<{}>;
6
- /**
7
- * @docs-private
8
- * @deprecated No longer used, will be removed.
9
- * @breaking-change 21.0.0
10
- */
11
- declare function MAT_DATE_LOCALE_FACTORY(): {};
12
6
  /** Adapts type `D` to be usable as a date by cdk-based components that work with dates. */
13
7
  declare abstract class DateAdapter<D, L = any> {
14
8
  /** The locale to use for all dates. */
@@ -264,4 +258,4 @@ declare abstract class DateAdapter<D, L = any> {
264
258
  clampDate(date: D, min?: D | null, max?: D | null): D;
265
259
  }
266
260
 
267
- export { DateAdapter, MAT_DATE_LOCALE, MAT_DATE_LOCALE_FACTORY };
261
+ export { DateAdapter, MAT_DATE_LOCALE };
@@ -2,8 +2,8 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnDestroy, AfterViewInit, ElementRef, AfterContentInit, AfterContentChecked, QueryList } from '@angular/core';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
4
  import { AbstractControlDirective } from '@angular/forms';
5
- import { ThemePalette } from './palette.d.js';
6
- import { MatFormFieldControl as MatFormFieldControl$1 } from './form-field-control.d.js';
5
+ import { ThemePalette } from './_palette-chunk.js';
6
+ import { MatFormFieldControl as MatFormFieldControl$1 } from './_form-field-control-chunk.js';
7
7
 
8
8
  /**
9
9
  * Injection token that can be used to reference instances of `MatError`. It serves as
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { MatCommonModule } from './common-module.d.js';
3
- import * as i2 from '@angular/cdk/observers';
4
- import { MatFormField, MatError, MatHint, MatPrefix, MatSuffix } from './form-field.d.js';
2
+ import * as i1 from '@angular/cdk/observers';
3
+ import { MatFormField, MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
4
+ import * as i2 from '@angular/cdk/bidi';
5
5
 
6
6
  /** The floating label for a `mat-form-field`. */
7
7
  declare class MatLabel {
@@ -11,7 +11,7 @@ declare class MatLabel {
11
11
 
12
12
  declare class MatFormFieldModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatFormFieldModule, never, [typeof MatCommonModule, typeof i2.ObserversModule, typeof MatFormField, typeof MatLabel, typeof MatError, typeof MatHint, typeof MatPrefix, typeof MatSuffix], [typeof MatFormField, typeof MatLabel, typeof MatHint, typeof MatError, typeof MatPrefix, typeof MatSuffix, typeof MatCommonModule]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatFormFieldModule, never, [typeof i1.ObserversModule, typeof MatFormField, typeof MatLabel, typeof MatError, typeof MatHint, typeof MatPrefix, typeof MatSuffix], [typeof MatFormField, typeof MatLabel, typeof MatHint, typeof MatError, typeof MatPrefix, typeof MatSuffix, typeof i2.BidiModule]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<MatFormFieldModule>;
16
16
  }
17
17
 
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnInit, AfterViewChecked, OnDestroy, ElementRef } from '@angular/core';
3
- import { MatCommonModule } from './common-module.d.js';
4
- import { ThemePalette } from './palette.d.js';
3
+ import { ThemePalette } from './_palette-chunk.js';
4
+ import * as i2 from '@angular/cdk/bidi';
5
5
 
6
6
  /** Default options for `mat-icon`. */
7
7
  interface MatIconDefaultOptions {
@@ -31,12 +31,6 @@ declare const MAT_ICON_LOCATION: InjectionToken<MatIconLocation>;
31
31
  interface MatIconLocation {
32
32
  getPathname: () => string;
33
33
  }
34
- /**
35
- * @docs-private
36
- * @deprecated No longer used, will be removed.
37
- * @breaking-change 21.0.0
38
- */
39
- declare function MAT_ICON_LOCATION_FACTORY(): MatIconLocation;
40
34
  /**
41
35
  * Component to display an icon. It can be used in the following ways:
42
36
  *
@@ -160,9 +154,9 @@ declare class MatIcon implements OnInit, AfterViewChecked, OnDestroy {
160
154
 
161
155
  declare class MatIconModule {
162
156
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconModule, never>;
163
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatIconModule, never, [typeof MatCommonModule, typeof MatIcon], [typeof MatIcon, typeof MatCommonModule]>;
157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatIconModule, never, [typeof MatIcon], [typeof MatIcon, typeof i2.BidiModule]>;
164
158
  static ɵinj: i0.ɵɵInjectorDeclaration<MatIconModule>;
165
159
  }
166
160
 
167
- export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MAT_ICON_LOCATION_FACTORY, MatIcon, MatIconModule };
161
+ export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MatIcon, MatIconModule };
168
162
  export type { MatIconDefaultOptions, MatIconLocation };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import * as i0 from '@angular/core';
3
- import { OnDestroy, ErrorHandler, Optional } from '@angular/core';
3
+ import { OnDestroy, ErrorHandler } from '@angular/core';
4
4
  import { SafeResourceUrl, SafeHtml, DomSanitizer } from '@angular/platform-browser';
5
5
  import { Observable } from 'rxjs';
6
6
 
@@ -266,22 +266,6 @@ declare class MatIconRegistry implements OnDestroy {
266
266
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconRegistry, [{ optional: true; }, null, { optional: true; }, null]>;
267
267
  static ɵprov: i0.ɵɵInjectableDeclaration<MatIconRegistry>;
268
268
  }
269
- /**
270
- * @docs-private
271
- * @deprecated No longer used, will be removed.
272
- * @breaking-change 21.0.0
273
- */
274
- declare function ICON_REGISTRY_PROVIDER_FACTORY(parentRegistry: MatIconRegistry, httpClient: HttpClient, sanitizer: DomSanitizer, errorHandler: ErrorHandler, document?: any): MatIconRegistry;
275
- /**
276
- * @docs-private
277
- * @deprecated No longer used, will be removed.
278
- * @breaking-change 21.0.0
279
- */
280
- declare const ICON_REGISTRY_PROVIDER: {
281
- provide: typeof MatIconRegistry;
282
- deps: (Optional[] | typeof DomSanitizer | typeof ErrorHandler)[];
283
- useFactory: typeof ICON_REGISTRY_PROVIDER_FACTORY;
284
- };
285
269
 
286
- export { ICON_REGISTRY_PROVIDER, ICON_REGISTRY_PROVIDER_FACTORY, MatIconRegistry, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError };
270
+ export { MatIconRegistry, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError };
287
271
  export type { IconOptions, IconResolver, SafeResourceUrlWithIconOptions };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { QueryList, ElementRef } from '@angular/core';
3
- import { MatCommonModule } from './common-module.d.js';
3
+ import * as i2 from '@angular/cdk/bidi';
4
4
 
5
5
  /**
6
6
  * Shared directive to count lines inside a text area, such as a list item.
@@ -18,7 +18,7 @@ declare class MatLine {
18
18
  declare function setLines(lines: QueryList<unknown>, element: ElementRef<HTMLElement>, prefix?: string): void;
19
19
  declare class MatLineModule {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLineModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof MatCommonModule, typeof MatLine], [typeof MatLine, typeof MatCommonModule]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof MatLine], [typeof MatLine, typeof i2.BidiModule]>;
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
23
23
  }
24
24
 
@@ -0,0 +1,13 @@
1
+ import * as i0 from '@angular/core';
2
+ import { MatRippleModule } from './_ripple-module-chunk.js';
3
+ import { MatPseudoCheckboxModule } from './_pseudo-checkbox-module-chunk.js';
4
+ import { MatOption, MatOptgroup } from './_option-chunk.js';
5
+ import * as i2 from '@angular/cdk/bidi';
6
+
7
+ declare class MatOptionModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, never, [typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatOption, typeof MatOptgroup], [typeof MatOption, typeof MatOptgroup, typeof i2.BidiModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
11
+ }
12
+
13
+ export { MatOptionModule };
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Optional, InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
3
- import { ThemePalette } from './palette.d.js';
2
+ import { InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
3
+ import { ThemePalette } from './_palette-chunk.js';
4
4
  import { Subject, Observable } from 'rxjs';
5
- import { MatFormFieldAppearance } from './form-field.d.js';
5
+ import { MatFormFieldAppearance } from './_form-field-chunk.js';
6
6
 
7
7
  /**
8
8
  * To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
@@ -29,22 +29,6 @@ declare class MatPaginatorIntl {
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorIntl, never>;
30
30
  static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorIntl>;
31
31
  }
32
- /**
33
- * @docs-private
34
- * @deprecated No longer used, will be removed.
35
- * @breaking-change 21.0.0
36
- */
37
- declare function MAT_PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: MatPaginatorIntl): MatPaginatorIntl;
38
- /**
39
- * @docs-private
40
- * @deprecated No longer used, will be removed.
41
- * @breaking-change 21.0.0
42
- */
43
- declare const MAT_PAGINATOR_INTL_PROVIDER: {
44
- provide: typeof MatPaginatorIntl;
45
- deps: Optional[][];
46
- useFactory: typeof MAT_PAGINATOR_INTL_PROVIDER_FACTORY;
47
- };
48
32
 
49
33
  /** Object that can used to configure the underlying `MatSelect` inside a `MatPaginator`. */
50
34
  interface MatPaginatorSelectConfig {
@@ -196,5 +180,5 @@ declare class MatPaginator implements OnInit, OnDestroy {
196
180
  static ngAcceptInputType_disabled: unknown;
197
181
  }
198
182
 
199
- export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginator, MatPaginatorIntl, PageEvent };
183
+ export { MAT_PAGINATOR_DEFAULT_OPTIONS, MatPaginator, MatPaginatorIntl, PageEvent };
200
184
  export type { MatPaginatorDefaultOptions, MatPaginatorSelectConfig };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, ElementRef } from '@angular/core';
3
- import { ThemePalette } from './palette.d.js';
3
+ import { ThemePalette } from './_palette-chunk.js';
4
4
 
5
5
  /** Possible mode for a progress spinner. */
6
6
  type ProgressSpinnerMode = 'determinate' | 'indeterminate';
@@ -19,19 +19,13 @@ interface MatProgressSpinnerDefaultOptions {
19
19
  /** Width of the spinner's stroke. */
20
20
  strokeWidth?: number;
21
21
  /**
22
- * Whether the animations should be force to be enabled, ignoring if the current environment is
23
- * using NoopAnimationsModule.
22
+ * Whether the animations should be force to be enabled, ignoring if the current environment
23
+ * disables them.
24
24
  */
25
25
  _forceAnimations?: boolean;
26
26
  }
27
27
  /** Injection token to be used to override the default options for `mat-progress-spinner`. */
28
28
  declare const MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatProgressSpinnerDefaultOptions>;
29
- /**
30
- * @docs-private
31
- * @deprecated No longer used, will be removed.
32
- * @breaking-change 21.0.0
33
- */
34
- declare function MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatProgressSpinnerDefaultOptions;
35
29
  declare class MatProgressSpinner {
36
30
  readonly _elementRef: ElementRef<HTMLElement>;
37
31
  /** Whether the _mat-animation-noopable class should be applied, disabling animations. */
@@ -93,5 +87,5 @@ declare class MatProgressSpinner {
93
87
  */
94
88
  declare const MatSpinner: typeof MatProgressSpinner;
95
89
 
96
- export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, MatProgressSpinner, MatSpinner };
90
+ export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MatProgressSpinner, MatSpinner };
97
91
  export type { MatProgressSpinnerDefaultOptions, ProgressSpinnerMode };
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { MatCommonModule } from './common-module.d.js';
2
+ import * as i2 from '@angular/cdk/bidi';
3
3
 
4
4
  /**
5
5
  * Possible states for a pseudo checkbox.
@@ -37,7 +37,7 @@ declare class MatPseudoCheckbox {
37
37
 
38
38
  declare class MatPseudoCheckboxModule {
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof MatCommonModule, typeof MatPseudoCheckbox], [typeof MatPseudoCheckbox]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof MatPseudoCheckbox], [typeof MatPseudoCheckbox, typeof i2.BidiModule]>;
41
41
  static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
42
42
  }
43
43
 
@@ -156,7 +156,7 @@ interface RippleGlobalOptions {
156
156
  /**
157
157
  * Default configuration for the animation duration of the ripples. There are two phases with
158
158
  * different durations for the ripples: `enter` and `leave`. The durations will be overwritten
159
- * by the value of `matRippleAnimation` or if the `NoopAnimationsModule` is included.
159
+ * by the value of `matRippleAnimation` or if animations are disabled.
160
160
  */
161
161
  animation?: RippleAnimationConfig;
162
162
  /**
@@ -191,8 +191,8 @@ declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
191
191
  radius: number;
192
192
  /**
193
193
  * Configuration for the ripple animation. Allows modifying the enter and exit animation
194
- * duration of the ripples. The animation durations will be overwritten if the
195
- * `NoopAnimationsModule` is being used.
194
+ * duration of the ripples. The animation durations will be overwritten if animations are
195
+ * disabled.
196
196
  */
197
197
  animation: RippleAnimationConfig;
198
198
  /**
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { MatCommonModule } from './common-module.d.js';
3
- import { MatRipple } from './ripple.d.js';
2
+ import { MatRipple } from './_ripple-chunk.js';
3
+ import * as i2 from '@angular/cdk/bidi';
4
4
 
5
5
  declare class MatRippleModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof MatCommonModule, typeof MatRipple], [typeof MatRipple, typeof MatCommonModule]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof MatRipple], [typeof MatRipple, typeof i2.BidiModule]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
9
9
  }
10
10
 
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnChanges, OnDestroy, OnInit, EventEmitter } from '@angular/core';
3
3
  import { Subject, Observable } from 'rxjs';
4
- import { SortDirection } from './sort-direction.d.js';
4
+ import { SortDirection } from './_sort-direction-chunk.js';
5
5
 
6
6
  /** Position of the arrow that displays when sorted. */
7
7
  type SortHeaderArrowPosition = 'before' | 'after';
@@ -1,6 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { OptionHarnessFilters, MatOptionHarness } from '../../option-harness.d.js';
3
- import { OptgroupHarnessFilters, MatOptgroupHarness } from '../../core/testing/index.js';
2
+ import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
3
+ import { OptgroupHarnessFilters, MatOptgroupHarness } from './core-testing.js';
4
4
 
5
5
  /** A set of criteria that can be used to filter a list of `MatAutocompleteHarness` instances. */
6
6
  interface AutocompleteHarnessFilters extends BaseHarnessFilters {
@@ -2,19 +2,18 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, OnDestroy, TemplateRef, ElementRef, QueryList, EventEmitter, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy } from '@angular/cdk/overlay';
5
- import { MatOptionModule } from '../option-module.d.js';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import { ThemePalette } from '../palette.d.js';
8
- import { MatOption, MatOptgroup, MatOptionSelectionChange } from '../option.d.js';
5
+ import { MatOptionModule } from './_option-module-chunk.js';
6
+ import { ThemePalette } from './_palette-chunk.js';
7
+ import { MatOption, MatOptgroup, MatOptionSelectionChange } from './_option-chunk.js';
9
8
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
10
9
  import { ControlValueAccessor } from '@angular/forms';
11
10
  import { Observable } from 'rxjs';
12
- import * as i5 from '@angular/cdk/scrolling';
13
- import '../ripple-module.d.js';
14
- import '../ripple.d.js';
11
+ import * as i1 from '@angular/cdk/scrolling';
12
+ import * as i2$1 from '@angular/cdk/bidi';
13
+ import './_ripple-module-chunk.js';
14
+ import './_ripple-chunk.js';
15
15
  import '@angular/cdk/platform';
16
- import '../pseudo-checkbox-module.d.js';
17
- import '@angular/cdk/bidi';
16
+ import './_pseudo-checkbox-module-chunk.js';
18
17
 
19
18
  /** Event object that is emitted when an autocomplete option is selected. */
20
19
  declare class MatAutocompleteSelectedEvent {
@@ -57,12 +56,6 @@ interface MatAutocompleteDefaultOptions {
57
56
  }
58
57
  /** Injection token to be used to override the default options for `mat-autocomplete`. */
59
58
  declare const MAT_AUTOCOMPLETE_DEFAULT_OPTIONS: InjectionToken<MatAutocompleteDefaultOptions>;
60
- /**
61
- * @docs-private
62
- * @deprecated No longer used, will be removed.
63
- * @breaking-change 21.0.0
64
- */
65
- declare function MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY(): MatAutocompleteDefaultOptions;
66
59
  /** Autocomplete component. */
67
60
  declare class MatAutocomplete implements AfterContentInit, OnDestroy {
68
61
  private _changeDetectorRef;
@@ -194,22 +187,6 @@ declare const MAT_AUTOCOMPLETE_VALUE_ACCESSOR: any;
194
187
  declare function getMatAutocompleteMissingPanelError(): Error;
195
188
  /** Injection token that determines the scroll handling while the autocomplete panel is open. */
196
189
  declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
197
- /**
198
- * @docs-private
199
- * @deprecated No longer used, will be removed.
200
- * @breaking-change 21.0.0
201
- */
202
- declare function MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
203
- /**
204
- * @docs-private
205
- * @deprecated No longer used, will be removed.
206
- * @breaking-change 21.0.0
207
- */
208
- declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER: {
209
- provide: InjectionToken<() => ScrollStrategy>;
210
- deps: any[];
211
- useFactory: typeof MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY;
212
- };
213
190
  /** Base class with all of the `MatAutocompleteTrigger` functionality. */
214
191
  declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy {
215
192
  private _environmentInjector;
@@ -435,9 +412,9 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
435
412
 
436
413
  declare class MatAutocompleteModule {
437
414
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
438
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i5.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof MatCommonModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
415
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i1.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof i2$1.BidiModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
439
416
  static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
440
417
  }
441
418
 
442
- export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_AUTOCOMPLETE_VALUE_ACCESSOR, MatAutocomplete, MatAutocompleteModule, MatAutocompleteOrigin, MatAutocompleteSelectedEvent, MatAutocompleteTrigger, MatOptgroup, MatOption, getMatAutocompleteMissingPanelError };
419
+ export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, MAT_AUTOCOMPLETE_SCROLL_STRATEGY, MAT_AUTOCOMPLETE_VALUE_ACCESSOR, MatAutocomplete, MatAutocompleteModule, MatAutocompleteOrigin, MatAutocompleteSelectedEvent, MatAutocompleteTrigger, MatOptgroup, MatOption, getMatAutocompleteMissingPanelError };
443
420
  export type { MatAutocompleteActivatedEvent, MatAutocompleteDefaultOptions };
@@ -1,7 +1,7 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { MatBadgePosition, MatBadgeSize } from '../../badge.d.js';
2
+ import { MatBadgePosition, MatBadgeSize } from './_badge-chunk.js';
3
3
  import '@angular/core';
4
- import '../../palette.d.js';
4
+ import './_palette-chunk.js';
5
5
 
6
6
  interface BadgeHarnessFilters extends BaseHarnessFilters {
7
7
  text?: string | RegExp;
@@ -0,0 +1,14 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from '@angular/cdk/a11y';
3
+ import { MatBadge, _MatBadgeStyleLoader } from './_badge-chunk.js';
4
+ export { MatBadgePosition, MatBadgeSize } from './_badge-chunk.js';
5
+ import * as i2 from '@angular/cdk/bidi';
6
+ import './_palette-chunk.js';
7
+
8
+ declare class MatBadgeModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatBadgeModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof i2.BidiModule]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatBadgeModule>;
12
+ }
13
+
14
+ export { MatBadge, MatBadgeModule };
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, ComponentRef, TemplateRef } from '@angular/core';
2
+ import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, Injector, ComponentRef, TemplateRef } from '@angular/core';
3
3
  import * as i1 from '@angular/cdk/dialog';
4
4
  import { CdkDialogContainer, DialogRef } from '@angular/cdk/dialog';
5
- import { MatCommonModule } from '../common-module.d.js';
6
- import * as i3 from '@angular/cdk/portal';
5
+ import * as i2 from '@angular/cdk/portal';
7
6
  import { ComponentType } from '@angular/cdk/portal';
7
+ import * as i2$1 from '@angular/cdk/bidi';
8
8
  import { Direction } from '@angular/cdk/bidi';
9
9
  import { ScrollStrategy } from '@angular/cdk/overlay';
10
10
  import { Observable } from 'rxjs';
@@ -40,7 +40,7 @@ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDe
40
40
 
41
41
  declare class MatBottomSheetModule {
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof MatCommonModule, typeof i3.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof MatCommonModule]>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof i2.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof i2$1.BidiModule]>;
44
44
  static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
45
45
  }
46
46
 
@@ -54,6 +54,11 @@ declare const MAT_BOTTOM_SHEET_DATA: InjectionToken<any>;
54
54
  declare class MatBottomSheetConfig<D = any> {
55
55
  /** The view container to place the overlay for the bottom sheet into. */
56
56
  viewContainerRef?: ViewContainerRef;
57
+ /**
58
+ * Injector used for the instantiation of the component to be attached. If provided,
59
+ * takes precedence over the injector indirectly provided by `ViewContainerRef`.
60
+ */
61
+ injector?: Injector;
57
62
  /** Extra CSS classes to be added to the bottom sheet container. */
58
63
  panelClass?: string | string[];
59
64
  /** Text layout direction for the bottom sheet. */
@@ -186,14 +191,5 @@ declare class MatBottomSheet implements OnDestroy {
186
191
  static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
187
192
  }
188
193
 
189
- /**
190
- * Animations used by the Material bottom sheet.
191
- * @deprecated No longer used. Will be removed.
192
- * @breaking-change 21.0.0
193
- */
194
- declare const matBottomSheetAnimations: {
195
- readonly bottomSheetState: any;
196
- };
197
-
198
- export { MAT_BOTTOM_SHEET_DATA, MAT_BOTTOM_SHEET_DEFAULT_OPTIONS, MatBottomSheet, MatBottomSheetConfig, MatBottomSheetContainer, MatBottomSheetModule, MatBottomSheetRef, matBottomSheetAnimations };
194
+ export { MAT_BOTTOM_SHEET_DATA, MAT_BOTTOM_SHEET_DEFAULT_OPTIONS, MatBottomSheet, MatBottomSheetConfig, MatBottomSheetContainer, MatBottomSheetModule, MatBottomSheetRef };
199
195
  export type { AutoFocusTarget };
@@ -18,6 +18,8 @@ interface ButtonHarnessFilters extends BaseHarnessFilters {
18
18
  disabled?: boolean;
19
19
  /** Only find instances with the specified type. */
20
20
  buttonType?: ButtonType;
21
+ /** Only find instances that contain an icon whose name matches the given value. */
22
+ iconName?: string | RegExp;
21
23
  }
22
24
 
23
25
  /** Harness for interacting with a mat-button in tests. */
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { MatButtonToggleAppearance } from '../../button-toggle.d.js';
2
+ import { MatButtonToggleAppearance } from './_button-toggle-chunk.js';
3
3
  import '@angular/cdk/bidi';
4
4
  import '@angular/core';
5
5
  import '@angular/forms';
@@ -0,0 +1,16 @@
1
+ import { MatButtonToggleGroup, MatButtonToggle } from './_button-toggle-chunk.js';
2
+ export { MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, MAT_BUTTON_TOGGLE_GROUP, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, MatButtonToggleAppearance, MatButtonToggleChange, MatButtonToggleDefaultOptions, ToggleType } from './_button-toggle-chunk.js';
3
+ import * as i0 from '@angular/core';
4
+ import { MatRippleModule } from './_ripple-module-chunk.js';
5
+ import * as i2 from '@angular/cdk/bidi';
6
+ import '@angular/forms';
7
+ import './_ripple-chunk.js';
8
+ import '@angular/cdk/platform';
9
+
10
+ declare class MatButtonToggleModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof i2.BidiModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonToggleModule>;
14
+ }
15
+
16
+ export { MatButtonToggle, MatButtonToggleGroup, MatButtonToggleModule };
@@ -1,12 +1,11 @@
1
1
  import { FocusOrigin } from '@angular/cdk/a11y';
2
2
  import * as i0 from '@angular/core';
3
3
  import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
4
- import { ThemePalette } from '../palette.d.js';
5
- import { MatRippleLoader } from '../ripple-loader.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';
4
+ import { ThemePalette } from './_palette-chunk.js';
5
+ import { MatRippleLoader } from './_ripple-loader-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
  /**
@@ -138,12 +137,6 @@ interface MatFabDefaultOptions {
138
137
  }
139
138
  /** Injection token to be used to override the default options for FAB. */
140
139
  declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
141
- /**
142
- * @docs-private
143
- * @deprecated No longer used, will be removed.
144
- * @breaking-change 21.0.0
145
- */
146
- declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
147
140
  /**
148
141
  * Material Design floating action button (FAB) component. These buttons represent the primary
149
142
  * or most common action for users to interact with.
@@ -209,9 +202,9 @@ type MatIconAnchor = MatIconButton;
209
202
 
210
203
  declare class MatButtonModule {
211
204
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
212
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton], [typeof MatCommonModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton]>;
205
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof MatRippleModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton], [typeof i2.BidiModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton]>;
213
206
  static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
214
207
  }
215
208
 
216
- export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MAT_FAB_DEFAULT_OPTIONS_FACTORY, MatAnchor, MatButton, MatButtonModule, MatFabAnchor, MatFabButton, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
209
+ export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MatAnchor, MatButton, MatButtonModule, MatFabAnchor, MatFabButton, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
217
210
  export type { MatButtonAppearance, MatButtonConfig, MatFabDefaultOptions };
@@ -1,7 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import '@angular/cdk/bidi';
3
+ import * as i2 from '@angular/cdk/bidi';
5
4
 
6
5
  type MatCardAppearance = 'outlined' | 'raised' | 'filled';
7
6
  /** Object that can be used to configure the default options for the card module. */
@@ -149,7 +148,7 @@ declare class MatCardAvatar {
149
148
 
150
149
  declare class MatCardModule {
151
150
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardModule, never>;
152
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof MatCommonModule, typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof MatCommonModule]>;
151
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof i2.BidiModule]>;
153
152
  static ɵinj: i0.ɵɵInjectorDeclaration<MatCardModule>;
154
153
  }
155
154
 
@@ -2,9 +2,8 @@ import { FocusableOption } from '@angular/cdk/a11y';
2
2
  import * as i0 from '@angular/core';
3
3
  import { AfterViewInit, OnChanges, ElementRef, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
4
4
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
5
- import { ThemePalette } from '../palette.d.js';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import '@angular/cdk/bidi';
5
+ import { ThemePalette } from './_palette-chunk.js';
6
+ import * as i2 from '@angular/cdk/bidi';
8
7
 
9
8
  /**
10
9
  * Represents the different states that require custom transitions between them.
@@ -198,12 +197,6 @@ interface MatCheckboxDefaultOptions {
198
197
  }
199
198
  /** Injection token to be used to override the default options for `mat-checkbox`. */
200
199
  declare const MAT_CHECKBOX_DEFAULT_OPTIONS: InjectionToken<MatCheckboxDefaultOptions>;
201
- /**
202
- * @docs-private
203
- * @deprecated No longer used, will be removed.
204
- * @breaking-change 21.0.0
205
- */
206
- declare function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptions;
207
200
  /**
208
201
  * Checkbox click action when user click on input element.
209
202
  * noop: Do not toggle checked or indeterminate.
@@ -215,9 +208,9 @@ type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefin
215
208
 
216
209
  declare class MatCheckboxModule {
217
210
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
218
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox, typeof MatCommonModule], [typeof MatCheckbox, typeof MatCommonModule]>;
211
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox], [typeof MatCheckbox, typeof i2.BidiModule]>;
219
212
  static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>;
220
213
  }
221
214
 
222
- export { MAT_CHECKBOX_DEFAULT_OPTIONS, MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY, MatCheckbox, MatCheckboxChange, MatCheckboxModule, TransitionCheckState };
215
+ export { MAT_CHECKBOX_DEFAULT_OPTIONS, MatCheckbox, MatCheckboxChange, MatCheckboxModule, TransitionCheckState };
223
216
  export type { MatCheckboxClickAction, MatCheckboxDefaultOptions };