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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/chips/_m3-chip.scss +2 -5
  2. package/core/focus-indicators/_private.scss +16 -0
  3. package/core/tokens/_classes.scss +130 -145
  4. package/core/tokens/m2/_md-sys-color-internal.scss +11 -0
  5. package/core/tokens/m2/_md-sys-color.scss +28 -19
  6. package/core/tokens/m3/_md-sys-color-internal.scss +11 -0
  7. package/core/tokens/m3/_md-sys-color.scss +5 -31
  8. package/core/tokens/m3/_md-sys-typescale-internal.scss +5 -0
  9. package/core/tokens/m3/_md-sys-typescale.scss +2 -16
  10. package/fesm2022/{animation.mjs → _animation-chunk.mjs} +2 -23
  11. package/fesm2022/_animation-chunk.mjs.map +1 -0
  12. package/fesm2022/{date-formats.mjs → _date-formats-chunk.mjs} +3 -11
  13. package/fesm2022/_date-formats-chunk.mjs.map +1 -0
  14. package/fesm2022/{date-range-input-harness.mjs → _date-range-input-harness-chunk.mjs} +1 -1
  15. package/fesm2022/_date-range-input-harness-chunk.mjs.map +1 -0
  16. package/fesm2022/{error-options.mjs → _error-options-chunk.mjs} +1 -1
  17. package/fesm2022/_error-options-chunk.mjs.map +1 -0
  18. package/fesm2022/{error-state.mjs → _error-state-chunk.mjs} +1 -1
  19. package/fesm2022/_error-state-chunk.mjs.map +1 -0
  20. package/fesm2022/_form-field-chunk.mjs +1114 -0
  21. package/fesm2022/_form-field-chunk.mjs.map +1 -0
  22. package/fesm2022/{icon-button.mjs → _icon-button-chunk.mjs} +4 -4
  23. package/fesm2022/_icon-button-chunk.mjs.map +1 -0
  24. package/fesm2022/{icon-registry.mjs → _icon-registry-chunk.mjs} +3 -30
  25. package/fesm2022/_icon-registry-chunk.mjs.map +1 -0
  26. package/fesm2022/{input-harness.mjs → _input-harness-chunk.mjs} +1 -1
  27. package/fesm2022/_input-harness-chunk.mjs.map +1 -0
  28. package/fesm2022/{input-value-accessor.mjs → _input-value-accessor-chunk.mjs} +1 -1
  29. package/fesm2022/_input-value-accessor-chunk.mjs.map +1 -0
  30. package/fesm2022/{internal-form-field.mjs → _internal-form-field-chunk.mjs} +1 -1
  31. package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
  32. package/fesm2022/{line.mjs → _line-chunk.mjs} +6 -6
  33. package/fesm2022/_line-chunk.mjs.map +1 -0
  34. package/fesm2022/{option.mjs → _option-chunk.mjs} +6 -6
  35. package/fesm2022/_option-chunk.mjs.map +1 -0
  36. package/fesm2022/{option-harness.mjs → _option-harness-chunk.mjs} +1 -1
  37. package/fesm2022/_option-harness-chunk.mjs.map +1 -0
  38. package/fesm2022/{option-module.mjs → _option-module-chunk.mjs} +9 -9
  39. package/fesm2022/_option-module-chunk.mjs.map +1 -0
  40. package/fesm2022/{pseudo-checkbox.mjs → _pseudo-checkbox-chunk.mjs} +2 -2
  41. package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
  42. package/fesm2022/{pseudo-checkbox-module.mjs → _pseudo-checkbox-module-chunk.mjs} +7 -7
  43. package/fesm2022/_pseudo-checkbox-module-chunk.mjs.map +1 -0
  44. package/fesm2022/{public-api.mjs → _public-api-chunk.mjs} +1 -1
  45. package/fesm2022/_public-api-chunk.mjs.map +1 -0
  46. package/fesm2022/{ripple.mjs → _ripple-chunk.mjs} +4 -4
  47. package/fesm2022/_ripple-chunk.mjs.map +1 -0
  48. package/fesm2022/{ripple-loader.mjs → _ripple-loader-chunk.mjs} +3 -3
  49. package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
  50. package/fesm2022/{ripple-module.mjs → _ripple-module-chunk.mjs} +7 -7
  51. package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
  52. package/fesm2022/{structural-styles.mjs → _structural-styles-chunk.mjs} +1 -1
  53. package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
  54. package/fesm2022/{tooltip2.mjs → _tooltip-chunk.mjs} +8 -35
  55. package/fesm2022/_tooltip-chunk.mjs.map +1 -0
  56. package/fesm2022/{autocomplete/testing.mjs → autocomplete-testing.mjs} +3 -3
  57. package/fesm2022/autocomplete-testing.mjs.map +1 -0
  58. package/fesm2022/autocomplete.mjs +20 -52
  59. package/fesm2022/autocomplete.mjs.map +1 -1
  60. package/fesm2022/{badge/testing.mjs → badge-testing.mjs} +1 -1
  61. package/fesm2022/badge-testing.mjs.map +1 -0
  62. package/fesm2022/badge.mjs +6 -7
  63. package/fesm2022/badge.mjs.map +1 -1
  64. package/fesm2022/{bottom-sheet/testing.mjs → bottom-sheet-testing.mjs} +1 -1
  65. package/fesm2022/bottom-sheet-testing.mjs.map +1 -0
  66. package/fesm2022/bottom-sheet.mjs +12 -90
  67. package/fesm2022/bottom-sheet.mjs.map +1 -1
  68. package/fesm2022/{button/testing.mjs → button-testing.mjs} +6 -2
  69. package/fesm2022/button-testing.mjs.map +1 -0
  70. package/fesm2022/{button-toggle/testing.mjs → button-toggle-testing.mjs} +1 -1
  71. package/fesm2022/button-toggle-testing.mjs.map +1 -0
  72. package/fesm2022/button-toggle.mjs +17 -26
  73. package/fesm2022/button-toggle.mjs.map +1 -1
  74. package/fesm2022/button.mjs +24 -46
  75. package/fesm2022/button.mjs.map +1 -1
  76. package/fesm2022/{card/testing.mjs → card-testing.mjs} +1 -1
  77. package/fesm2022/card-testing.mjs.map +1 -0
  78. package/fesm2022/card.mjs +6 -8
  79. package/fesm2022/card.mjs.map +1 -1
  80. package/fesm2022/{checkbox/testing.mjs → checkbox-testing.mjs} +1 -1
  81. package/fesm2022/checkbox-testing.mjs.map +1 -0
  82. package/fesm2022/checkbox.mjs +21 -31
  83. package/fesm2022/checkbox.mjs.map +1 -1
  84. package/fesm2022/{chips/testing.mjs → chips-testing.mjs} +1 -7
  85. package/fesm2022/chips-testing.mjs.map +1 -0
  86. package/fesm2022/chips.mjs +42 -22
  87. package/fesm2022/chips.mjs.map +1 -1
  88. package/fesm2022/{core/testing.mjs → core-testing.mjs} +2 -2
  89. package/fesm2022/core-testing.mjs.map +1 -0
  90. package/fesm2022/core.mjs +17 -24
  91. package/fesm2022/core.mjs.map +1 -1
  92. package/fesm2022/{datepicker/testing.mjs → datepicker-testing.mjs} +3 -3
  93. package/fesm2022/datepicker-testing.mjs.map +1 -0
  94. package/fesm2022/datepicker.mjs +114 -268
  95. package/fesm2022/datepicker.mjs.map +1 -1
  96. package/fesm2022/{dialog/testing.mjs → dialog-testing.mjs} +7 -8
  97. package/fesm2022/dialog-testing.mjs.map +1 -0
  98. package/fesm2022/dialog.mjs +882 -115
  99. package/fesm2022/dialog.mjs.map +1 -1
  100. package/fesm2022/{divider/testing.mjs → divider-testing.mjs} +1 -1
  101. package/fesm2022/divider-testing.mjs.map +1 -0
  102. package/fesm2022/divider.mjs +5 -7
  103. package/fesm2022/divider.mjs.map +1 -1
  104. package/fesm2022/{expansion/testing.mjs → expansion-testing.mjs} +1 -1
  105. package/fesm2022/expansion-testing.mjs.map +1 -0
  106. package/fesm2022/expansion.mjs +10 -114
  107. package/fesm2022/expansion.mjs.map +1 -1
  108. package/fesm2022/{form-field/testing/control.mjs → form-field-testing-control.mjs} +1 -1
  109. package/fesm2022/form-field-testing-control.mjs.map +1 -0
  110. package/fesm2022/{form-field/testing.mjs → form-field-testing.mjs} +5 -5
  111. package/fesm2022/form-field-testing.mjs.map +1 -0
  112. package/fesm2022/form-field.mjs +20 -51
  113. package/fesm2022/form-field.mjs.map +1 -1
  114. package/fesm2022/{grid-list/testing.mjs → grid-list-testing.mjs} +2 -2
  115. package/fesm2022/grid-list-testing.mjs.map +1 -0
  116. package/fesm2022/grid-list.mjs +9 -14
  117. package/fesm2022/grid-list.mjs.map +1 -1
  118. package/fesm2022/{icon/testing.mjs → icon-testing.mjs} +2 -2
  119. package/fesm2022/icon-testing.mjs.map +1 -0
  120. package/fesm2022/icon.mjs +17 -25
  121. package/fesm2022/icon.mjs.map +1 -1
  122. package/fesm2022/{input/testing.mjs → input-testing.mjs} +3 -3
  123. package/fesm2022/{input/testing.mjs.map → input-testing.mjs.map} +1 -1
  124. package/fesm2022/input.mjs +12 -13
  125. package/fesm2022/input.mjs.map +1 -1
  126. package/fesm2022/{list/testing.mjs → list-testing.mjs} +2 -2
  127. package/fesm2022/list-testing.mjs.map +1 -0
  128. package/fesm2022/list.mjs +14 -15
  129. package/fesm2022/list.mjs.map +1 -1
  130. package/fesm2022/{menu/testing.mjs → menu-testing.mjs} +1 -1
  131. package/fesm2022/menu-testing.mjs.map +1 -0
  132. package/fesm2022/menu.mjs +25 -173
  133. package/fesm2022/menu.mjs.map +1 -1
  134. package/fesm2022/{paginator/testing.mjs → paginator-testing.mjs} +2 -2
  135. package/fesm2022/paginator-testing.mjs.map +1 -0
  136. package/fesm2022/paginator.mjs +23 -44
  137. package/fesm2022/paginator.mjs.map +1 -1
  138. package/fesm2022/{progress-bar/testing.mjs → progress-bar-testing.mjs} +1 -1
  139. package/fesm2022/progress-bar-testing.mjs.map +1 -0
  140. package/fesm2022/progress-bar.mjs +20 -25
  141. package/fesm2022/progress-bar.mjs.map +1 -1
  142. package/fesm2022/{progress-spinner/testing.mjs → progress-spinner-testing.mjs} +1 -1
  143. package/fesm2022/progress-spinner-testing.mjs.map +1 -0
  144. package/fesm2022/progress-spinner.mjs +7 -17
  145. package/fesm2022/progress-spinner.mjs.map +1 -1
  146. package/fesm2022/{radio/testing.mjs → radio-testing.mjs} +1 -1
  147. package/fesm2022/radio-testing.mjs.map +1 -0
  148. package/fesm2022/radio.mjs +16 -25
  149. package/fesm2022/radio.mjs.map +1 -1
  150. package/fesm2022/{select/testing.mjs → select-testing.mjs} +1 -1
  151. package/fesm2022/select-testing.mjs.map +1 -0
  152. package/fesm2022/select.mjs +1299 -96
  153. package/fesm2022/select.mjs.map +1 -1
  154. package/fesm2022/{sidenav/testing.mjs → sidenav-testing.mjs} +1 -1
  155. package/fesm2022/sidenav-testing.mjs.map +1 -0
  156. package/fesm2022/sidenav.mjs +10 -100
  157. package/fesm2022/sidenav.mjs.map +1 -1
  158. package/fesm2022/{slide-toggle/testing.mjs → slide-toggle-testing.mjs} +1 -1
  159. package/fesm2022/slide-toggle-testing.mjs.map +1 -0
  160. package/fesm2022/slide-toggle.mjs +9 -10
  161. package/fesm2022/slide-toggle.mjs.map +1 -1
  162. package/fesm2022/{slider/testing.mjs → slider-testing.mjs} +1 -1
  163. package/fesm2022/slider-testing.mjs.map +1 -0
  164. package/fesm2022/slider.mjs +11 -25
  165. package/fesm2022/slider.mjs.map +1 -1
  166. package/fesm2022/{snack-bar/testing.mjs → snack-bar-testing.mjs} +1 -1
  167. package/fesm2022/snack-bar-testing.mjs.map +1 -0
  168. package/fesm2022/snack-bar.mjs +15 -109
  169. package/fesm2022/snack-bar.mjs.map +1 -1
  170. package/fesm2022/{sort/testing.mjs → sort-testing.mjs} +1 -1
  171. package/fesm2022/sort-testing.mjs.map +1 -0
  172. package/fesm2022/sort.mjs +11 -338
  173. package/fesm2022/sort.mjs.map +1 -1
  174. package/fesm2022/{stepper/testing.mjs → stepper-testing.mjs} +3 -2
  175. package/fesm2022/stepper-testing.mjs.map +1 -0
  176. package/fesm2022/stepper.mjs +19 -192
  177. package/fesm2022/stepper.mjs.map +1 -1
  178. package/fesm2022/{table/testing.mjs → table-testing.mjs} +36 -4
  179. package/fesm2022/table-testing.mjs.map +1 -0
  180. package/fesm2022/table.mjs +14 -11
  181. package/fesm2022/table.mjs.map +1 -1
  182. package/fesm2022/{tabs/testing.mjs → tabs-testing.mjs} +1 -1
  183. package/fesm2022/tabs-testing.mjs.map +1 -0
  184. package/fesm2022/tabs.mjs +27 -181
  185. package/fesm2022/tabs.mjs.map +1 -1
  186. package/fesm2022/{timepicker/testing.mjs → timepicker-testing.mjs} +2 -2
  187. package/fesm2022/timepicker-testing.mjs.map +1 -0
  188. package/fesm2022/timepicker.mjs +27 -21
  189. package/fesm2022/timepicker.mjs.map +1 -1
  190. package/fesm2022/{toolbar/testing.mjs → toolbar-testing.mjs} +1 -1
  191. package/fesm2022/toolbar-testing.mjs.map +1 -0
  192. package/fesm2022/toolbar.mjs +5 -7
  193. package/fesm2022/toolbar.mjs.map +1 -1
  194. package/fesm2022/{tooltip/testing.mjs → tooltip-testing.mjs} +1 -1
  195. package/fesm2022/tooltip-testing.mjs.map +1 -0
  196. package/fesm2022/tooltip.mjs +22 -55
  197. package/fesm2022/tooltip.mjs.map +1 -1
  198. package/fesm2022/{tree/testing.mjs → tree-testing.mjs} +1 -1
  199. package/fesm2022/tree-testing.mjs.map +1 -0
  200. package/fesm2022/tree.mjs +6 -8
  201. package/fesm2022/tree.mjs.map +1 -1
  202. package/package.json +115 -114
  203. package/prebuilt-themes/deeppurple-amber.css +1 -1
  204. package/prebuilt-themes/indigo-pink.css +1 -1
  205. package/prebuilt-themes/pink-bluegrey.css +1 -1
  206. package/prebuilt-themes/purple-green.css +1 -1
  207. package/schematics/ng-add/index.js +1 -1
  208. package/slider/_m2-slider.scss +1 -0
  209. package/slider/_m3-slider.scss +5 -2
  210. package/{badge.d.d.ts → types/_badge-chunk.d.ts} +1 -1
  211. package/{button-toggle.d.d.ts → types/_button-toggle-chunk.d.ts} +1 -7
  212. package/{date-adapter.d.d.ts → types/_date-adapter-chunk.d.ts} +1 -7
  213. package/{form-field.d.d.ts → types/_form-field-chunk.d.ts} +2 -2
  214. package/{form-field-module.d.d.ts → types/_form-field-module-chunk.d.ts} +4 -4
  215. package/{icon-module.d.d.ts → types/_icon-module-chunk.d.ts} +4 -10
  216. package/{icon-registry.d.d.ts → types/_icon-registry-chunk.d.ts} +2 -18
  217. package/{line.d.d.ts → types/_line-chunk.d.ts} +2 -2
  218. package/types/_option-module-chunk.d.ts +13 -0
  219. package/{paginator.d.d.ts → types/_paginator-chunk.d.ts} +4 -20
  220. package/{progress-spinner.d.d.ts → types/_progress-spinner-chunk.d.ts} +4 -10
  221. package/{pseudo-checkbox-module.d.d.ts → types/_pseudo-checkbox-module-chunk.d.ts} +2 -2
  222. package/{ripple.d.d.ts → types/_ripple-chunk.d.ts} +3 -3
  223. package/{ripple-module.d.d.ts → types/_ripple-module-chunk.d.ts} +3 -3
  224. package/{sort.d.d.ts → types/_sort-chunk.d.ts} +1 -1
  225. package/{autocomplete/testing/index.d.ts → types/autocomplete-testing.d.ts} +2 -2
  226. package/{autocomplete/index.d.ts → types/autocomplete.d.ts} +10 -33
  227. package/{badge/testing/index.d.ts → types/badge-testing.d.ts} +2 -2
  228. package/types/badge.d.ts +14 -0
  229. package/{bottom-sheet/index.d.ts → types/bottom-sheet.d.ts} +10 -14
  230. package/{button/testing/index.d.ts → types/button-testing.d.ts} +2 -0
  231. package/{button-toggle/testing/index.d.ts → types/button-toggle-testing.d.ts} +1 -1
  232. package/types/button-toggle.d.ts +16 -0
  233. package/{button/index.d.ts → types/button.d.ts} +7 -14
  234. package/{card/index.d.ts → types/card.d.ts} +2 -3
  235. package/{checkbox/index.d.ts → types/checkbox.d.ts} +4 -11
  236. package/{chips/index.d.ts → types/chips.d.ts} +55 -50
  237. package/{core/testing/index.d.ts → types/core-testing.d.ts} +1 -1
  238. package/{core/index.d.ts → types/core.d.ts} +14 -41
  239. package/{datepicker/testing/index.d.ts → types/datepicker-testing.d.ts} +2 -2
  240. package/{datepicker/index.d.ts → types/datepicker.d.ts} +48 -101
  241. package/{dialog/testing/index.d.ts → types/dialog-testing.d.ts} +1 -1
  242. package/{dialog/index.d.ts → types/dialog.d.ts} +9 -32
  243. package/{divider/index.d.ts → types/divider.d.ts} +2 -3
  244. package/{expansion/index.d.ts → types/expansion.d.ts} +5 -41
  245. package/{form-field/testing/control/index.d.ts → types/form-field-testing-control.d.ts} +1 -1
  246. package/{form-field/testing/index.d.ts → types/form-field-testing.d.ts} +4 -4
  247. package/{form-field/index.d.ts → types/form-field.d.ts} +6 -17
  248. package/{grid-list/index.d.ts → types/grid-list.d.ts} +3 -4
  249. package/{icon/testing/index.d.ts → types/icon-testing.d.ts} +1 -1
  250. package/types/icon.d.ts +8 -0
  251. package/{input/testing/index.d.ts → types/input-testing.d.ts} +2 -2
  252. package/{input/index.d.ts → types/input.d.ts} +10 -11
  253. package/{list/testing/index.d.ts → types/list-testing.d.ts} +2 -2
  254. package/{list/index.d.ts → types/list.d.ts} +10 -11
  255. package/{menu/index.d.ts → types/menu.d.ts} +7 -48
  256. package/{paginator/testing/index.d.ts → types/paginator-testing.d.ts} +1 -1
  257. package/types/paginator.d.ts +35 -0
  258. package/{progress-bar/index.d.ts → types/progress-bar.d.ts} +4 -11
  259. package/{progress-spinner/testing/index.d.ts → types/progress-spinner-testing.d.ts} +2 -2
  260. package/{progress-spinner/index.d.ts → types/progress-spinner.d.ts} +5 -6
  261. package/{radio/index.d.ts → types/radio.d.ts} +6 -13
  262. package/{select-module.d.d.ts → types/select.d.ts} +19 -26
  263. package/{sidenav/index.d.ts → types/sidenav.d.ts} +4 -21
  264. package/{slide-toggle/index.d.ts → types/slide-toggle.d.ts} +3 -4
  265. package/{slider/index.d.ts → types/slider.d.ts} +5 -5
  266. package/{snack-bar/index.d.ts → types/snack-bar.d.ts} +9 -25
  267. package/{sort/testing/index.d.ts → types/sort-testing.d.ts} +1 -1
  268. package/{sort/index.d.ts → types/sort.d.ts} +8 -40
  269. package/{stepper/index.d.ts → types/stepper.d.ts} +11 -39
  270. package/{table/testing/index.d.ts → types/table-testing.d.ts} +27 -1
  271. package/{table/index.d.ts → types/table.d.ts} +11 -11
  272. package/{tabs/index.d.ts → types/tabs.d.ts} +6 -22
  273. package/{timepicker/testing/index.d.ts → types/timepicker-testing.d.ts} +1 -1
  274. package/{timepicker/index.d.ts → types/timepicker.d.ts} +151 -130
  275. package/{toolbar/index.d.ts → types/toolbar.d.ts} +2 -3
  276. package/{tooltip-module.d.d.ts → types/tooltip.d.ts} +7 -29
  277. package/{tree/index.d.ts → types/tree.d.ts} +2 -3
  278. package/badge/index.d.ts +0 -15
  279. package/button-toggle/index.d.ts +0 -17
  280. package/common-module.d.d.ts +0 -44
  281. package/fesm2022/animation.mjs.map +0 -1
  282. package/fesm2022/autocomplete/testing.mjs.map +0 -1
  283. package/fesm2022/badge/testing.mjs.map +0 -1
  284. package/fesm2022/bottom-sheet/testing.mjs.map +0 -1
  285. package/fesm2022/button/testing.mjs.map +0 -1
  286. package/fesm2022/button-toggle/testing.mjs.map +0 -1
  287. package/fesm2022/card/testing.mjs.map +0 -1
  288. package/fesm2022/checkbox/testing.mjs.map +0 -1
  289. package/fesm2022/chips/testing.mjs.map +0 -1
  290. package/fesm2022/common-module.mjs +0 -42
  291. package/fesm2022/common-module.mjs.map +0 -1
  292. package/fesm2022/core/testing.mjs.map +0 -1
  293. package/fesm2022/date-formats.mjs.map +0 -1
  294. package/fesm2022/date-range-input-harness.mjs.map +0 -1
  295. package/fesm2022/datepicker/testing.mjs.map +0 -1
  296. package/fesm2022/dialog/testing.mjs.map +0 -1
  297. package/fesm2022/dialog-module.mjs +0 -891
  298. package/fesm2022/dialog-module.mjs.map +0 -1
  299. package/fesm2022/divider/testing.mjs.map +0 -1
  300. package/fesm2022/error-options.mjs.map +0 -1
  301. package/fesm2022/error-state.mjs.map +0 -1
  302. package/fesm2022/expansion/testing.mjs.map +0 -1
  303. package/fesm2022/form-field/testing/control.mjs.map +0 -1
  304. package/fesm2022/form-field/testing.mjs.map +0 -1
  305. package/fesm2022/form-field-module.mjs +0 -39
  306. package/fesm2022/form-field-module.mjs.map +0 -1
  307. package/fesm2022/form-field2.mjs +0 -1114
  308. package/fesm2022/form-field2.mjs.map +0 -1
  309. package/fesm2022/grid-list/testing.mjs.map +0 -1
  310. package/fesm2022/icon/testing.mjs.map +0 -1
  311. package/fesm2022/icon-button.mjs.map +0 -1
  312. package/fesm2022/icon-registry.mjs.map +0 -1
  313. package/fesm2022/input-harness.mjs.map +0 -1
  314. package/fesm2022/input-value-accessor.mjs.map +0 -1
  315. package/fesm2022/internal-form-field.mjs.map +0 -1
  316. package/fesm2022/line.mjs.map +0 -1
  317. package/fesm2022/list/testing.mjs.map +0 -1
  318. package/fesm2022/menu/testing.mjs.map +0 -1
  319. package/fesm2022/option-harness.mjs.map +0 -1
  320. package/fesm2022/option-module.mjs.map +0 -1
  321. package/fesm2022/option.mjs.map +0 -1
  322. package/fesm2022/paginator/testing.mjs.map +0 -1
  323. package/fesm2022/progress-bar/testing.mjs.map +0 -1
  324. package/fesm2022/progress-spinner/testing.mjs.map +0 -1
  325. package/fesm2022/pseudo-checkbox-module.mjs.map +0 -1
  326. package/fesm2022/pseudo-checkbox.mjs.map +0 -1
  327. package/fesm2022/public-api.mjs.map +0 -1
  328. package/fesm2022/radio/testing.mjs.map +0 -1
  329. package/fesm2022/ripple-loader.mjs.map +0 -1
  330. package/fesm2022/ripple-module.mjs.map +0 -1
  331. package/fesm2022/ripple.mjs.map +0 -1
  332. package/fesm2022/select/testing.mjs.map +0 -1
  333. package/fesm2022/select-module.mjs +0 -1318
  334. package/fesm2022/select-module.mjs.map +0 -1
  335. package/fesm2022/sidenav/testing.mjs.map +0 -1
  336. package/fesm2022/slide-toggle/testing.mjs.map +0 -1
  337. package/fesm2022/slider/testing.mjs.map +0 -1
  338. package/fesm2022/snack-bar/testing.mjs.map +0 -1
  339. package/fesm2022/sort/testing.mjs.map +0 -1
  340. package/fesm2022/stepper/testing.mjs.map +0 -1
  341. package/fesm2022/structural-styles.mjs.map +0 -1
  342. package/fesm2022/table/testing.mjs.map +0 -1
  343. package/fesm2022/tabs/testing.mjs.map +0 -1
  344. package/fesm2022/timepicker/testing.mjs.map +0 -1
  345. package/fesm2022/toolbar/testing.mjs.map +0 -1
  346. package/fesm2022/tooltip/testing.mjs.map +0 -1
  347. package/fesm2022/tooltip-module.mjs +0 -24
  348. package/fesm2022/tooltip-module.mjs.map +0 -1
  349. package/fesm2022/tooltip2.mjs.map +0 -1
  350. package/fesm2022/tree/testing.mjs.map +0 -1
  351. package/icon/index.d.ts +0 -9
  352. package/option-module.d.d.ts +0 -13
  353. package/paginator/index.d.ts +0 -36
  354. package/select/index.d.ts +0 -38
  355. package/tooltip/index.d.ts +0 -21
  356. /package/{date-range-input-harness.d.d.ts → types/_date-range-input-harness-chunk.d.ts} +0 -0
  357. /package/{dialog.d.d.ts → types/_dialog-chunk.d.ts} +0 -0
  358. /package/{error-options.d.d.ts → types/_error-options-chunk.d.ts} +0 -0
  359. /package/{form-field-control.d.d.ts → types/_form-field-control-chunk.d.ts} +0 -0
  360. /package/{form-field-control-harness.d.d.ts → types/_form-field-control-harness-chunk.d.ts} +0 -0
  361. /package/{input-harness.d.d.ts → types/_input-harness-chunk.d.ts} +0 -0
  362. /package/{list-option-types.d.d.ts → types/_list-option-types-chunk.d.ts} +0 -0
  363. /package/{option.d.d.ts → types/_option-chunk.d.ts} +0 -0
  364. /package/{option-harness.d.d.ts → types/_option-harness-chunk.d.ts} +0 -0
  365. /package/{option-parent.d.d.ts → types/_option-parent-chunk.d.ts} +0 -0
  366. /package/{palette.d.d.ts → types/_palette-chunk.d.ts} +0 -0
  367. /package/{ripple-loader.d.d.ts → types/_ripple-loader-chunk.d.ts} +0 -0
  368. /package/{sort-direction.d.d.ts → types/_sort-direction-chunk.d.ts} +0 -0
  369. /package/{bottom-sheet/testing/index.d.ts → types/bottom-sheet-testing.d.ts} +0 -0
  370. /package/{card/testing/index.d.ts → types/card-testing.d.ts} +0 -0
  371. /package/{checkbox/testing/index.d.ts → types/checkbox-testing.d.ts} +0 -0
  372. /package/{chips/testing/index.d.ts → types/chips-testing.d.ts} +0 -0
  373. /package/{divider/testing/index.d.ts → types/divider-testing.d.ts} +0 -0
  374. /package/{expansion/testing/index.d.ts → types/expansion-testing.d.ts} +0 -0
  375. /package/{grid-list/testing/index.d.ts → types/grid-list-testing.d.ts} +0 -0
  376. /package/{index.d.ts → types/material.d.ts} +0 -0
  377. /package/{menu/testing/index.d.ts → types/menu-testing.d.ts} +0 -0
  378. /package/{progress-bar/testing/index.d.ts → types/progress-bar-testing.d.ts} +0 -0
  379. /package/{radio/testing/index.d.ts → types/radio-testing.d.ts} +0 -0
  380. /package/{select/testing/index.d.ts → types/select-testing.d.ts} +0 -0
  381. /package/{sidenav/testing/index.d.ts → types/sidenav-testing.d.ts} +0 -0
  382. /package/{slide-toggle/testing/index.d.ts → types/slide-toggle-testing.d.ts} +0 -0
  383. /package/{slider/testing/index.d.ts → types/slider-testing.d.ts} +0 -0
  384. /package/{snack-bar/testing/index.d.ts → types/snack-bar-testing.d.ts} +0 -0
  385. /package/{stepper/testing/index.d.ts → types/stepper-testing.d.ts} +0 -0
  386. /package/{tabs/testing/index.d.ts → types/tabs-testing.d.ts} +0 -0
  387. /package/{toolbar/testing/index.d.ts → types/toolbar-testing.d.ts} +0 -0
  388. /package/{tooltip/testing/index.d.ts → types/tooltip-testing.d.ts} +0 -0
  389. /package/{tree/testing/index.d.ts → types/tree-testing.d.ts} +0 -0
