@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
@@ -2,19 +2,18 @@ import { ContentContainerComponentHarness, HarnessPredicate, TestKey } from '@an
2
2
  import { __decorate, __metadata } from 'tslib';
3
3
  import { inject, NgZone, Component, ChangeDetectionStrategy, ViewEncapsulation, NgModule } from '@angular/core';
4
4
  import { MATERIAL_ANIMATIONS } from '@angular/material/core';
5
- import { MatDialog, MatDialogModule } from '../dialog-module.mjs';
6
- import '@angular/cdk/dialog';
5
+ import { MatDialog, MatDialogModule } from './dialog.mjs';
6
+ import '@angular/cdk/a11y';
7
+ import '@angular/cdk/scrolling';
7
8
  import '@angular/cdk/overlay';
8
- import '@angular/cdk/portal';
9
+ import '@angular/cdk/dialog';
9
10
  import '@angular/cdk/coercion';
10
- import '../animation.mjs';
11
+ import '@angular/cdk/portal';
12
+ import './_animation-chunk.mjs';
11
13
  import '@angular/cdk/layout';
12
14
  import 'rxjs';
13
15
  import 'rxjs/operators';
14
16
  import '@angular/cdk/keycodes';
15
- import '@angular/cdk/a11y';
16
- import '@angular/cdk/scrolling';
17
- import '../common-module.mjs';
18
17
  import '@angular/cdk/bidi';
19
18
 
20
19
  /** Selectors for different sections of the mat-dialog that can contain user content. */
@@ -157,4 +156,4 @@ MatTestDialogOpenerModule = __decorate([
157
156
  ], MatTestDialogOpenerModule);
158
157
 
159
158
  export { MatDialogHarness, MatDialogSection, MatTestDialogOpener, MatTestDialogOpenerModule };
