@angular/material 20.0.0-next.0 → 20.0.0-next.2

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 (368) hide show
  1. package/autocomplete/_autocomplete-theme.scss +4 -4
  2. package/autocomplete/index.d.ts +96 -126
  3. package/autocomplete/testing/index.d.ts +6 -11
  4. package/badge/_badge-theme.scss +5 -5
  5. package/badge/index.d.ts +8 -112
  6. package/badge/testing/index.d.ts +7 -8
  7. package/badge.d-49a8a74b.d.ts +98 -0
  8. package/bottom-sheet/_bottom-sheet-theme.scss +3 -3
  9. package/bottom-sheet/index.d.ts +88 -103
  10. package/bottom-sheet/testing/index.d.ts +4 -6
  11. package/button/_button-theme.scss +84 -32
  12. package/button/_fab-theme.scss +13 -13
  13. package/button/_icon-button-theme.scss +5 -5
  14. package/button/index.d.ts +10 -245
  15. package/button/testing/index.d.ts +13 -10
  16. package/button-toggle/_button-toggle-theme.scss +8 -8
  17. package/button-toggle/index.d.ts +12 -285
  18. package/button-toggle/testing/index.d.ts +38 -37
  19. package/button-toggle.d-edc8acff.d.ts +257 -0
  20. package/card/_card-theme.scss +12 -12
  21. package/card/index.d.ts +80 -117
  22. package/card/testing/index.d.ts +11 -15
  23. package/checkbox/_checkbox-theme.scss +10 -10
  24. package/checkbox/index.d.ts +43 -104
  25. package/checkbox/testing/index.d.ts +6 -10
  26. package/chips/_chips-theme.scss +14 -14
  27. package/chips/index.d.ts +599 -693
  28. package/chips/testing/index.d.ts +78 -93
  29. package/common-module.d-0e6515ae.d.ts +43 -0
  30. package/core/_core-theme.scss +2 -2
  31. package/core/index.d.ts +50 -979
  32. package/core/option/_optgroup-theme.scss +2 -2
  33. package/core/option/_option-theme.scss +4 -4
  34. package/core/ripple/_ripple-theme.scss +3 -3
  35. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +4 -4
  36. package/core/testing/index.d.ts +3 -65
  37. package/core/theming/_color-api-backwards-compatibility.scss +19 -8
  38. package/core/tokens/_density.scss +3 -0
  39. package/core/tokens/_token-definition.scss +1 -2
  40. package/core/tokens/_token-utils.scss +20 -5
  41. package/core/tokens/m2/_index.scss +2 -0
  42. package/core/tokens/m2/mat/_tonal-button.scss +110 -0
  43. package/core/tokens/m3/_index.scss +2 -0
  44. package/core/tokens/m3/definitions/_index.scss +1 -1
  45. package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
  46. package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
  47. package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
  48. package/core/tokens/m3/mat/_tonal-button.scss +101 -0
  49. package/date-adapter.d-c6835d41.d.ts +267 -0
  50. package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
  51. package/datepicker/_datepicker-theme.scss +8 -7
  52. package/datepicker/index.d.ts +1332 -1482
  53. package/datepicker/testing/index.d.ts +5 -287
  54. package/dialog/_dialog-theme.scss +6 -6
  55. package/dialog/index.d.ts +59 -453
  56. package/dialog/testing/index.d.ts +22 -26
  57. package/dialog.d-57867441.d.ts +335 -0
  58. package/divider/_divider-theme.scss +2 -2
  59. package/divider/index.d.ts +6 -11
  60. package/divider/testing/index.d.ts +2 -16
  61. package/divider-harness.d-d34fede4.d.ts +14 -0
  62. package/error-options.d-448d9046.d.ts +17 -0
  63. package/expansion/_expansion-theme.scss +4 -4
  64. package/expansion/index.d.ts +139 -190
  65. package/expansion/testing/index.d.ts +25 -31
  66. package/fesm2022/autocomplete/testing.mjs +2 -1
  67. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  68. package/fesm2022/autocomplete.mjs +56 -32
  69. package/fesm2022/autocomplete.mjs.map +1 -1
  70. package/fesm2022/badge/testing.mjs.map +1 -1
  71. package/fesm2022/badge.mjs +14 -17
  72. package/fesm2022/badge.mjs.map +1 -1
  73. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  74. package/fesm2022/bottom-sheet.mjs +13 -15
  75. package/fesm2022/bottom-sheet.mjs.map +1 -1
  76. package/fesm2022/button/testing.mjs +34 -15
  77. package/fesm2022/button/testing.mjs.map +1 -1
  78. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  79. package/fesm2022/button-toggle.mjs +22 -15
  80. package/fesm2022/button-toggle.mjs.map +1 -1
  81. package/fesm2022/button.mjs +14 -395
  82. package/fesm2022/button.mjs.map +1 -1
  83. package/fesm2022/card/testing.mjs.map +1 -1
  84. package/fesm2022/card.mjs +49 -51
  85. package/fesm2022/card.mjs.map +1 -1
  86. package/fesm2022/checkbox/testing.mjs.map +1 -1
  87. package/fesm2022/checkbox.mjs +32 -73
  88. package/fesm2022/checkbox.mjs.map +1 -1
  89. package/fesm2022/chips/testing.mjs.map +1 -1
  90. package/fesm2022/chips.mjs +51 -46
  91. package/fesm2022/chips.mjs.map +1 -1
  92. package/fesm2022/common-module-2d64df09.mjs +42 -0
  93. package/fesm2022/common-module-2d64df09.mjs.map +1 -0
  94. package/fesm2022/core/testing.mjs +3 -76
  95. package/fesm2022/core/testing.mjs.map +1 -1
  96. package/fesm2022/core.mjs +38 -1598
  97. package/fesm2022/core.mjs.map +1 -1
  98. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  99. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  100. package/fesm2022/date-range-input-harness-de70be6a.mjs +467 -0
  101. package/fesm2022/date-range-input-harness-de70be6a.mjs.map +1 -0
  102. package/fesm2022/datepicker/testing.mjs +5 -465
  103. package/fesm2022/datepicker/testing.mjs.map +1 -1
  104. package/fesm2022/datepicker.mjs +162 -131
  105. package/fesm2022/datepicker.mjs.map +1 -1
  106. package/fesm2022/dialog/testing.mjs +12 -1
  107. package/fesm2022/dialog/testing.mjs.map +1 -1
  108. package/fesm2022/dialog.mjs +14 -895
  109. package/fesm2022/dialog.mjs.map +1 -1
  110. package/fesm2022/divider/testing.mjs +2 -17
  111. package/fesm2022/divider/testing.mjs.map +1 -1
  112. package/fesm2022/divider-harness-8099453f.mjs +18 -0
  113. package/fesm2022/divider-harness-8099453f.mjs.map +1 -0
  114. package/fesm2022/divider.mjs +10 -12
  115. package/fesm2022/divider.mjs.map +1 -1
  116. package/fesm2022/error-options-4a00765e.mjs +29 -0
  117. package/fesm2022/error-options-4a00765e.mjs.map +1 -0
  118. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  119. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  120. package/fesm2022/expansion/testing.mjs.map +1 -1
  121. package/fesm2022/expansion.mjs +30 -32
  122. package/fesm2022/expansion.mjs.map +1 -1
  123. package/fesm2022/form-field/testing/control.mjs +2 -10
  124. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  125. package/fesm2022/form-field/testing.mjs +7 -6
  126. package/fesm2022/form-field/testing.mjs.map +1 -1
  127. package/fesm2022/form-field-6d755764.mjs +1076 -0
  128. package/fesm2022/form-field-6d755764.mjs.map +1 -0
  129. package/fesm2022/form-field-control-harness-efefd4cf.mjs +11 -0
  130. package/fesm2022/form-field-control-harness-efefd4cf.mjs.map +1 -0
  131. package/fesm2022/form-field.mjs +14 -1110
  132. package/fesm2022/form-field.mjs.map +1 -1
  133. package/fesm2022/grid-list/testing.mjs +1 -1
  134. package/fesm2022/grid-list/testing.mjs.map +1 -1
  135. package/fesm2022/grid-list.mjs +30 -173
  136. package/fesm2022/grid-list.mjs.map +1 -1
  137. package/fesm2022/icon/testing.mjs +12 -12
  138. package/fesm2022/icon/testing.mjs.map +1 -1
  139. package/fesm2022/icon-button-0850d958.mjs +211 -0
  140. package/fesm2022/icon-button-0850d958.mjs.map +1 -0
  141. package/fesm2022/icon-module-3f77a24d.mjs +395 -0
  142. package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
  143. package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
  144. package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
  145. package/fesm2022/icon.mjs +11 -1016
  146. package/fesm2022/icon.mjs.map +1 -1
  147. package/fesm2022/index-1763d3a6.mjs +22 -0
  148. package/fesm2022/index-1763d3a6.mjs.map +1 -0
  149. package/fesm2022/index-4bc1d6d3.mjs +20 -0
  150. package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
  151. package/fesm2022/input/testing.mjs +5 -113
  152. package/fesm2022/input/testing.mjs.map +1 -1
  153. package/fesm2022/input-harness-e68bb132.mjs +115 -0
  154. package/fesm2022/input-harness-e68bb132.mjs.map +1 -0
  155. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  156. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  157. package/fesm2022/input.mjs +21 -23
  158. package/fesm2022/input.mjs.map +1 -1
  159. package/fesm2022/internal-form-field-434c4039.mjs +27 -0
  160. package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
  161. package/fesm2022/line-d6afe347.mjs +59 -0
  162. package/fesm2022/line-d6afe347.mjs.map +1 -0
  163. package/fesm2022/list/testing.mjs +2 -2
  164. package/fesm2022/list/testing.mjs.map +1 -1
  165. package/fesm2022/list.mjs +59 -56
  166. package/fesm2022/list.mjs.map +1 -1
  167. package/fesm2022/menu/testing.mjs.map +1 -1
  168. package/fesm2022/menu.mjs +37 -25
  169. package/fesm2022/menu.mjs.map +1 -1
  170. package/fesm2022/module-1c16a0a9.mjs +1293 -0
  171. package/fesm2022/module-1c16a0a9.mjs.map +1 -0
  172. package/fesm2022/module-47e3be58.mjs +970 -0
  173. package/fesm2022/module-47e3be58.mjs.map +1 -0
  174. package/fesm2022/module-a5f9ab72.mjs +875 -0
  175. package/fesm2022/module-a5f9ab72.mjs.map +1 -0
  176. package/fesm2022/module-cf951a02.mjs +214 -0
  177. package/fesm2022/module-cf951a02.mjs.map +1 -0
  178. package/fesm2022/module-d757bba0.mjs +38 -0
  179. package/fesm2022/module-d757bba0.mjs.map +1 -0
  180. package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
  181. package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
  182. package/fesm2022/option-07c3c660.mjs +348 -0
  183. package/fesm2022/option-07c3c660.mjs.map +1 -0
  184. package/fesm2022/option-harness-3b7c1106.mjs +46 -0
  185. package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
  186. package/fesm2022/paginator/testing.mjs +4 -1
  187. package/fesm2022/paginator/testing.mjs.map +1 -1
  188. package/fesm2022/paginator.mjs +52 -22
  189. package/fesm2022/paginator.mjs.map +1 -1
  190. package/fesm2022/progress-bar/testing.mjs +0 -4
  191. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  192. package/fesm2022/progress-bar.mjs +15 -13
  193. package/fesm2022/progress-bar.mjs.map +1 -1
  194. package/fesm2022/progress-spinner/testing.mjs +0 -4
  195. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  196. package/fesm2022/progress-spinner.mjs +15 -13
  197. package/fesm2022/progress-spinner.mjs.map +1 -1
  198. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
  199. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
  200. package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
  201. package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
  202. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  203. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  204. package/fesm2022/radio/testing.mjs.map +1 -1
  205. package/fesm2022/radio.mjs +23 -15
  206. package/fesm2022/radio.mjs.map +1 -1
  207. package/fesm2022/ripple-9939d1f5.mjs +639 -0
  208. package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
  209. package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
  210. package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
  211. package/fesm2022/select/testing.mjs +5 -121
  212. package/fesm2022/select/testing.mjs.map +1 -1
  213. package/fesm2022/select-harness-69d47123.mjs +123 -0
  214. package/fesm2022/select-harness-69d47123.mjs.map +1 -0
  215. package/fesm2022/select.mjs +30 -1311
  216. package/fesm2022/select.mjs.map +1 -1
  217. package/fesm2022/sidenav/testing.mjs +1 -1
  218. package/fesm2022/sidenav/testing.mjs.map +1 -1
  219. package/fesm2022/sidenav.mjs +31 -31
  220. package/fesm2022/sidenav.mjs.map +1 -1
  221. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  222. package/fesm2022/slide-toggle.mjs +27 -75
  223. package/fesm2022/slide-toggle.mjs.map +1 -1
  224. package/fesm2022/slider/testing.mjs.map +1 -1
  225. package/fesm2022/slider.mjs +27 -23
  226. package/fesm2022/slider.mjs.map +1 -1
  227. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  228. package/fesm2022/snack-bar.mjs +38 -30
  229. package/fesm2022/snack-bar.mjs.map +1 -1
  230. package/fesm2022/sort/testing.mjs.map +1 -1
  231. package/fesm2022/sort.mjs +26 -20
  232. package/fesm2022/sort.mjs.map +1 -1
  233. package/fesm2022/stepper/testing.mjs.map +1 -1
  234. package/fesm2022/stepper.mjs +52 -39
  235. package/fesm2022/stepper.mjs.map +1 -1
  236. package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
  237. package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
  238. package/fesm2022/table/testing.mjs.map +1 -1
  239. package/fesm2022/table.mjs +58 -60
  240. package/fesm2022/table.mjs.map +1 -1
  241. package/fesm2022/tabs/testing.mjs.map +1 -1
  242. package/fesm2022/tabs.mjs +54 -58
  243. package/fesm2022/tabs.mjs.map +1 -1
  244. package/fesm2022/timepicker/testing.mjs +1 -1
  245. package/fesm2022/timepicker/testing.mjs.map +1 -1
  246. package/fesm2022/timepicker.mjs +37 -26
  247. package/fesm2022/timepicker.mjs.map +1 -1
  248. package/fesm2022/toolbar/testing.mjs.map +1 -1
  249. package/fesm2022/toolbar.mjs +13 -15
  250. package/fesm2022/toolbar.mjs.map +1 -1
  251. package/fesm2022/tooltip/testing.mjs.map +1 -1
  252. package/fesm2022/tooltip.mjs +15 -960
  253. package/fesm2022/tooltip.mjs.map +1 -1
  254. package/fesm2022/tree/testing.mjs.map +1 -1
  255. package/fesm2022/tree.mjs +28 -30
  256. package/fesm2022/tree.mjs.map +1 -1
  257. package/form-field/_form-field-theme.scss +16 -16
  258. package/form-field/index.d.ts +16 -508
  259. package/form-field/testing/control/index.d.ts +2 -10
  260. package/form-field/testing/index.d.ts +19 -24
  261. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  262. package/form-field-control.d-eb86711c.d.ts +62 -0
  263. package/form-field.d-2edbc094.d.ts +367 -0
  264. package/grid-list/_grid-list-theme.scss +1 -1
  265. package/grid-list/index.d.ts +128 -152
  266. package/grid-list/testing/index.d.ts +39 -44
  267. package/icon/_icon-theme.scss +2 -2
  268. package/icon/index.d.ts +9 -470
  269. package/icon/testing/index.d.ts +41 -44
  270. package/icon-module.d-aa3bbba0.d.ts +167 -0
  271. package/icon-registry.d-1dffe9de.d.ts +286 -0
  272. package/index.d-0536b706.d.ts +11 -0
  273. package/index.d-37e31cd3.d.ts +13 -0
  274. package/index.d.ts +2 -3
  275. package/input/index.d.ts +33 -62
  276. package/input/testing/index.d.ts +13 -71
  277. package/input-harness.d-4eecd1d3.d.ts +60 -0
  278. package/line.d-570a2537.d.ts +25 -0
  279. package/list/_list-theme.scss +15 -15
  280. package/list/index.d.ts +155 -244
  281. package/list/testing/index.d.ts +158 -180
  282. package/list-option-types.d-8739f903.d.ts +15 -0
  283. package/menu/_menu-theme.scss +3 -3
  284. package/menu/index.d.ts +183 -231
  285. package/menu/testing/index.d.ts +17 -23
  286. package/module.d-74a721b9.d.ts +326 -0
  287. package/module.d-792a497c.d.ts +213 -0
  288. package/module.d-ba05faa6.d.ts +448 -0
  289. package/module.d-c17c834e.d.ts +18 -0
  290. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  291. package/option-harness.d-3d33fc9a.d.ts +34 -0
  292. package/option-parent.d-559ad5c5.d.ts +19 -0
  293. package/option.d-6f493d78.d.ts +146 -0
  294. package/package.json +2 -2
  295. package/paginator/_paginator-theme.scss +3 -3
  296. package/paginator/index.d.ts +31 -216
  297. package/paginator/testing/index.d.ts +14 -15
  298. package/paginator.d-40b1766e.d.ts +199 -0
  299. package/palette.d-ec4a617c.d.ts +4 -0
  300. package/prebuilt-themes/deeppurple-amber.css +1 -1
  301. package/prebuilt-themes/indigo-pink.css +1 -1
  302. package/prebuilt-themes/pink-bluegrey.css +1 -1
  303. package/prebuilt-themes/purple-green.css +1 -1
  304. package/progress-bar/_progress-bar-theme.scss +2 -2
  305. package/progress-bar/index.d.ts +40 -59
  306. package/progress-bar/testing/index.d.ts +7 -10
  307. package/progress-spinner/_progress-spinner-theme.scss +4 -4
  308. package/progress-spinner/index.d.ts +8 -110
  309. package/progress-spinner/testing/index.d.ts +10 -11
  310. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  311. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  312. package/radio/_radio-theme.scss +12 -12
  313. package/radio/index.d.ts +151 -170
  314. package/radio/testing/index.d.ts +61 -67
  315. package/ripple-loader.d-8aac2988.d.ts +48 -0
  316. package/ripple.d-2fb57d04.d.ts +255 -0
  317. package/schematics/ng-add/index.js +1 -1
  318. package/schematics/ng-add/index.mjs +1 -1
  319. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
  320. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
  321. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
  322. package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
  323. package/schematics/ng-generate/theme-color/schema.json +10 -0
  324. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
  325. package/schematics/ng-update/index_bundled.js +31 -31
  326. package/select/_select-theme.scss +6 -6
  327. package/select/index.d.ts +25 -505
  328. package/select/testing/index.d.ts +5 -67
  329. package/select-harness.d-7441a7ac.d.ts +63 -0
  330. package/sidenav/_sidenav-theme.scss +2 -2
  331. package/sidenav/index.d.ts +49 -92
  332. package/sidenav/testing/index.d.ts +58 -63
  333. package/slide-toggle/_slide-toggle-theme.scss +10 -10
  334. package/slide-toggle/index.d.ts +39 -110
  335. package/slide-toggle/testing/index.d.ts +17 -21
  336. package/slider/_slider-theme.scss +10 -10
  337. package/slider/index.d.ts +281 -328
  338. package/slider/testing/index.d.ts +42 -47
  339. package/snack-bar/_snack-bar-theme.scss +4 -4
  340. package/snack-bar/index.d.ts +152 -185
  341. package/snack-bar/testing/index.d.ts +7 -9
  342. package/sort/_sort-theme.scss +3 -3
  343. package/sort/index.d.ts +61 -169
  344. package/sort/testing/index.d.ts +22 -25
  345. package/sort-direction.d-f4ce4649.d.ts +3 -0
  346. package/sort.d-c2b79a45.d.ts +87 -0
  347. package/stepper/_stepper-theme.scss +5 -5
  348. package/stepper/index.d.ts +115 -167
  349. package/stepper/testing/index.d.ts +43 -52
  350. package/table/_table-theme.scss +4 -4
  351. package/table/index.d.ts +97 -156
  352. package/table/testing/index.d.ts +64 -78
  353. package/tabs/_tabs-theme.scss +16 -16
  354. package/tabs/index.d.ts +309 -383
  355. package/tabs/testing/index.d.ts +67 -76
  356. package/timepicker/_timepicker-theme.scss +4 -4
  357. package/timepicker/index.d.ts +127 -160
  358. package/timepicker/testing/index.d.ts +20 -26
  359. package/toolbar/_toolbar-theme.scss +4 -4
  360. package/toolbar/index.d.ts +15 -26
  361. package/toolbar/testing/index.d.ts +13 -16
  362. package/tooltip/_tooltip-theme.scss +4 -4
  363. package/tooltip/index.d.ts +11 -355
  364. package/tooltip/testing/index.d.ts +7 -10
  365. package/tree/_tree-theme.scss +3 -3
  366. package/tree/index.d.ts +117 -163
  367. package/tree/testing/index.d.ts +52 -58
  368. /package/core/tokens/m3/definitions/{unused/_md-comp-filled-tonal-button.scss → _md-comp-filled-tonal-button.scss} +0 -0