@@ -1,14 +1,14 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ElementRef, OnInit, AfterViewInit, AfterContentInit, DoCheck, OnDestroy, ChangeDetectorRef, NgZone, QueryList, EventEmitter, Injector, OnChanges, InjectionToken } from '@angular/core';
2
+ import { ElementRef, OnInit, AfterViewInit, AfterContentInit, DoCheck, OnDestroy, ChangeDetectorRef, NgZone, QueryList, EventEmitter, Injector, InjectionToken, OnChanges } from '@angular/core';
3
3
  import { Subject, Observable } from 'rxjs';
4
4
  import { FocusKeyManager } from '@angular/cdk/a11y';
5
5
  import { ControlValueAccessor, NgControl } from '@angular/forms';
6
- import { ErrorStateMatcher } from '../error-options.d.js';
7
- import { MatFormFieldControl } from '../form-field-control.d.js';
8
- import { MatCommonModule } from '../common-module.d.js';
9
- import { MatRippleModule } from '../ripple-module.d.js';
10
- import '@angular/cdk/bidi';
11
- import '../ripple.d.js';
6
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
7
+ import { MatFormFieldControl } from './_form-field-control-chunk.js';
8
+ import { MatRippleModule } from './_ripple-module-chunk.js';
9
+ import { ModifierKey } from '@angular/cdk/keycodes';
10
+ import * as i2 from '@angular/cdk/bidi';
11
+ import './_ripple-chunk.js';
12
12
  import '@angular/cdk/platform';
