@angular/material 14.0.0-next.9 → 14.0.0-rc.2

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