package/core/index.d.ts CHANGED
@@ -1,340 +1,57 @@
1
- import { AbstractControl } from '@angular/forms';
2
- import { AfterViewChecked } from '@angular/core';
3
- import { ChangeDetectorRef } from '@angular/core';
4
- import { ElementRef } from '@angular/core';
5
- import { EventEmitter } from '@angular/core';
6
- import { FocusableOption } from '@angular/cdk/a11y';
7
- import { FocusOrigin } from '@angular/cdk/a11y';
8
- import { FormGroupDirective } from '@angular/forms';
9
1
  import * as i0 from '@angular/core';
10
- import * as i1 from '@angular/cdk/bidi';
11
- import { InjectionToken } from '@angular/core';
12
- import { Injector } from '@angular/core';
13
- import { NgControl } from '@angular/forms';
14
- import { NgForm } from '@angular/forms';
15
- import { NgZone } from '@angular/core';
16
- import { Observable } from 'rxjs';
17
- import { OnDestroy } from '@angular/core';
18
- import { OnInit } from '@angular/core';
19
- import { Platform } from '@angular/cdk/platform';
20
- import { Provider } from '@angular/core';
21
- import { QueryList } from '@angular/core';
22
- import { Signal } from '@angular/core';
2
+ import { Version, InjectionToken, Provider } from '@angular/core';
3
+ export { G as GranularSanityChecks, a as MATERIAL_SANITY_CHECKS, M as MatCommonModule, S as SanityChecks } from '../common-module.d-0e6515ae.js';
4
+ export { T as ThemePalette } from '../palette.d-ec4a617c.js';
5
+ import { NgControl, FormGroupDirective, NgForm } from '@angular/forms';
23
6
  import { Subject } from 'rxjs';