13
13
 
14
14
  /**
@@ -849,6 +849,51 @@ declare class MatChipGrid extends MatChipSet implements AfterContentInit, AfterV
849
849
  static ngAcceptInputType_required: unknown;
850
850
  }
851
851
 
852
+ /** Key that can be used as a separator between chips. */
853
+ interface SeparatorKey {
854
+ keyCode: number;
855
+ modifiers: readonly ModifierKey[];
856
+ }
857
+ /** Default options, for the chips module, that can be overridden. */
858
+ interface MatChipsDefaultOptions {
859
+ /** The list of key codes that will trigger a chipEnd event. */
860
+ separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
861
+ /** Whether icon indicators should be hidden for single-selection. */
862
+ hideSingleSelectionIndicator?: boolean;
863
+ /** Whether the chip input should be interactive while disabled by default. */
864
+ inputDisabledInteractive?: boolean;
865
+ }
866
+ /** Injection token to be used to override the default options for the chips module. */
867
+ declare const MAT_CHIPS_DEFAULT_OPTIONS: InjectionToken<MatChipsDefaultOptions>;
868
+ /**
869
+ * Injection token that can be used to reference instances of `MatChipAvatar`. It serves as
870
+ * alternative token to the actual `MatChipAvatar` class which could cause unnecessary
871
+ * retention of the class and its directive metadata.
872
+ */
873
+ declare const MAT_CHIP_AVATAR: InjectionToken<unknown>;
874
+ /**
875
+ * Injection token that can be used to reference instances of `MatChipTrailingIcon`. It serves as
876
+ * alternative token to the actual `MatChipTrailingIcon` class which could cause unnecessary
877
+ * retention of the class and its directive metadata.
878
+ */
879
+ declare const MAT_CHIP_TRAILING_ICON: InjectionToken<unknown>;
880
+ /**
881
+ * Injection token that can be used to reference instances of `MatChipEdit`. It serves as
882
+ * alternative token to the actual `MatChipEdit` class which could cause unnecessary
883
+ * retention of the class and its directive metadata.
884
+ */
885
+ declare const MAT_CHIP_EDIT: InjectionToken<unknown>;
886
+ /**
887
+ * Injection token that can be used to reference instances of `MatChipRemove`. It serves as
888
+ * alternative token to the actual `MatChipRemove` class which could cause unnecessary
889
+ * retention of the class and its directive metadata.
890
+ */
891
+ declare const MAT_CHIP_REMOVE: InjectionToken<unknown>;
892
+ /**
893
+ * Injection token used to avoid a circular dependency between the `MatChip` and `MatChipAction`.
894
+ */
895
+ declare const MAT_CHIP: InjectionToken<unknown>;
896
+
852
897
  /** Represents an input event on a `matChipInput`. */
