@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/tabs/index.d.ts CHANGED
@@ -1,8 +1,966 @@
1
+ import { _AbstractConstructor } from '@angular/material/core';
2
+ import { AfterContentChecked } from '@angular/core';
3
+ import { AfterContentInit } from '@angular/core';
4
+ import { AfterViewInit } from '@angular/core';
5
+ import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
6
+ import { AnimationTriggerMetadata } from '@angular/animations';
7
+ import { BooleanInput } from '@angular/cdk/coercion';
8
+ import { CanColor } from '@angular/material/core';
9
+ import { CanDisable } from '@angular/material/core';
10
+ import { CanDisableRipple } from '@angular/material/core';
11
+ import { CdkPortal } from '@angular/cdk/portal';
12
+ import { CdkPortalOutlet } from '@angular/cdk/portal';
13
+ import { ChangeDetectorRef } from '@angular/core';
14
+ import { ComponentFactoryResolver } from '@angular/core';
15
+ import { _Constructor } from '@angular/material/core';
16
+ import { Direction } from '@angular/cdk/bidi';
17
+ import { Directionality } from '@angular/cdk/bidi';
18
+ import { ElementRef } from '@angular/core';
19
+ import { EventEmitter } from '@angular/core';
20
+ import { FocusableOption } from '@angular/cdk/a11y';
21
+ import { FocusMonitor } from '@angular/cdk/a11y';
22
+ import { FocusOrigin } from '@angular/cdk/a11y';
23
+ import { HasTabIndex } from '@angular/material/core';
24
+ import * as i0 from '@angular/core';
25
+ import * as i10 from '@angular/common';
26
+ import * as i11 from '@angular/material/core';
27
+ import * as i12 from '@angular/cdk/portal';
28
+ import * as i13 from '@angular/cdk/observers';
29
+ import * as i14 from '@angular/cdk/a11y';
30
+ import { InjectionToken } from '@angular/core';
31
+ import { NgZone } from '@angular/core';
32
+ import { NumberInput } from '@angular/cdk/coercion';
33
+ import { OnChanges } from '@angular/core';
34
+ import { OnDestroy } from '@angular/core';
35
+ import { OnInit } from '@angular/core';
36
+ import { Platform } from '@angular/cdk/platform';
37
+ import { QueryList } from '@angular/core';
38
+ import { RippleConfig } from '@angular/material/core';
39
+ import { RippleGlobalOptions } from '@angular/material/core';
40
+ import { RippleTarget } from '@angular/material/core';
41
+ import { SimpleChanges } from '@angular/core';
42
+ import { Subject } from 'rxjs';
43
+ import { TemplatePortal } from '@angular/cdk/portal';
44
+ import { TemplateRef } from '@angular/core';
45
+ import { ThemePalette } from '@angular/material/core';
46
+ import { ViewContainerRef } from '@angular/core';
47
+ import { ViewportRuler } from '@angular/cdk/scrolling';
48
+
49
+ declare namespace i1 {
50
+ export {
51
+ MatTabChangeEvent,
52
+ MatTabHeaderPosition,
53
+ _MatTabGroupBase,
54
+ MatTabGroup
55
+ }
56
+ }
57
+
58
+ declare namespace i2 {
59
+ export {
60
+ MAT_TAB_LABEL,
61
+ MAT_TAB,
62
+ MatTabLabel
63
+ }
64
+ }
65
+
66
+ declare namespace i3 {
67
+ export {
68
+ MAT_TAB_GROUP,
69
+ MatTab
70
+ }
71
+ }
72
+
73
+ declare namespace i4 {
74
+ export {
75
+ _MAT_INK_BAR_POSITIONER_FACTORY,
76
+ _MatInkBarPositioner,
77
+ _MAT_INK_BAR_POSITIONER,
78
+ MatInkBar
79
+ }
80
+ }
81
+
82
+ declare namespace i5 {
83
+ export {
84
+ MatTabLabelWrapper
85
+ }
86
+ }
87
+
88
+ declare namespace i6 {
89
+ export {
90
+ _MatTabNavBase,
91
+ MatTabNav,
92
+ _MatTabLinkBase,
93
+ MatTabLink,
94
+ MatTabNavPanel
95
+ }
96
+ }
97
+
98
+ declare namespace i7 {
99
+ export {
100
+ MatTabBodyPositionState,
101
+ MatTabBodyOriginState,
102
+ MatTabBodyPortal,
103
+ _MatTabBodyBase,
104
+ MatTabBody
105
+ }
106
+ }
107
+
108
+ declare namespace i8 {
109
+ export {
110
+ _MatTabHeaderBase,
111
+ MatTabHeader
112
+ }
113
+ }
114
+
115
+ declare namespace i9 {
116
+ export {
117
+ MAT_TAB_CONTENT,
118
+ MatTabContent
119
+ }
120
+ }
121
+
122
+ /** Injection token for the MatInkBar's Positioner. */
123
+ export declare const _MAT_INK_BAR_POSITIONER: InjectionToken<_MatInkBarPositioner>;
124
+
1
125
  /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