24
- import { Version } from '@angular/core';
7
+ import { E as ErrorStateMatcher$1 } from '../error-options.d-448d9046.js';
8
+ export { E as ErrorStateMatcher, S as ShowOnDirtyErrorStateMatcher } from '../error-options.d-448d9046.js';
9
+ export { M as MatLine, a as MatLineModule, s as setLines } from '../line.d-570a2537.js';
10
+ export { M as MatOptionModule } from '../index.d-37e31cd3.js';
11
+ export { M as MatRippleLoader } from '../ripple-loader.d-8aac2988.js';
12
+ export { M as MatRippleModule } from '../index.d-0536b706.js';
13
+ export { b as MatPseudoCheckbox, M as MatPseudoCheckboxModule, a as MatPseudoCheckboxState } from '../pseudo-checkbox-module.d-3abc0461.js';
14
+ import { D as DateAdapter } from '../date-adapter.d-c6835d41.js';
15
+ export { D as DateAdapter, M as MAT_DATE_LOCALE, a as MAT_DATE_LOCALE_FACTORY } from '../date-adapter.d-c6835d41.js';
16
+ export { d as MAT_OPTGROUP, a as MatOptgroup, M as MatOption, b as MatOptionSelectionChange, _ as _countGroupLabelsBeforeOption, c as _getOptionScrollPosition } from '../option.d-6f493d78.js';
17
+ export { a as MAT_OPTION_PARENT_COMPONENT, M as MatOptionParentComponent } from '../option-parent.d-559ad5c5.js';
18
+ export { c as MAT_RIPPLE_GLOBAL_OPTIONS, M as MatRipple, g as RippleAnimationConfig, f as RippleConfig, b as RippleGlobalOptions, h as RippleRef, R as RippleRenderer, e as RippleState, a as RippleTarget, d as defaultRippleAnimationConfig } from '../ripple.d-2fb57d04.js';
19
+ import '@angular/cdk/bidi';
20
+ import '@angular/cdk/a11y';
21
+ import '@angular/cdk/platform';
25
22
 
23
+ /** Current version of Angular Material. */
24
+ declare const VERSION: Version;
26
25
 
27
26
  /**
28
27
  * @deprecated No longer used, will be removed.
29
28
  * @breaking-change 21.0.0
30
29
  * @docs-private
31
30
  */