853
898
  interface MatChipInputEvent {
854
899
  /**
@@ -883,7 +928,7 @@ declare class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
883
928
  *
884
929
  * Defaults to `[ENTER]`.
885
930
  */
886
- separatorKeyCodes: readonly number[] | ReadonlySet<number>;
931
+ separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
887
932
  /** Emitted when a chip is to be added. */
888
933
  readonly chipEnd: EventEmitter<MatChipInputEvent>;
889
934
  /** The input's placeholder text. */
@@ -937,49 +982,9 @@ declare class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
937
982
 
938
983
  declare class MatChipsModule {
939
984
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipsModule, never>;
940
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof MatCommonModule, typeof MatRippleModule, typeof MatChipAction, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon], [typeof MatCommonModule, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon]>;
985
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof MatRippleModule, typeof MatChipAction, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon], [typeof i2.BidiModule, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon]>;
941
986
  static ɵinj: i0.ɵɵInjectorDeclaration<MatChipsModule>;
942
987
  }
943
988
 
944
- /** Default options, for the chips module, that can be overridden. */
945
- interface MatChipsDefaultOptions {
946
- /** The list of key codes that will trigger a chipEnd event. */
947
- separatorKeyCodes: readonly number[] | ReadonlySet<number>;
948
- /** Whether icon indicators should be hidden for single-selection. */
949
- hideSingleSelectionIndicator?: boolean;
950
- /** Whether the chip input should be interactive while disabled by default. */
951
- inputDisabledInteractive?: boolean;
952
- }
953
- /** Injection token to be used to override the default options for the chips module. */
954
- declare const MAT_CHIPS_DEFAULT_OPTIONS: InjectionToken<MatChipsDefaultOptions>;
955
- /**
956
- * Injection token that can be used to reference instances of `MatChipAvatar`. It serves as
957
- * alternative token to the actual `MatChipAvatar` class which could cause unnecessary
958
- * retention of the class and its directive metadata.
959
- */
960
- declare const MAT_CHIP_AVATAR: InjectionToken<unknown>;
961
- /**
962
- * Injection token that can be used to reference instances of `MatChipTrailingIcon`. It serves as
963
- * alternative token to the actual `MatChipTrailingIcon` class which could cause unnecessary
964
- * retention of the class and its directive metadata.
965
- */
966
- declare const MAT_CHIP_TRAILING_ICON: InjectionToken<unknown>;
967
- /**
968
- * Injection token that can be used to reference instances of `MatChipEdit`. It serves as
969
- * alternative token to the actual `MatChipEdit` class which could cause unnecessary
970
- * retention of the class and its directive metadata.
971
- */
972
- declare const MAT_CHIP_EDIT: InjectionToken<unknown>;
973
- /**
974
- * Injection token that can be used to reference instances of `MatChipRemove`. It serves as
975
- * alternative token to the actual `MatChipRemove` class which could cause unnecessary
976
- * retention of the class and its directive metadata.
977
- */
978
- declare const MAT_CHIP_REMOVE: InjectionToken<unknown>;
979
- /**
980
- * Injection token used to avoid a circular dependency between the `MatChip` and `MatChipAction`.
981
- */
982
- declare const MAT_CHIP: InjectionToken<unknown>;
983
-
984
989
  export { MAT_CHIP, MAT_CHIPS_DEFAULT_OPTIONS, MAT_CHIP_AVATAR, MAT_CHIP_EDIT, MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR, MAT_CHIP_REMOVE, MAT_CHIP_TRAILING_ICON, MatChip, MatChipAvatar, MatChipEdit, MatChipEditInput, MatChipGrid, MatChipGridChange, MatChipInput, MatChipListbox, MatChipListboxChange, MatChipOption, MatChipRemove, MatChipRow, MatChipSelectionChange, MatChipSet, MatChipTrailingIcon, MatChipsModule };
