@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
@@ -2,28 +2,31 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
- import { MatOptionModule } from './option-module.d.js';
6
- import { MatCommonModule } from './common-module.d.js';
5
+ import { MatOptionModule } from './_option-module-chunk.js';
7
6
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
8
7
  import { SelectionModel } from '@angular/cdk/collections';
9
- import * as i5 from '@angular/cdk/scrolling';
8
+ import * as i1 from '@angular/cdk/scrolling';
10
9
  import { ViewportRuler } from '@angular/cdk/scrolling';
11
10
  import { ControlValueAccessor, NgControl } from '@angular/forms';
12
11
  import { Subject, Observable } from 'rxjs';
13
- import { ErrorStateMatcher } from './error-options.d.js';
14
- import { MatOption, MatOptgroup, MatOptionSelectionChange } from './option.d.js';
15
- import { MatFormField } from './form-field.d.js';
16
- import { MatFormFieldControl } from './form-field-control.d.js';
17
- import { MatFormFieldModule } from './form-field-module.d.js';
12
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
13
+ import { MatOption, MatOptgroup, MatOptionSelectionChange } from './_option-chunk.js';
14
+ import { MatFormField } from './_form-field-chunk.js';
15
+ export { MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
16
+ import { MatFormFieldControl } from './_form-field-control-chunk.js';
17
+ import * as i2$1 from '@angular/cdk/bidi';
18
+ import { MatFormFieldModule } from './_form-field-module-chunk.js';
19
+ export { MatLabel } from './_form-field-module-chunk.js';
20
+ import './_ripple-module-chunk.js';
21
+ import './_ripple-chunk.js';
22
+ import '@angular/cdk/platform';
23
+ import './_pseudo-checkbox-module-chunk.js';
24
+ import '@angular/cdk/coercion';
25
+ import './_palette-chunk.js';
26
+ import '@angular/cdk/observers';
18
27
 
19
28
  /** Injection token that determines the scroll handling while a select is open. */
20
29
  declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
21
- /**
22
- * @docs-private
23
- * @deprecated No longer used, will be removed.
24
- * @breaking-change 21.0.0
25
- */
26
- declare function MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY(_overlay: unknown): () => ScrollStrategy;
27
30
  /** Object that can be used to configure the default options for the select module. */
28
31
  interface MatSelectConfig {
29
32
  /** Whether option centering should be disabled. */
@@ -47,16 +50,6 @@ interface MatSelectConfig {
47
50
  }
48
51
  /** Injection token that can be used to provide the default options the select module. */
49
52
  declare const MAT_SELECT_CONFIG: InjectionToken<MatSelectConfig>;
50
- /**
51
- * @docs-private
52
- * @deprecated No longer used, will be removed.
53
- * @breaking-change 21.0.0
54
- */
55
- declare const MAT_SELECT_SCROLL_STRATEGY_PROVIDER: {
56
- provide: InjectionToken<() => ScrollStrategy>;
57
- deps: any[];
58
- useFactory: typeof MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY;
59
- };
60
53
  /**
61
54
  * Injection token that can be used to reference instances of `MatSelectTrigger`. It serves as
62
55
  * alternative token to the actual `MatSelectTrigger` class which could cause unnecessary
@@ -448,9 +441,9 @@ declare class MatSelectTrigger {
448
441
 
449
442
  declare class MatSelectModule {
450
443
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
451
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatCommonModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i5.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule, typeof MatCommonModule]>;
444
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule]>;
452
445
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
453
446
  }
454
447
 
455
- export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_SCROLL_STRATEGY_PROVIDER, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_SELECT_TRIGGER, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
448
+ export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_TRIGGER, MatFormField, MatOptgroup, MatOption, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
456
449
  export type { MatSelectConfig };
@@ -1,12 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, DoCheck, QueryList } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import * as i5 from '@angular/cdk/scrolling';
3
+ import * as i1 from '@angular/cdk/scrolling';
5
4
  import { CdkScrollable } from '@angular/cdk/scrolling';
6
5
  import { FocusOrigin } from '@angular/cdk/a11y';
7
6
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
8
7
  import { Subject, Observable } from 'rxjs';
9
- import '@angular/cdk/bidi';
8
+ import * as i2 from '@angular/cdk/bidi';
10
9
 
11
10
  /**
12
11
  * Throws an exception when two MatDrawer are matching the same position.
@@ -21,12 +20,6 @@ type MatDrawerToggleResult = 'open' | 'close';
21
20
  type MatDrawerMode = 'over' | 'push' | 'side';
22
21
  /** Configures whether drawers should use auto sizing by default. */
23
22
  declare const MAT_DRAWER_DEFAULT_AUTOSIZE: InjectionToken<boolean>;
24
- /**
25
- * @docs-private
26
- * @deprecated No longer used, will be removed.
27
- * @breaking-change 21.0.0
28
- */
29
- declare function MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY(): boolean;
30
23
  declare class MatDrawerContent extends CdkScrollable implements AfterContentInit {
31
24
  private _platform;
32
25
  private _changeDetectorRef;
@@ -334,19 +327,9 @@ declare class MatSidenavContainer extends MatDrawerContainer {
334
327
 
335
328
  declare class MatSidenavModule {
336
329
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSidenavModule, never>;
337
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof MatCommonModule, typeof i5.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i5.CdkScrollableModule, typeof MatCommonModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
330
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i2.BidiModule, typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
338
331
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSidenavModule>;
339
332
  }
340
333
 
341
- /**
342
- * Animations used by the Material drawers.
343
- * @docs-private
344
- * @deprecated No longer used, will be removed.
345
- * @breaking-change 21.0.0
346
- */
347
- declare const matDrawerAnimations: {
348
- readonly transformDrawer: any;
349
- };
350
-
351
- export { MAT_DRAWER_DEFAULT_AUTOSIZE, MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY, MatDrawer, MatDrawerContainer, MatDrawerContent, MatSidenav, MatSidenavContainer, MatSidenavContent, MatSidenavModule, matDrawerAnimations, throwMatDuplicatedDrawerError };
334
+ export { MAT_DRAWER_DEFAULT_AUTOSIZE, MatDrawer, MatDrawerContainer, MatDrawerContent, MatSidenav, MatSidenavContainer, MatSidenavContent, MatSidenavModule, throwMatDuplicatedDrawerError };
352
335
  export type { MatDrawerMode, MatDrawerToggleResult };
@@ -2,9 +2,8 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges } from '@angular/core';
3
3
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
4
4
  import { FocusMonitor } from '@angular/cdk/a11y';
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
  /** Default `mat-slide-toggle` options that can be overridden. */
10
9
  interface MatSlideToggleDefaultOptions {
@@ -144,7 +143,7 @@ declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnChanges,
144
143
 
145
144
  declare class MatSlideToggleModule {
146
145
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
147
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof MatCommonModule], [typeof MatSlideToggle, typeof MatCommonModule]>;
146
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle], [typeof MatSlideToggle, typeof i2.BidiModule]>;
148
147
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
149
148
  }
150
149
 
@@ -1,12 +1,12 @@
1
+ import * as i2 from '@angular/cdk/bidi';
1
2
  import { Directionality } from '@angular/cdk/bidi';
2
3
  import * as i0 from '@angular/core';
3
4
  import { ChangeDetectorRef, WritableSignal, AfterViewInit, OnDestroy, NgZone, ElementRef, QueryList, EventEmitter } from '@angular/core';
4
- import { ThemePalette } from '../palette.d.js';
5
- import { RippleGlobalOptions, MatRipple } from '../ripple.d.js';
5
+ import { ThemePalette } from './_palette-chunk.js';
6
+ import { RippleGlobalOptions, MatRipple } from './_ripple-chunk.js';
6
7
  import { ControlValueAccessor } from '@angular/forms';
7
8
  import { Subject } from 'rxjs';
8
- import { MatCommonModule } from '../common-module.d.js';
9
- import { MatRippleModule } from '../ripple-module.d.js';
9
+ import { MatRippleModule } from './_ripple-module-chunk.js';
10
10
  import '@angular/cdk/platform';
11
11
 
12
12
  /**
@@ -654,7 +654,7 @@ declare class MatSliderRangeThumb extends MatSliderThumb implements _MatSliderRa
654
654
 
655
655
  declare class MatSliderModule {
656
656
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderModule, never>;
657
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb]>;
657
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof i2.BidiModule]>;
658
658
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSliderModule>;
659
659
  }
660
660
 
@@ -2,17 +2,17 @@ import * as i2 from '@angular/cdk/overlay';
2
2
  import { OverlayRef, ComponentType } from '@angular/cdk/overlay';
3
3
  import { Subject, Observable } from 'rxjs';
4
4
  import { AriaLivePoliteness } from '@angular/cdk/a11y';
5
- import * as i3 from '@angular/cdk/portal';
5
+ import * as i2$1 from '@angular/cdk/portal';
6
6
  import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '@angular/cdk/portal';
7
7
  import * as i0 from '@angular/core';
8
8
  import { InjectionToken, ViewContainerRef, OnDestroy, ElementRef, ComponentRef, EmbeddedViewRef, TemplateRef } from '@angular/core';
9
+ import * as i2$2 from '@angular/cdk/bidi';
9
10
  import { Direction } from '@angular/cdk/bidi';
10
- import { MatButtonModule } from '../button/index.js';
11
- import { MatCommonModule } from '../common-module.d.js';
12
- import '../palette.d.js';
13
- import '../ripple-loader.d.js';
14
- import '../ripple-module.d.js';
15
- import '../ripple.d.js';
11
+ import { MatButtonModule } from './button.js';
12
+ import './_palette-chunk.js';
13
+ import './_ripple-loader-chunk.js';
14
+ import './_ripple-module-chunk.js';
15
+ import './_ripple-chunk.js';
16
16
  import '@angular/cdk/platform';
17
17
 
18
18
  /** Injection token that can be used to access the data that was passed in to a snack bar. */
@@ -237,12 +237,6 @@ declare class MatSnackBarAction {
237
237
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarAction, "[matSnackBarAction]", never, {}, {}, never, never, true, never>;
238
238
  }
239
239
 
240
- /**
241
- * @docs-private
242
- * @deprecated No longer used, will be removed.
243
- * @breaking-change 21.0.0
244
- */
245
- declare function MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY(): MatSnackBarConfig;
246
240
  /** Injection token that can be used to specify default snack bar. */
247
241
  declare const MAT_SNACK_BAR_DEFAULT_OPTIONS: InjectionToken<MatSnackBarConfig<any>>;
248
242
  /**
@@ -326,19 +320,9 @@ declare class MatSnackBar implements OnDestroy {
326
320
 
327
321
  declare class MatSnackBarModule {
328
322
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarModule, never>;
329
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i3.PortalModule, typeof MatButtonModule, typeof MatCommonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof MatCommonModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
323
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatButtonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof i2$2.BidiModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
330
324
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSnackBarModule>;
331
325
  }
332
326
 
333
- /**
334
- * Animations used by the Material snack bar.
335
- * @docs-private
336
- * @deprecated No longer used, will be removed.
337
- * @breaking-change 21.0.0
338
- */
339
- declare const matSnackBarAnimations: {
340
- readonly snackBarState: any;
341
- };
342
-
343
- export { MAT_SNACK_BAR_DATA, MAT_SNACK_BAR_DEFAULT_OPTIONS, MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY, MatSnackBar, MatSnackBarAction, MatSnackBarActions, MatSnackBarConfig, MatSnackBarContainer, MatSnackBarLabel, MatSnackBarModule, MatSnackBarRef, SimpleSnackBar, matSnackBarAnimations };
327
+ export { MAT_SNACK_BAR_DATA, MAT_SNACK_BAR_DEFAULT_OPTIONS, MatSnackBar, MatSnackBarAction, MatSnackBarActions, MatSnackBarConfig, MatSnackBarContainer, MatSnackBarLabel, MatSnackBarModule, MatSnackBarRef, SimpleSnackBar };
344
328
  export type { MatSnackBarDismiss, MatSnackBarHorizontalPosition, MatSnackBarVerticalPosition, TextOnlySnackBar };
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { SortDirection } from '../../sort-direction.d.js';
2
+ import { SortDirection } from './_sort-direction-chunk.js';
3
3
 
4
4
  interface SortHarnessFilters extends BaseHarnessFilters {
5
5
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Optional, OnDestroy, OnInit, AfterViewInit } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
- import { MatSortable, MatSort, SortHeaderArrowPosition } from '../sort.d.js';
5
- export { MAT_SORT_DEFAULT_OPTIONS, MatSortDefaultOptions, Sort } from '../sort.d.js';
6
- import { SortDirection } from '../sort-direction.d.js';
2
+ import { OnDestroy, OnInit, AfterViewInit } from '@angular/core';
3
+ import { MatSortable, MatSort, SortHeaderArrowPosition } from './_sort-chunk.js';
4
+ export { MAT_SORT_DEFAULT_OPTIONS, MatSortDefaultOptions, Sort } from './_sort-chunk.js';
5
+ import { SortDirection } from './_sort-direction-chunk.js';
7
6
  import { Subject } from 'rxjs';
8
- import '@angular/cdk/bidi';
7
+ import * as i2 from '@angular/cdk/bidi';
9
8
 
10
9
  /**
11
10
  * To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
@@ -20,22 +19,6 @@ declare class MatSortHeaderIntl {
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeaderIntl, never>;
21
20
  static ɵprov: i0.ɵɵInjectableDeclaration<MatSortHeaderIntl>;
22
21
  }
23
- /**
24
- * @docs-private
25
- * @deprecated No longer used, will be removed.
26
- * @breaking-change 21.0.0
27
- */
28
- declare function MAT_SORT_HEADER_INTL_PROVIDER_FACTORY(parentIntl: MatSortHeaderIntl): MatSortHeaderIntl;
29
- /**
30
- * @docs-private
31
- * @deprecated No longer used, will be removed.
32
- * @breaking-change 21.0.0
33
- */
34
- declare const MAT_SORT_HEADER_INTL_PROVIDER: {
35
- provide: typeof MatSortHeaderIntl;
36
- deps: Optional[][];
37
- useFactory: typeof MAT_SORT_HEADER_INTL_PROVIDER_FACTORY;
38
- };
39
22
 
40
23
  /**
41
24
  * Valid positions for the arrow to be in for its opacity and translation. If the state is a
@@ -133,31 +116,16 @@ declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterView
133
116
  _renderArrow(): boolean;
134
117
  private _updateSortActionDescription;
135
118
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeader, never>;
136
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSortHeader, "[mat-sort-header]", ["matSortHeader"], { "id": { "alias": "mat-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSortHeader, "[mat-sort-header]", ["matSortHeader"], { "id": { "alias": "mat-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*", "[matSortHeaderIcon]"], true, never>;
137
120
  static ngAcceptInputType_disabled: unknown;
138
121
  static ngAcceptInputType_disableClear: unknown;
139
122
  }
140
123
 
141
124
  declare class MatSortModule {
142
125
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSortModule, never>;
143
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatCommonModule, typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader]>;
126
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader, typeof i2.BidiModule]>;
144
127
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSortModule>;
145
128
  }
146
129
 
147
- /**
148
- * Animations used by MatSort.
149
- * @docs-private
150
- * @deprecated No longer being used, to be removed.
151
- * @breaking-change 21.0.0
152
- */
153
- declare const matSortAnimations: {
154
- readonly indicator: any;
155
- readonly leftPointer: any;
156
- readonly rightPointer: any;
157
- readonly arrowOpacity: any;
158
- readonly arrowPosition: any;
159
- readonly allowChildren: any;
160
- };
161
-
162
- export { MAT_SORT_HEADER_INTL_PROVIDER, MAT_SORT_HEADER_INTL_PROVIDER_FACTORY, MatSort, MatSortHeader, MatSortHeaderIntl, MatSortModule, MatSortable, SortDirection, SortHeaderArrowPosition, matSortAnimations };
130
+ export { MatSort, MatSortHeader, MatSortHeaderIntl, MatSortModule, MatSortable, SortDirection, SortHeaderArrowPosition };
163
131
  export type { ArrowViewState, ArrowViewStateTransition };
@@ -1,20 +1,19 @@
1
- import * as i3$1 from '@angular/cdk/stepper';
1
+ import * as i2$1 from '@angular/cdk/stepper';
2
2
  import { CdkStepLabel, StepState, CdkStepHeader, CdkStep, CdkStepper, CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
3
3
  export { StepState, StepperOrientation } from '@angular/cdk/stepper';
4
4
  import * as i0 from '@angular/core';
5
- import { Optional, TemplateRef, AfterViewInit, OnDestroy, AfterContentInit, QueryList, ElementRef, EventEmitter } from '@angular/core';
6
- import { MatCommonModule } from '../common-module.d.js';
7
- import * as i3 from '@angular/cdk/portal';
5
+ import { TemplateRef, AfterViewInit, OnDestroy, AfterContentInit, QueryList, ElementRef, EventEmitter } from '@angular/core';
6
+ import * as i2 from '@angular/cdk/portal';
8
7
  import { TemplatePortal } from '@angular/cdk/portal';
9
- import { MatIconModule } from '../icon-module.d.js';
10
- import { MatRippleModule } from '../ripple-module.d.js';
8
+ import { MatIconModule } from './_icon-module-chunk.js';
9
+ import { MatRippleModule } from './_ripple-module-chunk.js';
11
10
  import { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';
12
- import { ThemePalette } from '../palette.d.js';
13
- import { ErrorStateMatcher } from '../error-options.d.js';
11
+ import { ThemePalette } from './_palette-chunk.js';
12
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
14
13
  import { FocusOrigin } from '@angular/cdk/a11y';
15
14
  import { Subject } from 'rxjs';
16
- import '@angular/cdk/bidi';
17
- import '../ripple.d.js';
15
+ import * as i2$2 from '@angular/cdk/bidi';
16
+ import './_ripple-chunk.js';
18
17
  import '@angular/cdk/platform';
19
18
 
20
19
  declare class MatStepLabel extends CdkStepLabel {
@@ -38,22 +37,6 @@ declare class MatStepperIntl {
38
37
  static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperIntl, never>;
39
38
  static ɵprov: i0.ɵɵInjectableDeclaration<MatStepperIntl>;
40
39
  }
41
- /**
42
- * @docs-private
43
- * @deprecated No longer used, will be removed.
44
- * @breaking-change 21.0.0
45
- */
46
- declare function MAT_STEPPER_INTL_PROVIDER_FACTORY(parentIntl: MatStepperIntl): MatStepperIntl;
47
- /**
48
- * @docs-private
49
- * @deprecated No longer used, will be removed.
50
- * @breaking-change 21.0.0
51
- */
52
- declare const MAT_STEPPER_INTL_PROVIDER: {
53
- provide: typeof MatStepperIntl;
54
- deps: Optional[][];
55
- useFactory: typeof MAT_STEPPER_INTL_PROVIDER_FACTORY;
56
- };
57
40
 
58
41
  /** Template context available to an attached `matStepperIcon`. */
59
42
  interface MatStepperIconContext {
@@ -232,20 +215,9 @@ declare class MatStepperPrevious extends CdkStepperPrevious {
232
215
 
233
216
  declare class MatStepperModule {
234
217
  static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
235
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof MatCommonModule, typeof i3.PortalModule, typeof i3$1.CdkStepperModule, typeof MatIconModule, typeof MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof MatCommonModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
218
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof i2.PortalModule, typeof i2$1.CdkStepperModule, typeof MatIconModule, typeof MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof i2$2.BidiModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
236
219
  static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
237
220
  }
238
221
 
239
- /**
240
- * Animations used by the Material steppers.
241
- * @docs-private
242
- * @deprecated No longer used, will be removed.
243
- * @breaking-change 21.0.0
244
- */
245
- declare const matStepperAnimations: {
246
- readonly horizontalStepTransition: any;
247
- readonly verticalStepTransition: any;
248
- };
249
-
250
- export { MAT_STEPPER_INTL_PROVIDER, MAT_STEPPER_INTL_PROVIDER_FACTORY, MatStep, MatStepContent, MatStepHeader, MatStepLabel, MatStepper, MatStepperIcon, MatStepperIntl, MatStepperModule, MatStepperNext, MatStepperPrevious, matStepperAnimations };
222
+ export { MatStep, MatStepContent, MatStepHeader, MatStepLabel, MatStepper, MatStepperIcon, MatStepperIntl, MatStepperModule, MatStepperNext, MatStepperPrevious };
251
223
  export type { MatStepperIconContext };
@@ -56,6 +56,17 @@ declare class MatFooterCellHarness extends _MatCellHarnessBase {
56
56
  */
57
57
  static with(options?: CellHarnessFilters): HarnessPredicate<MatFooterCellHarness>;
58
58
  }
59
+ /** Harness for interacting with an Angular Material table cell inside a "no data" row. */
60
+ declare class MatNoDataCellHarness extends _MatCellHarnessBase {
61
+ /** The selector for the host element of a `MatNoDataCellHarness` instance. */
62
+ static hostSelector: string;
63
+ /**
64
+ * Gets a `HarnessPredicate` that can be used to search for a table cell with specific attributes.
65
+ * @param options Options for narrowing the search
66
+ * @return a `HarnessPredicate` configured with the given options.
67
+ */
68
+ static with(options?: CellHarnessFilters): HarnessPredicate<MatNoDataCellHarness>;
69
+ }
59
70
 
60
71
  /** Text extracted from a table row organized by columns. */
61
72
  interface MatRowHarnessColumnsText {
@@ -110,6 +121,19 @@ declare class MatFooterRowHarness extends _MatRowHarnessBase<typeof MatFooterCel
110
121
  */
111
122
  static with<T extends MatFooterRowHarness>(this: ComponentHarnessConstructor<T>, options?: RowHarnessFilters): HarnessPredicate<T>;
112
123
  }
124
+ /** Harness for interacting with an Angular Material table "no data" row. */
125
+ declare class MatNoDataRowHarness extends _MatRowHarnessBase<typeof MatHeaderCellHarness, MatHeaderCellHarness> {
126
+ /** The selector for the host element of a `MatNoDataRowHarness` instance. */
127
+ static hostSelector: string;
128
+ protected _cellHarness: typeof MatNoDataCellHarness;
129
+ /**
130
+ * Gets a `HarnessPredicate` that can be used to search for a table header row with specific
131
+ * attributes.
132
+ * @param options Options for narrowing the search
133
+ * @return a `HarnessPredicate` configured with the given options.
134
+ */
135
+ static with<T extends MatNoDataRowHarness>(this: ComponentHarnessConstructor<T>, options?: RowHarnessFilters): HarnessPredicate<T>;
136
+ }
113
137
 
114
138
  /** Text extracted from a table organized by columns. */
115
139
  interface MatTableHarnessColumnsText {
@@ -138,11 +162,13 @@ declare class MatTableHarness extends ContentContainerComponentHarness<string> {
138
162
  getRows(filter?: RowHarnessFilters): Promise<MatRowHarness[]>;
139
163
  /** Gets all the footer rows in a table. */
140
164
  getFooterRows(filter?: RowHarnessFilters): Promise<MatFooterRowHarness[]>;
165
+ /** Gets the "no data" row in the table, if any. */
166
+ getNoDataRow(filter?: RowHarnessFilters): Promise<MatNoDataRowHarness | null>;
141
167
  /** Gets the text inside the entire table organized by rows. */
142
168
  getCellTextByIndex(): Promise<string[][]>;
143
169
  /** Gets the text inside the entire table organized by columns. */
144
170
  getCellTextByColumnName(): Promise<MatTableHarnessColumnsText>;
145
171
  }
146
172
 
147
- export { MatCellHarness, MatFooterCellHarness, MatFooterRowHarness, MatHeaderCellHarness, MatHeaderRowHarness, MatRowHarness, MatTableHarness, _MatCellHarnessBase, _MatRowHarnessBase };
173
+ export { MatCellHarness, MatFooterCellHarness, MatFooterRowHarness, MatHeaderCellHarness, MatHeaderRowHarness, MatNoDataCellHarness, MatNoDataRowHarness, MatRowHarness, MatTableHarness, _MatCellHarnessBase, _MatRowHarnessBase };
148
174
  export type { CellHarnessFilters, MatRowHarnessColumnsText, MatTableHarnessColumnsText, RowHarnessFilters, TableHarnessFilters };
@@ -1,18 +1,17 @@
1
- import * as i2 from '@angular/cdk/table';
1
+ import * as i1 from '@angular/cdk/table';
2
2
  import { CdkTable, CdkCellDef, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkHeaderCell, CdkFooterCell, CdkCell, CdkHeaderRowDef, CdkFooterRowDef, CdkRowDef, CdkHeaderRow, CdkFooterRow, CdkRow, CdkNoDataRow, CdkTextColumn } from '@angular/cdk/table';
3
3
  import * as i0 from '@angular/core';
4
- import { MatCommonModule } from '../common-module.d.js';
4
+ import * as i2 from '@angular/cdk/bidi';
5
5
  import { Subscription, BehaviorSubject } from 'rxjs';
6
6
  import { DataSource } from '@angular/cdk/collections';
7
- import { MatPaginator } from '../paginator.d.js';
8
- import { MatSort } from '../sort.d.js';
9
- import '@angular/cdk/bidi';
10
- import '../palette.d.js';
11
- import '../form-field.d.js';
7
+ import { MatPaginator } from './_paginator-chunk.js';
8
+ import { MatSort } from './_sort-chunk.js';
9
+ import './_palette-chunk.js';
10
+ import './_form-field-chunk.js';
12
11
  import '@angular/cdk/coercion';
13
12
  import '@angular/forms';
14
- import '../form-field-control.d.js';
15
- import '../sort-direction.d.js';
13
+ import './_form-field-control-chunk.js';
14
+ import './_sort-direction-chunk.js';
16
15
 
17
16
  /**
18
17
  * Enables the recycle view repeater strategy, which reduces rendering latency. Not compatible with
@@ -133,7 +132,8 @@ declare class MatRow extends CdkRow {
133
132
  }
134
133
  /** Row that can be used to display a message when no data is shown in the table. */
135
134
  declare class MatNoDataRow extends CdkNoDataRow {
136
- _contentClassName: string;
135
+ _cellSelector: string;
136
+ constructor();
137
137
  static ɵfac: i0.ɵɵFactoryDeclaration<MatNoDataRow, never>;
138
138
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatNoDataRow, "ng-template[matNoDataRow]", never, {}, {}, never, never, true, never>;
139
139
  }
@@ -154,7 +154,7 @@ declare class MatTextColumn<T> extends CdkTextColumn<T> {
154
154
 
155
155
  declare class MatTableModule {
156
156
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTableModule, never>;
157
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof MatCommonModule, typeof i2.CdkTableModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn], [typeof MatCommonModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn]>;
157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof i1.CdkTableModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn], [typeof i2.BidiModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn]>;
158
158
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTableModule>;
159
159
  }
160
160
 
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, TemplateRef, OnInit, OnChanges, OnDestroy, SimpleChanges, QueryList, ElementRef, AfterContentChecked, AfterContentInit, AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
3
- import { MatCommonModule } from '../common-module.d.js';
4
3
  import { CdkPortal, TemplatePortal, CdkPortalOutlet } from '@angular/cdk/portal';
5
4
  import { Subject, BehaviorSubject } from 'rxjs';
6
5
  import { FocusKeyManager, FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
6
+ import * as i2 from '@angular/cdk/bidi';
7
7
  import { Direction } from '@angular/cdk/bidi';
8
- import { ThemePalette } from '../palette.d.js';
9
- import { RippleTarget, RippleConfig, RippleGlobalOptions } from '../ripple.d.js';
8
+ import { ThemePalette } from './_palette-chunk.js';
9
+ import { RippleTarget, RippleConfig, RippleGlobalOptions } from './_ripple-chunk.js';
10
10
  import '@angular/cdk/platform';
11
11
 
12
12
  /**
@@ -176,13 +176,6 @@ interface _MatInkBarPositioner {
176
176
  width: string;
177
177
  };
178
178
  }
179
- /**
180
- * The default positioner function for the MatInkBar.
181
- * @docs-private
182
- * @deprecated No longer used, will be removed.
183
- * @breaking-change 21.0.0
184
- */
185
- declare function _MAT_INK_BAR_POSITIONER_FACTORY(): _MatInkBarPositioner;
186
179
  /** Injection token for the MatInkBar's Positioner. */
187
180
  declare const _MAT_INK_BAR_POSITIONER: InjectionToken<_MatInkBarPositioner>;
188
181
 
@@ -425,6 +418,7 @@ declare class MatTabHeader extends MatPaginatedTabHeader implements AfterContent
425
418
  */
426
419
  declare class MatTabBodyPortal extends CdkPortalOutlet implements OnInit, OnDestroy {
427
420
  private _host;
421
+ private _ngZone;
428
422
  /** Subscription to events for when the tab body begins centering. */
429
423
  private _centeringSub;
430
424
  /** Subscription to events for when the tab body finishes leaving from center position. */
@@ -856,7 +850,7 @@ declare class MatTabNavPanel {
856
850
 
857
851
  declare class MatTabsModule {
858
852
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
859
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof MatCommonModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
853
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof i2.BidiModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
860
854
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
861
855
  }
862
856
 
@@ -892,15 +886,5 @@ interface MatTabsConfig {
892
886
  /** Injection token that can be used to provide the default options the tabs module. */
893
887
  declare const MAT_TABS_CONFIG: InjectionToken<MatTabsConfig>;
894
888
 
895
- /**
896
- * Animations used by the Material tabs.
897
- * @docs-private
898
- * @deprecated No longer used, will be removed.
899
- * @breaking-change 21.0.0.
900
- */
901
- declare const matTabsAnimations: {
902
- readonly translateTab: any;
903
- };
904
-
905
- export { MAT_TAB, MAT_TABS_CONFIG, MAT_TAB_CONTENT, MAT_TAB_GROUP, MAT_TAB_LABEL, MatInkBar, MatPaginatedTabHeader, MatTab, MatTabBody, MatTabBodyPortal, MatTabChangeEvent, MatTabContent, MatTabGroup, MatTabHeader, MatTabLabel, MatTabLabelWrapper, MatTabLink, MatTabNav, MatTabNavPanel, MatTabsModule, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, matTabsAnimations };
889
+ export { MAT_TAB, MAT_TABS_CONFIG, MAT_TAB_CONTENT, MAT_TAB_GROUP, MAT_TAB_LABEL, MatInkBar, MatPaginatedTabHeader, MatTab, MatTabBody, MatTabBodyPortal, MatTabChangeEvent, MatTabContent, MatTabGroup, MatTabHeader, MatTabLabel, MatTabLabelWrapper, MatTabLink, MatTabNav, MatTabNavPanel, MatTabsModule, _MAT_INK_BAR_POSITIONER };
906
890
  export type { MatTabBodyOriginState, MatTabBodyPositionState, MatTabGroupBaseHeader, MatTabHeaderPosition, MatTabsConfig, ScrollDirection, _MatInkBarPositioner };
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { OptionHarnessFilters, MatOptionHarness } from '../../option-harness.d.js';
2
+ import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
3
3
 
4
4
  /** A set of criteria that can be used to filter a list of `MatTimepickerHarness` instances. */
5
5
  interface TimepickerHarnessFilters extends BaseHarnessFilters {