126
+ * The default positioner function for the MatInkBar.
127
+ * @docs-private
128
+ */
129
+ declare function _MAT_INK_BAR_POSITIONER_FACTORY(): _MatInkBarPositioner;
130
+
131
+ /**
132
+ * Used to provide a tab label to a tab without causing a circular dependency.
133
+ * @docs-private
134
+ */
135
+ export declare const MAT_TAB: InjectionToken<any>;
136
+
137
+ /**
138
+ * Injection token that can be used to reference instances of `MatTabContent`. It serves as
139
+ * alternative token to the actual `MatTabContent` class which could cause unnecessary
140
+ * retention of the class and its directive metadata.
141
+ */
142
+ declare const MAT_TAB_CONTENT: InjectionToken<MatTabContent>;
143
+
144
+ /**
145
+ * Used to provide a tab group to a tab without causing a circular dependency.
146
+ * @docs-private
147
+ */
148
+ export declare const MAT_TAB_GROUP: InjectionToken<any>;
149
+
150
+ /**
151
+ * Injection token that can be used to reference instances of `MatTabLabel`. It serves as
152
+ * alternative token to the actual `MatTabLabel` class which could cause unnecessary
153
+ * retention of the class and its directive metadata.
154
+ */
155
+ declare const MAT_TAB_LABEL: InjectionToken<MatTabLabel>;
156
+
157
+ /** Injection token that can be used to provide the default options the tabs module. */
158
+ export declare const MAT_TABS_CONFIG: InjectionToken<MatTabsConfig>;
159
+
160
+ /**
161
+ * The ink-bar is used to display and animate the line underneath the current active tab label.
162
+ * @docs-private
163
+ */
164
+ export declare class MatInkBar {
165
+ private _elementRef;
166
+ private _ngZone;
167
+ private _inkBarPositioner;
168
+ _animationMode?: string | undefined;
169
+ constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, _inkBarPositioner: _MatInkBarPositioner, _animationMode?: string | undefined);
170
+ /**
171
+ * Calculates the styles from the provided element in order to align the ink-bar to that element.
172
+ * Shows the ink bar if previously set as hidden.
173
+ * @param element
174
+ */
175
+ alignToElement(element: HTMLElement): void;
176
+ /** Shows the ink bar. */
177
+ show(): void;
178
+ /** Hides the ink bar. */
179
+ hide(): void;
180
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatInkBar, [null, null, null, { optional: true; }]>;
181
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatInkBar, "mat-ink-bar", never, {}, {}, never, never, false>;
182
+ }
183
+
184
+ /**
185
+ * Interface for a a MatInkBar positioner method, defining the positioning and width of the ink
186
+ * bar in a set of tabs.
187
+ */
188
+ export declare interface _MatInkBarPositioner {
189
+ (element: HTMLElement): {
190
+ left: string;
191
+ width: string;
192
+ };
193
+ }
194
+
195
+ /**
196
+ * Base class for a tab header that supported pagination.
197
+ * @docs-private
198
+ */
199
+ declare abstract class MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy {
200
+ protected _elementRef: ElementRef<HTMLElement>;
201
+ protected _changeDetectorRef: ChangeDetectorRef;
202
+ private _viewportRuler;
203
+ private _dir;
204
+ private _ngZone;
205
+ private _platform;
206
+ _animationMode?: string | undefined;
207
+ abstract _items: QueryList<MatPaginatedTabHeaderItem>;
208
+ abstract _inkBar: {
209
+ hide: () => void;
210
+ alignToElement: (element: HTMLElement) => void;
211
+ };
212
+ abstract _tabListContainer: ElementRef<HTMLElement>;
213
+ abstract _tabList: ElementRef<HTMLElement>;
214
+ abstract _tabListInner: ElementRef<HTMLElement>;
215
+ abstract _nextPaginator: ElementRef<HTMLElement>;
216
+ abstract _previousPaginator: ElementRef<HTMLElement>;
217
+ /** The distance in pixels that the tab labels should be translated to the left. */
218
+ private _scrollDistance;
219
+ /** Whether the header should scroll to the selected index after the view has been checked. */
220
+ private _selectedIndexChanged;
221
+ /** Emits when the component is destroyed. */
222
+ protected readonly _destroyed: Subject<void>;
223
+ /** Whether the controls for pagination should be displayed */
224
+ _showPaginationControls: boolean;
225
+ /** Whether the tab list can be scrolled more towards the end of the tab label list. */
226
+ _disableScrollAfter: boolean;
227
+ /** Whether the tab list can be scrolled more towards the beginning of the tab label list. */
228
+ _disableScrollBefore: boolean;
229
+ /**
230
+ * The number of tab labels that are displayed on the header. When this changes, the header
231
+ * should re-evaluate the scroll position.
232
+ */
233
+ private _tabLabelCount;
234
+ /** Whether the scroll distance has changed and should be applied after the view is checked. */
235
+ private _scrollDistanceChanged;
236
+ /** Used to manage focus between the tabs. */
237
+ private _keyManager;
238
+ /** Cached text content of the header. */
239
+ private _currentTextContent;
240
+ /** Stream that will stop the automated scrolling. */
241
+ private _stopScrolling;
242
+ /**
243
+ * Whether pagination should be disabled. This can be used to avoid unnecessary
244
+ * layout recalculations if it's known that pagination won't be required.
245
+ */
246
+ get disablePagination(): boolean;
247
+ set disablePagination(value: BooleanInput);
248
+ private _disablePagination;
249
+ /** The index of the active tab. */
250
+ get selectedIndex(): number;
251
+ set selectedIndex(value: NumberInput);
252
+ private _selectedIndex;
253
+ /** Event emitted when the option is selected. */
254
+ readonly selectFocusedIndex: EventEmitter<number>;
255
+ /** Event emitted when a label is focused. */
256
+ readonly indexFocused: EventEmitter<number>;
257
+ constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone: NgZone, _platform: Platform, _animationMode?: string | undefined);
258
+ /** Called when the user has selected an item via the keyboard. */
259
+ protected abstract _itemSelected(event: KeyboardEvent): void;
260
+ ngAfterViewInit(): void;
261
+ ngAfterContentInit(): void;
262
+ ngAfterContentChecked(): void;
263
+ ngOnDestroy(): void;
264
+ /** Handles keyboard events on the header. */
265
+ _handleKeydown(event: KeyboardEvent): void;
266
+ /**
267
+ * Callback for when the MutationObserver detects that the content has changed.
268
+ */
269
+ _onContentChanges(): void;
270
+ /**
271
+ * Updates the view whether pagination should be enabled or not.
272
+ *
273
+ * WARNING: Calling this method can be very costly in terms of performance. It should be called
274
+ * as infrequently as possible from outside of the Tabs component as it causes a reflow of the
275
+ * page.
276
+ */
277
+ updatePagination(): void;
278
+ /** Tracks which element has focus; used for keyboard navigation */
279
+ get focusIndex(): number;
280
+ /** When the focus index is set, we must manually send focus to the correct label */
281
+ set focusIndex(value: number);
282
+ /**
283
+ * Determines if an index is valid. If the tabs are not ready yet, we assume that the user is
284
+ * providing a valid index and return true.
285
+ */
286
+ _isValidIndex(index: number): boolean;
287
+ /**
288
+ * Sets focus on the HTML element for the label wrapper and scrolls it into the view if
289
+ * scrolling is enabled.
290
+ */
291
+ _setTabFocus(tabIndex: number): void;
292
+ /** The layout direction of the containing app. */
293
+ _getLayoutDirection(): Direction;
294
+ /** Performs the CSS transformation on the tab list that will cause the list to scroll. */
295
+ _updateTabScrollPosition(): void;
296
+ /** Sets the distance in pixels that the tab header should be transformed in the X-axis. */
297
+ get scrollDistance(): number;
298
+ set scrollDistance(value: number);
299
+ /**
300
+ * Moves the tab list in the 'before' or 'after' direction (towards the beginning of the list or
301
+ * the end of the list, respectively). The distance to scroll is computed to be a third of the
302
+ * length of the tab list view window.
303
+ *
304
+ * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
305
+ * should be called sparingly.
306
+ */
307
+ _scrollHeader(direction: ScrollDirection): {
308
+ maxScrollDistance: number;
309
+ distance: number;
310
+ };
311
+ /** Handles click events on the pagination arrows. */
312
+ _handlePaginatorClick(direction: ScrollDirection): void;
313
+ /**
314
+ * Moves the tab list such that the desired tab label (marked by index) is moved into view.
315
+ *
316
+ * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
317
+ * should be called sparingly.
318
+ */
319
+ _scrollToLabel(labelIndex: number): void;
320
+ /**
321
+ * Evaluate whether the pagination controls should be displayed. If the scroll width of the
322
+ * tab list is wider than the size of the header container, then the pagination controls should
323
+ * be shown.
324
+ *
325
+ * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
326
+ * should be called sparingly.
327
+ */
328
+ _checkPaginationEnabled(): void;
329
+ /**
330
+ * Evaluate whether the before and after controls should be enabled or disabled.
331
+ * If the header is at the beginning of the list (scroll distance is equal to 0) then disable the
332
+ * before button. If the header is at the end of the list (scroll distance is equal to the
333
+ * maximum distance we can scroll), then disable the after button.
334
+ *
335
+ * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
336
+ * should be called sparingly.
337
+ */
338
+ _checkScrollingControls(): void;
339
+ /**
340
+ * Determines what is the maximum length in pixels that can be set for the scroll distance. This
341
+ * is equal to the difference in width between the tab list container and tab header container.
342
+ *
343
+ * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
344
+ * should be called sparingly.
345
+ */
346
+ _getMaxScrollDistance(): number;
347
+ /** Tells the ink-bar to align itself to the current label wrapper */
348
+ _alignInkBarToSelectedTab(): void;
349
+ /** Stops the currently-running paginator interval. */
350
+ _stopInterval(): void;
351
+ /**
352
+ * Handles the user pressing down on one of the paginators.
353
+ * Starts scrolling the header after a certain amount of time.
354
+ * @param direction In which direction the paginator should be scrolled.
355
+ */
356
+ _handlePaginatorPress(direction: ScrollDirection, mouseEvent?: MouseEvent): void;
357
+ /**
358
+ * Scrolls the header to a given position.
359
+ * @param position Position to which to scroll.
360
+ * @returns Information on the current scroll distance and the maximum.
361
+ */
362
+ private _scrollTo;
363
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatedTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
364
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatPaginatedTabHeader, never, never, { "disablePagination": "disablePagination"; }, {}, never, never, false>;
365
+ }
366
+
367
+ /** Item inside a paginated tab header. */
368
+ declare type MatPaginatedTabHeaderItem = FocusableOption & {
369
+ elementRef: ElementRef;
370
+ };
371
+
372
+ export declare class MatTab extends _MatTabBase implements OnInit, CanDisable, OnChanges, OnDestroy {
373
+ private _viewContainerRef;
374
+ _closestTabGroup: any;
375
+ /** Content for the tab label given by `<ng-template mat-tab-label>`. */
376
+ get templateLabel(): MatTabLabel;
377
+ set templateLabel(value: MatTabLabel);
378
+ protected _templateLabel: MatTabLabel;
379
+ /**
380
+ * Template provided in the tab content that will be used if present, used to enable lazy-loading
381
+ */
382
+ _explicitContent: TemplateRef<any>;
383
+ /** Template inside the MatTab view that contains an `<ng-content>`. */
384
+ _implicitContent: TemplateRef<any>;
385
+ /** Plain text label for the tab, used when there is no template label. */
386
+ textLabel: string;
387
+ /** Aria label for the tab. */
388
+ ariaLabel: string;
389
+ /**
390
+ * Reference to the element that the tab is labelled by.
391
+ * Will be cleared if `aria-label` is set at the same time.
392
+ */
393
+ ariaLabelledby: string;
394
+ /**
395
+ * Classes to be passed to the tab label inside the mat-tab-header container.
396
+ * Supports string and string array values, same as `ngClass`.
397
+ */
398
+ labelClass: string | string[];
399
+ /**
400
+ * Classes to be passed to the tab mat-tab-body container.
401
+ * Supports string and string array values, same as `ngClass`.
402
+ */
403
+ bodyClass: string | string[];
404
+ /** Portal that will be the hosted content of the tab */
405
+ private _contentPortal;
406
+ /** @docs-private */
407
+ get content(): TemplatePortal | null;
408
+ /** Emits whenever the internal state of the tab changes. */
409
+ readonly _stateChanges: Subject<void>;
410
+ /**
411
+ * The relatively indexed position where 0 represents the center, negative is left, and positive
412
+ * represents the right.
413
+ */
414
+ position: number | null;
415
+ /**
416
+ * The initial relatively index origin of the tab if it was created and selected after there
417
+ * was already a selected tab. Provides context of what position the tab should originate from.
418
+ */
419
+ origin: number | null;
420
+ /**
421
+ * Whether the tab is currently active.
422
+ */
423
+ isActive: boolean;
424
+ constructor(_viewContainerRef: ViewContainerRef, _closestTabGroup: any);
425
+ ngOnChanges(changes: SimpleChanges): void;
426
+ ngOnDestroy(): void;
427
+ ngOnInit(): void;
428
+ /**
429
+ * This has been extracted to a util because of TS 4 and VE.
430
+ * View Engine doesn't support property rename inheritance.
431
+ * TS 4.0 doesn't allow properties to override accessors or vice-versa.
432
+ * @docs-private
433
+ */
434
+ protected _setTemplateLabelInput(value: MatTabLabel | undefined): void;
435
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTab, [null, { optional: true; }]>;
436
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTab, "mat-tab", ["matTab"], { "disabled": "disabled"; "textLabel": "label"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "labelClass": "labelClass"; "bodyClass": "bodyClass"; }, {}, ["templateLabel", "_explicitContent"], ["*"], false>;
437
+ }
438
+
439
+ /** @docs-private */
440
+ declare const _MatTabBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
441
+ new (): {};
442
+ };
443
+
444
+ /**
445
+ * Wrapper for the contents of a tab.
446
+ * @docs-private
447
+ */
448
+ export declare class MatTabBody extends _MatTabBodyBase {
449
+ _portalHost: CdkPortalOutlet;
450
+ constructor(elementRef: ElementRef<HTMLElement>, dir: Directionality, changeDetectorRef: ChangeDetectorRef);
451
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBody, [null, { optional: true; }, null]>;
452
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabBody, "mat-tab-body", never, {}, {}, never, never, false>;
453
+ }
454
+
455
+ /**
456
+ * Base class with all of the `MatTabBody` functionality.
457
+ * @docs-private
458
+ */
459
+ export declare abstract class _MatTabBodyBase implements OnInit, OnDestroy {
460
+ private _elementRef;
461
+ private _dir;
462
+ /** Current position of the tab-body in the tab-group. Zero means that the tab is visible. */
463
+ private _positionIndex;
464
+ /** Subscription to the directionality change observable. */
465
+ private _dirChangeSubscription;
466
+ /** Tab body position state. Used by the animation trigger for the current state. */
467
+ _position: MatTabBodyPositionState;
468
+ /** Emits when an animation on the tab is complete. */
469
+ readonly _translateTabComplete: Subject<AnimationEvent_2>;
470
+ /** Event emitted when the tab begins to animate towards the center as the active tab. */
471
+ readonly _onCentering: EventEmitter<number>;
472
+ /** Event emitted before the centering of the tab begins. */
473
+ readonly _beforeCentering: EventEmitter<boolean>;
474
+ /** Event emitted before the centering of the tab begins. */
475
+ readonly _afterLeavingCenter: EventEmitter<void>;
476
+ /** Event emitted when the tab completes its animation towards the center. */
477
+ readonly _onCentered: EventEmitter<void>;
478
+ /** The portal host inside of this container into which the tab body content will be loaded. */
479
+ abstract _portalHost: CdkPortalOutlet;
480
+ /** The tab body content to display. */
481
+ _content: TemplatePortal;
482
+ /** Position that will be used when the tab is immediately becoming visible after creation. */
483
+ origin: number | null;
484
+ /** Duration for the tab's animation. */
485
+ animationDuration: string;
486
+ /** Whether the tab's content should be kept in the DOM while it's off-screen. */
487
+ preserveContent: boolean;
488
+ /** The shifted index position of the tab body, where zero represents the active center tab. */
489
+ set position(position: number);
490
+ constructor(_elementRef: ElementRef<HTMLElement>, _dir: Directionality, changeDetectorRef: ChangeDetectorRef);
491
+ /**
492
+ * After initialized, check if the content is centered and has an origin. If so, set the
493
+ * special position states that transition the tab from the left or right before centering.
494
+ */
495
+ ngOnInit(): void;
496
+ ngOnDestroy(): void;
497
+ _onTranslateTabStarted(event: AnimationEvent_2): void;
498
+ /** The text direction of the containing app. */
499
+ _getLayoutDirection(): Direction;
500
+ /** Whether the provided position state is considered center, regardless of origin. */
501
+ _isCenterPosition(position: MatTabBodyPositionState | string): boolean;
502
+ /** Computes the position state that will be used for the tab-body animation trigger. */
503
+ private _computePositionAnimationState;
504
+ /**
505
+ * Computes the position state based on the specified origin position. This is used if the
506
+ * tab is becoming visible immediately after creation.
507
+ */
508
+ private _computePositionFromOrigin;
509
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabBodyBase, [null, { optional: true; }, null]>;
510
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabBodyBase, never, never, { "_content": "content"; "origin": "origin"; "animationDuration": "animationDuration"; "preserveContent": "preserveContent"; "position": "position"; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, false>;
511
+ }
512
+
513
+ /**
514
+ * The origin state is an internally used state that is set on a new tab body indicating if it
515
+ * began to the left or right of the prior selected index. For example, if the selected index was
516
+ * set to 1, and a new tab is created and selected at index 2, then the tab body would have an
517
+ * origin of right because its index was greater than the prior selected index.
518
+ */
519
+ export declare type MatTabBodyOriginState = 'left' | 'right';
520
+
521
+ /**
522
+ * The portal host directive for the contents of the tab.
523
+ * @docs-private
524
+ */
525
+ export declare class MatTabBodyPortal extends CdkPortalOutlet implements OnInit, OnDestroy {
526
+ private _host;
527
+ /** Subscription to events for when the tab body begins centering. */
528
+ private _centeringSub;
529
+ /** Subscription to events for when the tab body finishes leaving from center position. */
530
+ private _leavingSub;
531
+ constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _host: MatTabBody, _document: any);
532
+ /** Set initial visibility or set up subscription for changing visibility. */
533
+ ngOnInit(): void;
534
+ /** Clean up centering subscription. */
535
+ ngOnDestroy(): void;
536
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBodyPortal, never>;
537
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabBodyPortal, "[matTabBodyHost]", never, {}, {}, never, never, false>;
538
+ }
539
+
540
+ /**
541
+ * These position states are used internally as animation states for the tab body. Setting the
542
+ * position state to left, right, or center will transition the tab body from its current
543
+ * position to its respective state. If there is not current position (void, in the case of a new
544
+ * tab body), then there will be no transition animation to its state.
4
545
  *
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
546
+ * In the case of a new tab body that should immediately be centered with an animating transition,
547
+ * then left-origin-center or right-origin-center can be used, which will use left or right as its
548
+ * psuedo-prior state.
549
+ */
550
+ export declare type MatTabBodyPositionState = 'left' | 'center' | 'right' | 'left-origin-center' | 'right-origin-center';
551
+
552
+ /** A simple change event emitted on focus or selection changes. */
553
+ export declare class MatTabChangeEvent {
554
+ /** Index of the currently-selected tab. */
555
+ index: number;
556
+ /** Reference to the currently-selected tab. */
557
+ tab: MatTab;
558
+ }
559
+
560
+ /** Decorates the `ng-template` tags and reads out the template from it. */
561
+ export declare class MatTabContent {
562
+ template: TemplateRef<any>;
563
+ constructor(/** Content for the tab. */ template: TemplateRef<any>);
564
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabContent, never>;
565
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabContent, "[matTabContent]", never, {}, {}, never, never, false>;
566
+ }
567
+
568
+ /**
569
+ * Material design tab-group component. Supports basic tab pairs (label + content) and includes
570
+ * animated ink-bar, keyboard navigation, and screen reader.
571
+ * See: https://material.io/design/components/tabs.html
572
+ */
573
+ export declare class MatTabGroup extends _MatTabGroupBase {
574
+ _allTabs: QueryList<MatTab>;
575
+ _tabBodyWrapper: ElementRef;
576
+ _tabHeader: MatTabGroupBaseHeader;
577
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, animationMode?: string);
578
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabGroup, [null, null, { optional: true; }, { optional: true; }]>;
579
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabGroup, "mat-tab-group", ["matTabGroup"], { "color": "color"; "disableRipple": "disableRipple"; }, {}, ["_allTabs"], never, false>;
580
+ }
581
+
582
+ /**
583
+ * Base class with all of the `MatTabGroupBase` functionality.
584
+ * @docs-private
585
+ */
586
+ export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase implements AfterContentInit, AfterContentChecked, OnDestroy, CanColor, CanDisableRipple {
587
+ protected _changeDetectorRef: ChangeDetectorRef;
588
+ _animationMode?: string | undefined;
589
+ /**
590
+ * All tabs inside the tab group. This includes tabs that belong to groups that are nested
591
+ * inside the current one. We filter out only the tabs that belong to this group in `_tabs`.
592
+ */
593
+ abstract _allTabs: QueryList<MatTab>;
594
+ abstract _tabBodyWrapper: ElementRef;
595
+ abstract _tabHeader: MatTabGroupBaseHeader;
596
+ /** All of the tabs that belong to the group. */
597
+ _tabs: QueryList<MatTab>;
598
+ /** The tab index that should be selected after the content has been checked. */
599
+ private _indexToSelect;
600
+ /** Index of the tab that was focused last. */
601
+ private _lastFocusedTabIndex;
602
+ /** Snapshot of the height of the tab body wrapper before another tab is activated. */
603
+ private _tabBodyWrapperHeight;
604
+ /** Subscription to tabs being added/removed. */
605
+ private _tabsSubscription;
606
+ /** Subscription to changes in the tab labels. */
607
+ private _tabLabelSubscription;
608
+ /** Whether the tab group should grow to the size of the active tab. */
609
+ get dynamicHeight(): boolean;
610
+ set dynamicHeight(value: BooleanInput);
611
+ private _dynamicHeight;
612
+ /** The index of the active tab. */
613
+ get selectedIndex(): number | null;
614
+ set selectedIndex(value: NumberInput);
615
+ private _selectedIndex;
616
+ /** Position of the tab header. */
617
+ headerPosition: MatTabHeaderPosition;
618
+ /** Duration for the tab animation. Will be normalized to milliseconds if no units are set. */
619
+ get animationDuration(): string;
620
+ set animationDuration(value: NumberInput);
621
+ private _animationDuration;
622
+ /**
623
+ * `tabindex` to be set on the inner element that wraps the tab content. Can be used for improved
624
+ * accessibility when the tab does not have focusable elements or if it has scrollable content.
625
+ * The `tabindex` will be removed automatically for inactive tabs.
626
+ * Read more at https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-2/tabs.html
627
+ */
628
+ get contentTabIndex(): number | null;
629
+ set contentTabIndex(value: NumberInput);
630
+ private _contentTabIndex;
631
+ /**
632
+ * Whether pagination should be disabled. This can be used to avoid unnecessary
633
+ * layout recalculations if it's known that pagination won't be required.
634
+ */
635
+ get disablePagination(): boolean;
636
+ set disablePagination(value: BooleanInput);
637
+ private _disablePagination;
638
+ /**
639
+ * By default tabs remove their content from the DOM while it's off-screen.
640
+ * Setting this to `true` will keep it in the DOM which will prevent elements
641
+ * like iframes and videos from reloading next time it comes back into the view.
642
+ */
643
+ get preserveContent(): boolean;
644
+ set preserveContent(value: BooleanInput);
645
+ private _preserveContent;
646
+ /** Background color of the tab group. */
647
+ get backgroundColor(): ThemePalette;
648
+ set backgroundColor(value: ThemePalette);
649
+ private _backgroundColor;
650
+ /** Output to enable support for two-way binding on `[(selectedIndex)]` */
651
+ readonly selectedIndexChange: EventEmitter<number>;
652
+ /** Event emitted when focus has changed within a tab group. */
653
+ readonly focusChange: EventEmitter<MatTabChangeEvent>;
654
+ /** Event emitted when the body animation has completed */
655
+ readonly animationDone: EventEmitter<void>;
656
+ /** Event emitted when the tab selection has changed. */
657
+ readonly selectedTabChange: EventEmitter<MatTabChangeEvent>;
658
+ private _groupId;
659
+ constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, _animationMode?: string | undefined);
660
+ /**
661
+ * After the content is checked, this component knows what tabs have been defined
662
+ * and what the selected index should be. This is where we can know exactly what position
663
+ * each tab should be in according to the new selected index, and additionally we know how
664
+ * a new selected tab should transition in (from the left or right).
665
+ */
666
+ ngAfterContentChecked(): void;
667
+ ngAfterContentInit(): void;
668
+ /** Listens to changes in all of the tabs. */
669
+ private _subscribeToAllTabChanges;
670
+ ngOnDestroy(): void;
671
+ /** Re-aligns the ink bar to the selected tab element. */
672
+ realignInkBar(): void;
673
+ /**
674
+ * Recalculates the tab group's pagination dimensions.
675
+ *
676
+ * WARNING: Calling this method can be very costly in terms of performance. It should be called
677
+ * as infrequently as possible from outside of the Tabs component as it causes a reflow of the
678
+ * page.
679
+ */
680
+ updatePagination(): void;
681
+ /**
682
+ * Sets focus to a particular tab.
683
+ * @param index Index of the tab to be focused.
684
+ */
685
+ focusTab(index: number): void;
686
+ _focusChanged(index: number): void;
687
+ private _createChangeEvent;
688
+ /**
689
+ * Subscribes to changes in the tab labels. This is needed, because the @Input for the label is
690
+ * on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
691
+ * binding to be updated, we need to subscribe to changes in it and trigger change detection
692
+ * manually.
693
+ */
694
+ private _subscribeToTabLabels;
695
+ /** Clamps the given index to the bounds of 0 and the tabs length. */
696
+ private _clampTabIndex;
697
+ /** Returns a unique id for each tab label element */
698
+ _getTabLabelId(i: number): string;
699
+ /** Returns a unique id for each tab content element */
700
+ _getTabContentId(i: number): string;
701
+ /**
702
+ * Sets the height of the body wrapper to the height of the activating tab if dynamic
703
+ * height property is true.
704
+ */
705
+ _setTabBodyWrapperHeight(tabHeight: number): void;
706
+ /** Removes the height of the tab body wrapper. */
707
+ _removeTabBodyWrapperHeight(): void;
708
+ /** Handle click events, setting new selected index if appropriate. */
709
+ _handleClick(tab: MatTab, tabHeader: MatTabGroupBaseHeader, index: number): void;
710
+ /** Retrieves the tabindex for the tab. */
711
+ _getTabIndex(tab: MatTab, index: number): number | null;
712
+ /** Callback for when the focused state of a tab has changed. */
713
+ _tabFocusChanged(focusOrigin: FocusOrigin, index: number): void;
714
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabGroupBase, [null, null, { optional: true; }, { optional: true; }]>;
715
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabGroupBase, never, never, { "dynamicHeight": "dynamicHeight"; "selectedIndex": "selectedIndex"; "headerPosition": "headerPosition"; "animationDuration": "animationDuration"; "contentTabIndex": "contentTabIndex"; "disablePagination": "disablePagination"; "preserveContent": "preserveContent"; "backgroundColor": "backgroundColor"; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, never, never, false>;
716
+ }
717
+
718
+ declare interface MatTabGroupBaseHeader {
719
+ _alignInkBarToSelectedTab(): void;
720
+ updatePagination(): void;
721
+ focusIndex: number;
722
+ }
723
+
724
+ /** @docs-private */
725
+ declare const _MatTabGroupMixinBase: _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & {
726
+ new (_elementRef: ElementRef): {
727
+ _elementRef: ElementRef;
728
+ };
729
+ };
730
+
731
+ /**
732
+ * The header of the tab group which displays a list of all the tabs in the tab group. Includes
733
+ * an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
734
+ * width of the header container, then arrows will be displayed to allow the user to scroll
735
+ * left and right across the header.
736
+ * @docs-private
737
+ */
738
+ export declare class MatTabHeader extends _MatTabHeaderBase {
739
+ _items: QueryList<MatTabLabelWrapper>;
740
+ _inkBar: MatInkBar;
741
+ _tabListContainer: ElementRef;
742
+ _tabList: ElementRef;
743
+ _tabListInner: ElementRef;
744
+ _nextPaginator: ElementRef<HTMLElement>;
745
+ _previousPaginator: ElementRef<HTMLElement>;
746
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
747
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
748
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabHeader, "mat-tab-header", never, { "selectedIndex": "selectedIndex"; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false>;
749
+ }
750
+
751
+ /**
752
+ * Base class with all of the `MatTabHeader` functionality.
753
+ * @docs-private
754
+ */
755
+ export declare abstract class _MatTabHeaderBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy {
756
+ /** Whether the ripple effect is disabled or not. */
757
+ get disableRipple(): boolean;
758
+ set disableRipple(value: BooleanInput);
759
+ private _disableRipple;
760
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
761
+ protected _itemSelected(event: KeyboardEvent): void;
762
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabHeaderBase, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
763
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabHeaderBase, never, never, { "disableRipple": "disableRipple"; }, {}, never, never, false>;
764
+ }
765
+
766
+ /** Possible positions for the tab header. */
767
+ export declare type MatTabHeaderPosition = 'above' | 'below';
768
+
769
+ /** Used to flag tab labels for use with the portal directive */
770
+ export declare class MatTabLabel extends CdkPortal {
771
+ _closestTab: any;
772
+ constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, _closestTab: any);
773
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabel, [null, null, { optional: true; }]>;
774
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabel, "[mat-tab-label], [matTabLabel]", never, {}, {}, never, never, false>;
775
+ }
776
+
777
+ /**
778
+ * Used in the `mat-tab-group` view to display tab labels.
779
+ * @docs-private
780
+ */
781
+ export declare class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDisable {
782
+ elementRef: ElementRef;
783
+ constructor(elementRef: ElementRef);
784
+ /** Sets focus on the wrapper element */
785
+ focus(): void;
786
+ getOffsetLeft(): number;
787
+ getOffsetWidth(): number;
788
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabelWrapper, never>;
789
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; }, {}, never, never, false>;
790
+ }
791
+
792
+ /** @docs-private */
793
+ declare const _MatTabLabelWrapperBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
794
+ new (): {};
795
+ };
796
+
797
+ /**
798
+ * Link inside of a `mat-tab-nav-bar`.
799
+ */
800
+ export declare class MatTabLink extends _MatTabLinkBase implements OnDestroy {
801
+ /** Reference to the RippleRenderer for the tab-link. */
802
+ private _tabLinkRipple;
803
+ constructor(tabNavBar: MatTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string);
804
+ ngOnDestroy(): void;
805
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
806
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, never, false>;
807
+ }
808
+
809
+ /** Base class with all of the `MatTabLink` functionality. */
810
+ export declare class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanDisableRipple, HasTabIndex, RippleTarget, FocusableOption {
811
+ private _tabNavBar;
812
+ /** @docs-private */ elementRef: ElementRef;
813
+ private _focusMonitor;
814
+ /** Whether the tab link is active or not. */
815
+ protected _isActive: boolean;
816
+ /** Whether the link is active. */
817
+ get active(): boolean;
818
+ set active(value: BooleanInput);
819
+ /**
820
+ * Ripple configuration for ripples that are launched on pointer down. The ripple config
821
+ * is set to the global ripple options since we don't have any configurable options for
822
+ * the tab link ripples.
823
+ * @docs-private
824
+ */
825
+ rippleConfig: RippleConfig & RippleGlobalOptions;
826
+ /**
827
+ * Whether ripples are disabled on interaction.
828
+ * @docs-private
829
+ */
830
+ get rippleDisabled(): boolean;
831
+ /** Unique id for the tab. */
832
+ id: string;
833
+ constructor(_tabNavBar: _MatTabNavBase,
834
+ /** @docs-private */ elementRef: ElementRef, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, _focusMonitor: FocusMonitor, animationMode?: string);
835
+ /** Focuses the tab link. */
836
+ focus(): void;
837
+ ngAfterViewInit(): void;
838
+ ngOnDestroy(): void;
839
+ _handleFocus(): void;
840
+ _handleKeydown(event: KeyboardEvent): void;
841
+ _getAriaControls(): string | null;
842
+ _getAriaSelected(): string | null;
843
+ _getAriaCurrent(): string | null;
844
+ _getRole(): string | null;
845
+ _getTabIndex(): number;
846
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
847
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; "id": "id"; }, {}, never, never, false>;
848
+ }
849
+
850
+ declare const _MatTabLinkMixinBase: _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
851
+ new (): {};
852
+ };
853
+
854
+ /**
855
+ * Navigation component matching the styles of the tab group header.
856
+ * Provides anchored navigation with animated ink bar.
857
+ */
858
+ export declare class MatTabNav extends _MatTabNavBase {
859
+ _items: QueryList<MatTabLink>;
860
+ _inkBar: MatInkBar;
861
+ _tabListContainer: ElementRef;
862
+ _tabList: ElementRef;
863
+ _tabListInner: ElementRef;
864
+ _nextPaginator: ElementRef<HTMLElement>;
865
+ _previousPaginator: ElementRef<HTMLElement>;
866
+ constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string);
867
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNav, [null, { optional: true; }, null, null, null, null, { optional: true; }]>;
868
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": "color"; }, {}, ["_items"], ["*"], false>;
869
+ }
870
+
871
+ /**
872
+ * Base class with all of the `MatTabNav` functionality.
873
+ * @docs-private
874
+ */
875
+ export declare abstract class _MatTabNavBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, OnDestroy {
876
+ /** Query list of all tab links of the tab navigation. */
877
+ abstract _items: QueryList<MatPaginatedTabHeaderItem & {
878
+ active: boolean;
879
+ id: string;
880
+ }>;
881
+ /** Background color of the tab nav. */
882
+ get backgroundColor(): ThemePalette;
883
+ set backgroundColor(value: ThemePalette);
884
+ private _backgroundColor;
885
+ /** Whether the ripple effect is disabled or not. */
886
+ get disableRipple(): boolean;
887
+ set disableRipple(value: BooleanInput);
888
+ private _disableRipple;
889
+ /** Theme color of the nav bar. */
890
+ color: ThemePalette;
891
+ /**
892
+ * Associated tab panel controlled by the nav bar. If not provided, then the nav bar
893
+ * follows the ARIA link / navigation landmark pattern. If provided, it follows the
894
+ * ARIA tabs design pattern.
895
+ */
896
+ tabPanel?: MatTabNavPanel;
897
+ constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string);
898
+ protected _itemSelected(): void;
899
+ ngAfterContentInit(): void;
900
+ /** Notifies the component that the active link has been changed. */
901
+ updateActiveLink(): void;
902
+ _getRole(): string | null;
903
+ static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabNavBase, [null, { optional: true; }, null, null, null, null, { optional: true; }]>;
904
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabNavBase, never, never, { "backgroundColor": "backgroundColor"; "disableRipple": "disableRipple"; "color": "color"; "tabPanel": "tabPanel"; }, {}, never, never, false>;
905
+ }
906
+
907
+ /**
908
+ * Tab panel component associated with MatTabNav.
909
+ */
910
+ export declare class MatTabNavPanel {
911
+ /** Unique id for the tab panel. */
912
+ id: string;
913
+ /** Id of the active tab in the nav bar. */
914
+ _activeTabId?: string;
915
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNavPanel, never>;
916
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNavPanel, "mat-tab-nav-panel", ["matTabNavPanel"], { "id": "id"; }, {}, never, ["*"], false>;
917
+ }
918
+
919
+ /**
920
+ * Animations used by the Material tabs.
921
+ * @docs-private
922
+ */
923
+ export declare const matTabsAnimations: {
924
+ readonly translateTab: AnimationTriggerMetadata;
925
+ };
926
+
927
+ /** Object that can be used to configure the default options for the tabs module. */
928
+ export declare interface MatTabsConfig {
929
+ /** Duration for the tab animation. Must be a valid CSS value (e.g. 600ms). */
930
+ animationDuration?: string;
931
+ /**
932
+ * Whether pagination should be disabled. This can be used to avoid unnecessary
933
+ * layout recalculations if it's known that pagination won't be required.
934
+ */
935
+ disablePagination?: boolean;
936
+ /**
937
+ * Whether the ink bar should fit its width to the size of the tab label content.
938
+ * This only applies to the MDC-based tabs.
939
+ */
940
+ fitInkBarToContent?: boolean;
941
+ /** Whether the tab group should grow to the size of the active tab. */
942
+ dynamicHeight?: boolean;
943
+ /** `tabindex` to be set on the inner element that wraps the tab content. */
944
+ contentTabIndex?: number;
945
+ /**
946
+ * By default tabs remove their content from the DOM while it's off-screen.
947
+ * Setting this to `true` will keep it in the DOM which will prevent elements
948
+ * like iframes and videos from reloading next time it comes back into the view.
949
+ */
950
+ preserveContent?: boolean;
951
+ }
952
+
953
+ export declare class MatTabsModule {
954
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
955
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, [typeof i1.MatTabGroup, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i4.MatInkBar, typeof i5.MatTabLabelWrapper, typeof i6.MatTabNav, typeof i6.MatTabNavPanel, typeof i6.MatTabLink, typeof i7.MatTabBody, typeof i7.MatTabBodyPortal, typeof i8.MatTabHeader, typeof i9.MatTabContent], [typeof i10.CommonModule, typeof i11.MatCommonModule, typeof i12.PortalModule, typeof i11.MatRippleModule, typeof i13.ObserversModule, typeof i14.A11yModule], [typeof i11.MatCommonModule, typeof i1.MatTabGroup, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i6.MatTabNav, typeof i6.MatTabNavPanel, typeof i6.MatTabLink, typeof i9.MatTabContent]>;
956
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
957
+ }
958
+
959
+ /**
960
+ * The directions that scrolling can go in when the header's tabs exceed the header width. 'After'
961
+ * will scroll the header towards the end of the tabs list and 'before' will scroll towards the
962
+ * beginning of the list.
7
963
  */
8
- export * from './public-api';
964
+ export declare type ScrollDirection = 'after' | 'before';
965
+
966
+ export { }