985
- export type { MatChipEditedEvent, MatChipEvent, MatChipInputEvent, MatChipTextControl, MatChipsDefaultOptions };
990
+ export type { MatChipEditedEvent, MatChipEvent, MatChipInputEvent, MatChipTextControl, MatChipsDefaultOptions, SeparatorKey };
@@ -1,4 +1,4 @@
1
- import { OptionHarnessFilters, MatOptionHarness } from '../../option-harness.d.js';
1
+ import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
2
2
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
3
 
4
4
  interface OptgroupHarnessFilters extends BaseHarnessFilters {
@@ -1,21 +1,20 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Version, InjectionToken, Provider } from '@angular/core';
3
- export { GranularSanityChecks, MATERIAL_SANITY_CHECKS, MatCommonModule, SanityChecks } from '../common-module.d.js';
4
- export { ThemePalette } from '../palette.d.js';
3
+ export { ThemePalette } from './_palette-chunk.js';
5
4
  import { NgControl, FormGroupDirective, NgForm } from '@angular/forms';
6
5
  import { Subject } from 'rxjs';
7
- import { ErrorStateMatcher as ErrorStateMatcher$1 } from '../error-options.d.js';
8
- export { ShowOnDirtyErrorStateMatcher } from '../error-options.d.js';
9
- export { MatLine, MatLineModule, setLines } from '../line.d.js';
10
- export { MatOptionModule } from '../option-module.d.js';
11
- export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition } from '../option.d.js';
12
- export { MAT_OPTION_PARENT_COMPONENT, MatOptionParentComponent } from '../option-parent.d.js';
13
- export { MatRippleLoader } from '../ripple-loader.d.js';
14
- export { MAT_RIPPLE_GLOBAL_OPTIONS, MatRipple, RippleAnimationConfig, RippleConfig, RippleGlobalOptions, RippleRef, RippleRenderer, RippleState, RippleTarget, defaultRippleAnimationConfig } from '../ripple.d.js';
15
- export { MatRippleModule } from '../ripple-module.d.js';
16
- export { MatPseudoCheckbox, MatPseudoCheckboxModule, MatPseudoCheckboxState } from '../pseudo-checkbox-module.d.js';
17
- import { DateAdapter } from '../date-adapter.d.js';
18
- export { MAT_DATE_LOCALE, MAT_DATE_LOCALE_FACTORY } from '../date-adapter.d.js';
6
+ import { ErrorStateMatcher as ErrorStateMatcher$1 } from './_error-options-chunk.js';
7
+ export { ShowOnDirtyErrorStateMatcher } from './_error-options-chunk.js';
8
+ export { MatLine, MatLineModule, setLines } from './_line-chunk.js';
9
+ export { MatOptionModule } from './_option-module-chunk.js';
10
+ export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition } from './_option-chunk.js';
11
+ export { MAT_OPTION_PARENT_COMPONENT, MatOptionParentComponent } from './_option-parent-chunk.js';
12
+ export { MatRippleLoader } from './_ripple-loader-chunk.js';
13
+ export { MAT_RIPPLE_GLOBAL_OPTIONS, MatRipple, RippleAnimationConfig, RippleConfig, RippleGlobalOptions, RippleRef, RippleRenderer, RippleState, RippleTarget, defaultRippleAnimationConfig } from './_ripple-chunk.js';
14
+ export { MatRippleModule } from './_ripple-module-chunk.js';
15
+ export { MatPseudoCheckbox, MatPseudoCheckboxModule, MatPseudoCheckboxState } from './_pseudo-checkbox-module-chunk.js';
16
+ import { DateAdapter } from './_date-adapter-chunk.js';
17
+ export { MAT_DATE_LOCALE } from './_date-adapter-chunk.js';
19
18
  import '@angular/cdk/bidi';
20
19
  import '@angular/cdk/a11y';
21
20
  import '@angular/cdk/platform';
@@ -30,27 +29,6 @@ interface AnimationsConfig {
30
29
  }
31
30
  /** Injection token used to configure the animations in Angular Material. */
32
31
  declare const MATERIAL_ANIMATIONS: InjectionToken<AnimationsConfig>;
33
- /**
34
- * @deprecated No longer used, will be removed.
35
- * @breaking-change 21.0.0
36
- * @docs-private
37
- */
38
- declare class AnimationCurves {
39
- static STANDARD_CURVE: string;
40
- static DECELERATION_CURVE: string;
41
- static ACCELERATION_CURVE: string;
42
- static SHARP_CURVE: string;
43
- }
44
- /**
45
- * @deprecated No longer used, will be removed.
46
- * @breaking-change 21.0.0
47
- * @docs-private
48
- */
49
- declare class AnimationDurations {
50
- static COMPLEX: string;
51
- static ENTERING: string;
52
- static EXITING: string;
53
- }
54
32
  /**
55
33
  * Gets the the configured animations state.
56
34
  * @docs-private
@@ -102,11 +80,6 @@ declare const MAT_DATE_FORMATS: InjectionToken<MatDateFormats>;
102
80
 
103
81
  /** Adapts the native JS Date for use with cdk-based components that work with dates. */
