@angular/material 14.0.0-next.12 → 14.0.0-next.13

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 (878) hide show
  1. package/autocomplete/index.d.ts +436 -6
  2. package/autocomplete/testing/index.d.ts +71 -8
  3. package/badge/index.d.ts +107 -8
  4. package/badge/testing/index.d.ts +36 -8
  5. package/bottom-sheet/index.d.ts +266 -6
  6. package/bottom-sheet/testing/index.d.ts +27 -8
  7. package/button/index.d.ts +77 -6
  8. package/button/testing/index.d.ts +44 -8
  9. package/button-toggle/index.d.ts +245 -6
  10. package/button-toggle/testing/index.d.ts +91 -8
  11. package/card/index.d.ts +165 -5
  12. package/card/testing/index.d.ts +44 -8
  13. package/checkbox/index.d.ts +246 -6
  14. package/checkbox/testing/index.d.ts +91 -8
  15. package/chips/index.d.ts +650 -5
  16. package/chips/testing/index.d.ts +256 -8
  17. package/core/index.d.ts +1079 -5
  18. package/core/testing/index.d.ts +64 -8
  19. package/core/theming/_theming.scss +1 -1
  20. package/datepicker/index.d.ts +1782 -6
  21. package/datepicker/testing/index.d.ts +307 -8
  22. package/dialog/index.d.ts +489 -6
  23. package/dialog/testing/index.d.ts +97 -8
  24. package/divider/index.d.ts +30 -8
  25. package/divider/testing/index.d.ts +16 -8
  26. package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
  27. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  28. package/esm2020/autocomplete/autocomplete-trigger.mjs +6 -6
  29. package/esm2020/autocomplete/autocomplete.mjs +8 -8
  30. package/esm2020/autocomplete/testing/autocomplete-harness.mjs +5 -1
  31. package/esm2020/badge/badge-module.mjs +5 -5
  32. package/esm2020/badge/badge.mjs +3 -3
  33. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  34. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
  35. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  36. package/esm2020/button/button-module.mjs +5 -5
  37. package/esm2020/button/button.mjs +6 -6
  38. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  39. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  40. package/esm2020/card/card-module.mjs +5 -5
  41. package/esm2020/card/card.mjs +42 -42
  42. package/esm2020/checkbox/checkbox-module.mjs +9 -9
  43. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  44. package/esm2020/checkbox/checkbox.mjs +3 -3
  45. package/esm2020/chips/chip-input.mjs +3 -3
  46. package/esm2020/chips/chip-list.mjs +3 -3
  47. package/esm2020/chips/chip.mjs +12 -12
  48. package/esm2020/chips/chips-module.mjs +6 -6
  49. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  50. package/esm2020/core/datetime/index.mjs +9 -9
  51. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  52. package/esm2020/core/error/error-options.mjs +6 -6
  53. package/esm2020/core/line/line.mjs +8 -8
  54. package/esm2020/core/option/index.mjs +5 -5
  55. package/esm2020/core/option/optgroup.mjs +6 -6
  56. package/esm2020/core/option/option.mjs +6 -6
  57. package/esm2020/core/ripple/index.mjs +5 -5
  58. package/esm2020/core/ripple/ripple.mjs +3 -3
  59. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  60. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  61. package/esm2020/core/version.mjs +1 -1
  62. package/esm2020/datepicker/calendar-body.mjs +3 -3
  63. package/esm2020/datepicker/calendar.mjs +6 -6
  64. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  65. package/esm2020/datepicker/date-range-input.mjs +3 -3
  66. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  67. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  68. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  69. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  70. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  71. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  72. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  73. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  74. package/esm2020/datepicker/datepicker-module.mjs +10 -12
  75. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  76. package/esm2020/datepicker/datepicker.mjs +3 -3
  77. package/esm2020/datepicker/month-view.mjs +3 -3
  78. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  79. package/esm2020/datepicker/year-view.mjs +3 -3
  80. package/esm2020/dialog/dialog-container.mjs +33 -215
  81. package/esm2020/dialog/dialog-content-directives.mjs +14 -14
  82. package/esm2020/dialog/dialog-module.mjs +8 -7
  83. package/esm2020/dialog/dialog-ref.mjs +25 -57
  84. package/esm2020/dialog/dialog.mjs +74 -197
  85. package/esm2020/divider/divider-module.mjs +5 -5
  86. package/esm2020/divider/divider.mjs +3 -3
  87. package/esm2020/expansion/accordion.mjs +3 -3
  88. package/esm2020/expansion/expansion-module.mjs +5 -5
  89. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  90. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  91. package/esm2020/expansion/expansion-panel.mjs +6 -6
  92. package/esm2020/form-field/error.mjs +3 -3
  93. package/esm2020/form-field/form-field-control.mjs +3 -3
  94. package/esm2020/form-field/form-field-module.mjs +5 -5
  95. package/esm2020/form-field/form-field.mjs +3 -3
  96. package/esm2020/form-field/hint.mjs +3 -3
  97. package/esm2020/form-field/label.mjs +3 -3
  98. package/esm2020/form-field/placeholder.mjs +3 -3
  99. package/esm2020/form-field/prefix.mjs +3 -3
  100. package/esm2020/form-field/suffix.mjs +3 -3
  101. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  102. package/esm2020/grid-list/grid-list.mjs +3 -3
  103. package/esm2020/grid-list/grid-tile.mjs +15 -15
  104. package/esm2020/icon/icon-module.mjs +5 -5
  105. package/esm2020/icon/icon-registry.mjs +3 -3
  106. package/esm2020/icon/icon.mjs +3 -3
  107. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  108. package/esm2020/input/input-module.mjs +5 -5
  109. package/esm2020/input/input.mjs +3 -3
  110. package/esm2020/list/list-module.mjs +5 -5
  111. package/esm2020/list/list.mjs +18 -18
  112. package/esm2020/list/selection-list.mjs +6 -6
  113. package/esm2020/menu/menu-content.mjs +7 -7
  114. package/esm2020/menu/menu-item.mjs +4 -4
  115. package/esm2020/menu/menu-module.mjs +5 -5
  116. package/esm2020/menu/menu-trigger.mjs +7 -7
  117. package/esm2020/menu/menu.mjs +7 -7
  118. package/esm2020/paginator/paginator-intl.mjs +3 -3
  119. package/esm2020/paginator/paginator-module.mjs +5 -5
  120. package/esm2020/paginator/paginator.mjs +6 -6
  121. package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
  122. package/esm2020/progress-bar/progress-bar.mjs +3 -3
  123. package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
  124. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  125. package/esm2020/radio/radio-module.mjs +5 -5
  126. package/esm2020/radio/radio.mjs +12 -12
  127. package/esm2020/select/select-module.mjs +5 -5
  128. package/esm2020/select/select.mjs +9 -9
  129. package/esm2020/sidenav/drawer.mjs +9 -9
  130. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  131. package/esm2020/sidenav/sidenav.mjs +9 -9
  132. package/esm2020/slide-toggle/slide-toggle-module.mjs +12 -14
  133. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  134. package/esm2020/slide-toggle/slide-toggle.mjs +3 -3
  135. package/esm2020/slider/slider-module.mjs +5 -5
  136. package/esm2020/slider/slider.mjs +3 -3
  137. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  138. package/esm2020/snack-bar/snack-bar-container.mjs +3 -3
  139. package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
  140. package/esm2020/snack-bar/snack-bar-ref.mjs +2 -3
  141. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  142. package/esm2020/sort/sort-header-intl.mjs +3 -3
  143. package/esm2020/sort/sort-header.mjs +3 -3
  144. package/esm2020/sort/sort-module.mjs +5 -5
  145. package/esm2020/sort/sort.mjs +3 -3
  146. package/esm2020/stepper/step-content.mjs +3 -3
  147. package/esm2020/stepper/step-header.mjs +3 -3
  148. package/esm2020/stepper/step-label.mjs +3 -3
  149. package/esm2020/stepper/stepper-button.mjs +6 -6
  150. package/esm2020/stepper/stepper-icon.mjs +3 -3
  151. package/esm2020/stepper/stepper-intl.mjs +3 -3
  152. package/esm2020/stepper/stepper-module.mjs +11 -13
  153. package/esm2020/stepper/stepper.mjs +6 -6
  154. package/esm2020/table/cell.mjs +21 -21
  155. package/esm2020/table/row.mjs +21 -21
  156. package/esm2020/table/table-module.mjs +5 -5
  157. package/esm2020/table/table.mjs +6 -6
  158. package/esm2020/table/text-column.mjs +3 -3
  159. package/esm2020/tabs/ink-bar.mjs +3 -3
  160. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  161. package/esm2020/tabs/tab-body.mjs +9 -9
  162. package/esm2020/tabs/tab-content.mjs +3 -3
  163. package/esm2020/tabs/tab-group.mjs +6 -6
  164. package/esm2020/tabs/tab-header.mjs +6 -6
  165. package/esm2020/tabs/tab-label-wrapper.mjs +3 -3
  166. package/esm2020/tabs/tab-label.mjs +3 -3
  167. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  168. package/esm2020/tabs/tab.mjs +3 -3
  169. package/esm2020/tabs/tabs-module.mjs +10 -12
  170. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  171. package/esm2020/toolbar/toolbar.mjs +6 -6
  172. package/esm2020/tooltip/tooltip-module.mjs +5 -5
  173. package/esm2020/tooltip/tooltip.mjs +12 -12
  174. package/esm2020/tree/node.mjs +9 -9
  175. package/esm2020/tree/outlet.mjs +3 -3
  176. package/esm2020/tree/padding.mjs +3 -3
  177. package/esm2020/tree/toggle.mjs +3 -3
  178. package/esm2020/tree/tree-module.mjs +5 -5
  179. package/esm2020/tree/tree.mjs +3 -3
  180. package/expansion/index.d.ts +343 -5
  181. package/expansion/testing/index.d.ts +106 -8
  182. package/fesm2015/autocomplete/testing.mjs +6 -0
  183. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  184. package/fesm2015/autocomplete.mjs +23 -23
  185. package/fesm2015/autocomplete.mjs.map +1 -1
  186. package/fesm2015/badge.mjs +7 -7
  187. package/fesm2015/badge.mjs.map +1 -1
  188. package/fesm2015/bottom-sheet.mjs +10 -10
  189. package/fesm2015/bottom-sheet.mjs.map +1 -1
  190. package/fesm2015/button-toggle.mjs +10 -10
  191. package/fesm2015/button-toggle.mjs.map +1 -1
  192. package/fesm2015/button.mjs +10 -10
  193. package/fesm2015/button.mjs.map +1 -1
  194. package/fesm2015/card.mjs +46 -46
  195. package/fesm2015/card.mjs.map +1 -1
  196. package/fesm2015/checkbox.mjs +14 -14
  197. package/fesm2015/checkbox.mjs.map +1 -1
  198. package/fesm2015/chips.mjs +23 -23
  199. package/fesm2015/chips.mjs.map +1 -1
  200. package/fesm2015/core.mjs +59 -59
  201. package/fesm2015/core.mjs.map +1 -1
  202. package/fesm2015/datepicker.mjs +87 -89
  203. package/fesm2015/datepicker.mjs.map +1 -1
  204. package/fesm2015/dialog.mjs +140 -483
  205. package/fesm2015/dialog.mjs.map +1 -1
  206. package/fesm2015/divider.mjs +7 -7
  207. package/fesm2015/divider.mjs.map +1 -1
  208. package/fesm2015/expansion.mjs +25 -25
  209. package/fesm2015/expansion.mjs.map +1 -1
  210. package/fesm2015/form-field.mjs +28 -28
  211. package/fesm2015/form-field.mjs.map +1 -1
  212. package/fesm2015/grid-list.mjs +22 -22
  213. package/fesm2015/grid-list.mjs.map +1 -1
  214. package/fesm2015/icon/testing.mjs +7 -7
  215. package/fesm2015/icon.mjs +10 -10
  216. package/fesm2015/icon.mjs.map +1 -1
  217. package/fesm2015/input.mjs +7 -7
  218. package/fesm2015/input.mjs.map +1 -1
  219. package/fesm2015/list.mjs +28 -28
  220. package/fesm2015/list.mjs.map +1 -1
  221. package/fesm2015/menu.mjs +25 -25
  222. package/fesm2015/menu.mjs.map +1 -1
  223. package/fesm2015/paginator.mjs +13 -13
  224. package/fesm2015/paginator.mjs.map +1 -1
  225. package/fesm2015/progress-bar.mjs +7 -7
  226. package/fesm2015/progress-bar.mjs.map +1 -1
  227. package/fesm2015/progress-spinner.mjs +7 -7
  228. package/fesm2015/progress-spinner.mjs.map +1 -1
  229. package/fesm2015/radio.mjs +16 -16
  230. package/fesm2015/radio.mjs.map +1 -1
  231. package/fesm2015/select.mjs +13 -13
  232. package/fesm2015/select.mjs.map +1 -1
  233. package/fesm2015/sidenav.mjs +22 -22
  234. package/fesm2015/sidenav.mjs.map +1 -1
  235. package/fesm2015/slide-toggle.mjs +17 -19
  236. package/fesm2015/slide-toggle.mjs.map +1 -1
  237. package/fesm2015/slider.mjs +7 -7
  238. package/fesm2015/slider.mjs.map +1 -1
  239. package/fesm2015/snack-bar.mjs +17 -18
  240. package/fesm2015/snack-bar.mjs.map +1 -1
  241. package/fesm2015/sort.mjs +13 -13
  242. package/fesm2015/sort.mjs.map +1 -1
  243. package/fesm2015/stepper.mjs +37 -39
  244. package/fesm2015/stepper.mjs.map +1 -1
  245. package/fesm2015/table.mjs +55 -55
  246. package/fesm2015/table.mjs.map +1 -1
  247. package/fesm2015/tabs.mjs +63 -65
  248. package/fesm2015/tabs.mjs.map +1 -1
  249. package/fesm2015/toolbar.mjs +10 -10
  250. package/fesm2015/toolbar.mjs.map +1 -1
  251. package/fesm2015/tooltip.mjs +16 -16
  252. package/fesm2015/tooltip.mjs.map +1 -1
  253. package/fesm2015/tree.mjs +25 -25
  254. package/fesm2015/tree.mjs.map +1 -1
  255. package/fesm2020/autocomplete/testing.mjs +4 -0
  256. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  257. package/fesm2020/autocomplete.mjs +23 -23
  258. package/fesm2020/autocomplete.mjs.map +1 -1
  259. package/fesm2020/badge.mjs +7 -7
  260. package/fesm2020/badge.mjs.map +1 -1
  261. package/fesm2020/bottom-sheet.mjs +10 -10
  262. package/fesm2020/bottom-sheet.mjs.map +1 -1
  263. package/fesm2020/button-toggle.mjs +10 -10
  264. package/fesm2020/button-toggle.mjs.map +1 -1
  265. package/fesm2020/button.mjs +10 -10
  266. package/fesm2020/button.mjs.map +1 -1
  267. package/fesm2020/card.mjs +46 -46
  268. package/fesm2020/card.mjs.map +1 -1
  269. package/fesm2020/checkbox.mjs +14 -14
  270. package/fesm2020/checkbox.mjs.map +1 -1
  271. package/fesm2020/chips.mjs +23 -23
  272. package/fesm2020/chips.mjs.map +1 -1
  273. package/fesm2020/core.mjs +59 -59
  274. package/fesm2020/core.mjs.map +1 -1
  275. package/fesm2020/datepicker.mjs +87 -89
  276. package/fesm2020/datepicker.mjs.map +1 -1
  277. package/fesm2020/dialog.mjs +143 -481
  278. package/fesm2020/dialog.mjs.map +1 -1
  279. package/fesm2020/divider.mjs +7 -7
  280. package/fesm2020/divider.mjs.map +1 -1
  281. package/fesm2020/expansion.mjs +25 -25
  282. package/fesm2020/expansion.mjs.map +1 -1
  283. package/fesm2020/form-field.mjs +28 -28
  284. package/fesm2020/form-field.mjs.map +1 -1
  285. package/fesm2020/grid-list.mjs +22 -22
  286. package/fesm2020/grid-list.mjs.map +1 -1
  287. package/fesm2020/icon/testing.mjs +7 -7
  288. package/fesm2020/icon.mjs +10 -10
  289. package/fesm2020/icon.mjs.map +1 -1
  290. package/fesm2020/input.mjs +7 -7
  291. package/fesm2020/input.mjs.map +1 -1
  292. package/fesm2020/list.mjs +28 -28
  293. package/fesm2020/list.mjs.map +1 -1
  294. package/fesm2020/menu.mjs +25 -25
  295. package/fesm2020/menu.mjs.map +1 -1
  296. package/fesm2020/paginator.mjs +13 -13
  297. package/fesm2020/paginator.mjs.map +1 -1
  298. package/fesm2020/progress-bar.mjs +7 -7
  299. package/fesm2020/progress-bar.mjs.map +1 -1
  300. package/fesm2020/progress-spinner.mjs +7 -7
  301. package/fesm2020/progress-spinner.mjs.map +1 -1
  302. package/fesm2020/radio.mjs +16 -16
  303. package/fesm2020/radio.mjs.map +1 -1
  304. package/fesm2020/select.mjs +13 -13
  305. package/fesm2020/select.mjs.map +1 -1
  306. package/fesm2020/sidenav.mjs +22 -22
  307. package/fesm2020/sidenav.mjs.map +1 -1
  308. package/fesm2020/slide-toggle.mjs +17 -19
  309. package/fesm2020/slide-toggle.mjs.map +1 -1
  310. package/fesm2020/slider.mjs +7 -7
  311. package/fesm2020/slider.mjs.map +1 -1
  312. package/fesm2020/snack-bar.mjs +17 -18
  313. package/fesm2020/snack-bar.mjs.map +1 -1
  314. package/fesm2020/sort.mjs +13 -13
  315. package/fesm2020/sort.mjs.map +1 -1
  316. package/fesm2020/stepper.mjs +37 -39
  317. package/fesm2020/stepper.mjs.map +1 -1
  318. package/fesm2020/table.mjs +55 -55
  319. package/fesm2020/table.mjs.map +1 -1
  320. package/fesm2020/tabs.mjs +63 -65
  321. package/fesm2020/tabs.mjs.map +1 -1
  322. package/fesm2020/toolbar.mjs +10 -10
  323. package/fesm2020/toolbar.mjs.map +1 -1
  324. package/fesm2020/tooltip.mjs +16 -16
  325. package/fesm2020/tooltip.mjs.map +1 -1
  326. package/fesm2020/tree.mjs +25 -25
  327. package/fesm2020/tree.mjs.map +1 -1
  328. package/form-field/index.d.ts +401 -5
  329. package/form-field/testing/control/index.d.ts +8 -6
  330. package/form-field/testing/index.d.ts +127 -8
  331. package/grid-list/index.d.ts +232 -5
  332. package/grid-list/testing/index.d.ts +86 -8
  333. package/icon/index.d.ts +443 -5
  334. package/icon/testing/index.d.ts +81 -6
  335. package/index.d.ts +3 -7
  336. package/input/index.d.ts +209 -6
  337. package/input/testing/index.d.ts +129 -8
  338. package/list/index.d.ts +369 -6
  339. package/list/testing/index.d.ts +329 -6
  340. package/menu/index.d.ts +618 -6
  341. package/menu/testing/index.d.ts +115 -8
  342. package/package.json +38 -38
  343. package/paginator/index.d.ts +224 -6
  344. package/paginator/testing/index.d.ts +65 -8
  345. package/progress-bar/index.d.ts +147 -6
  346. package/progress-bar/testing/index.d.ts +26 -8
  347. package/progress-spinner/index.d.ts +138 -6
  348. package/progress-spinner/testing/index.d.ts +27 -8
  349. package/radio/index.d.ts +305 -6
  350. package/radio/testing/index.d.ts +130 -8
  351. package/schematics/ng-add/index.js +1 -1
  352. package/schematics/ng-add/index.mjs +1 -1
  353. package/select/index.d.ts +534 -5
  354. package/select/testing/index.d.ts +79 -8
  355. package/sidenav/index.d.ts +395 -5
  356. package/sidenav/testing/index.d.ts +124 -6
  357. package/slide-toggle/index.d.ts +173 -5
  358. package/slide-toggle/testing/index.d.ts +77 -8
  359. package/slider/index.d.ts +289 -6
  360. package/slider/testing/index.d.ts +60 -8
  361. package/snack-bar/index.d.ts +372 -6
  362. package/snack-bar/testing/index.d.ts +72 -8
  363. package/sort/index.d.ts +326 -5
  364. package/sort/testing/index.d.ts +50 -8
  365. package/stepper/index.d.ts +288 -6
  366. package/stepper/testing/index.d.ts +142 -6
  367. package/table/index.d.ts +382 -5
  368. package/table/testing/index.d.ts +178 -8
  369. package/tabs/index.d.ts +963 -5
  370. package/tabs/testing/index.d.ts +153 -8
  371. package/toolbar/index.d.ts +56 -6
  372. package/toolbar/testing/index.d.ts +35 -8
  373. package/tooltip/index.d.ts +362 -5
  374. package/tooltip/testing/index.d.ts +42 -8
  375. package/tree/index.d.ts +243 -5
  376. package/tree/testing/index.d.ts +122 -8
  377. package/autocomplete/autocomplete-module.d.ts +0 -13
  378. package/autocomplete/autocomplete-origin.d.ts +0 -27
  379. package/autocomplete/autocomplete-trigger.d.ts +0 -211
  380. package/autocomplete/autocomplete.d.ts +0 -150
  381. package/autocomplete/autocomplete_public_index.d.ts +0 -4
  382. package/autocomplete/package.json +0 -9
  383. package/autocomplete/public-api.d.ts +0 -11
  384. package/autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
  385. package/autocomplete/testing/autocomplete-harness.d.ts +0 -61
  386. package/autocomplete/testing/package.json +0 -9
  387. package/autocomplete/testing/public-api.d.ts +0 -9
  388. package/badge/badge-module.d.ts +0 -9
  389. package/badge/badge.d.ts +0 -86
  390. package/badge/badge_public_index.d.ts +0 -4
  391. package/badge/package.json +0 -9
  392. package/badge/public-api.d.ts +0 -9
  393. package/badge/testing/badge-harness-filters.d.ts +0 -11
  394. package/badge/testing/badge-harness.d.ts +0 -34
  395. package/badge/testing/package.json +0 -9
  396. package/badge/testing/public-api.d.ts +0 -9
  397. package/bottom-sheet/bottom-sheet-animations.d.ts +0 -12
  398. package/bottom-sheet/bottom-sheet-config.d.ts +0 -54
  399. package/bottom-sheet/bottom-sheet-container.d.ts +0 -87
  400. package/bottom-sheet/bottom-sheet-module.d.ts +0 -10
  401. package/bottom-sheet/bottom-sheet-ref.d.ts +0 -51
  402. package/bottom-sheet/bottom-sheet.d.ts +0 -59
  403. package/bottom-sheet/bottom-sheet_public_index.d.ts +0 -4
  404. package/bottom-sheet/package.json +0 -9
  405. package/bottom-sheet/public-api.d.ts +0 -13
  406. package/bottom-sheet/testing/bottom-sheet-harness-filters.d.ts +0 -10
  407. package/bottom-sheet/testing/bottom-sheet-harness.d.ts +0 -27
  408. package/bottom-sheet/testing/package.json +0 -9
  409. package/bottom-sheet/testing/public-api.d.ts +0 -9
  410. package/button/button-module.d.ts +0 -8
  411. package/button/button.d.ts +0 -58
  412. package/button/button_public_index.d.ts +0 -4
  413. package/button/package.json +0 -9
  414. package/button/public-api.d.ts +0 -9
  415. package/button/testing/button-harness-filters.d.ts +0 -13
  416. package/button/testing/button-harness.d.ts +0 -41
  417. package/button/testing/package.json +0 -9
  418. package/button/testing/public-api.d.ts +0 -9
  419. package/button-toggle/button-toggle-module.d.ts +0 -8
  420. package/button-toggle/button-toggle.d.ts +0 -212
  421. package/button-toggle/button-toggle_public_index.d.ts +0 -4
  422. package/button-toggle/package.json +0 -9
  423. package/button-toggle/public-api.d.ts +0 -9
  424. package/button-toggle/testing/button-toggle-group-harness-filters.d.ts +0 -11
  425. package/button-toggle/testing/button-toggle-group-harness.d.ts +0 -35
  426. package/button-toggle/testing/button-toggle-harness-filters.d.ts +0 -17
  427. package/button-toggle/testing/button-toggle-harness.d.ts +0 -56
  428. package/button-toggle/testing/package.json +0 -9
  429. package/button-toggle/testing/public-api.d.ts +0 -11
  430. package/card/card-module.d.ts +0 -8
  431. package/card/card.d.ts +0 -126
  432. package/card/card_public_index.d.ts +0 -4
  433. package/card/package.json +0 -9
  434. package/card/public-api.d.ts +0 -9
  435. package/card/testing/card-harness-filters.d.ts +0 -17
  436. package/card/testing/card-harness.d.ts +0 -36
  437. package/card/testing/package.json +0 -9
  438. package/card/testing/public-api.d.ts +0 -9
  439. package/checkbox/checkbox-config.d.ts +0 -28
  440. package/checkbox/checkbox-module.d.ts +0 -16
  441. package/checkbox/checkbox-required-validator.d.ts +0 -20
  442. package/checkbox/checkbox.d.ts +0 -166
  443. package/checkbox/checkbox_public_index.d.ts +0 -4
  444. package/checkbox/package.json +0 -9
  445. package/checkbox/public-api.d.ts +0 -11
  446. package/checkbox/testing/checkbox-harness-filters.d.ts +0 -17
  447. package/checkbox/testing/checkbox-harness.d.ts +0 -81
  448. package/checkbox/testing/package.json +0 -9
  449. package/checkbox/testing/public-api.d.ts +0 -9
  450. package/chips/chip-default-options.d.ts +0 -15
  451. package/chips/chip-input.d.ts +0 -91
  452. package/chips/chip-list.d.ts +0 -289
  453. package/chips/chip-text-control.d.ts +0 -20
  454. package/chips/chip.d.ts +0 -208
  455. package/chips/chips-module.d.ts +0 -10
  456. package/chips/chips_public_index.d.ts +0 -4
  457. package/chips/package.json +0 -9
  458. package/chips/public-api.d.ts +0 -12
  459. package/chips/testing/chip-avatar-harness.d.ts +0 -20
  460. package/chips/testing/chip-harness-filters.d.ts +0 -43
  461. package/chips/testing/chip-harness.d.ts +0 -63
  462. package/chips/testing/chip-input-harness.d.ts +0 -47
  463. package/chips/testing/chip-list-harness.d.ts +0 -54
  464. package/chips/testing/chip-listbox-harness.d.ts +0 -34
  465. package/chips/testing/chip-option-harness.d.ts +0 -29
  466. package/chips/testing/chip-remove-harness.d.ts +0 -22
  467. package/chips/testing/package.json +0 -9
  468. package/chips/testing/public-api.d.ts +0 -14
  469. package/core/animation/animation.d.ts +0 -20
  470. package/core/common-behaviors/color.d.ts +0 -26
  471. package/core/common-behaviors/common-module.d.ts +0 -44
  472. package/core/common-behaviors/constructor.d.ts +0 -14
  473. package/core/common-behaviors/disable-ripple.d.ts +0 -17
  474. package/core/common-behaviors/disabled.d.ts +0 -17
  475. package/core/common-behaviors/error-state.d.ts +0 -35
  476. package/core/common-behaviors/index.d.ts +0 -15
  477. package/core/common-behaviors/initialized.d.ts +0 -30
  478. package/core/common-behaviors/tabindex.d.ts +0 -20
  479. package/core/core_public_index.d.ts +0 -4
  480. package/core/datetime/date-adapter.d.ts +0 -215
  481. package/core/datetime/date-formats.d.ts +0 -21
  482. package/core/datetime/index.d.ts +0 -15
  483. package/core/datetime/native-date-adapter.d.ts +0 -74
  484. package/core/datetime/native-date-formats.d.ts +0 -9
  485. package/core/error/error-options.d.ts +0 -14
  486. package/core/line/line.d.ts +0 -29
  487. package/core/option/index.d.ts +0 -15
  488. package/core/option/optgroup.d.ts +0 -40
  489. package/core/option/option-parent.d.ts +0 -22
  490. package/core/option/option.d.ts +0 -135
  491. package/core/package.json +0 -9
  492. package/core/public-api.d.ts +0 -16
  493. package/core/ripple/index.d.ts +0 -11
  494. package/core/ripple/ripple-ref.d.ts +0 -54
  495. package/core/ripple/ripple-renderer.d.ts +0 -105
  496. package/core/ripple/ripple.d.ts +0 -113
  497. package/core/selection/index.d.ts +0 -9
  498. package/core/selection/pseudo-checkbox/pseudo-checkbox-module.d.ts +0 -8
  499. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +0 -29
  500. package/core/testing/optgroup-harness-filters.d.ts +0 -11
  501. package/core/testing/optgroup-harness.d.ts +0 -33
  502. package/core/testing/option-harness-filters.d.ts +0 -12
  503. package/core/testing/option-harness.d.ts +0 -35
  504. package/core/testing/package.json +0 -9
  505. package/core/testing/public-api.d.ts +0 -11
  506. package/core/version.d.ts +0 -10
  507. package/datepicker/calendar-body.d.ts +0 -176
  508. package/datepicker/calendar.d.ts +0 -156
  509. package/datepicker/date-range-input-parts.d.ts +0 -108
  510. package/datepicker/date-range-input.d.ts +0 -133
  511. package/datepicker/date-range-picker.d.ts +0 -17
  512. package/datepicker/date-range-selection-strategy.d.ts +0 -48
  513. package/datepicker/date-selection-model.d.ts +0 -139
  514. package/datepicker/datepicker-actions.d.ts +0 -40
  515. package/datepicker/datepicker-animations.d.ts +0 -16
  516. package/datepicker/datepicker-base.d.ts +0 -272
  517. package/datepicker/datepicker-errors.d.ts +0 -9
  518. package/datepicker/datepicker-input-base.d.ts +0 -136
  519. package/datepicker/datepicker-input.d.ts +0 -67
  520. package/datepicker/datepicker-intl.d.ts +0 -36
  521. package/datepicker/datepicker-module.d.ts +0 -26
  522. package/datepicker/datepicker-toggle.d.ts +0 -47
  523. package/datepicker/datepicker.d.ts +0 -7
  524. package/datepicker/datepicker_public_index.d.ts +0 -4
  525. package/datepicker/month-view.d.ts +0 -139
  526. package/datepicker/multi-year-view.d.ts +0 -103
  527. package/datepicker/package.json +0 -9
  528. package/datepicker/public-api.d.ts +0 -26
  529. package/datepicker/testing/calendar-cell-harness.d.ts +0 -64
  530. package/datepicker/testing/calendar-harness.d.ts +0 -53
  531. package/datepicker/testing/date-range-input-harness.d.ts +0 -59
  532. package/datepicker/testing/datepicker-harness-filters.d.ts +0 -45
  533. package/datepicker/testing/datepicker-input-harness-base.d.ts +0 -44
  534. package/datepicker/testing/datepicker-input-harness.d.ts +0 -36
  535. package/datepicker/testing/datepicker-toggle-harness.d.ts +0 -28
  536. package/datepicker/testing/datepicker-trigger-harness-base.d.ts +0 -44
  537. package/datepicker/testing/package.json +0 -9
  538. package/datepicker/testing/public-api.d.ts +0 -13
  539. package/datepicker/year-view.d.ts +0 -114
  540. package/dialog/dialog-animations.d.ts +0 -25
  541. package/dialog/dialog-config.d.ts +0 -105
  542. package/dialog/dialog-container.d.ts +0 -137
  543. package/dialog/dialog-content-directives.d.ts +0 -76
  544. package/dialog/dialog-module.d.ts +0 -11
  545. package/dialog/dialog-ref.d.ts +0 -101
  546. package/dialog/dialog.d.ts +0 -154
  547. package/dialog/dialog_public_index.d.ts +0 -4
  548. package/dialog/package.json +0 -9
  549. package/dialog/public-api.d.ts +0 -14
  550. package/dialog/testing/dialog-harness-filters.d.ts +0 -11
  551. package/dialog/testing/dialog-harness.d.ts +0 -58
  552. package/dialog/testing/dialog-opener.d.ts +0 -33
  553. package/dialog/testing/package.json +0 -9
  554. package/dialog/testing/public-api.d.ts +0 -10
  555. package/divider/divider-module.d.ts +0 -8
  556. package/divider/divider.d.ts +0 -14
  557. package/divider/divider_public_index.d.ts +0 -4
  558. package/divider/package.json +0 -9
  559. package/divider/public-api.d.ts +0 -9
  560. package/divider/testing/divider-harness-filters.d.ts +0 -10
  561. package/divider/testing/divider-harness.d.ts +0 -16
  562. package/divider/testing/package.json +0 -9
  563. package/divider/testing/public-api.d.ts +0 -9
  564. package/expansion/accordion-base.d.ts +0 -34
  565. package/expansion/accordion.d.ts +0 -45
  566. package/expansion/expansion-animations.d.ts +0 -36
  567. package/expansion/expansion-module.d.ts +0 -14
  568. package/expansion/expansion-panel-base.d.ts +0 -22
  569. package/expansion/expansion-panel-content.d.ts +0 -21
  570. package/expansion/expansion-panel-header.d.ts +0 -83
  571. package/expansion/expansion-panel.d.ts +0 -96
  572. package/expansion/expansion_public_index.d.ts +0 -4
  573. package/expansion/package.json +0 -9
  574. package/expansion/public-api.d.ts +0 -15
  575. package/expansion/testing/accordion-harness.d.ts +0 -25
  576. package/expansion/testing/expansion-harness-filters.d.ts +0 -17
  577. package/expansion/testing/expansion-harness.d.ts +0 -79
  578. package/expansion/testing/package.json +0 -9
  579. package/expansion/testing/public-api.d.ts +0 -10
  580. package/form-field/error.d.ts +0 -22
  581. package/form-field/form-field-animations.d.ts +0 -15
  582. package/form-field/form-field-control.d.ts +0 -60
  583. package/form-field/form-field-errors.d.ts +0 -13
  584. package/form-field/form-field-module.d.ts +0 -16
  585. package/form-field/form-field.d.ts +0 -189
  586. package/form-field/form-field_public_index.d.ts +0 -4
  587. package/form-field/hint.d.ts +0 -27
  588. package/form-field/label.d.ts +0 -6
  589. package/form-field/package.json +0 -9
  590. package/form-field/placeholder.d.ts +0 -11
  591. package/form-field/prefix.d.ts +0 -20
  592. package/form-field/public-api.d.ts +0 -18
  593. package/form-field/suffix.d.ts +0 -20
  594. package/form-field/testing/control/form-field-control-harness.d.ts +0 -14
  595. package/form-field/testing/control/package.json +0 -9
  596. package/form-field/testing/form-field-harness-filters.d.ts +0 -15
  597. package/form-field/testing/form-field-harness.d.ts +0 -114
  598. package/form-field/testing/package.json +0 -9
  599. package/form-field/testing/public-api.d.ts +0 -10
  600. package/grid-list/grid-list-base.d.ts +0 -22
  601. package/grid-list/grid-list-module.d.ts +0 -9
  602. package/grid-list/grid-list.d.ts +0 -63
  603. package/grid-list/grid-list_public_index.d.ts +0 -4
  604. package/grid-list/grid-tile.d.ts +0 -64
  605. package/grid-list/package.json +0 -9
  606. package/grid-list/public-api.d.ts +0 -12
  607. package/grid-list/testing/grid-list-harness-filters.d.ts +0 -18
  608. package/grid-list/testing/grid-list-harness.d.ts +0 -41
  609. package/grid-list/testing/grid-tile-harness.d.ts +0 -43
  610. package/grid-list/testing/package.json +0 -9
  611. package/grid-list/testing/public-api.d.ts +0 -10
  612. package/grid-list/tile-coordinator.d.ts +0 -79
  613. package/grid-list/tile-styler.d.ts +0 -134
  614. package/icon/fake-svgs.d.ts +0 -23
  615. package/icon/icon-module.d.ts +0 -8
  616. package/icon/icon-registry.d.ts +0 -262
  617. package/icon/icon.d.ts +0 -147
  618. package/icon/icon_public_index.d.ts +0 -4
  619. package/icon/package.json +0 -9
  620. package/icon/public-api.d.ts +0 -10
  621. package/icon/testing/fake-icon-registry.d.ts +0 -46
  622. package/icon/testing/icon-harness-filters.d.ts +0 -22
  623. package/icon/testing/icon-harness.d.ts +0 -29
  624. package/icon/testing/package.json +0 -9
  625. package/icon/testing/public-api.d.ts +0 -10
  626. package/icon/testing/testing_public_index.d.ts +0 -4
  627. package/icon/trusted-types.d.ts +0 -37
  628. package/input/input-errors.d.ts +0 -9
  629. package/input/input-module.d.ts +0 -10
  630. package/input/input-value-accessor.d.ts +0 -17
  631. package/input/input.d.ts +0 -174
  632. package/input/input_public_index.d.ts +0 -4
  633. package/input/package.json +0 -9
  634. package/input/public-api.d.ts +0 -11
  635. package/input/testing/input-harness-filters.d.ts +0 -15
  636. package/input/testing/input-harness.d.ts +0 -57
  637. package/input/testing/native-option-harness.d.ts +0 -29
  638. package/input/testing/native-select-harness-filters.d.ts +0 -17
  639. package/input/testing/native-select-harness.d.ts +0 -45
  640. package/input/testing/package.json +0 -9
  641. package/input/testing/public-api.d.ts +0 -12
  642. package/list/list-module.d.ts +0 -11
  643. package/list/list.d.ts +0 -99
  644. package/list/list_public_index.d.ts +0 -4
  645. package/list/package.json +0 -9
  646. package/list/public-api.d.ts +0 -10
  647. package/list/selection-list.d.ts +0 -226
  648. package/list/testing/action-list-harness.d.ts +0 -44
  649. package/list/testing/list-harness-base.d.ts +0 -100
  650. package/list/testing/list-harness-filters.d.ts +0 -32
  651. package/list/testing/list-harness.d.ts +0 -36
  652. package/list/testing/list-item-harness-base.d.ts +0 -48
  653. package/list/testing/nav-list-harness.d.ts +0 -46
  654. package/list/testing/package.json +0 -9
  655. package/list/testing/public-api.d.ts +0 -13
  656. package/list/testing/selection-list-harness.d.ts +0 -74
  657. package/menu/menu-animations.d.ts +0 -30
  658. package/menu/menu-content.d.ts +0 -47
  659. package/menu/menu-errors.d.ts +0 -25
  660. package/menu/menu-item.d.ts +0 -61
  661. package/menu/menu-module.d.ts +0 -14
  662. package/menu/menu-panel.d.ts +0 -49
  663. package/menu/menu-positions.d.ts +0 -9
  664. package/menu/menu-trigger.d.ts +0 -180
  665. package/menu/menu.d.ts +0 -207
  666. package/menu/menu_public_index.d.ts +0 -4
  667. package/menu/package.json +0 -9
  668. package/menu/public-api.d.ts +0 -15
  669. package/menu/testing/menu-harness-filters.d.ts +0 -20
  670. package/menu/testing/menu-harness.d.ts +0 -98
  671. package/menu/testing/package.json +0 -9
  672. package/menu/testing/public-api.d.ts +0 -9
  673. package/paginator/package.json +0 -9
  674. package/paginator/paginator-intl.d.ts +0 -43
  675. package/paginator/paginator-module.d.ts +0 -12
  676. package/paginator/paginator.d.ts +0 -157
  677. package/paginator/paginator_public_index.d.ts +0 -4
  678. package/paginator/public-api.d.ts +0 -10
  679. package/paginator/testing/package.json +0 -9
  680. package/paginator/testing/paginator-harness-filters.d.ts +0 -11
  681. package/paginator/testing/paginator-harness.d.ts +0 -61
  682. package/paginator/testing/public-api.d.ts +0 -9
  683. package/progress-bar/package.json +0 -9
  684. package/progress-bar/progress-bar-module.d.ts +0 -9
  685. package/progress-bar/progress-bar.d.ts +0 -116
  686. package/progress-bar/progress-bar_public_index.d.ts +0 -4
  687. package/progress-bar/public-api.d.ts +0 -9
  688. package/progress-bar/testing/package.json +0 -9
  689. package/progress-bar/testing/progress-bar-harness-filters.d.ts +0 -11
  690. package/progress-bar/testing/progress-bar-harness.d.ts +0 -25
  691. package/progress-bar/testing/public-api.d.ts +0 -9
  692. package/progress-spinner/package.json +0 -9
  693. package/progress-spinner/progress-spinner-module.d.ts +0 -9
  694. package/progress-spinner/progress-spinner.d.ts +0 -107
  695. package/progress-spinner/progress-spinner_public_index.d.ts +0 -4
  696. package/progress-spinner/public-api.d.ts +0 -16
  697. package/progress-spinner/testing/package.json +0 -9
  698. package/progress-spinner/testing/progress-spinner-harness-filters.d.ts +0 -11
  699. package/progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
  700. package/progress-spinner/testing/public-api.d.ts +0 -9
  701. package/radio/package.json +0 -9
  702. package/radio/public-api.d.ts +0 -9
  703. package/radio/radio-module.d.ts +0 -8
  704. package/radio/radio.d.ts +0 -265
  705. package/radio/radio_public_index.d.ts +0 -4
  706. package/radio/testing/package.json +0 -9
  707. package/radio/testing/public-api.d.ts +0 -9
  708. package/radio/testing/radio-harness-filters.d.ts +0 -22
  709. package/radio/testing/radio-harness.d.ts +0 -111
  710. package/select/package.json +0 -9
  711. package/select/public-api.d.ts +0 -10
  712. package/select/select-animations.d.ts +0 -19
  713. package/select/select-errors.d.ts +0 -26
  714. package/select/select-module.d.ts +0 -12
  715. package/select/select.d.ts +0 -455
  716. package/select/select_public_index.d.ts +0 -4
  717. package/select/testing/package.json +0 -9
  718. package/select/testing/public-api.d.ts +0 -9
  719. package/select/testing/select-harness-filters.d.ts +0 -11
  720. package/select/testing/select-harness.d.ts +0 -73
  721. package/sidenav/drawer-animations.d.ts +0 -15
  722. package/sidenav/drawer.d.ts +0 -299
  723. package/sidenav/package.json +0 -9
  724. package/sidenav/public-api.d.ts +0 -11
  725. package/sidenav/sidenav-module.d.ts +0 -11
  726. package/sidenav/sidenav.d.ts +0 -45
  727. package/sidenav/sidenav_public_index.d.ts +0 -4
  728. package/sidenav/testing/drawer-container-harness.d.ts +0 -30
  729. package/sidenav/testing/drawer-content-harness.d.ts +0 -21
  730. package/sidenav/testing/drawer-harness-filters.d.ts +0 -19
  731. package/sidenav/testing/drawer-harness.d.ts +0 -33
  732. package/sidenav/testing/package.json +0 -9
  733. package/sidenav/testing/public-api.d.ts +0 -14
  734. package/sidenav/testing/sidenav-container-harness.d.ts +0 -30
  735. package/sidenav/testing/sidenav-content-harness.d.ts +0 -21
  736. package/sidenav/testing/sidenav-harness.d.ts +0 -24
  737. package/slide-toggle/package.json +0 -9
  738. package/slide-toggle/public-api.d.ts +0 -11
  739. package/slide-toggle/slide-toggle-config.d.ts +0 -18
  740. package/slide-toggle/slide-toggle-module.d.ts +0 -16
  741. package/slide-toggle/slide-toggle-required-validator.d.ts +0 -23
  742. package/slide-toggle/slide-toggle.d.ts +0 -109
  743. package/slide-toggle/slide-toggle_public_index.d.ts +0 -4
  744. package/slide-toggle/testing/package.json +0 -9
  745. package/slide-toggle/testing/public-api.d.ts +0 -9
  746. package/slide-toggle/testing/slide-toggle-harness-filters.d.ts +0 -19
  747. package/slide-toggle/testing/slide-toggle-harness.d.ts +0 -65
  748. package/slider/package.json +0 -9
  749. package/slider/public-api.d.ts +0 -9
  750. package/slider/slider-module.d.ts +0 -9
  751. package/slider/slider.d.ts +0 -267
  752. package/slider/slider_public_index.d.ts +0 -4
  753. package/slider/testing/package.json +0 -9
  754. package/slider/testing/public-api.d.ts +0 -9
  755. package/slider/testing/slider-harness-filters.d.ts +0 -11
  756. package/slider/testing/slider-harness.d.ts +0 -59
  757. package/snack-bar/package.json +0 -9
  758. package/snack-bar/public-api.d.ts +0 -14
  759. package/snack-bar/simple-snack-bar.d.ts +0 -33
  760. package/snack-bar/snack-bar-animations.d.ts +0 -15
  761. package/snack-bar/snack-bar-config.d.ts +0 -45
  762. package/snack-bar/snack-bar-container.d.ts +0 -101
  763. package/snack-bar/snack-bar-module.d.ts +0 -13
  764. package/snack-bar/snack-bar-ref.d.ts +0 -64
  765. package/snack-bar/snack-bar.d.ts +0 -107
  766. package/snack-bar/snack-bar_public_index.d.ts +0 -4
  767. package/snack-bar/testing/package.json +0 -9
  768. package/snack-bar/testing/public-api.d.ts +0 -9
  769. package/snack-bar/testing/snack-bar-harness-filters.d.ts +0 -11
  770. package/snack-bar/testing/snack-bar-harness.d.ts +0 -71
  771. package/sort/package.json +0 -9
  772. package/sort/public-api.d.ts +0 -13
  773. package/sort/sort-animations.d.ts +0 -20
  774. package/sort/sort-direction.d.ts +0 -8
  775. package/sort/sort-errors.d.ts +0 -15
  776. package/sort/sort-header-intl.d.ts +0 -31
  777. package/sort/sort-header.d.ts +0 -166
  778. package/sort/sort-module.d.ts +0 -10
  779. package/sort/sort.d.ts +0 -93
  780. package/sort/sort_public_index.d.ts +0 -4
  781. package/sort/testing/package.json +0 -9
  782. package/sort/testing/public-api.d.ts +0 -10
  783. package/sort/testing/sort-harness-filters.d.ts +0 -15
  784. package/sort/testing/sort-harness.d.ts +0 -24
  785. package/sort/testing/sort-header-harness.d.ts +0 -30
  786. package/stepper/package.json +0 -9
  787. package/stepper/public-api.d.ts +0 -17
  788. package/stepper/step-content.d.ts +0 -18
  789. package/stepper/step-header.d.ts +0 -66
  790. package/stepper/step-label.d.ts +0 -6
  791. package/stepper/stepper-animations.d.ts +0 -18
  792. package/stepper/stepper-button.d.ts +0 -19
  793. package/stepper/stepper-icon.d.ts +0 -30
  794. package/stepper/stepper-intl.d.ts +0 -34
  795. package/stepper/stepper-module.d.ts +0 -18
  796. package/stepper/stepper.d.ts +0 -80
  797. package/stepper/stepper_public_index.d.ts +0 -4
  798. package/stepper/testing/package.json +0 -9
  799. package/stepper/testing/public-api.d.ts +0 -11
  800. package/stepper/testing/step-harness-filters.d.ts +0 -37
  801. package/stepper/testing/step-harness.d.ts +0 -52
  802. package/stepper/testing/stepper-button-harnesses.d.ts +0 -41
  803. package/stepper/testing/stepper-harness.d.ts +0 -35
  804. package/table/cell.d.ts +0 -59
  805. package/table/package.json +0 -9
  806. package/table/public-api.d.ts +0 -13
  807. package/table/row.d.ts +0 -55
  808. package/table/table-data-source.d.ts +0 -169
  809. package/table/table-module.d.ts +0 -12
  810. package/table/table.d.ts +0 -28
  811. package/table/table_public_index.d.ts +0 -4
  812. package/table/testing/cell-harness.d.ts +0 -49
  813. package/table/testing/package.json +0 -9
  814. package/table/testing/public-api.d.ts +0 -11
  815. package/table/testing/row-harness.d.ts +0 -66
  816. package/table/testing/table-harness-filters.d.ts +0 -21
  817. package/table/testing/table-harness.d.ts +0 -58
  818. package/table/text-column.d.ts +0 -22
  819. package/tabs/ink-bar.d.ts +0 -49
  820. package/tabs/package.json +0 -9
  821. package/tabs/paginated-tab-header.d.ts +0 -196
  822. package/tabs/public-api.d.ts +0 -20
  823. package/tabs/tab-body.d.ts +0 -116
  824. package/tabs/tab-config.d.ts +0 -35
  825. package/tabs/tab-content.d.ts +0 -22
  826. package/tabs/tab-group.d.ts +0 -183
  827. package/tabs/tab-header.d.ts +0 -49
  828. package/tabs/tab-label-wrapper.d.ts +0 -29
  829. package/tabs/tab-label.d.ts +0 -28
  830. package/tabs/tab-nav-bar/index.d.ts +0 -8
  831. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -134
  832. package/tabs/tab.d.ts +0 -89
  833. package/tabs/tabs-animations.d.ts +0 -15
  834. package/tabs/tabs-module.d.ts +0 -20
  835. package/tabs/tabs_public_index.d.ts +0 -4
  836. package/tabs/testing/package.json +0 -9
  837. package/tabs/testing/public-api.d.ts +0 -12
  838. package/tabs/testing/tab-group-harness.d.ts +0 -35
  839. package/tabs/testing/tab-harness-filters.d.ts +0 -29
  840. package/tabs/testing/tab-harness.d.ts +0 -38
  841. package/tabs/testing/tab-link-harness.d.ts +0 -29
  842. package/tabs/testing/tab-nav-bar-harness.d.ts +0 -38
  843. package/tabs/testing/tab-nav-panel-harness.d.ts +0 -23
  844. package/toolbar/package.json +0 -9
  845. package/toolbar/public-api.d.ts +0 -9
  846. package/toolbar/testing/package.json +0 -9
  847. package/toolbar/testing/public-api.d.ts +0 -9
  848. package/toolbar/testing/toolbar-harness-filters.d.ts +0 -13
  849. package/toolbar/testing/toolbar-harness.d.ts +0 -31
  850. package/toolbar/toolbar-module.d.ts +0 -8
  851. package/toolbar/toolbar.d.ts +0 -41
  852. package/toolbar/toolbar_public_index.d.ts +0 -4
  853. package/tooltip/package.json +0 -9
  854. package/tooltip/public-api.d.ts +0 -10
  855. package/tooltip/testing/package.json +0 -9
  856. package/tooltip/testing/public-api.d.ts +0 -9
  857. package/tooltip/testing/tooltip-harness-filters.d.ts +0 -11
  858. package/tooltip/testing/tooltip-harness.d.ts +0 -38
  859. package/tooltip/tooltip-animations.d.ts +0 -15
  860. package/tooltip/tooltip-module.d.ts +0 -12
  861. package/tooltip/tooltip.d.ts +0 -299
  862. package/tooltip/tooltip_public_index.d.ts +0 -4
  863. package/tree/data-source/flat-data-source.d.ts +0 -83
  864. package/tree/data-source/nested-data-source.d.ts +0 -25
  865. package/tree/node.d.ts +0 -53
  866. package/tree/outlet.d.ts +0 -21
  867. package/tree/package.json +0 -9
  868. package/tree/padding.d.ts +0 -23
  869. package/tree/public-api.d.ts +0 -15
  870. package/tree/testing/node-harness.d.ts +0 -35
  871. package/tree/testing/package.json +0 -9
  872. package/tree/testing/public-api.d.ts +0 -10
  873. package/tree/testing/tree-harness-filters.d.ts +0 -22
  874. package/tree/testing/tree-harness.d.ts +0 -79
  875. package/tree/toggle.d.ts +0 -16
  876. package/tree/tree-module.d.ts +0 -13
  877. package/tree/tree.d.ts +0 -18
  878. package/tree/tree_public_index.d.ts +0 -4