32
- export declare class AnimationCurves {
31
+ declare class AnimationCurves {
33
32
  static STANDARD_CURVE: string;
34
33
  static DECELERATION_CURVE: string;
35
34
  static ACCELERATION_CURVE: string;
36
35
  static SHARP_CURVE: string;
37
36
  }
38
-
39
37
  /**
40
38
  * @deprecated No longer used, will be removed.
41
39
  * @breaking-change 21.0.0
42
40
  * @docs-private
43
41
  */
44
- export declare class AnimationDurations {
42
+ declare class AnimationDurations {
45
43
  static COMPLEX: string;
46
44
  static ENTERING: string;
47
45
  static EXITING: string;
48
46
  }
49
47
 
50
- /**
51
- * Counts the amount of option group labels that precede the specified option.
52
- * @param optionIndex Index of the option at which to start counting.
53
- * @param options Flat list of all of the options.
54
- * @param optionGroups Flat list of all of the option groups.
55
- * @docs-private
56
- */
57
- export declare function _countGroupLabelsBeforeOption(optionIndex: number, options: QueryList<MatOption>, optionGroups: QueryList<MatOptgroup>): number;
58
-
59
- /** Adapts type `D` to be usable as a date by cdk-based components that work with dates. */
60
- export declare abstract class DateAdapter<D, L = any> {
61
- /** The locale to use for all dates. */
62
- protected locale: L;
63
- protected readonly _localeChanges: Subject<void>;
64
- /** A stream that emits when the locale changes. */
65
- readonly localeChanges: Observable<void>;
66
- /**
67
- * Gets the year component of the given date.
68
- * @param date The date to extract the year from.
69
- * @returns The year component.
70
- */
71
- abstract getYear(date: D): number;
72
- /**
73
- * Gets the month component of the given date.
74
- * @param date The date to extract the month from.
75
- * @returns The month component (0-indexed, 0 = January).
76
- */
77
- abstract getMonth(date: D): number;
78
- /**
79
- * Gets the date of the month component of the given date.
80
- * @param date The date to extract the date of the month from.
81
- * @returns The month component (1-indexed, 1 = first of month).
82
- */
83
- abstract getDate(date: D): number;
84
- /**
85
- * Gets the day of the week component of the given date.
86
- * @param date The date to extract the day of the week from.
87
- * @returns The month component (0-indexed, 0 = Sunday).
88
- */
89
- abstract getDayOfWeek(date: D): number;
90
- /**
91
- * Gets a list of names for the months.
92
- * @param style The naming style (e.g. long = 'January', short = 'Jan', narrow = 'J').
93
- * @returns An ordered list of all month names, starting with January.
94
- */
95
- abstract getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
96
- /**
97
- * Gets a list of names for the dates of the month.
98
- * @returns An ordered list of all date of the month names, starting with '1'.
99
- */
100
- abstract getDateNames(): string[];
101
- /**
102
- * Gets a list of names for the days of the week.
103
- * @param style The naming style (e.g. long = 'Sunday', short = 'Sun', narrow = 'S').
104
- * @returns An ordered list of all weekday names, starting with Sunday.
105
- */
106
- abstract getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
107
- /**
108
- * Gets the name for the year of the given date.
109
- * @param date The date to get the year name for.
110
- * @returns The name of the given year (e.g. '2017').
111
- */
112
- abstract getYearName(date: D): string;
113
- /**
114
- * Gets the first day of the week.
115
- * @returns The first day of the week (0-indexed, 0 = Sunday).
116
- */
117
- abstract getFirstDayOfWeek(): number;
118
- /**
119
- * Gets the number of days in the month of the given date.
120
- * @param date The date whose month should be checked.
121
- * @returns The number of days in the month of the given date.
122
- */
123
- abstract getNumDaysInMonth(date: D): number;
124
- /**
125
- * Clones the given date.
126
- * @param date The date to clone
127
- * @returns A new date equal to the given date.
128
- */
129
- abstract clone(date: D): D;
130
- /**
131
- * Creates a date with the given year, month, and date. Does not allow over/under-flow of the
132
- * month and date.
133
- * @param year The full year of the date. (e.g. 89 means the year 89, not the year 1989).
134
- * @param month The month of the date (0-indexed, 0 = January). Must be an integer 0 - 11.
135
- * @param date The date of month of the date. Must be an integer 1 - length of the given month.
136
- * @returns The new date, or null if invalid.
137
- */
138
- abstract createDate(year: number, month: number, date: number): D;
139
- /**
140
- * Gets today's date.
141
- * @returns Today's date.
142
- */
143
- abstract today(): D;
144
- /**
145
- * Parses a date from a user-provided value.
146
- * @param value The value to parse.
147
- * @param parseFormat The expected format of the value being parsed
148
- * (type is implementation-dependent).
149
- * @returns The parsed date.
150
- */
151
- abstract parse(value: any, parseFormat: any): D | null;
152
- /**
153
- * Formats a date as a string according to the given format.
154
- * @param date The value to format.
155
- * @param displayFormat The format to use to display the date as a string.
156
- * @returns The formatted date string.
157
- */
158
- abstract format(date: D, displayFormat: any): string;
159
- /**
160
- * Adds the given number of years to the date. Years are counted as if flipping 12 pages on the
161
- * calendar for each year and then finding the closest date in the new month. For example when
162
- * adding 1 year to Feb 29, 2016, the resulting date will be Feb 28, 2017.
163
- * @param date The date to add years to.
164
- * @param years The number of years to add (may be negative).
165
- * @returns A new date equal to the given one with the specified number of years added.
166
- */
167
- abstract addCalendarYears(date: D, years: number): D;
168
- /**
169
- * Adds the given number of months to the date. Months are counted as if flipping a page on the
170
- * calendar for each month and then finding the closest date in the new month. For example when
171
- * adding 1 month to Jan 31, 2017, the resulting date will be Feb 28, 2017.
172
- * @param date The date to add months to.
173
- * @param months The number of months to add (may be negative).
174
- * @returns A new date equal to the given one with the specified number of months added.
175
- */
176
- abstract addCalendarMonths(date: D, months: number): D;
177
- /**
178
- * Adds the given number of days to the date. Days are counted as if moving one cell on the
179
- * calendar for each day.
180
- * @param date The date to add days to.
181
- * @param days The number of days to add (may be negative).
182
- * @returns A new date equal to the given one with the specified number of days added.
183
- */
184
- abstract addCalendarDays(date: D, days: number): D;
185
- /**
186
- * Gets the RFC 3339 compatible string (https://tools.ietf.org/html/rfc3339) for the given date.
187
- * This method is used to generate date strings that are compatible with native HTML attributes
188
- * such as the `min` or `max` attribute of an `<input>`.
189
- * @param date The date to get the ISO date string for.
190
- * @returns The ISO date string date string.
191
- */
192
- abstract toIso8601(date: D): string;
193
- /**
194
- * Checks whether the given object is considered a date instance by this DateAdapter.
195
- * @param obj The object to check
196
- * @returns Whether the object is a date instance.
197
- */
198
- abstract isDateInstance(obj: any): boolean;
199
- /**
200
- * Checks whether the given date is valid.
201
- * @param date The date to check.
202
- * @returns Whether the date is valid.
203
- */
204
- abstract isValid(date: D): boolean;
205
- /**
206
- * Gets date instance that is not valid.
207
- * @returns An invalid date.
208
- */
209
- abstract invalid(): D;
210
- /**
211
- * Sets the time of one date to the time of another.
212
- * @param target Date whose time will be set.
213
- * @param hours New hours to set on the date object.
214
- * @param minutes New minutes to set on the date object.
215
- * @param seconds New seconds to set on the date object.
216
- */
217
- setTime(target: D, hours: number, minutes: number, seconds: number): D;
218
- /**
219
- * Gets the hours component of the given date.
220
- * @param date The date to extract the hours from.
221
- */
222
- getHours(date: D): number;
223
- /**
224
- * Gets the minutes component of the given date.
225
- * @param date The date to extract the minutes from.
226
- */
227
- getMinutes(date: D): number;
228
- /**
229
- * Gets the seconds component of the given date.
230
- * @param date The date to extract the seconds from.
231
- */
232
- getSeconds(date: D): number;
233
- /**
234
- * Parses a date with a specific time from a user-provided value.
235
- * @param value The value to parse.
236
- * @param parseFormat The expected format of the value being parsed
237
- * (type is implementation-dependent).
238
- */
239
- parseTime(value: any, parseFormat: any): D | null;
240
- /**
241
- * Adds an amount of seconds to the specified date.
242
- * @param date Date to which to add the seconds.
243
- * @param amount Amount of seconds to add to the date.
244
- */
245
- addSeconds(date: D, amount: number): D;
246
- /**
247
- * Given a potential date object, returns that same date object if it is
248
- * a valid date, or `null` if it's not a valid date.
249
- * @param obj The object to check.
250
- * @returns A date or `null`.
251
- */
252
- getValidDateOrNull(obj: unknown): D | null;
253
- /**
254
- * Attempts to deserialize a value to a valid date object. This is different from parsing in that
255
- * deserialize should only accept non-ambiguous, locale-independent formats (e.g. a ISO 8601
256
- * string). The default implementation does not allow any deserialization, it simply checks that
257
- * the given value is already a valid date object or null. The `<mat-datepicker>` will call this
258
- * method on all of its `@Input()` properties that accept dates. It is therefore possible to
259
- * support passing values from your backend directly to these properties by overriding this method
260
- * to also deserialize the format used by your backend.
261
- * @param value The value to be deserialized into a date object.
262
- * @returns The deserialized date object, either a valid date, null if the value can be
263
- * deserialized into a null date (e.g. the empty string), or an invalid date.
264
- */
265
- deserialize(value: any): D | null;
266
- /**
267
- * Sets the locale used for all dates.
268
- * @param locale The new locale.
269
- */
270
- setLocale(locale: L): void;
271
- /**
272
- * Compares two dates.
273
- * @param first The first date to compare.
274
- * @param second The second date to compare.
275
- * @returns 0 if the dates are equal, a number less than 0 if the first date is earlier,
276
- * a number greater than 0 if the first date is later.
277
- */
278
- compareDate(first: D, second: D): number;
279
- /**
280
- * Compares the time values of two dates.
281
- * @param first First date to compare.
282
- * @param second Second date to compare.
283
- * @returns 0 if the times are equal, a number less than 0 if the first time is earlier,
284
- * a number greater than 0 if the first time is later.
285
- */
286
- compareTime(first: D, second: D): number;
287
- /**
288
- * Checks if two dates are equal.
289
- * @param first The first date to check.
290
- * @param second The second date to check.
291
- * @returns Whether the two dates are equal.
292
- * Null dates are considered equal to other null dates.
293
- */
294
- sameDate(first: D | null, second: D | null): boolean;
295
- /**
296
- * Checks if the times of two dates are equal.
297
- * @param first The first date to check.
298
- * @param second The second date to check.
299
- * @returns Whether the times of the two dates are equal.
300
- * Null dates are considered equal to other null dates.
301
- */
302
- sameTime(first: D | null, second: D | null): boolean;
303
- /**
304
- * Clamp the given date between min and max dates.
305
- * @param date The date to clamp.
306
- * @param min The minimum value to allow. If null or omitted no min is enforced.
307
- * @param max The maximum value to allow. If null or omitted no max is enforced.
308
- * @returns `min` if `date` is less than `min`, `max` if date is greater than `max`,
309
- * otherwise `date`.
310
- */
311
- clampDate(date: D, min?: D | null, max?: D | null): D;
312
- }
313
-
314
- /**
315
- * Default ripple animation configuration for ripples without an explicit
316
- * animation config specified.
317
- */
318
- export declare const defaultRippleAnimationConfig: {
319
- enterDuration: number;
320
- exitDuration: number;
321
- };
322
-
323
- /** Provider that defines how form controls behave with regards to displaying error messages. */
324
- export declare class ErrorStateMatcher {
325
- isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
326
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
327
- static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
48
+ interface ErrorStateMatcher extends ErrorStateMatcher$1 {
328
49
  }
329
-
330
- declare interface ErrorStateMatcher_2 extends ErrorStateMatcher {
331
- }
332
-
333
50
  /**
334
51
  * Class that tracks the error state of a component.
335
52
  * @docs-private
336
53
  */
337
- export declare class _ErrorStateTracker {
54
+ declare class _ErrorStateTracker {
338
55
  private _defaultMatcher;
339
56
  ngControl: NgControl | null;
340
57
  private _parentFormGroup;
@@ -343,136 +60,13 @@ export declare class _ErrorStateTracker {
343
60
  /** Whether the tracker is currently in an error state. */
344
61
  errorState: boolean;
345
62
  /** User-defined matcher for the error state. */
346
- matcher: ErrorStateMatcher_2;
347
- constructor(_defaultMatcher: ErrorStateMatcher_2 | null, ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges: Subject<void>);
63
+ matcher: ErrorStateMatcher;
64
+ constructor(_defaultMatcher: ErrorStateMatcher | null, ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges: Subject<void>);
348
65
  /** Updates the error state based on the provided error state matcher. */
349
66
  updateErrorState(): void;
350
67
  }
351
68
 
352
- /**
353
- * Determines the position to which to scroll a panel in order for an option to be into view.
354
- * @param optionOffset Offset of the option from the top of the panel.
355
- * @param optionHeight Height of the options.
356
- * @param currentScrollPosition Current scroll position of the panel.
357
- * @param panelHeight Height of the panel.
358
- * @docs-private
359
- */
360
- export declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
361
-
362
- /**
363
- * Object that can be used to configure the sanity checks granularly.
364
- * @deprecated No longer used and will be removed.
365
- * @breaking-change 21.0.0
366
- */
367
- export declare interface GranularSanityChecks {
368
- doctype: boolean;
369
- theme: boolean;
370
- version: boolean;
371
- }
372
-
373
- declare namespace i1_2 {
374
- export {
375
- MATERIAL_SANITY_CHECKS,
376
- SanityChecks,
377
- GranularSanityChecks,
378
- MatCommonModule
379
- }
380
- }
381
-
382
- declare namespace i1_3 {
383
- export {
384
- RippleRenderer,
385
- RippleTarget,
386
- defaultRippleAnimationConfig,
387
- MatRippleModule,
388
- RippleGlobalOptions,
389
- MAT_RIPPLE_GLOBAL_OPTIONS,
390
- MatRipple,
391
- RippleState,
392
- RippleConfig,
393
- RippleAnimationConfig,
394
- RippleRef
395
- }
396
- }
397
-
398
- declare namespace i2 {
399
- export {
400
- RippleGlobalOptions,
401
- MAT_RIPPLE_GLOBAL_OPTIONS,
402
- MatRipple
403
- }
404
- }
405
-
406
- declare namespace i2_2 {
407
- export {
408
- MatPseudoCheckboxState,
409
- MatPseudoCheckbox
410
- }
411
- }
412
-
413
- declare namespace i3 {
414
- export {
415
- MatPseudoCheckboxModule
416
- }
417
- }
418
-
419
- declare namespace i4 {
420
- export {
421
- _countGroupLabelsBeforeOption,
422
- _getOptionScrollPosition,
423
- MatOptionSelectionChange,
424
- MatOption
425
- }
426
- }
427
-
428
- declare namespace i5 {
429
- export {
430
- MAT_OPTGROUP,
431
- MatOptgroup
432
- }
433
- }
434
-
435
- export declare const MAT_DATE_FORMATS: InjectionToken<MatDateFormats>;
436
-
437
- /** InjectionToken for datepicker that can be used to override default locale code. */
438
- export declare const MAT_DATE_LOCALE: InjectionToken<{}>;
439
-
440
- /** @docs-private */
441
- export declare function MAT_DATE_LOCALE_FACTORY(): {};
442
-
443
- export declare const MAT_NATIVE_DATE_FORMATS: MatDateFormats;
444
-
445
- /**
446
- * Injection token that can be used to reference instances of `MatOptgroup`. It serves as
447
- * alternative token to the actual `MatOptgroup` class which could cause unnecessary
448
- * retention of the class and its component metadata.
449
- */
450
- export declare const MAT_OPTGROUP: InjectionToken<MatOptgroup>;
451
-
452
- /**
453
- * Injection token used to provide the parent component to options.
454
- */
455
- export declare const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponent>;
456
-
457
- /** Injection token that can be used to specify the global ripple options. */
458
- export declare const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken<RippleGlobalOptions>;
459
-
460
- /**
461
- * Module that captures anything that should be loaded and/or run for *all* Angular Material
462
- * components. This includes Bidi, etc.
463
- *
464
- * This module should be imported to each top-level component module (e.g., MatTabsModule).
465
- * @deprecated No longer used and will be removed.
466
- * @breaking-change 21.0.0
467
- */
468
- export declare class MatCommonModule {
469
- constructor(...args: any[]);
470
- static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonModule, never>;
471
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCommonModule, never, [typeof i1.BidiModule], [typeof i1.BidiModule]>;
472
- static ɵinj: i0.ɵɵInjectorDeclaration<MatCommonModule>;
473
- }
474
-
475
- export declare type MatDateFormats = {
69
+ type MatDateFormats = {
476
70
  parse: {
477
71
  dateInput: any;
478
72
  timeInput?: any;
@@ -487,358 +81,10 @@ export declare type MatDateFormats = {
487
81
  timeOptionLabel?: any;
488
82
  };
489
83
  };
490
-
491
- /**
492
- * Injection token that configures whether the Material sanity checks are enabled.
493
- * @deprecated No longer used and will be removed.
494
- * @breaking-change 21.0.0
495
- */
496
- export declare const MATERIAL_SANITY_CHECKS: InjectionToken<SanityChecks>;
497
-
498
- /**
499
- * Internal shared component used as a container in form field controls.
500
- * Not to be confused with `mat-form-field` which MDC calls a "text field".
501
- * @docs-private
502
- */
503
- export declare class _MatInternalFormField {
504
- /** Position of the label relative to the content. */
505
- labelPosition: 'before' | 'after';
506
- static ɵfac: i0.ɵɵFactoryDeclaration<_MatInternalFormField, never>;
507
- static ɵcmp: i0.ɵɵComponentDeclaration<_MatInternalFormField, "div[mat-internal-form-field]", never, { "labelPosition": { "alias": "labelPosition"; "required": true; }; }, {}, never, ["*"], true, never>;
508
- }
509
-
510
- /**
511
- * Shared directive to count lines inside a text area, such as a list item.
512
- * Line elements can be extracted with a @ContentChildren(MatLine) query, then
513
- * counted by checking the query list's length.
514
- */
515
- export declare class MatLine {
516
- static ɵfac: i0.ɵɵFactoryDeclaration<MatLine, never>;
517
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLine, "[mat-line], [matLine]", never, {}, {}, never, never, true, never>;
518
- }
519
-
520
- export declare class MatLineModule {
521
- static ɵfac: i0.ɵɵFactoryDeclaration<MatLineModule, never>;
522
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof i1_2.MatCommonModule, typeof MatLine], [typeof MatLine, typeof i1_2.MatCommonModule]>;
523
- static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
524
- }
525
-
526
- export declare class MatNativeDateModule {
527
- static ɵfac: i0.ɵɵFactoryDeclaration<MatNativeDateModule, never>;
528
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatNativeDateModule, never, never, never>;
529
- static ɵinj: i0.ɵɵInjectorDeclaration<MatNativeDateModule>;
530
- }
531
-
532
- /**
533
- * Component that is used to group instances of `mat-option`.
534
- */
535
- export declare class MatOptgroup {
536
- /** Label for the option group. */
537
- label: string;
538
- /** whether the option group is disabled. */
539
- disabled: boolean;
540
- /** Unique id for the underlying label. */
541
- _labelId: string;
542
- /** Whether the group is in inert a11y mode. */
543
- _inert: boolean;
544
- constructor(...args: unknown[]);
545
- static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup, never>;
546
- static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*", "mat-option, ng-container"], true, never>;
547
- static ngAcceptInputType_disabled: unknown;
548
- }
549
-
550
- /**
551
- * Single option inside of a `<mat-select>` element.
552
- */
553
- export declare class MatOption<T = any> implements FocusableOption, AfterViewChecked, OnDestroy {
554
- private _element;
555
- _changeDetectorRef: ChangeDetectorRef;
556
- private _parent;
557
- group: MatOptgroup | null;
558
- private _signalDisableRipple;
559
- private _selected;
560
- private _active;
561
- private _disabled;
562
- private _mostRecentViewValue;
563
- /** Whether the wrapping component is in multiple selection mode. */
564
- get multiple(): boolean | null | undefined;
565
- /** Whether or not the option is currently selected. */
566
- get selected(): boolean;
567
- /** The form value of the option. */
568
- value: T;
569
- /** The unique ID of the option. */
570
- id: string;
571
- /** Whether the option is disabled. */
572
- get disabled(): boolean;
573
- set disabled(value: boolean);
574
- /** Whether ripples for the option are disabled. */
575
- get disableRipple(): boolean;
576
- /** Whether to display checkmark for single-selection. */
577
- get hideSingleSelectionIndicator(): boolean;
578
- /** Event emitted when the option is selected or deselected. */
579
- readonly onSelectionChange: EventEmitter<MatOptionSelectionChange<T>>;
580
- /** Element containing the option's text. */
581
- _text: ElementRef<HTMLElement> | undefined;
582
- /** Emits when the state of the option changes and any parents have to be notified. */
583
- readonly _stateChanges: Subject<void>;
584
- constructor(...args: unknown[]);
585
- /**
586
- * Whether or not the option is currently active and ready to be selected.
587
- * An active option displays styles as if it is focused, but the
588
- * focus is actually retained somewhere else. This comes in handy
589
- * for components like autocomplete where focus must remain on the input.
590
- */
591
- get active(): boolean;
592
- /**
593
- * The displayed value of the option. It is necessary to show the selected option in the
594
- * select's trigger.
595
- */
596
- get viewValue(): string;
597
- /** Selects the option. */
598
- select(emitEvent?: boolean): void;
599
- /** Deselects the option. */
600
- deselect(emitEvent?: boolean): void;
601
- /** Sets focus onto this option. */
602
- focus(_origin?: FocusOrigin, options?: FocusOptions): void;
603
- /**
604
- * This method sets display styles on the option to make it appear
605
- * active. This is used by the ActiveDescendantKeyManager so key
606
- * events will display the proper options as active on arrow key events.
607
- */
608
- setActiveStyles(): void;
609
- /**
610
- * This method removes display styles on the option that made it appear
611
- * active. This is used by the ActiveDescendantKeyManager so key
612
- * events will display the proper options as active on arrow key events.
613
- */
614
- setInactiveStyles(): void;
615
- /** Gets the label to be used when determining whether the option should be focused. */
616
- getLabel(): string;
617
- /** Ensures the option is selected when activated from the keyboard. */
618
- _handleKeydown(event: KeyboardEvent): void;
619
- /**
620
- * `Selects the option while indicating the selection came from the user. Used to
621
- * determine if the select's view -> model callback should be invoked.`
622
- */
623
- _selectViaInteraction(): void;
624
- /** Returns the correct tabindex for the option depending on disabled state. */
625
- _getTabIndex(): string;
626
- /** Gets the host DOM element. */
627
- _getHostElement(): HTMLElement;
628
- ngAfterViewChecked(): void;
629
- ngOnDestroy(): void;
630
- /** Emits the selection change event. */
631
- private _emitSelectionChangeEvent;
632
- static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>, never>;
633
- static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["mat-icon", "*"], true, never>;
634
- static ngAcceptInputType_disabled: unknown;
635
- }
636
-
637
- export declare class MatOptionModule {
638
- static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
639
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, never, [typeof i1_3.MatRippleModule, typeof i1_2.MatCommonModule, typeof i3.MatPseudoCheckboxModule, typeof i4.MatOption, typeof i5.MatOptgroup], [typeof i4.MatOption, typeof i5.MatOptgroup]>;
640
- static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
641
- }
642
-
643
- /**
644
- * Describes a parent component that manages a list of options.
645
- * Contains properties that the options can inherit.
646
- * @docs-private
647
- */
648
- export declare interface MatOptionParentComponent {
649
- disableRipple?: boolean | Signal<boolean>;
650
- multiple?: boolean;
651
- inertGroups?: boolean;
652
- hideSingleSelectionIndicator?: boolean;
653
- }
654
-
655
- /** Event object emitted by MatOption when selected or deselected. */
656
- export declare class MatOptionSelectionChange<T = any> {
657
- /** Reference to the option that emitted the event. */
658
- source: MatOption<T>;
659
- /** Whether the change in the option's value was a result of a user action. */
660
- isUserInput: boolean;
661
- constructor(
662
- /** Reference to the option that emitted the event. */
663
- source: MatOption<T>,
664
- /** Whether the change in the option's value was a result of a user action. */
665
- isUserInput?: boolean);
666
- }
667
-
668
- /**
669
- * Component that shows a simplified checkbox without including any kind of "real" checkbox.
670
- * Meant to be used when the checkbox is purely decorative and a large number of them will be
671
- * included, such as for the options in a multi-select. Uses no SVGs or complex animations.
672
- * Note that theming is meant to be handled by the parent element, e.g.
673
- * `mat-primary .mat-pseudo-checkbox`.
674
- *
675
- * Note that this component will be completely invisible to screen-reader users. This is *not*
676
- * interchangeable with `<mat-checkbox>` and should *not* be used if the user would directly
677
- * interact with the checkbox. The pseudo-checkbox should only be used as an implementation detail
678
- * of more complex components that appropriately handle selected / checked state.
679
- * @docs-private
680
- */
681
- export declare class MatPseudoCheckbox {
682
- _animationMode?: "NoopAnimations" | "BrowserAnimations" | null | undefined;
683
- /** Display state of the checkbox. */
684
- state: MatPseudoCheckboxState;
685
- /** Whether the checkbox is disabled. */
686
- disabled: boolean;
687
- /**
688
- * Appearance of the pseudo checkbox. Default appearance of 'full' renders a checkmark/mixedmark
689
- * indicator inside a square box. 'minimal' appearance only renders the checkmark/mixedmark.
690
- */
691
- appearance: 'minimal' | 'full';
692
- constructor(...args: unknown[]);
693
- static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, never>;
694
- static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
695
- }
696
-
697
- export declare class MatPseudoCheckboxModule {
698
- static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
699
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof i1_2.MatCommonModule, typeof i2_2.MatPseudoCheckbox], [typeof i2_2.MatPseudoCheckbox]>;
700
- static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
701
- }
702
-
703
- /**
704
- * Possible states for a pseudo checkbox.
705
- * @docs-private
706
- */
707
- export declare type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
708
-
709
- export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
710
- private _elementRef;
711
- private _animationMode;
712
- /** Custom color for all ripples. */
713
- color: string;
714
- /** Whether the ripples should be visible outside the component's bounds. */
715
- unbounded: boolean;
716
- /**
717
- * Whether the ripple always originates from the center of the host element's bounds, rather
718
- * than originating from the location of the click event.
719
- */
720
- centered: boolean;
721
- /**
722
- * If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius
723
- * will be the distance from the center of the ripple to the furthest corner of the host element's
724
- * bounding rectangle.
725
- */
726
- radius: number;
727
- /**
728
- * Configuration for the ripple animation. Allows modifying the enter and exit animation
729
- * duration of the ripples. The animation durations will be overwritten if the
730
- * `NoopAnimationsModule` is being used.
731
- */
732
- animation: RippleAnimationConfig;
733
- /**
734
- * Whether click events will not trigger the ripple. Ripples can be still launched manually
735
- * by using the `launch()` method.
736
- */
737
- get disabled(): boolean;
738
- set disabled(value: boolean);
739
- private _disabled;
740
- /**
741
- * The element that triggers the ripple when click events are received.
742
- * Defaults to the directive's host element.
743
- */
744
- get trigger(): HTMLElement;
745
- set trigger(trigger: HTMLElement);
746
- private _trigger;
747
- /** Renderer for the ripple DOM manipulations. */
748
- private _rippleRenderer;
749
- /** Options that are set globally for all ripples. */
750
- private _globalOptions;
751
- /** @docs-private Whether ripple directive is initialized and the input bindings are set. */
752
- _isInitialized: boolean;
753
- constructor(...args: unknown[]);
754
- ngOnInit(): void;
755
- ngOnDestroy(): void;
756
- /** Fades out all currently showing ripple elements. */
757
- fadeOutAll(): void;
758
- /** Fades out all currently showing non-persistent ripple elements. */
759
- fadeOutAllNonPersistent(): void;
760
- /**
761
- * Ripple configuration from the directive's input values.
762
- * @docs-private Implemented as part of RippleTarget
763
- */
764
- get rippleConfig(): RippleConfig;
765
- /**
766
- * Whether ripples on pointer-down are disabled or not.
767
- * @docs-private Implemented as part of RippleTarget
768
- */
769
- get rippleDisabled(): boolean;
770
- /** Sets up the trigger event listeners if ripples are enabled. */
771
- private _setupTriggerEventsIfEnabled;
772
- /**
773
- * Launches a manual ripple using the specified ripple configuration.
774
- * @param config Configuration for the manual ripple.
775
- */
776
- launch(config: RippleConfig): RippleRef;
777
- /**
778
- * Launches a manual ripple at the specified coordinates relative to the viewport.
779
- * @param x Coordinate along the X axis at which to fade-in the ripple. Coordinate
780
- * should be relative to the viewport.
781
- * @param y Coordinate along the Y axis at which to fade-in the ripple. Coordinate
782
- * should be relative to the viewport.
783
- * @param config Optional ripple configuration for the manual ripple.
784
- */
785
- launch(x: number, y: number, config?: RippleConfig): RippleRef;
786
- static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, never>;
787
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": { "alias": "matRippleColor"; "required": false; }; "unbounded": { "alias": "matRippleUnbounded"; "required": false; }; "centered": { "alias": "matRippleCentered"; "required": false; }; "radius": { "alias": "matRippleRadius"; "required": false; }; "animation": { "alias": "matRippleAnimation"; "required": false; }; "disabled": { "alias": "matRippleDisabled"; "required": false; }; "trigger": { "alias": "matRippleTrigger"; "required": false; }; }, {}, never, never, true, never>;
788
- }
789
-
790
- /**
791
- * Handles attaching ripples on demand.
792
- *
793
- * This service allows us to avoid eagerly creating & attaching MatRipples.
794
- * It works by creating & attaching a ripple only when a component is first interacted with.
795
- *
796
- * @docs-private
797
- */
798
- export declare class MatRippleLoader implements OnDestroy {
799
- private _document;
800
- private _animationMode;
801
- private _globalRippleOptions;
802
- private _platform;
803
- private _ngZone;
804
- private _injector;
805
- private _eventCleanups;
806
- private _hosts;
807
- constructor();
808
- ngOnDestroy(): void;
809
- /**
810
- * Configures the ripple that will be rendered by the ripple loader.
811
- *
812
- * Stores the given information about how the ripple should be configured on the host
813
- * element so that it can later be retrived & used when the ripple is actually created.
814
- */
815
- configureRipple(host: HTMLElement, config: {
816
- className?: string;
817
- centered?: boolean;
818
- disabled?: boolean;
819
- }): void;
820
- /** Sets the disabled state on the ripple instance corresponding to the given host element. */
821
- setDisabled(host: HTMLElement, disabled: boolean): void;
822
- /**
823
- * Handles creating and attaching component internals
824
- * when a component is initially interacted with.
825
- */
826
- private _onInteraction;
827
- /** Creates a MatRipple and appends it to the given element. */
828
- private _createRipple;
829
- destroyRipple(host: HTMLElement): void;
830
- static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleLoader, never>;
831
- static ɵprov: i0.ɵɵInjectableDeclaration<MatRippleLoader>;
832
- }
833
-
834
- export declare class MatRippleModule {
835
- static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
836
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof i1_2.MatCommonModule, typeof i2.MatRipple], [typeof i2.MatRipple, typeof i1_2.MatCommonModule]>;
837
- static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
838
- }
84
+ declare const MAT_DATE_FORMATS: InjectionToken<MatDateFormats>;
839
85
 
840
86
  /** Adapts the native JS Date for use with cdk-based components that work with dates. */
841
- export declare class NativeDateAdapter extends DateAdapter<Date> {
87
+ declare class NativeDateAdapter extends DateAdapter<Date> {
842
88
  /**
843
89
  * @deprecated No longer being used. To be removed.
844
90
  * @breaking-change 14.0.0
@@ -910,214 +156,39 @@ export declare class NativeDateAdapter extends DateAdapter<Date> {
910
156
  static ɵprov: i0.ɵɵInjectableDeclaration<NativeDateAdapter>;
911
157
  }
912
158
 
913
- export declare class NativeDateModule {
159
+ declare const MAT_NATIVE_DATE_FORMATS: MatDateFormats;
160
+
161
+ declare class NativeDateModule {
914
162
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateModule, never>;
915
163
  static ɵmod: i0.ɵɵNgModuleDeclaration<NativeDateModule, never, never, never>;
916
164
  static ɵinj: i0.ɵɵInjectorDeclaration<NativeDateModule>;
917
165
  }
918
-
919
- export declare function provideNativeDateAdapter(formats?: MatDateFormats): Provider[];
920
-
921
- /**
922
- * Interface that describes the configuration for the animation of a ripple.
923
- * There are two animation phases with different durations for the ripples.
924
- */
925
- export declare interface RippleAnimationConfig {
926
- /** Duration in milliseconds for the enter animation (expansion from point of contact). */
927
- enterDuration?: number;
928
- /** Duration in milliseconds for the exit animation (fade-out). */
929
- exitDuration?: number;
930
- }
931
-
932
- export declare type RippleConfig = {
933
- color?: string;
934
- centered?: boolean;
935
- radius?: number;
936
- persistent?: boolean;
937
- animation?: RippleAnimationConfig;
938
- terminateOnPointerUp?: boolean;
939
- };
940
-
941
- /** Configurable options for `matRipple`. */
942
- export declare interface RippleGlobalOptions {
943
- /**
944
- * Whether ripples should be disabled. Ripples can be still launched manually by using
945
- * the `launch()` method. Therefore focus indicators will still show up.
946
- */
947
- disabled?: boolean;
948
- /**
949
- * Default configuration for the animation duration of the ripples. There are two phases with
950
- * different durations for the ripples: `enter` and `leave`. The durations will be overwritten
951
- * by the value of `matRippleAnimation` or if the `NoopAnimationsModule` is included.
952
- */
953
- animation?: RippleAnimationConfig;
954
- /**
955
- * Whether ripples should start fading out immediately after the mouse or touch is released. By
956
- * default, ripples will wait for the enter animation to complete and for mouse or touch release.
957
- */
958
- terminateOnPointerUp?: boolean;
959
- /**
960
- * A namespace to use for ripple loader to allow multiple instances to exist on the same page.
961
- */
962
- namespace?: string;
963
- }
964
-
965
- /**
966
- * Reference to a previously launched ripple element.
967
- */
968
- export declare class RippleRef {
969
- private _renderer;
970
- /** Reference to the ripple HTML element. */
971
- element: HTMLElement;
972
- /** Ripple configuration used for the ripple. */
973
- config: RippleConfig;
974
- _animationForciblyDisabledThroughCss: boolean;
975
- /** Current state of the ripple. */
976
- state: RippleState;
977
- constructor(_renderer: {
978
- fadeOutRipple(ref: RippleRef): void;
979
- },
980
- /** Reference to the ripple HTML element. */
981
- element: HTMLElement,
982
- /** Ripple configuration used for the ripple. */
983
- config: RippleConfig, _animationForciblyDisabledThroughCss?: boolean);
984
- /** Fades out the ripple element. */
985
- fadeOut(): void;
986
- }
987
-
988
- /**
989
- * Helper service that performs DOM manipulations. Not intended to be used outside this module.
990
- * The constructor takes a reference to the ripple directive's host element and a map of DOM
991
- * event handlers to be installed on the element that triggers ripple animations.
992
- * This will eventually become a custom renderer once Angular support exists.
993
- * @docs-private
994
- */
995
- export declare class RippleRenderer implements EventListenerObject {
996
- private _target;
997
- private _ngZone;
998
- private _platform;
999
- /** Element where the ripples are being added to. */
1000
- private _containerElement;
1001
- /** Element which triggers the ripple elements on mouse events. */
1002
- private _triggerElement;
1003
- /** Whether the pointer is currently down or not. */
1004
- private _isPointerDown;
1005
- /**
1006
- * Map of currently active ripple references.
1007
- * The ripple reference is mapped to its element event listeners.
1008
- * The reason why `| null` is used is that event listeners are added only
1009
- * when the condition is truthy (see the `_startFadeOutTransition` method).
1010
- */
1011
- private _activeRipples;
1012
- /** Latest non-persistent ripple that was triggered. */
1013
- private _mostRecentTransientRipple;
1014
- /** Time in milliseconds when the last touchstart event happened. */
1015
- private _lastTouchStartEvent;
1016
- /** Whether pointer-up event listeners have been registered. */
1017
- private _pointerUpEventsRegistered;
1018
- /**
1019
- * Cached dimensions of the ripple container. Set when the first
1020
- * ripple is shown and cleared once no more ripples are visible.
1021
- */
1022
- private _containerRect;
1023
- private static _eventManager;
1024
- constructor(_target: RippleTarget, _ngZone: NgZone, elementOrElementRef: HTMLElement | ElementRef<HTMLElement>, _platform: Platform, injector?: Injector);
1025
- /**
1026
- * Fades in a ripple at the given coordinates.
1027
- * @param x Coordinate within the element, along the X axis at which to start the ripple.
1028
- * @param y Coordinate within the element, along the Y axis at which to start the ripple.
1029
- * @param config Extra ripple options.
1030
- */
1031
- fadeInRipple(x: number, y: number, config?: RippleConfig): RippleRef;
1032
- /** Fades out a ripple reference. */
1033
- fadeOutRipple(rippleRef: RippleRef): void;
1034
- /** Fades out all currently active ripples. */
1035
- fadeOutAll(): void;
1036
- /** Fades out all currently active non-persistent ripples. */
1037
- fadeOutAllNonPersistent(): void;
1038
- /** Sets up the trigger event listeners */
1039
- setupTriggerEvents(elementOrElementRef: HTMLElement | ElementRef<HTMLElement>): void;
1040
- /**
1041
- * Handles all registered events.
1042
- * @docs-private
1043
- */
1044
- handleEvent(event: Event): void;
1045
- /** Method that will be called if the fade-in or fade-in transition completed. */
1046
- private _finishRippleTransition;
1047
- /**
1048
- * Starts the fade-out transition of the given ripple if it's not persistent and the pointer
1049
- * is not held down anymore.
1050
- */
1051
- private _startFadeOutTransition;
1052
- /** Destroys the given ripple by removing it from the DOM and updating its state. */
1053
- private _destroyRipple;
1054
- /** Function being called whenever the trigger is being pressed using mouse. */
1055
- private _onMousedown;
1056
- /** Function being called whenever the trigger is being pressed using touch. */
1057
- private _onTouchStart;
1058
- /** Function being called whenever the trigger is being released. */
1059
- private _onPointerUp;
1060
- private _getActiveRipples;
1061
- /** Removes previously registered event listeners from the trigger element. */
1062
- _removeTriggerEvents(): void;
1063
- }
1064
-
1065
-
1066
- /** Possible states for a ripple element. */
1067
- export declare enum RippleState {
1068
- FADING_IN = 0,
1069
- VISIBLE = 1,
1070
- FADING_OUT = 2,
1071
- HIDDEN = 3
1072
- }
1073
-
1074
- /**
1075
- * Interface that describes the target for launching ripples.
1076
- * It defines the ripple configuration and disabled state for interaction ripples.
1077
- * @docs-private
1078
- */
1079
- export declare interface RippleTarget {
1080
- /** Configuration for ripples that are launched on pointer down. */
1081
- rippleConfig: RippleConfig;
1082
- /** Whether ripples on pointer down should be disabled. */
1083
- rippleDisabled: boolean;
166
+ declare class MatNativeDateModule {
167
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatNativeDateModule, never>;
168
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatNativeDateModule, never, never, never>;
169
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatNativeDateModule>;
1084
170
  }
171
+ declare function provideNativeDateAdapter(formats?: MatDateFormats): Provider[];
1085
172
 
1086
173
  /**
1087
- * Possible sanity checks that can be enabled. If set to
1088
- * true/false, all checks will be enabled/disabled.
1089
- * @deprecated No longer used and will be removed.
1090
- * @breaking-change 21.0.0
1091
- */
1092
- export declare type SanityChecks = boolean | GranularSanityChecks;
1093
-
1094
- /**
1095
- * Helper that takes a query list of lines and sets the correct class on the host.
174
+ * Component used to load structural styles for focus indicators.
1096
175
  * @docs-private
1097
176
  */
1098
- export declare function setLines(lines: QueryList<unknown>, element: ElementRef<HTMLElement>, prefix?: string): void;
1099
-
1100
- /** Error state matcher that matches when a control is invalid and dirty. */
1101
- export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
1102
- isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
1103
- static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnDirtyErrorStateMatcher, never>;
1104
- static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnDirtyErrorStateMatcher>;
177
+ declare class _StructuralStylesLoader {
178
+ static ɵfac: i0.ɵɵFactoryDeclaration<_StructuralStylesLoader, never>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<_StructuralStylesLoader, "structural-styles", never, {}, {}, never, never, true, never>;
1105
180
  }
1106
181
 
1107
182
  /**
1108
- * Component used to load structural styles for focus indicators.
183
+ * Internal shared component used as a container in form field controls.
184
+ * Not to be confused with `mat-form-field` which MDC calls a "text field".
1109
185
  * @docs-private
1110
186
  */
1111
- export declare class _StructuralStylesLoader {
1112
- static ɵfac: i0.ɵɵFactoryDeclaration<_StructuralStylesLoader, never>;
1113
- static ɵcmp: i0.ɵɵComponentDeclaration<_StructuralStylesLoader, "structural-styles", never, {}, {}, never, never, true, never>;
187
+ declare class _MatInternalFormField {
188
+ /** Position of the label relative to the content. */
189
+ labelPosition: 'before' | 'after';
190
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatInternalFormField, never>;
191
+ static ɵcmp: i0.ɵɵComponentDeclaration<_MatInternalFormField, "div[mat-internal-form-field]", never, { "labelPosition": { "alias": "labelPosition"; "required": true; }; }, {}, never, ["*"], true, never>;
1114
192
  }
1115
193
 
1116
-
1117
- /** Possible color palette values. */
1118
- export declare type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
1119
-
1120
- /** Current version of Angular Material. */
1121
- export declare const VERSION: Version;
1122
-
1123
- export { }
194
+ export { AnimationCurves, AnimationDurations, MAT_DATE_FORMATS, MAT_NATIVE_DATE_FORMATS, type MatDateFormats, MatNativeDateModule, NativeDateAdapter, NativeDateModule, VERSION, _ErrorStateTracker, _MatInternalFormField, _StructuralStylesLoader, provideNativeDateAdapter };