104
82
  declare class NativeDateAdapter extends DateAdapter<Date> {
105
- /**
106
- * @deprecated No longer being used. To be removed.
107
- * @breaking-change 14.0.0
108
- */
109
- useUtcForDisplay: boolean;
110
83
  /** The injected locale. */
111
84
  private readonly _matDateLocale;
112
85
  constructor(...args: unknown[]);
@@ -208,5 +181,5 @@ declare class _MatInternalFormField {
208
181
  static ɵcmp: i0.ɵɵComponentDeclaration<_MatInternalFormField, "div[mat-internal-form-field]", never, { "labelPosition": { "alias": "labelPosition"; "required": true; }; }, {}, never, ["*"], true, never>;
209
182
  }
210
183
 
211
- export { AnimationCurves, AnimationDurations, DateAdapter, ErrorStateMatcher$1 as ErrorStateMatcher, MATERIAL_ANIMATIONS, MAT_DATE_FORMATS, MAT_NATIVE_DATE_FORMATS, MatNativeDateModule, NativeDateAdapter, NativeDateModule, VERSION, _ErrorStateTracker, _MatInternalFormField, _StructuralStylesLoader, _animationsDisabled, _getAnimationsState, provideNativeDateAdapter };
184
+ export { DateAdapter, ErrorStateMatcher$1 as ErrorStateMatcher, MATERIAL_ANIMATIONS, MAT_DATE_FORMATS, MAT_NATIVE_DATE_FORMATS, MatNativeDateModule, NativeDateAdapter, NativeDateModule, VERSION, _ErrorStateTracker, _MatInternalFormField, _StructuralStylesLoader, _animationsDisabled, _getAnimationsState, provideNativeDateAdapter };
212
185
  export type { AnimationsConfig, MatDateFormats };
@@ -1,5 +1,5 @@
1
- import { DatepickerTriggerHarnessBase, DatepickerToggleHarnessFilters } from '../../date-range-input-harness.d.js';
2
- export { CalendarCellHarnessFilters, CalendarHarnessFilters, CalendarView, DateRangeInputHarnessFilters, DatepickerInputHarnessFilters, MatCalendarCellHarness, MatCalendarHarness, MatDateRangeInputHarness, MatDatepickerInputHarness, MatEndDateHarness, MatStartDateHarness } from '../../date-range-input-harness.d.js';
1
+ import { DatepickerTriggerHarnessBase, DatepickerToggleHarnessFilters } from './_date-range-input-harness-chunk.js';
2
+ export { CalendarCellHarnessFilters, CalendarHarnessFilters, CalendarView, DateRangeInputHarnessFilters, DatepickerInputHarnessFilters, MatCalendarCellHarness, MatCalendarHarness, MatDateRangeInputHarness, MatDatepickerInputHarness, MatEndDateHarness, MatStartDateHarness } from './_date-range-input-harness-chunk.js';
3
3
  import { HarnessPredicate } from '@angular/cdk/testing';
4
4
  import '@angular/material/form-field/testing/control';
5
5
 
@@ -1,24 +1,24 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnChanges, OnDestroy, AfterViewChecked, EventEmitter, SimpleChanges, FactoryProvider, AfterContentInit, ChangeDetectorRef, AfterViewInit, ElementRef, InjectionToken, OnInit, DoCheck, TemplateRef } from '@angular/core';
3
- import { MatButton, MatButtonModule } from '../button/index.js';
2
+ import { OnChanges, OnDestroy, AfterViewChecked, EventEmitter, SimpleChanges, AfterContentInit, ChangeDetectorRef, AfterViewInit, ElementRef, InjectionToken, OnInit, DoCheck, TemplateRef } from '@angular/core';
3
+ import { MatButton, MatButtonModule } from './button.js';
4
4
  import * as i2 from '@angular/cdk/overlay';
5
5
  import { ScrollStrategy } from '@angular/cdk/overlay';
6
6
  import * as i1 from '@angular/cdk/a11y';
7
7
  import { FocusOrigin } from '@angular/cdk/a11y';
8
- import * as i3 from '@angular/cdk/portal';
8
+ import * as i2$1 from '@angular/cdk/portal';
9
9
  import { ComponentType, Portal, TemplatePortal } from '@angular/cdk/portal';
10
- import { MatCommonModule } from '../common-module.d.js';
11
10
  import { Observable, Subject } from 'rxjs';
12
- import { DateAdapter } from '../date-adapter.d.js';
13
- import { ThemePalette } from '../palette.d.js';
11
+ import { DateAdapter } from './_date-adapter-chunk.js';
12
+ import { ThemePalette } from './_palette-chunk.js';
14
13
  import { ControlValueAccessor, Validator, ValidatorFn, AbstractControl, ValidationErrors, NgForm, FormGroupDirective, NgControl } from '@angular/forms';
15
- import { MatFormFieldControl } from '../form-field-control.d.js';
14
+ import { MatFormFieldControl } from './_form-field-control-chunk.js';
15
+ import * as i2$2 from '@angular/cdk/bidi';
16
16
  import { Directionality } from '@angular/cdk/bidi';
17
- import { ErrorStateMatcher } from '../error-options.d.js';
18
- import * as i5 from '@angular/cdk/scrolling';
19
- import '../ripple-loader.d.js';
20
- import '../ripple-module.d.js';
21
- import '../ripple.d.js';
17
+ import { ErrorStateMatcher } from './_error-options-chunk.js';
18
+ import * as i1$1 from '@angular/cdk/scrolling';
19
+ import './_ripple-loader-chunk.js';
20
+ import './_ripple-module-chunk.js';
21
+ import './_ripple-chunk.js';
22
22
  import '@angular/cdk/platform';
23
23
 
24
24
  /** Extra CSS classes that can be associated with a calendar cell. */
@@ -344,32 +344,6 @@ declare class MatRangeDateSelectionModel<D> extends MatDateSelectionModel<DateRa
344
344
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRangeDateSelectionModel<any>, never>;
345
345
  static ɵprov: i0.ɵɵInjectableDeclaration<MatRangeDateSelectionModel<any>>;
346
346
  }
347
- /**
348
- * @docs-private
349
- * @deprecated No longer used, will be removed.
350
- * @breaking-change 21.0.0
351
- */
352
- declare function MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown>;
353
- /**
354
- * Used to provide a single selection model to a component.
355
- * @docs-private
356
- * @deprecated No longer used, will be removed.
357
- * @breaking-change 21.0.0
358
- */
359
- declare const MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
360
- /**
361
- * @docs-private
362
- * @deprecated No longer used, will be removed.
363
- * @breaking-change 21.0.0
364
- */
365
- declare function MAT_RANGE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown>;
366
- /**
367
- * Used to provide a range selection model to a component.
368
- * @docs-private
369
- * @deprecated No longer used, will be removed.
370
- * @breaking-change 21.0.0
371
- */
372
- declare const MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
373
347
 
374
348
  /**
375
349
  * An internal component used to display a single month in the datepicker.
@@ -403,7 +377,7 @@ declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy
403
377
  set maxDate(value: D | null);
404
378
  private _maxDate;
405
379
  /** Function used to filter which dates are selectable. */
406
- dateFilter: (date: D) => boolean;
380
+ dateFilter: ((date: D) => boolean) | null | undefined;
407
381
  /** Function that can be used to add custom CSS classes to dates. */
408
382
  dateClass: MatCalendarCellClassFunction<D>;
409
383
  /** Start of the comparison range. */
@@ -432,33 +406,33 @@ declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy
432
406
  /** The body of calendar table */
433
407
  _matCalendarBody: MatCalendarBody;
434
408
  /** The label for this month (e.g. "January 2017"). */
435
- _monthLabel: string;
409
+ _monthLabel: i0.WritableSignal<string>;
436
410
  /** Grid of calendar cells representing the dates of the month. */
437
- _weeks: MatCalendarCell[][];
411
+ _weeks: i0.WritableSignal<MatCalendarCell<any>[][]>;
438
412
  /** The number of blank cells in the first row before the 1st of the month. */
439
- _firstWeekOffset: number;
413
+ _firstWeekOffset: i0.WritableSignal<number>;
440
414
  /** Start value of the currently-shown date range. */
441
- _rangeStart: number | null;
415
+ _rangeStart: i0.WritableSignal<number | null>;
442
416
  /** End value of the currently-shown date range. */
443
- _rangeEnd: number | null;
417
+ _rangeEnd: i0.WritableSignal<number | null>;
444
418
  /** Start value of the currently-shown comparison date range. */