package/core/index.d.ts CHANGED
@@ -1,8 +1,1082 @@
1
+ import { _AbstractConstructor as _AbstractConstructor_2 } from '@angular/material/core';
2
+ import { AbstractControl } from '@angular/forms';
3
+ import { AfterViewChecked } from '@angular/core';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
5
+ import { ChangeDetectorRef } from '@angular/core';
6
+ import { _Constructor as _Constructor_2 } from '@angular/material/core';
7
+ import { ElementRef } from '@angular/core';
8
+ import { EventEmitter } from '@angular/core';
9
+ import { FocusableOption } from '@angular/cdk/a11y';
10
+ import { FocusOptions as FocusOptions_2 } from '@angular/cdk/a11y';
11
+ import { FocusOrigin } from '@angular/cdk/a11y';
12
+ import { FormGroupDirective } from '@angular/forms';
13
+ import { HighContrastModeDetector } from '@angular/cdk/a11y';
14
+ import * as i0 from '@angular/core';
15
+ import * as i1 from '@angular/cdk/bidi';
16
+ import * as i4 from '@angular/common';
17
+ import { InjectionToken } from '@angular/core';
18
+ import { NgControl } from '@angular/forms';
19
+ import { NgForm } from '@angular/forms';
20
+ import { NgZone } from '@angular/core';
21
+ import { Observable } from 'rxjs';
22
+ import { OnDestroy } from '@angular/core';
23
+ import { OnInit } from '@angular/core';
24
+ import { Platform } from '@angular/cdk/platform';
25
+ import { QueryList } from '@angular/core';
26
+ import { Subject } from 'rxjs';
27
+ import { Version } from '@angular/core';
28
+
1
29
  /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