160
- //# sourceMappingURL=testing.mjs.map
159
+ //# sourceMappingURL=dialog-testing.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog-testing.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-199a4f3c4e20/bin/src/material/dialog/testing/dialog-harness.ts","../../../../../darwin_arm64-fastbuild-ST-199a4f3c4e20/bin/src/material/dialog/testing/dialog-opener.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ComponentHarnessConstructor,\n ContentContainerComponentHarness,\n HarnessPredicate,\n TestKey,\n} from '@angular/cdk/testing';\nimport {DialogHarnessFilters} from './dialog-harness-filters';\nimport {DialogRole} from '../../dialog';\n\n/** Selectors for different sections of the mat-dialog that can contain user content. */\nexport enum MatDialogSection {\n TITLE = '.mat-mdc-dialog-title',\n CONTENT = '.mat-mdc-dialog-content',\n ACTIONS = '.mat-mdc-dialog-actions',\n}\n\n/** Harness for interacting with a standard `MatDialog` in tests. */\nexport class MatDialogHarness\n // @breaking-change 14.0.0 change generic type to MatDialogSection.\n extends ContentContainerComponentHarness<MatDialogSection | string>\n{\n /** The selector for the host element of a `MatDialog` instance. */\n static hostSelector = '.mat-mdc-dialog-container';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a dialog with specific attributes.\n * @param options Options for filtering which dialog instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with<T extends MatDialogHarness>(\n this: ComponentHarnessConstructor<T>,\n options: DialogHarnessFilters = {},\n ): HarnessPredicate<T> {\n return new HarnessPredicate(this, options);\n }\n\n protected _title = this.locatorForOptional(MatDialogSection.TITLE);\n protected _content = this.locatorForOptional(MatDialogSection.CONTENT);\n protected _actions = this.locatorForOptional(MatDialogSection.ACTIONS);\n\n /** Gets the id of the dialog. */\n async getId(): Promise<string | null> {\n const id = await (await this.host()).getAttribute('id');\n // In case no id has been specified, the \"id\" property always returns\n // an empty string. To make this method more explicit, we return null.\n return id !== '' ? id : null;\n }\n\n /** Gets the role of the dialog. */\n async getRole(): Promise<DialogRole | null> {\n return (await this.host()).getAttribute('role') as Promise<DialogRole | null>;\n }\n\n /** Gets the value of the dialog's \"aria-label\" attribute. */\n async getAriaLabel(): Promise<string | null> {\n return (await this.host()).getAttribute('aria-label');\n }\n\n /** Gets the value of the dialog's \"aria-labelledby\" attribute. */\n async getAriaLabelledby(): Promise<string | null> {\n return (await this.host()).getAttribute('aria-labelledby');\n }\n\n /** Gets the value of the dialog's \"aria-describedby\" attribute. */\n async getAriaDescribedby(): Promise<string | null> {\n return (await this.host()).getAttribute('aria-describedby');\n }\n\n /**\n * Closes the dialog by pressing escape.\n *\n * Note: this method does nothing if `disableClose` has been set to `true` for the dialog.\n */\n async close(): Promise<void> {\n await (await this.host()).sendKeys(TestKey.ESCAPE);\n }\n\n /** Gets the dialog's text. */\n async getText() {\n return (await this.host()).text();\n }\n\n /** Gets the dialog's title text. This only works if the dialog is using mat-dialog-title. */\n async getTitleText() {\n return (await this._title())?.text() ?? '';\n }\n\n /** Gets the dialog's content text. This only works if the dialog is using mat-dialog-content. */\n async getContentText() {\n return (await this._content())?.text() ?? '';\n }\n\n /** Gets the dialog's actions text. This only works if the dialog is using mat-dialog-actions. */\n async getActionsText() {\n return (await this._actions())?.text() ?? '';\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ComponentType} from '@angular/cdk/overlay';\nimport {\n ChangeDetectionStrategy,\n Component,\n NgModule,\n NgZone,\n OnDestroy,\n ViewEncapsulation,\n inject,\n} from '@angular/core';\nimport {MatDialog, MatDialogConfig, MatDialogModule, MatDialogRef} from '../../dialog';\nimport {Subscription} from 'rxjs';\nimport {AnimationsConfig, MATERIAL_ANIMATIONS} from '@angular/material/core';\n\n/** Test component that immediately opens a dialog when bootstrapped. */\n@Component({\n selector: 'mat-test-dialog-opener',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class MatTestDialogOpener<T = unknown, R = unknown> implements OnDestroy {\n dialog = inject(MatDialog);\n\n /** Component that should be opened with the MatDialog `open` method. */\n protected static component: ComponentType<unknown> | undefined;\n\n /** Config that should be provided to the MatDialog `open` method. */\n protected static config: MatDialogConfig | undefined;\n\n /** MatDialogRef returned from the MatDialog `open` method. */\n dialogRef: MatDialogRef<T, R>;\n\n /** Data passed to the `MatDialog` close method. */\n closedResult: R | undefined;\n\n private readonly _afterClosedSubscription: Subscription;\n\n private readonly _ngZone = inject(NgZone);\n\n /** Static method that prepares this class to open the provided component. */\n static withComponent<T = unknown, R = unknown>(\n component: ComponentType<T>,\n config?: MatDialogConfig,\n ) {\n MatTestDialogOpener.component = component;\n MatTestDialogOpener.config = config;\n return MatTestDialogOpener as ComponentType<MatTestDialogOpener<T, R>>;\n }\n\n constructor(...args: unknown[]);\n\n constructor() {\n if (!MatTestDialogOpener.component) {\n throw new Error(`MatTestDialogOpener does not have a component provided.`);\n }\n\n this.dialogRef = this._ngZone.run(() => {\n const config = {...(MatTestDialogOpener.config || {})};\n config.enterAnimationDuration = 0;\n config.exitAnimationDuration = 0;\n return this.dialog.open<T, R>(MatTestDialogOpener.component as ComponentType<T>, config);\n });\n this._afterClosedSubscription = this.dialogRef.afterClosed().subscribe(result => {\n this.closedResult = result;\n });\n }\n\n ngOnDestroy() {\n this._afterClosedSubscription.unsubscribe();\n MatTestDialogOpener.component = undefined;\n MatTestDialogOpener.config = undefined;\n }\n}\n\n@NgModule({\n imports: [MatDialogModule, MatTestDialogOpener],\n providers: [\n {\n provide: MATERIAL_ANIMATIONS,\n useValue: {\n animationsDisabled: true,\n } as AnimationsConfig,\n },\n ],\n})\nexport class MatTestDialogOpenerModule {}\n"],"names":[],"mappings":"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"}