445
- _comparisonRangeStart: number | null;
419
+ _comparisonRangeStart: i0.WritableSignal<number | null>;
446
420
  /** End value of the currently-shown comparison date range. */
447
- _comparisonRangeEnd: number | null;
421
+ _comparisonRangeEnd: i0.WritableSignal<number | null>;
448
422
  /** Start of the preview range. */
449
- _previewStart: number | null;
423
+ _previewStart: i0.WritableSignal<number | null>;
450
424
  /** End of the preview range. */
451
- _previewEnd: number | null;
425
+ _previewEnd: i0.WritableSignal<number | null>;
452
426
  /** Whether the user is currently selecting a range of dates. */
453
- _isRange: boolean;
427
+ _isRange: i0.WritableSignal<boolean>;
454
428
  /** The date of the month that today falls on. Null if today is in another month. */
455
- _todayDate: number | null;
429
+ _todayDate: i0.WritableSignal<number | null>;
456
430
  /** The names of the weekdays. */
457
- _weekdays: {
431
+ _weekdays: i0.WritableSignal<{
458
432
  long: string;
459
433
  narrow: string;
460
434
  id: number;
461
- }[];
435
+ }[]>;
462
436
  constructor(...args: unknown[]);
463
437
  ngAfterContentInit(): void;
464
438
  ngOnChanges(changes: SimpleChanges): void;