30
+ * This is a permissive type for abstract class constructors.
31
+ * @docs-private
32
+ */
33
+ export declare type _AbstractConstructor<T = object> = abstract new (...args: any[]) => T;
34
+
35
+
36
+ /** @docs-private */
37
+ export declare class AnimationCurves {
38
+ static STANDARD_CURVE: string;
39
+ static DECELERATION_CURVE: string;
40
+ static ACCELERATION_CURVE: string;
41
+ static SHARP_CURVE: string;
42
+ }
43
+
44
+ /** @docs-private */
45
+ export declare class AnimationDurations {
46
+ static COMPLEX: string;
47
+ static ENTERING: string;
48
+ static EXITING: string;
49
+ }
50
+
51
+ /** @docs-private */
52
+ export declare interface CanColor {
53
+ /** Theme color palette for the component. */
54
+ color: ThemePalette;
55
+ /** Default color to fall back to if no value is set. */
56
+ defaultColor: ThemePalette | undefined;
57
+ }
58
+
59
+ declare type CanColorCtor = _Constructor<CanColor> & _AbstractConstructor<CanColor>;
60
+
61
+ /** @docs-private */
62
+ export declare interface CanDisable {
63
+ /** Whether the component is disabled. */
64
+ disabled: boolean;
65
+ }
66
+
67
+ declare type CanDisableCtor = _Constructor<CanDisable> & _AbstractConstructor<CanDisable>;
68
+
69
+ /** @docs-private */
70
+ export declare interface CanDisableRipple {
71
+ /** Whether ripples are disabled. */
72
+ disableRipple: boolean;
73
+ }
74
+
75
+ declare type CanDisableRippleCtor = _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple>;
76
+
77
+ /** @docs-private */
78
+ export declare interface CanUpdateErrorState {
79
+ /** Updates the error state based on the provided error state matcher. */
80
+ updateErrorState(): void;
81
+ /** Whether the component is in an error state. */
82
+ errorState: boolean;
83
+ /** An object used to control the error state of the component. */
84
+ errorStateMatcher: ErrorStateMatcher;
85
+ }
86
+
87
+ declare type CanUpdateErrorStateCtor = _Constructor<CanUpdateErrorState> & _AbstractConstructor<CanUpdateErrorState>;
88
+
89
+
90
+ /** @docs-private */
91
+ export declare type _Constructor<T> = new (...args: any[]) => T;
92
+
93
+ /**
94
+ * Counts the amount of option group labels that precede the specified option.
95
+ * @param optionIndex Index of the option at which to start counting.
96
+ * @param options Flat list of all of the options.
97
+ * @param optionGroups Flat list of all of the option groups.
98
+ * @docs-private
99
+ */
100
+ export declare function _countGroupLabelsBeforeOption(optionIndex: number, options: QueryList<MatOption>, optionGroups: QueryList<MatOptgroup>): number;
101
+
102
+ /** Adapts type `D` to be usable as a date by cdk-based components that work with dates. */
103
+ export declare abstract class DateAdapter<D, L = any> {
104
+ /** The locale to use for all dates. */
105
+ protected locale: L;
106
+ protected readonly _localeChanges: Subject<void>;
107
+ /** A stream that emits when the locale changes. */
108
+ readonly localeChanges: Observable<void>;
109
+ /**
110
+ * Gets the year component of the given date.
111
+ * @param date The date to extract the year from.
112
+ * @returns The year component.
113
+ */
114
+ abstract getYear(date: D): number;
115
+ /**
116
+ * Gets the month component of the given date.
117
+ * @param date The date to extract the month from.
118
+ * @returns The month component (0-indexed, 0 = January).
119
+ */
120
+ abstract getMonth(date: D): number;
121
+ /**
122
+ * Gets the date of the month component of the given date.
123
+ * @param date The date to extract the date of the month from.
124
+ * @returns The month component (1-indexed, 1 = first of month).
125
+ */
126
+ abstract getDate(date: D): number;
127
+ /**
128
+ * Gets the day of the week component of the given date.
129
+ * @param date The date to extract the day of the week from.
130
+ * @returns The month component (0-indexed, 0 = Sunday).
131
+ */
132
+ abstract getDayOfWeek(date: D): number;
133
+ /**
134
+ * Gets a list of names for the months.
135
+ * @param style The naming style (e.g. long = 'January', short = 'Jan', narrow = 'J').
136
+ * @returns An ordered list of all month names, starting with January.
137
+ */
138
+ abstract getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
139
+ /**
140
+ * Gets a list of names for the dates of the month.
141
+ * @returns An ordered list of all date of the month names, starting with '1'.
142
+ */
143
+ abstract getDateNames(): string[];
144
+ /**
145
+ * Gets a list of names for the days of the week.
146
+ * @param style The naming style (e.g. long = 'Sunday', short = 'Sun', narrow = 'S').
147
+ * @returns An ordered list of all weekday names, starting with Sunday.
148
+ */
149
+ abstract getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
150
+ /**
151
+ * Gets the name for the year of the given date.
152
+ * @param date The date to get the year name for.
153
+ * @returns The name of the given year (e.g. '2017').
154
+ */
155
+ abstract getYearName(date: D): string;
156
+ /**
157
+ * Gets the first day of the week.
158
+ * @returns The first day of the week (0-indexed, 0 = Sunday).
159
+ */
160
+ abstract getFirstDayOfWeek(): number;
161
+ /**
162
+ * Gets the number of days in the month of the given date.
163
+ * @param date The date whose month should be checked.
164
+ * @returns The number of days in the month of the given date.
165
+ */
166
+ abstract getNumDaysInMonth(date: D): number;
167
+ /**
168
+ * Clones the given date.
169
+ * @param date The date to clone
170
+ * @returns A new date equal to the given date.
171
+ */
172
+ abstract clone(date: D): D;
173
+ /**
174
+ * Creates a date with the given year, month, and date. Does not allow over/under-flow of the
175
+ * month and date.
176
+ * @param year The full year of the date. (e.g. 89 means the year 89, not the year 1989).
177
+ * @param month The month of the date (0-indexed, 0 = January). Must be an integer 0 - 11.
178
+ * @param date The date of month of the date. Must be an integer 1 - length of the given month.
179
+ * @returns The new date, or null if invalid.
180
+ */
181
+ abstract createDate(year: number, month: number, date: number): D;
182
+ /**
183
+ * Gets today's date.
184
+ * @returns Today's date.
185
+ */
186
+ abstract today(): D;
187
+ /**
188
+ * Parses a date from a user-provided value.
189
+ * @param value The value to parse.
190
+ * @param parseFormat The expected format of the value being parsed
191
+ * (type is implementation-dependent).
192
+ * @returns The parsed date.
193
+ */
194
+ abstract parse(value: any, parseFormat: any): D | null;
195
+ /**
196
+ * Formats a date as a string according to the given format.
197
+ * @param date The value to format.
198
+ * @param displayFormat The format to use to display the date as a string.
199
+ * @returns The formatted date string.
200
+ */
201
+ abstract format(date: D, displayFormat: any): string;
202
+ /**
203
+ * Adds the given number of years to the date. Years are counted as if flipping 12 pages on the
204
+ * calendar for each year and then finding the closest date in the new month. For example when
205
+ * adding 1 year to Feb 29, 2016, the resulting date will be Feb 28, 2017.
206
+ * @param date The date to add years to.
207
+ * @param years The number of years to add (may be negative).
208
+ * @returns A new date equal to the given one with the specified number of years added.
209
+ */
210
+ abstract addCalendarYears(date: D, years: number): D;
211
+ /**
212
+ * Adds the given number of months to the date. Months are counted as if flipping a page on the
213
+ * calendar for each month and then finding the closest date in the new month. For example when
214
+ * adding 1 month to Jan 31, 2017, the resulting date will be Feb 28, 2017.
215
+ * @param date The date to add months to.
216
+ * @param months The number of months to add (may be negative).
217
+ * @returns A new date equal to the given one with the specified number of months added.
218
+ */
219
+ abstract addCalendarMonths(date: D, months: number): D;
220
+ /**
221
+ * Adds the given number of days to the date. Days are counted as if moving one cell on the
222
+ * calendar for each day.
223
+ * @param date The date to add days to.
224
+ * @param days The number of days to add (may be negative).
225
+ * @returns A new date equal to the given one with the specified number of days added.
226
+ */
227
+ abstract addCalendarDays(date: D, days: number): D;
228
+ /**
229
+ * Gets the RFC 3339 compatible string (https://tools.ietf.org/html/rfc3339) for the given date.
230
+ * This method is used to generate date strings that are compatible with native HTML attributes
231
+ * such as the `min` or `max` attribute of an `<input>`.
232
+ * @param date The date to get the ISO date string for.
233
+ * @returns The ISO date string date string.
234
+ */
235
+ abstract toIso8601(date: D): string;
236
+ /**
237
+ * Checks whether the given object is considered a date instance by this DateAdapter.
238
+ * @param obj The object to check
239
+ * @returns Whether the object is a date instance.
240
+ */
241
+ abstract isDateInstance(obj: any): boolean;
242
+ /**
243
+ * Checks whether the given date is valid.
244
+ * @param date The date to check.
245
+ * @returns Whether the date is valid.
246
+ */
247
+ abstract isValid(date: D): boolean;
248
+ /**
249
+ * Gets date instance that is not valid.
250
+ * @returns An invalid date.
251
+ */
252
+ abstract invalid(): D;
253
+ /**
254
+ * Given a potential date object, returns that same date object if it is
255
+ * a valid date, or `null` if it's not a valid date.
256
+ * @param obj The object to check.
257
+ * @returns A date or `null`.
258
+ */
259
+ getValidDateOrNull(obj: unknown): D | null;
260
+ /**
261
+ * Attempts to deserialize a value to a valid date object. This is different from parsing in that
262
+ * deserialize should only accept non-ambiguous, locale-independent formats (e.g. a ISO 8601
263
+ * string). The default implementation does not allow any deserialization, it simply checks that
264
+ * the given value is already a valid date object or null. The `<mat-datepicker>` will call this
265
+ * method on all of its `@Input()` properties that accept dates. It is therefore possible to
266
+ * support passing values from your backend directly to these properties by overriding this method
267
+ * to also deserialize the format used by your backend.
268
+ * @param value The value to be deserialized into a date object.
269
+ * @returns The deserialized date object, either a valid date, null if the value can be
270
+ * deserialized into a null date (e.g. the empty string), or an invalid date.
271
+ */
272
+ deserialize(value: any): D | null;
273
+ /**
274
+ * Sets the locale used for all dates.
275
+ * @param locale The new locale.
276
+ */
277
+ setLocale(locale: L): void;
278
+ /**
279
+ * Compares two dates.
280
+ * @param first The first date to compare.
281
+ * @param second The second date to compare.
282
+ * @returns 0 if the dates are equal, a number less than 0 if the first date is earlier,
283
+ * a number greater than 0 if the first date is later.
284
+ */
285
+ compareDate(first: D, second: D): number;
286
+ /**
287
+ * Checks if two dates are equal.
288
+ * @param first The first date to check.
289
+ * @param second The second date to check.
290
+ * @returns Whether the two dates are equal.
291
+ * Null dates are considered equal to other null dates.
292
+ */
293
+ sameDate(first: D | null, second: D | null): boolean;
294
+ /**
295
+ * Clamp the given date between min and max dates.
296
+ * @param date The date to clamp.
297
+ * @param min The minimum value to allow. If null or omitted no min is enforced.
298
+ * @param max The maximum value to allow. If null or omitted no max is enforced.
299
+ * @returns `min` if `date` is less than `min`, `max` if date is greater than `max`,
300
+ * otherwise `date`.
301
+ */
302
+ clampDate(date: D, min?: D | null, max?: D | null): D;
303
+ }
304
+
305
+ /**
306
+ * Default ripple animation configuration for ripples without an explicit
307
+ * animation config specified.
308
+ */
309
+ export declare const defaultRippleAnimationConfig: {
310
+ enterDuration: number;
311
+ exitDuration: number;
312
+ };
313
+
314
+ /** Provider that defines how form controls behave with regards to displaying error messages. */
315
+ export declare class ErrorStateMatcher {
316
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
317
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
318
+ static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
319
+ }
320
+
321
+ /**
322
+ * Determines the position to which to scroll a panel in order for an option to be into view.
323
+ * @param optionOffset Offset of the option from the top of the panel.
324
+ * @param optionHeight Height of the options.
325
+ * @param currentScrollPosition Current scroll position of the panel.
326
+ * @param panelHeight Height of the panel.
327
+ * @docs-private
328
+ */
329
+ export declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
330
+
331
+ /** Object that can be used to configure the sanity checks granularly. */
332
+ export declare interface GranularSanityChecks {
333
+ doctype: boolean;
334
+ theme: boolean;
335
+ version: boolean;
336
+ }
337
+
338
+ /** @docs-private */
339
+ declare interface HasElementRef {
340
+ _elementRef: ElementRef;
341
+ }
342
+
343
+ /** @docs-private */
344
+ declare interface HasErrorState {
345
+ _parentFormGroup: FormGroupDirective;
346
+ _parentForm: NgForm;
347
+ _defaultErrorStateMatcher: ErrorStateMatcher;
348
+ ngControl: NgControl;
349
+ stateChanges: Subject<void>;
350
+ }
351
+
352
+ /**
353
+ * Mixin that adds an initialized property to a directive which, when subscribed to, will emit a
354
+ * value once markInitialized has been called, which should be done during the ngOnInit function.
355
+ * If the subscription is made after it has already been marked as initialized, then it will trigger
356
+ * an emit immediately.
357
+ * @docs-private
358
+ */
359
+ export declare interface HasInitialized {
360
+ /** Stream that emits once during the directive/component's ngOnInit. */
361
+ initialized: Observable<void>;
362
+ /**
363
+ * Sets the state as initialized and must be called during ngOnInit to notify subscribers that
364
+ * the directive has been initialized.
365
+ * @docs-private
366
+ */
367
+ _markInitialized: () => void;
368
+ }
369
+
370
+ declare type HasInitializedCtor = _Constructor<HasInitialized>;
371
+
372
+ /** @docs-private */
373
+ export declare interface HasTabIndex {
374
+ /** Tabindex of the component. */
375
+ tabIndex: number;
376
+ /** Tabindex to which to fall back to if no value is set. */
377
+ defaultTabIndex: number;
378
+ }
379
+
380
+ declare type HasTabIndexCtor = _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex>;
381
+
382
+ declare namespace i1_2 {
383
+ export {
384
+ MATERIAL_SANITY_CHECKS_FACTORY,
385
+ MATERIAL_SANITY_CHECKS,
386
+ SanityChecks,
387
+ GranularSanityChecks,
388
+ MatCommonModule
389
+ }
390
+ }
391
+
392
+ declare namespace i1_3 {
393
+ export {
394
+ _countGroupLabelsBeforeOption,
395
+ _getOptionScrollPosition,
396
+ MatOptionSelectionChange,
397
+ _MatOptionBase,
398
+ MatOption
399
+ }
400
+ }
401
+
402
+ declare namespace i1_4 {
403
+ export {
404
+ RippleGlobalOptions,
405
+ MAT_RIPPLE_GLOBAL_OPTIONS,
406
+ MatRipple
407
+ }
408
+ }
409
+
410
+ declare namespace i1_5 {
411
+ export {
412
+ MatPseudoCheckboxState,
413
+ MatPseudoCheckbox
414
+ }
415
+ }
416
+
417
+ declare namespace i2 {
418
+ export {
419
+ _MatOptgroupBase,
420
+ MAT_OPTGROUP,
421
+ MatOptgroup
422
+ }
423
+ }
424
+
425
+ declare namespace i3 {
426
+ export {
427
+ MatRippleModule,
428
+ RippleGlobalOptions,
429
+ MAT_RIPPLE_GLOBAL_OPTIONS,
430
+ MatRipple,
431
+ RippleState,
432
+ RippleConfig,
433
+ RippleAnimationConfig,
434
+ RippleRef,
435
+ RippleTarget,
436
+ defaultRippleAnimationConfig,
437
+ RippleRenderer
438
+ }
439
+ }
440
+
441
+ declare namespace i6 {
442
+ export {
443
+ MatPseudoCheckboxModule
444
+ }
445
+ }
446
+
447
+ export declare const MAT_DATE_FORMATS: InjectionToken<MatDateFormats>;
448
+
449
+ /** InjectionToken for datepicker that can be used to override default locale code. */
450
+ export declare const MAT_DATE_LOCALE: InjectionToken<{}>;
451
+
452
+ /** @docs-private */
453
+ export declare function MAT_DATE_LOCALE_FACTORY(): {};
454
+
455
+ export declare const MAT_NATIVE_DATE_FORMATS: MatDateFormats;
456
+
457
+ /**
458
+ * Injection token that can be used to reference instances of `MatOptgroup`. It serves as
459
+ * alternative token to the actual `MatOptgroup` class which could cause unnecessary
460
+ * retention of the class and its component metadata.
461
+ */
462
+ export declare const MAT_OPTGROUP: InjectionToken<MatOptgroup>;
463
+
464
+ /**
465
+ * Injection token used to provide the parent component to options.
466
+ */
467
+ export declare const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponent>;
468
+
469
+ /** Injection token that can be used to specify the global ripple options. */
470
+ export declare const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken<RippleGlobalOptions>;
471
+
472
+ /**
473
+ * Module that captures anything that should be loaded and/or run for *all* Angular Material
474
+ * components. This includes Bidi, etc.
4
475
  *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
476
+ * This module should be imported to each top-level component module (e.g., MatTabsModule).
477
+ */
478
+ export declare class MatCommonModule {
479
+ private _sanityChecks;
480
+ private _document;
481
+ /** Whether we've done the global sanity checks (e.g. a theme is loaded, there is a doctype). */
482
+ private _hasDoneGlobalChecks;
483
+ constructor(highContrastModeDetector: HighContrastModeDetector, _sanityChecks: SanityChecks, _document: Document);
484
+ /** Gets whether a specific sanity check is enabled. */
485
+ private _checkIsEnabled;
486
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonModule, [null, { optional: true; }, null]>;
487
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCommonModule, never, [typeof i1.BidiModule], [typeof i1.BidiModule]>;
488
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatCommonModule>;
489
+ }
490
+
491
+ export declare type MatDateFormats = {
492
+ parse: {
493
+ dateInput: any;
494
+ };
495
+ display: {
496
+ dateInput: any;
497
+ monthLabel?: any;
498
+ monthYearLabel: any;
499
+ dateA11yLabel: any;
500
+ monthYearA11yLabel: any;
501
+ };
502
+ };
503
+
504
+ /** Injection token that configures whether the Material sanity checks are enabled. */
505
+ export declare const MATERIAL_SANITY_CHECKS: InjectionToken<SanityChecks>;
506
+
507
+ /** @docs-private */
508
+ declare function MATERIAL_SANITY_CHECKS_FACTORY(): SanityChecks;
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, false>;
518
+ }
519
+
520
+ export declare class MatLineModule {
521
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatLineModule, never>;
522
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, [typeof MatLine], [typeof i1_2.MatCommonModule], [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, [typeof NativeDateModule], 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 extends _MatOptgroupBase {
536
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup, never>;
537
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "disabled": "disabled"; }, {}, never, ["*", "mat-option, ng-container"], false>;
538
+ }
539
+
540
+ export declare class _MatOptgroupBase extends _MatOptgroupMixinBase implements CanDisable {
541
+ /** Label for the option group. */
542
+ label: string;
543
+ /** Unique id for the underlying label. */
544
+ _labelId: string;
545
+ /** Whether the group is in inert a11y mode. */
546
+ _inert: boolean;
547
+ constructor(parent?: MatOptionParentComponent);
548
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptgroupBase, [{ optional: true; }]>;
549
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never, never, false>;
550
+ }
551
+
552
+ /** @docs-private */
553
+ declare const _MatOptgroupMixinBase: _Constructor_2<CanDisable> & _AbstractConstructor_2<CanDisable> & {
554
+ new (): {};
555
+ };
556
+
557
+ /**
558
+ * Single option inside of a `<mat-select>` element.
559
+ */
560
+ export declare class MatOption<T = any> extends _MatOptionBase<T> {
561
+ constructor(element: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, parent: MatOptionParentComponent, group: MatOptgroup);
562
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>, [null, null, { optional: true; }, { optional: true; }]>;
563
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], {}, {}, never, ["*"], false>;
564
+ }
565
+
566
+ export declare class _MatOptionBase<T = any> implements FocusableOption, AfterViewChecked, OnDestroy {
567
+ private _element;
568
+ private _changeDetectorRef;
569
+ private _parent;
570
+ readonly group: _MatOptgroupBase;
571
+ private _selected;
572
+ private _active;
573
+ private _disabled;
574
+ private _mostRecentViewValue;
575
+ /** Whether the wrapping component is in multiple selection mode. */
576
+ get multiple(): boolean | undefined;
577
+ /** Whether or not the option is currently selected. */
578
+ get selected(): boolean;
579
+ /** The form value of the option. */
580
+ value: T;
581
+ /** The unique ID of the option. */
582
+ id: string;
583
+ /** Whether the option is disabled. */
584
+ get disabled(): boolean;
585
+ set disabled(value: BooleanInput);
586
+ /** Whether ripples for the option are disabled. */
587
+ get disableRipple(): boolean;
588
+ /** Event emitted when the option is selected or deselected. */
589
+ readonly onSelectionChange: EventEmitter<MatOptionSelectionChange<T>>;
590
+ /** Emits when the state of the option changes and any parents have to be notified. */
591
+ readonly _stateChanges: Subject<void>;
592
+ constructor(_element: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _parent: MatOptionParentComponent, group: _MatOptgroupBase);
593
+ /**
594
+ * Whether or not the option is currently active and ready to be selected.
595
+ * An active option displays styles as if it is focused, but the
596
+ * focus is actually retained somewhere else. This comes in handy
597
+ * for components like autocomplete where focus must remain on the input.
598
+ */
599
+ get active(): boolean;
600
+ /**
601
+ * The displayed value of the option. It is necessary to show the selected option in the
602
+ * select's trigger.
603
+ */
604
+ get viewValue(): string;
605
+ /** Selects the option. */
606
+ select(): void;
607
+ /** Deselects the option. */
608
+ deselect(): void;
609
+ /** Sets focus onto this option. */
610
+ focus(_origin?: FocusOrigin, options?: FocusOptions_2): void;
611
+ /**
612
+ * This method sets display styles on the option to make it appear
613
+ * active. This is used by the ActiveDescendantKeyManager so key
614
+ * events will display the proper options as active on arrow key events.
615
+ */
616
+ setActiveStyles(): void;
617
+ /**
618
+ * This method removes display styles on the option that made it appear
619
+ * active. This is used by the ActiveDescendantKeyManager so key
620
+ * events will display the proper options as active on arrow key events.
621
+ */
622
+ setInactiveStyles(): void;
623
+ /** Gets the label to be used when determining whether the option should be focused. */
624
+ getLabel(): string;
625
+ /** Ensures the option is selected when activated from the keyboard. */
626
+ _handleKeydown(event: KeyboardEvent): void;
627
+ /**
628
+ * `Selects the option while indicating the selection came from the user. Used to
629
+ * determine if the select's view -> model callback should be invoked.`
630
+ */
631
+ _selectViaInteraction(): void;
632
+ /**
633
+ * Gets the `aria-selected` value for the option. We explicitly omit the `aria-selected`
634
+ * attribute from single-selection, unselected options. Including the `aria-selected="false"`
635
+ * attributes adds a significant amount of noise to screen-reader users without providing useful
636
+ * information.
637
+ */
638
+ _getAriaSelected(): boolean | null;
639
+ /** Returns the correct tabindex for the option depending on disabled state. */
640
+ _getTabIndex(): string;
641
+ /** Gets the host DOM element. */
642
+ _getHostElement(): HTMLElement;
643
+ ngAfterViewChecked(): void;
644
+ ngOnDestroy(): void;
645
+ /** Emits the selection change event. */
646
+ private _emitSelectionChangeEvent;
647
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptionBase<any>, never>;
648
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptionBase<any>, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never, never, false>;
649
+ }
650
+
651
+ export declare class MatOptionModule {
652
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
653
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, [typeof i1_3.MatOption, typeof i2.MatOptgroup], [typeof i3.MatRippleModule, typeof i4.CommonModule, typeof i1_2.MatCommonModule, typeof i6.MatPseudoCheckboxModule], [typeof i1_3.MatOption, typeof i2.MatOptgroup]>;
654
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
655
+ }
656
+
657
+ /**
658
+ * Describes a parent component that manages a list of options.
659
+ * Contains properties that the options can inherit.
660
+ * @docs-private
661
+ */
662
+ export declare interface MatOptionParentComponent {
663
+ disableRipple?: boolean;
664
+ multiple?: boolean;
665
+ inertGroups?: boolean;
666
+ }
667
+
668
+ /** Event object emitted by MatOption when selected or deselected. */
669
+ export declare class MatOptionSelectionChange<T = any> {
670
+ /** Reference to the option that emitted the event. */
671
+ source: _MatOptionBase<T>;
672
+ /** Whether the change in the option's value was a result of a user action. */
673
+ isUserInput: boolean;
674
+ constructor(
675
+ /** Reference to the option that emitted the event. */
676
+ source: _MatOptionBase<T>,
677
+ /** Whether the change in the option's value was a result of a user action. */
678
+ isUserInput?: boolean);
679
+ }
680
+
681
+ /**
682
+ * Component that shows a simplified checkbox without including any kind of "real" checkbox.
683
+ * Meant to be used when the checkbox is purely decorative and a large number of them will be
684
+ * included, such as for the options in a multi-select. Uses no SVGs or complex animations.
685
+ * Note that theming is meant to be handled by the parent element, e.g.
686
+ * `mat-primary .mat-pseudo-checkbox`.
687
+ *
688
+ * Note that this component will be completely invisible to screen-reader users. This is *not*
689
+ * interchangeable with `<mat-checkbox>` and should *not* be used if the user would directly
690
+ * interact with the checkbox. The pseudo-checkbox should only be used as an implementation detail
691
+ * of more complex components that appropriately handle selected / checked state.
692
+ * @docs-private
693
+ */
694
+ export declare class MatPseudoCheckbox {
695
+ _animationMode?: string | undefined;
696
+ /** Display state of the checkbox. */
697
+ state: MatPseudoCheckboxState;
698
+ /** Whether the checkbox is disabled. */
699
+ disabled: boolean;
700
+ constructor(_animationMode?: string | undefined);
701
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, [{ optional: true; }]>;
702
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": "state"; "disabled": "disabled"; }, {}, never, never, false>;
703
+ }
704
+
705
+ export declare class MatPseudoCheckboxModule {
706
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
707
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, [typeof i1_5.MatPseudoCheckbox], [typeof i1_2.MatCommonModule], [typeof i1_5.MatPseudoCheckbox]>;
708
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
709
+ }
710
+
711
+ /**
712
+ * Possible states for a pseudo checkbox.
713
+ * @docs-private
714
+ */
715
+ export declare type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
716
+
717
+ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
718
+ private _elementRef;
719
+ private _animationMode?;
720
+ /** Custom color for all ripples. */
721
+ color: string;
722
+ /** Whether the ripples should be visible outside the component's bounds. */
723
+ unbounded: boolean;
724
+ /**
725
+ * Whether the ripple always originates from the center of the host element's bounds, rather
726
+ * than originating from the location of the click event.
727
+ */
728
+ centered: boolean;
729
+ /**
730
+ * If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius
731
+ * will be the distance from the center of the ripple to the furthest corner of the host element's
732
+ * bounding rectangle.
733
+ */
734
+ radius: number;
735
+ /**
736
+ * Configuration for the ripple animation. Allows modifying the enter and exit animation
737
+ * duration of the ripples. The animation durations will be overwritten if the
738
+ * `NoopAnimationsModule` is being used.
739
+ */
740
+ animation: RippleAnimationConfig;
741
+ /**
742
+ * Whether click events will not trigger the ripple. Ripples can be still launched manually
743
+ * by using the `launch()` method.
744
+ */
745
+ get disabled(): boolean;
746
+ set disabled(value: boolean);
747
+ private _disabled;
748
+ /**
749
+ * The element that triggers the ripple when click events are received.
750
+ * Defaults to the directive's host element.
751
+ */
752
+ get trigger(): HTMLElement;
753
+ set trigger(trigger: HTMLElement);
754
+ private _trigger;
755
+ /** Renderer for the ripple DOM manipulations. */
756
+ private _rippleRenderer;
757
+ /** Options that are set globally for all ripples. */
758
+ private _globalOptions;
759
+ /** Whether ripple directive is initialized and the input bindings are set. */
760
+ private _isInitialized;
761
+ constructor(_elementRef: ElementRef<HTMLElement>, ngZone: NgZone, platform: Platform, globalOptions?: RippleGlobalOptions, _animationMode?: string | undefined);
762
+ ngOnInit(): void;
763
+ ngOnDestroy(): void;
764
+ /** Fades out all currently showing ripple elements. */
765
+ fadeOutAll(): void;
766
+ /** Fades out all currently showing non-persistent ripple elements. */
767
+ fadeOutAllNonPersistent(): void;
768
+ /**
769
+ * Ripple configuration from the directive's input values.
770
+ * @docs-private Implemented as part of RippleTarget
771
+ */
772
+ get rippleConfig(): RippleConfig;
773
+ /**
774
+ * Whether ripples on pointer-down are disabled or not.
775
+ * @docs-private Implemented as part of RippleTarget
776
+ */
777
+ get rippleDisabled(): boolean;
778
+ /** Sets up the trigger event listeners if ripples are enabled. */
779
+ private _setupTriggerEventsIfEnabled;
780
+ /**
781
+ * Launches a manual ripple using the specified ripple configuration.
782
+ * @param config Configuration for the manual ripple.
783
+ */
784
+ launch(config: RippleConfig): RippleRef;
785
+ /**
786
+ * Launches a manual ripple at the specified coordinates relative to the viewport.
787
+ * @param x Coordinate along the X axis at which to fade-in the ripple. Coordinate
788
+ * should be relative to the viewport.
789
+ * @param y Coordinate along the Y axis at which to fade-in the ripple. Coordinate
790
+ * should be relative to the viewport.
791
+ * @param config Optional ripple configuration for the manual ripple.
792
+ */
793
+ launch(x: number, y: number, config?: RippleConfig): RippleRef;
794
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, [null, null, null, { optional: true; }, { optional: true; }]>;
795
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": "matRippleColor"; "unbounded": "matRippleUnbounded"; "centered": "matRippleCentered"; "radius": "matRippleRadius"; "animation": "matRippleAnimation"; "disabled": "matRippleDisabled"; "trigger": "matRippleTrigger"; }, {}, never, never, false>;
796
+ }
797
+
798
+ export declare class MatRippleModule {
799
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
800
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, [typeof i1_4.MatRipple], [typeof i1_2.MatCommonModule], [typeof i1_4.MatRipple, typeof i1_2.MatCommonModule]>;
801
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
802
+ }
803
+
804
+ /** Mixin to augment a directive with a `color` property. */
805
+ export declare function mixinColor<T extends _AbstractConstructor<HasElementRef>>(base: T, defaultColor?: ThemePalette): CanColorCtor & T;
806
+
807
+ /** Mixin to augment a directive with a `disabled` property. */
808
+ export declare function mixinDisabled<T extends _AbstractConstructor<{}>>(base: T): CanDisableCtor & T;
809
+
810
+ /** Mixin to augment a directive with a `disableRipple` property. */
811
+ export declare function mixinDisableRipple<T extends _AbstractConstructor<{}>>(base: T): CanDisableRippleCtor & T;
812
+
813
+ /**
814
+ * Mixin to augment a directive with updateErrorState method.
815
+ * For component with `errorState` and need to update `errorState`.
816
+ */
817
+ export declare function mixinErrorState<T extends _AbstractConstructor<HasErrorState>>(base: T): CanUpdateErrorStateCtor & T;
818
+
819
+ /** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */
820
+ export declare function mixinInitialized<T extends _Constructor<{}>>(base: T): HasInitializedCtor & T;
821
+
822
+ /** Mixin to augment a directive with a `tabIndex` property. */
823
+ export declare function mixinTabIndex<T extends _AbstractConstructor<CanDisable>>(base: T, defaultTabIndex?: number): HasTabIndexCtor & T;
824
+
825
+ /** Adapts the native JS Date for use with cdk-based components that work with dates. */
826
+ export declare class NativeDateAdapter extends DateAdapter<Date> {
827
+ /**
828
+ * @deprecated No longer being used. To be removed.
829
+ * @breaking-change 14.0.0
830
+ */
831
+ useUtcForDisplay: boolean;
832
+ constructor(matDateLocale: string,
833
+ /**
834
+ * @deprecated No longer being used. To be removed.
835
+ * @breaking-change 14.0.0
836
+ */
837
+ _platform?: Platform);
838
+ getYear(date: Date): number;
839
+ getMonth(date: Date): number;
840
+ getDate(date: Date): number;
841
+ getDayOfWeek(date: Date): number;
842
+ getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
843
+ getDateNames(): string[];
844
+ getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
845
+ getYearName(date: Date): string;
846
+ getFirstDayOfWeek(): number;
847
+ getNumDaysInMonth(date: Date): number;
848
+ clone(date: Date): Date;
849
+ createDate(year: number, month: number, date: number): Date;
850
+ today(): Date;
851
+ parse(value: any): Date | null;
852
+ format(date: Date, displayFormat: Object): string;
853
+ addCalendarYears(date: Date, years: number): Date;
854
+ addCalendarMonths(date: Date, months: number): Date;
855
+ addCalendarDays(date: Date, days: number): Date;
856
+ toIso8601(date: Date): string;
857
+ /**
858
+ * Returns the given value if given a valid Date or null. Deserializes valid ISO 8601 strings
859
+ * (https://www.ietf.org/rfc/rfc3339.txt) into valid Dates and empty string into null. Returns an
860
+ * invalid date for all other values.
861
+ */
862
+ deserialize(value: any): Date | null;
863
+ isDateInstance(obj: any): boolean;
864
+ isValid(date: Date): boolean;
865
+ invalid(): Date;
866
+ /** Creates a date but allows the month and date to overflow. */
867
+ private _createDateWithOverflow;
868
+ /**
869
+ * Pads a number to make it two digits.
870
+ * @param n The number to pad.
871
+ * @returns The padded number.
872
+ */
873
+ private _2digit;
874
+ /**
875
+ * When converting Date object to string, javascript built-in functions may return wrong
876
+ * results because it applies its internal DST rules. The DST rules around the world change
877
+ * very frequently, and the current valid rule is not always valid in previous years though.
878
+ * We work around this problem building a new Date object which has its internal UTC
879
+ * representation with the local date and time.
880
+ * @param dtf Intl.DateTimeFormat object, containg the desired string format. It must have
881
+ * timeZone set to 'utc' to work fine.
882
+ * @param date Date from which we want to get the string representation according to dtf
883
+ * @returns A Date object with its UTC representation based on the passed in date info
884
+ */
885
+ private _format;
886
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateAdapter, [{ optional: true; }, null]>;
887
+ static ɵprov: i0.ɵɵInjectableDeclaration<NativeDateAdapter>;
888
+ }
889
+
890
+ export declare class NativeDateModule {
891
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateModule, never>;
892
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NativeDateModule, never, never, never>;
893
+ static ɵinj: i0.ɵɵInjectorDeclaration<NativeDateModule>;
894
+ }
895
+
896
+ /**
897
+ * Interface that describes the configuration for the animation of a ripple.
898
+ * There are two animation phases with different durations for the ripples.
899
+ */
900
+ export declare interface RippleAnimationConfig {
901
+ /** Duration in milliseconds for the enter animation (expansion from point of contact). */
902
+ enterDuration?: number;
903
+ /** Duration in milliseconds for the exit animation (fade-out). */
904
+ exitDuration?: number;
905
+ }
906
+
907
+ export declare type RippleConfig = {
908
+ color?: string;
909
+ centered?: boolean;
910
+ radius?: number;
911
+ persistent?: boolean;
912
+ animation?: RippleAnimationConfig;
913
+ terminateOnPointerUp?: boolean;
914
+ };
915
+
916
+ /** Configurable options for `matRipple`. */
917
+ export declare interface RippleGlobalOptions {
918
+ /**
919
+ * Whether ripples should be disabled. Ripples can be still launched manually by using
920
+ * the `launch()` method. Therefore focus indicators will still show up.
921
+ */
922
+ disabled?: boolean;
923
+ /**
924
+ * Default configuration for the animation duration of the ripples. There are two phases with
925
+ * different durations for the ripples: `enter` and `leave`. The durations will be overwritten
926
+ * by the value of `matRippleAnimation` or if the `NoopAnimationsModule` is included.
927
+ */
928
+ animation?: RippleAnimationConfig;
929
+ /**
930
+ * Whether ripples should start fading out immediately after the mouse or touch is released. By
931
+ * default, ripples will wait for the enter animation to complete and for mouse or touch release.
932
+ */
933
+ terminateOnPointerUp?: boolean;
934
+ }
935
+
936
+ /**
937
+ * Reference to a previously launched ripple element.
938
+ */
939
+ export declare class RippleRef {
940
+ private _renderer;
941
+ /** Reference to the ripple HTML element. */
942
+ element: HTMLElement;
943
+ /** Ripple configuration used for the ripple. */
944
+ config: RippleConfig;
945
+ _animationForciblyDisabledThroughCss: boolean;
946
+ /** Current state of the ripple. */
947
+ state: RippleState;
948
+ constructor(_renderer: {
949
+ fadeOutRipple(ref: RippleRef): void;
950
+ },
951
+ /** Reference to the ripple HTML element. */
952
+ element: HTMLElement,
953
+ /** Ripple configuration used for the ripple. */
954
+ config: RippleConfig, _animationForciblyDisabledThroughCss?: boolean);
955
+ /** Fades out the ripple element. */
956
+ fadeOut(): void;
957
+ }
958
+
959
+ /**
960
+ * Helper service that performs DOM manipulations. Not intended to be used outside this module.
961
+ * The constructor takes a reference to the ripple directive's host element and a map of DOM
962
+ * event handlers to be installed on the element that triggers ripple animations.
963
+ * This will eventually become a custom renderer once Angular support exists.
964
+ * @docs-private
965
+ */
966
+ export declare class RippleRenderer implements EventListenerObject {
967
+ private _target;
968
+ private _ngZone;
969
+ /** Element where the ripples are being added to. */
970
+ private _containerElement;
971
+ /** Element which triggers the ripple elements on mouse events. */
972
+ private _triggerElement;
973
+ /** Whether the pointer is currently down or not. */
974
+ private _isPointerDown;
975
+ /**
976
+ * Map of currently active ripple references.
977
+ * The ripple reference is mapped to its element event listeners.
978
+ * The reason why `| null` is used is that event listeners are added only
979
+ * when the condition is truthy (see the `_startFadeOutTransition` method).
980
+ */
981
+ private _activeRipples;
982
+ /** Latest non-persistent ripple that was triggered. */
983
+ private _mostRecentTransientRipple;
984
+ /** Time in milliseconds when the last touchstart event happened. */
985
+ private _lastTouchStartEvent;
986
+ /** Whether pointer-up event listeners have been registered. */
987
+ private _pointerUpEventsRegistered;
988
+ /**
989
+ * Cached dimensions of the ripple container. Set when the first
990
+ * ripple is shown and cleared once no more ripples are visible.
991
+ */
992
+ private _containerRect;
993
+ constructor(_target: RippleTarget, _ngZone: NgZone, elementOrElementRef: HTMLElement | ElementRef<HTMLElement>, platform: Platform);
994
+ /**
995
+ * Fades in a ripple at the given coordinates.
996
+ * @param x Coordinate within the element, along the X axis at which to start the ripple.
997
+ * @param y Coordinate within the element, along the Y axis at which to start the ripple.
998
+ * @param config Extra ripple options.
999
+ */
1000
+ fadeInRipple(x: number, y: number, config?: RippleConfig): RippleRef;
1001
+ /** Fades out a ripple reference. */
1002
+ fadeOutRipple(rippleRef: RippleRef): void;
1003
+ /** Fades out all currently active ripples. */
1004
+ fadeOutAll(): void;
1005
+ /** Fades out all currently active non-persistent ripples. */
1006
+ fadeOutAllNonPersistent(): void;
1007
+ /** Sets up the trigger event listeners */
1008
+ setupTriggerEvents(elementOrElementRef: HTMLElement | ElementRef<HTMLElement>): void;
1009
+ /**
1010
+ * Handles all registered events.
1011
+ * @docs-private
1012
+ */
1013
+ handleEvent(event: Event): void;
1014
+ /** Method that will be called if the fade-in or fade-in transition completed. */
1015
+ private _finishRippleTransition;
1016
+ /**
1017
+ * Starts the fade-out transition of the given ripple if it's not persistent and the pointer
1018
+ * is not held down anymore.
1019
+ */
1020
+ private _startFadeOutTransition;
1021
+ /** Destroys the given ripple by removing it from the DOM and updating its state. */
1022
+ private _destroyRipple;
1023
+ /** Function being called whenever the trigger is being pressed using mouse. */
1024
+ private _onMousedown;
1025
+ /** Function being called whenever the trigger is being pressed using touch. */
1026
+ private _onTouchStart;
1027
+ /** Function being called whenever the trigger is being released. */
1028
+ private _onPointerUp;
1029
+ /** Registers event listeners for a given list of events. */
1030
+ private _registerEvents;
1031
+ private _getActiveRipples;
1032
+ /** Removes previously registered event listeners from the trigger element. */
1033
+ _removeTriggerEvents(): void;
1034
+ }
1035
+
1036
+
1037
+ /** Possible states for a ripple element. */
1038
+ export declare const enum RippleState {
1039
+ FADING_IN = 0,
1040
+ VISIBLE = 1,
1041
+ FADING_OUT = 2,
1042
+ HIDDEN = 3
1043
+ }
1044
+
1045
+ /**
1046
+ * Interface that describes the target for launching ripples.
1047
+ * It defines the ripple configuration and disabled state for interaction ripples.
1048
+ * @docs-private
1049
+ */
1050
+ export declare interface RippleTarget {
1051
+ /** Configuration for ripples that are launched on pointer down. */
1052
+ rippleConfig: RippleConfig;
1053
+ /** Whether ripples on pointer down should be disabled. */
1054
+ rippleDisabled: boolean;
1055
+ }
1056
+
1057
+ /**
1058
+ * Possible sanity checks that can be enabled. If set to
1059
+ * true/false, all checks will be enabled/disabled.
1060
+ */
1061
+ export declare type SanityChecks = boolean | GranularSanityChecks;
1062
+
1063
+ /**
1064
+ * Helper that takes a query list of lines and sets the correct class on the host.
1065
+ * @docs-private
7
1066
  */
8
- export * from './public-api';
1067
+ export declare function setLines(lines: QueryList<unknown>, element: ElementRef<HTMLElement>, prefix?: string): void;
1068
+
1069
+ /** Error state matcher that matches when a control is invalid and dirty. */
1070
+ export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
1071
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
1072
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnDirtyErrorStateMatcher, never>;
1073
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnDirtyErrorStateMatcher>;
1074
+ }
1075
+
1076
+ /** Possible color palette values. */
1077
+ export declare type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
1078
+
1079
+ /** Current version of Angular Material. */
1080
+ export declare const VERSION: Version;
1081
+
1082
+ export { }