@@ -555,7 +529,7 @@ declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy {
555
529
  set maxDate(value: D | null);
556
530
  private _maxDate;
557
531
  /** A function used to filter which dates are selectable. */
558
- dateFilter: (date: D) => boolean;
532
+ dateFilter: ((date: D) => boolean) | null | undefined;
559
533
  /** Function that can be used to add custom CSS classes to date cells. */
560
534
  dateClass: MatCalendarCellClassFunction<D>;
561
535
  /** Emits when a new year is selected. */
@@ -567,11 +541,11 @@ declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy {
567
541
  /** The body of calendar table */
568
542
  _matCalendarBody: MatCalendarBody;
569
543
  /** Grid of calendar cells representing the currently displayed years. */
570
- _years: MatCalendarCell[][];
544
+ _years: i0.WritableSignal<MatCalendarCell<any>[][]>;
571
545
  /** The year that today falls on. */
572
- _todayYear: number;
546
+ _todayYear: i0.WritableSignal<number>;
573
547
  /** The year of the selected date. Null if the selected date is null. */
574
- _selectedYear: number | null;
548
+ _selectedYear: i0.WritableSignal<number | null>;
575
549
  constructor(...args: unknown[]);
576
550
  ngAfterContentInit(): void;
577
551
  ngOnDestroy(): void;
@@ -645,7 +619,7 @@ declare class MatYearView<D> implements AfterContentInit, OnDestroy {
645
619
  set maxDate(value: D | null);
646
620
  private _maxDate;
647
621
  /** A function used to filter which dates are selectable. */
648
- dateFilter: (date: D) => boolean;
622
+ dateFilter: ((date: D) => boolean) | null | undefined;
649
623
  /** Function that can be used to add custom CSS classes to date cells. */
650
624
  dateClass: MatCalendarCellClassFunction<D>;
651
625
  /** Emits when a new month is selected. */
@@ -657,16 +631,16 @@ declare class MatYearView<D> implements AfterContentInit, OnDestroy {
657
631
  /** The body of calendar table */
658
632
  _matCalendarBody: MatCalendarBody;
659
633
  /** Grid of calendar cells representing the months of the year. */
660
- _months: MatCalendarCell[][];
634
+ _months: i0.WritableSignal<MatCalendarCell<any>[][]>;
661
635
  /** The label for this year (e.g. "2017"). */
662
- _yearLabel: string;
636
+ _yearLabel: i0.WritableSignal<string>;
663
637
  /** The month in this year that today falls on. Null if today is in a different year. */
664
- _todayMonth: number | null;
638
+ _todayMonth: i0.WritableSignal<number | null>;
665
639
  /**
666
640
  * The month in this year that the selected Date falls on.
667
641
  * Null if the selected Date is in a different year.
668
642
  */
669
- _selectedMonth: number | null;
643
+ _selectedMonth: i0.WritableSignal<number | null>;
670
644
  constructor(...args: unknown[]);
671
645
  ngAfterContentInit(): void;
672
646
  ngOnDestroy(): void;
@@ -812,7 +786,7 @@ declare class MatCalendar<D> implements AfterContentInit, AfterViewChecked, OnDe
812
786
  set maxDate(value: D | null);
813
787
  private _maxDate;
814
788
  /** Function used to filter which dates are selectable. */
815
- dateFilter: (date: D) => boolean;
789
+ dateFilter?: ((date: D) => boolean) | null;
816
790
  /** Function that can be used to add custom CSS classes to dates. */
817
791
  dateClass: MatCalendarCellClassFunction<D>;
818
792
  /** Start of the comparison range. */
@@ -967,7 +941,7 @@ declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromSelectio
967
941
  /** Gets the maximum date for the input. Used for validation. */
968
942
  abstract _getMaxDate(): D | null;
969
943
  /** Gets the date filter function. Used for validation. */
970
- protected abstract _getDateFilter(): DateFilterFn<D> | undefined;
944
+ protected abstract _getDateFilter(): DateFilterFn<D> | null | undefined;
971
945
  /** Registers a date selection model with the input. */
972
946
  _registerModel(model: MatDateSelectionModel<S, D>): void;
973
947
  /** Opens the popup associated with the input. */
@@ -1021,26 +995,10 @@ declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromSelectio
1021
995
 
1022
996
  /** Injection token that determines the scroll handling while the calendar is open. */
1023
997
  declare const MAT_DATEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
1024
- /**
1025
- * @docs-private
1026
- * @deprecated No longer used, will be removed.
1027
- * @breaking-change 21.0.0
1028
- */
1029
- declare function MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
1030
998
  /** Possible positions for the datepicker dropdown along the X axis. */
1031
999
  type DatepickerDropdownPositionX = 'start' | 'end';
1032
1000
  /** Possible positions for the datepicker dropdown along the Y axis. */
1033
1001
  type DatepickerDropdownPositionY = 'above' | 'below';
1034
- /**
1035
- * @docs-private
1036
- * @deprecated No longer used, will be removed.
1037
- * @breaking-change 21.0.0
1038
- */
1039
- declare const MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
1040
- provide: InjectionToken<() => ScrollStrategy>;
1041
- deps: any[];
1042
- useFactory: typeof MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY;
1043
- };
1044
1002
  /**
1045
1003
  * Component used as the content for the datepicker overlay. We use this instead of using
1046
1004
  * MatCalendar directly as the content so we can control the initial focus. This also gives us a
@@ -1122,7 +1080,7 @@ interface MatDatepickerControl<D> {
1122
1080
  min: D | null;
1123
1081
  max: D | null;
1124
1082
  disabled: boolean;
1125
- dateFilter: DateFilterFn<D>;
1083
+ dateFilter: DateFilterFn<D> | null | undefined;
1126
1084
  getConnectedOverlayOrigin(): ElementRef;
1127
1085
  getOverlayLabelId(): string | null;
1128
1086
  stateChanges: Observable<void>;
@@ -1238,7 +1196,7 @@ declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D>, S, D
1238
1196
  _getMinDate(): D | null;
1239
1197
  /** The maximum selectable date. */
1240
1198
  _getMaxDate(): D | null;
1241
- _getDateFilter(): DateFilterFn<D>;
1199
+ _getDateFilter(): DateFilterFn<D> | null | undefined;
1242
1200
  /** A reference to the overlay into which we've rendered the calendar. */
1243
1201
  private _overlayRef;
1244
1202
  /** Reference to the component instance rendered in the overlay. */
@@ -1338,8 +1296,8 @@ declare class MatDatepickerInput<D> extends MatDatepickerInputBase<D | null, D>
1338
1296
  set max(value: D | null);
1339
1297
  private _max;
1340
1298
  /** Function that can be used to filter out dates within the datepicker. */
1341
- get dateFilter(): DateFilterFn<D | null>;
1342
- set dateFilter(value: DateFilterFn<D | null>);
1299
+ get dateFilter(): DateFilterFn<D | null> | null | undefined;
1300
+ set dateFilter(value: DateFilterFn<D | null> | null | undefined);
1343
1301
  private _dateFilter;
1344
1302
  /** The combined form control validator for this input. */
1345
1303
  protected _validator: ValidatorFn | null;
@@ -1365,7 +1323,7 @@ declare class MatDatepickerInput<D> extends MatDatepickerInputBase<D | null, D>
1365
1323
  /** Gets the input's maximum date. */
1366
1324
  _getMaxDate(): D | null;
1367
1325
  /** Gets the input's date filtering function. */
1368
- protected _getDateFilter(): DateFilterFn<D | null>;
1326
+ protected _getDateFilter(): DateFilterFn<D | null> | null | undefined;
1369
1327
  protected _shouldHandleChangeEvent(event: DateSelectionModelChange<D>): boolean;
1370
1328
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerInput<any>, never>;
1371
1329
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInput<any>, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": { "alias": "matDatepicker"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "dateFilter": { "alias": "matDatepickerFilter"; "required": false; }; }, {}, never, never, true, never>;
@@ -1511,7 +1469,7 @@ declare abstract class MatDateRangeInputPartBase<D> extends MatDatepickerInputBa
1511
1469
  /** Gets the maximum date from the range input. */
1512
1470
  _getMaxDate(): D | null;
1513
1471
  /** Gets the date filter function from the range input. */
1514
- protected _getDateFilter(): DateFilterFn<D>;
1472
+ protected _getDateFilter(): DateFilterFn<D> | null | undefined;
1515
1473
  protected _parentDisabled(): boolean;
1516
1474
  protected _shouldHandleChangeEvent({ source }: DateSelectionModelChange<DateRange<D>>): boolean;
1517
1475
  protected _assignValueProgrammatically(value: D | null): void;
@@ -1602,9 +1560,9 @@ declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRange<D>>,
1602
1560
  set required(value: boolean);
1603
1561
  private _required;
1604
1562
  /** Function that can be used to filter out dates within the date range picker. */
1605
- get dateFilter(): DateFilterFn<D>;
1606
- set dateFilter(value: DateFilterFn<D>);
1607
- private _dateFilter;
1563
+ get dateFilter(): DateFilterFn<D> | null | undefined;
1564
+ set dateFilter(value: DateFilterFn<D> | null | undefined);
1565
+ private _dateFilter?;
1608
1566
  /** The minimum valid date. */
1609
1567
  get min(): D | null;
1610
1568
  set min(value: D | null);
@@ -1732,7 +1690,7 @@ declare class MatDatepickerActions implements AfterViewInit, OnDestroy {
1732
1690
 
1733
1691
  declare class MatDatepickerModule {
1734
1692
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerModule, never>;
1735
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof i3.PortalModule, typeof MatCommonModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply], [typeof i5.CdkScrollableModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply]>;
1693
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof i2$1.PortalModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply], [typeof i2$2.BidiModule, typeof i1$1.CdkScrollableModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply]>;
1736
1694
  static ɵinj: i0.ɵɵInjectorDeclaration<MatDatepickerModule>;
1737
1695
  }
1738
1696
 
@@ -1782,16 +1740,5 @@ declare class DefaultMatCalendarRangeStrategy<D> implements MatDateRangeSelectio
1782
1740
  static ɵprov: i0.ɵɵInjectableDeclaration<DefaultMatCalendarRangeStrategy<any>>;
1783
1741
  }
1784
1742
 
1785
- /**
1786
- * Animations used by the Material datepicker.
1787
- * @docs-private
1788
- * @deprecated No longer used, will be removed.
1789
- * @breaking-change 21.0.0
1790
- */
1791
- declare const matDatepickerAnimations: {
1792
- readonly transformPanel: any;
1793
- readonly fadeInCalendar: any;
1794
- };
1795
-
1796
- export { DateRange, DefaultMatCalendarRangeStrategy, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_RANGE_SELECTION_STRATEGY, MAT_RANGE_DATE_SELECTION_MODEL_FACTORY, MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY, MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerActions, MatDatepickerApply, MatDatepickerCancel, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerModule, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, matDatepickerAnimations, yearsPerPage, yearsPerRow };
1743
+ export { DateRange, DefaultMatCalendarRangeStrategy, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_RANGE_SELECTION_STRATEGY, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerActions, MatDatepickerApply, MatDatepickerCancel, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerModule, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, yearsPerPage, yearsPerRow };
1797
1744
  export type { DateFilterFn, DateSelectionModelChange, DatepickerDropdownPositionX, DatepickerDropdownPositionY, ExtractDateTypeFromSelection, MatCalendarCellClassFunction, MatCalendarCellCssClasses, MatCalendarUserEvent, MatCalendarView, MatDateRangeSelectionStrategy, MatDatepickerControl, MatDatepickerPanel };
@@ -1,6 +1,6 @@
1
1
  import * as _angular_cdk_testing from '@angular/cdk/testing';
2
2
  import { BaseHarnessFilters, ContentContainerComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
- import { DialogRole, MatDialog, MatDialogConfig, MatDialogRef } from '../../dialog.d.js';
3
+ import { DialogRole, MatDialog, MatDialogConfig, MatDialogRef } from './_dialog-chunk.js';
4
4
  import { ComponentType } from '@angular/cdk/overlay';
5
5
  import { OnDestroy } from '@angular/core';
6
6
  import '@angular/cdk/bidi';
@@ -1,13 +1,12 @@
1
- import { MatDialogRef, MatDialogContainer } from '../dialog.d.js';
2
- export { AutoFocusTarget, DialogPosition, DialogRole, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MatDialog, MatDialogConfig, MatDialogState, _closeDialogVia } from '../dialog.d.js';
1
+ import { MatDialogRef, MatDialogContainer } from './_dialog-chunk.js';
2
+ export { AutoFocusTarget, DialogPosition, DialogRole, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MatDialog, MatDialogConfig, MatDialogState, _closeDialogVia } from './_dialog-chunk.js';
3
3
  import * as i0 from '@angular/core';
4
4
  import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
5
- import * as i5 from '@angular/cdk/scrolling';
6
- import * as i1 from '@angular/cdk/dialog';
5
+ import * as i1 from '@angular/cdk/scrolling';
6
+ import * as i1$1 from '@angular/cdk/dialog';
7
7
  import * as i2 from '@angular/cdk/overlay';
8
- import * as i3 from '@angular/cdk/portal';
9
- import { MatCommonModule } from '../common-module.d.js';
10
- import '@angular/cdk/bidi';
8
+ import * as i2$1 from '@angular/cdk/portal';
9
+ import * as i2$2 from '@angular/cdk/bidi';
11
10
  import '@angular/cdk/a11y';
12
11
  import 'rxjs';
13
12
 
@@ -59,7 +58,7 @@ declare class MatDialogTitle extends MatDialogLayoutSection {
59
58
  */
60
59
  declare class MatDialogContent {
61
60
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogContent, never>;
62
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i5.CdkScrollable; inputs: {}; outputs: {}; }]>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
63
62
  }
64
63
  /**
65
64
  * Container for the bottom action buttons in a dialog.
@@ -78,30 +77,8 @@ declare class MatDialogActions extends MatDialogLayoutSection {
78
77
 
79
78
  declare class MatDialogModule {
80
79
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogModule, never>;
81
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1.DialogModule, typeof i2.OverlayModule, typeof i3.PortalModule, typeof MatCommonModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent], [typeof MatCommonModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent]>;
80
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1$1.DialogModule, typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent], [typeof i2$2.BidiModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent]>;
82
81
  static ɵinj: i0.ɵɵInjectorDeclaration<MatDialogModule>;
83
82
  }
84
83
 
85
- /**
86
- * Default parameters for the animation for backwards compatibility.
87
- * @docs-private
88
- * @deprecated Will stop being exported.
89
- * @breaking-change 21.0.0
90
- */
91
- declare const _defaultParams: {
92
- params: {
93
- enterAnimationDuration: string;
94
- exitAnimationDuration: string;
95
- };
96
- };
97
- /**
98
- * Animations used by MatDialog.
99
- * @docs-private
100
- * @deprecated No longer used, will be removed.
101
- * @breaking-change 21.0.0
102
- */
103
- declare const matDialogAnimations: {
104
- readonly dialogContainer: any;
105
- };
106
-
107
- export { MatDialogActions, MatDialogClose, MatDialogContainer, MatDialogContent, MatDialogModule, MatDialogRef, MatDialogTitle, _defaultParams, matDialogAnimations };
84
+ export { MatDialogActions, MatDialogClose, MatDialogContainer, MatDialogContent, MatDialogModule, MatDialogRef, MatDialogTitle };
@@ -1,7 +1,6 @@
1
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import * as i0 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
  declare class MatDivider {
7
6
  /** Whether the divider is vertically aligned. */
@@ -18,7 +17,7 @@ declare class MatDivider {
18
17
 
19
18
  declare class MatDividerModule {
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDividerModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof MatCommonModule, typeof MatDivider], [typeof MatDivider, typeof MatCommonModule]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof MatDivider], [typeof MatDivider, typeof i2.BidiModule]>;
22
21
  static ɵinj: i0.ɵɵInjectorDeclaration<MatDividerModule>;
23
22
  }
24
23