@angular/material 13.0.0-rc.1 → 13.0.1

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 (491) hide show
  1. package/autocomplete/autocomplete_public_index.d.ts +4 -0
  2. package/autocomplete/index.d.ts +5 -1
  3. package/autocomplete/package.json +2 -2
  4. package/badge/badge_public_index.d.ts +4 -0
  5. package/badge/index.d.ts +5 -1
  6. package/badge/package.json +2 -2
  7. package/bottom-sheet/bottom-sheet_public_index.d.ts +4 -0
  8. package/bottom-sheet/index.d.ts +5 -1
  9. package/bottom-sheet/package.json +2 -2
  10. package/button/button_public_index.d.ts +4 -0
  11. package/button/index.d.ts +5 -1
  12. package/button/package.json +2 -2
  13. package/button-toggle/button-toggle_public_index.d.ts +4 -0
  14. package/button-toggle/index.d.ts +5 -1
  15. package/button-toggle/package.json +2 -2
  16. package/card/card_public_index.d.ts +4 -0
  17. package/card/index.d.ts +5 -1
  18. package/card/package.json +2 -2
  19. package/checkbox/checkbox_public_index.d.ts +4 -0
  20. package/checkbox/index.d.ts +5 -1
  21. package/checkbox/package.json +2 -2
  22. package/chips/chips_public_index.d.ts +4 -0
  23. package/chips/index.d.ts +5 -1
  24. package/chips/package.json +2 -2
  25. package/core/core_public_index.d.ts +4 -0
  26. package/core/index.d.ts +5 -1
  27. package/core/package.json +2 -2
  28. package/datepicker/datepicker_public_index.d.ts +4 -0
  29. package/datepicker/index.d.ts +5 -1
  30. package/datepicker/package.json +2 -2
  31. package/dialog/dialog_public_index.d.ts +4 -0
  32. package/dialog/index.d.ts +5 -1
  33. package/dialog/package.json +2 -2
  34. package/divider/divider_public_index.d.ts +4 -0
  35. package/divider/index.d.ts +5 -1
  36. package/divider/package.json +2 -2
  37. package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
  38. package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
  39. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  40. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  41. package/esm2020/autocomplete/autocomplete_public_index.mjs +5 -0
  42. package/esm2020/autocomplete/index.mjs +6 -2
  43. package/esm2020/badge/badge-module.mjs +5 -5
  44. package/esm2020/badge/badge.mjs +4 -4
  45. package/esm2020/badge/badge_public_index.mjs +5 -0
  46. package/esm2020/badge/index.mjs +6 -2
  47. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +4 -4
  48. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
  49. package/esm2020/bottom-sheet/bottom-sheet-ref.mjs +1 -1
  50. package/esm2020/bottom-sheet/bottom-sheet.mjs +4 -4
  51. package/esm2020/bottom-sheet/bottom-sheet_public_index.mjs +5 -0
  52. package/esm2020/bottom-sheet/index.mjs +6 -2
  53. package/esm2020/button/button-module.mjs +5 -5
  54. package/esm2020/button/button.mjs +7 -7
  55. package/esm2020/button/button_public_index.mjs +5 -0
  56. package/esm2020/button/index.mjs +6 -2
  57. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  58. package/esm2020/button-toggle/button-toggle.mjs +8 -8
  59. package/esm2020/button-toggle/button-toggle_public_index.mjs +5 -0
  60. package/esm2020/button-toggle/index.mjs +6 -2
  61. package/esm2020/card/card-module.mjs +5 -5
  62. package/esm2020/card/card.mjs +43 -43
  63. package/esm2020/card/card_public_index.mjs +5 -0
  64. package/esm2020/card/index.mjs +6 -2
  65. package/esm2020/checkbox/checkbox-module.mjs +9 -9
  66. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  67. package/esm2020/checkbox/checkbox.mjs +4 -4
  68. package/esm2020/checkbox/checkbox_public_index.mjs +5 -0
  69. package/esm2020/checkbox/index.mjs +6 -2
  70. package/esm2020/chips/chip-input.mjs +4 -4
  71. package/esm2020/chips/chip-list.mjs +5 -5
  72. package/esm2020/chips/chip.mjs +13 -13
  73. package/esm2020/chips/chips-module.mjs +5 -5
  74. package/esm2020/chips/chips_public_index.mjs +5 -0
  75. package/esm2020/chips/index.mjs +6 -2
  76. package/esm2020/core/common-behaviors/common-module.mjs +6 -6
  77. package/esm2020/core/core_public_index.mjs +5 -0
  78. package/esm2020/core/datetime/index.mjs +9 -9
  79. package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
  80. package/esm2020/core/error/error-options.mjs +7 -7
  81. package/esm2020/core/index.mjs +6 -2
  82. package/esm2020/core/line/line.mjs +8 -8
  83. package/esm2020/core/option/index.mjs +5 -5
  84. package/esm2020/core/option/optgroup.mjs +7 -7
  85. package/esm2020/core/option/option.mjs +7 -7
  86. package/esm2020/core/ripple/index.mjs +5 -5
  87. package/esm2020/core/ripple/ripple.mjs +4 -4
  88. package/esm2020/core/selection/index.mjs +5 -5
  89. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  90. package/esm2020/core/version.mjs +1 -1
  91. package/esm2020/datepicker/calendar-body.mjs +4 -4
  92. package/esm2020/datepicker/calendar.mjs +7 -7
  93. package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
  94. package/esm2020/datepicker/date-range-input.mjs +4 -4
  95. package/esm2020/datepicker/date-range-picker.mjs +4 -4
  96. package/esm2020/datepicker/date-range-selection-strategy.mjs +4 -4
  97. package/esm2020/datepicker/date-selection-model.mjs +10 -10
  98. package/esm2020/datepicker/datepicker-actions.mjs +10 -10
  99. package/esm2020/datepicker/datepicker-base.mjs +7 -7
  100. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  101. package/esm2020/datepicker/datepicker-input.mjs +4 -4
  102. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  103. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  104. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  105. package/esm2020/datepicker/datepicker.mjs +4 -4
  106. package/esm2020/datepicker/datepicker_public_index.mjs +5 -0
  107. package/esm2020/datepicker/index.mjs +6 -2
  108. package/esm2020/datepicker/month-view.mjs +4 -4
  109. package/esm2020/datepicker/multi-year-view.mjs +4 -4
  110. package/esm2020/datepicker/year-view.mjs +4 -4
  111. package/esm2020/dialog/dialog-container.mjs +7 -7
  112. package/esm2020/dialog/dialog-content-directives.mjs +13 -13
  113. package/esm2020/dialog/dialog-module.mjs +5 -5
  114. package/esm2020/dialog/dialog-ref.mjs +1 -1
  115. package/esm2020/dialog/dialog.mjs +7 -7
  116. package/esm2020/dialog/dialog_public_index.mjs +5 -0
  117. package/esm2020/dialog/index.mjs +6 -2
  118. package/esm2020/divider/divider-module.mjs +5 -5
  119. package/esm2020/divider/divider.mjs +4 -4
  120. package/esm2020/divider/divider_public_index.mjs +5 -0
  121. package/esm2020/divider/index.mjs +6 -2
  122. package/esm2020/expansion/accordion.mjs +4 -4
  123. package/esm2020/expansion/expansion-module.mjs +5 -5
  124. package/esm2020/expansion/expansion-panel-content.mjs +4 -4
  125. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  126. package/esm2020/expansion/expansion-panel.mjs +7 -7
  127. package/esm2020/expansion/expansion_public_index.mjs +5 -0
  128. package/esm2020/expansion/index.mjs +6 -2
  129. package/esm2020/form-field/error.mjs +4 -4
  130. package/esm2020/form-field/form-field-control.mjs +4 -4
  131. package/esm2020/form-field/form-field-module.mjs +5 -5
  132. package/esm2020/form-field/form-field.mjs +5 -5
  133. package/esm2020/form-field/form-field_public_index.mjs +5 -0
  134. package/esm2020/form-field/hint.mjs +4 -4
  135. package/esm2020/form-field/index.mjs +6 -2
  136. package/esm2020/form-field/label.mjs +4 -4
  137. package/esm2020/form-field/placeholder.mjs +4 -4
  138. package/esm2020/form-field/prefix.mjs +4 -4
  139. package/esm2020/form-field/suffix.mjs +4 -4
  140. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  141. package/esm2020/grid-list/grid-list.mjs +4 -4
  142. package/esm2020/grid-list/grid-list_public_index.mjs +5 -0
  143. package/esm2020/grid-list/grid-tile.mjs +16 -16
  144. package/esm2020/grid-list/index.mjs +6 -2
  145. package/esm2020/icon/icon-module.mjs +5 -5
  146. package/esm2020/icon/icon-registry.mjs +4 -4
  147. package/esm2020/icon/icon.mjs +5 -5
  148. package/esm2020/icon/icon_public_index.mjs +5 -0
  149. package/esm2020/icon/index.mjs +6 -2
  150. package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
  151. package/esm2020/icon/testing/index.mjs +6 -2
  152. package/esm2020/icon/testing/testing_public_index.mjs +5 -0
  153. package/esm2020/input/index.mjs +6 -2
  154. package/esm2020/input/input-module.mjs +5 -5
  155. package/esm2020/input/input.mjs +8 -27
  156. package/esm2020/input/input_public_index.mjs +5 -0
  157. package/esm2020/list/index.mjs +6 -2
  158. package/esm2020/list/list-module.mjs +5 -5
  159. package/esm2020/list/list.mjs +19 -19
  160. package/esm2020/list/list_public_index.mjs +5 -0
  161. package/esm2020/list/selection-list.mjs +7 -7
  162. package/esm2020/menu/index.mjs +6 -2
  163. package/esm2020/menu/menu-content.mjs +7 -7
  164. package/esm2020/menu/menu-item.mjs +7 -21
  165. package/esm2020/menu/menu-module.mjs +5 -5
  166. package/esm2020/menu/menu-trigger.mjs +20 -35
  167. package/esm2020/menu/menu.mjs +7 -7
  168. package/esm2020/menu/menu_public_index.mjs +5 -0
  169. package/esm2020/paginator/index.mjs +6 -2
  170. package/esm2020/paginator/paginator-intl.mjs +4 -4
  171. package/esm2020/paginator/paginator-module.mjs +5 -5
  172. package/esm2020/paginator/paginator.mjs +7 -7
  173. package/esm2020/paginator/paginator_public_index.mjs +5 -0
  174. package/esm2020/progress-bar/index.mjs +6 -2
  175. package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
  176. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  177. package/esm2020/progress-bar/progress-bar_public_index.mjs +5 -0
  178. package/esm2020/progress-spinner/index.mjs +6 -2
  179. package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
  180. package/esm2020/progress-spinner/progress-spinner.mjs +7 -7
  181. package/esm2020/progress-spinner/progress-spinner_public_index.mjs +5 -0
  182. package/esm2020/radio/index.mjs +6 -2
  183. package/esm2020/radio/radio-module.mjs +5 -5
  184. package/esm2020/radio/radio.mjs +14 -14
  185. package/esm2020/radio/radio_public_index.mjs +5 -0
  186. package/esm2020/select/index.mjs +6 -2
  187. package/esm2020/select/select-module.mjs +5 -5
  188. package/esm2020/select/select.mjs +10 -10
  189. package/esm2020/select/select_public_index.mjs +5 -0
  190. package/esm2020/sidenav/drawer.mjs +14 -40
  191. package/esm2020/sidenav/index.mjs +6 -2
  192. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  193. package/esm2020/sidenav/sidenav.mjs +10 -10
  194. package/esm2020/sidenav/sidenav_public_index.mjs +5 -0
  195. package/esm2020/slide-toggle/index.mjs +6 -2
  196. package/esm2020/slide-toggle/slide-toggle-module.mjs +9 -9
  197. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  198. package/esm2020/slide-toggle/slide-toggle.mjs +7 -14
  199. package/esm2020/slide-toggle/slide-toggle_public_index.mjs +5 -0
  200. package/esm2020/slider/index.mjs +6 -2
  201. package/esm2020/slider/slider-module.mjs +5 -5
  202. package/esm2020/slider/slider.mjs +4 -4
  203. package/esm2020/slider/slider_public_index.mjs +5 -0
  204. package/esm2020/snack-bar/index.mjs +6 -2
  205. package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
  206. package/esm2020/snack-bar/snack-bar-container.mjs +4 -4
  207. package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
  208. package/esm2020/snack-bar/snack-bar-ref.mjs +1 -1
  209. package/esm2020/snack-bar/snack-bar.mjs +4 -4
  210. package/esm2020/snack-bar/snack-bar_public_index.mjs +5 -0
  211. package/esm2020/sort/index.mjs +6 -2
  212. package/esm2020/sort/sort-header-intl.mjs +4 -4
  213. package/esm2020/sort/sort-header.mjs +4 -4
  214. package/esm2020/sort/sort-module.mjs +5 -5
  215. package/esm2020/sort/sort.mjs +4 -4
  216. package/esm2020/sort/sort_public_index.mjs +5 -0
  217. package/esm2020/stepper/index.mjs +6 -2
  218. package/esm2020/stepper/step-content.mjs +4 -4
  219. package/esm2020/stepper/step-header.mjs +4 -4
  220. package/esm2020/stepper/step-label.mjs +4 -4
  221. package/esm2020/stepper/stepper-button.mjs +7 -7
  222. package/esm2020/stepper/stepper-icon.mjs +4 -4
  223. package/esm2020/stepper/stepper-intl.mjs +4 -4
  224. package/esm2020/stepper/stepper-module.mjs +5 -5
  225. package/esm2020/stepper/stepper.mjs +16 -16
  226. package/esm2020/stepper/stepper_public_index.mjs +5 -0
  227. package/esm2020/table/cell.mjs +22 -22
  228. package/esm2020/table/index.mjs +6 -2
  229. package/esm2020/table/row.mjs +22 -22
  230. package/esm2020/table/table-module.mjs +5 -5
  231. package/esm2020/table/table.mjs +7 -7
  232. package/esm2020/table/table_public_index.mjs +5 -0
  233. package/esm2020/table/text-column.mjs +4 -4
  234. package/esm2020/tabs/index.mjs +6 -2
  235. package/esm2020/tabs/ink-bar.mjs +4 -4
  236. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  237. package/esm2020/tabs/tab-body.mjs +10 -10
  238. package/esm2020/tabs/tab-content.mjs +4 -4
  239. package/esm2020/tabs/tab-group.mjs +7 -7
  240. package/esm2020/tabs/tab-header.mjs +7 -7
  241. package/esm2020/tabs/tab-label-wrapper.mjs +4 -4
  242. package/esm2020/tabs/tab-label.mjs +4 -4
  243. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +13 -13
  244. package/esm2020/tabs/tab.mjs +4 -4
  245. package/esm2020/tabs/tabs-module.mjs +5 -5
  246. package/esm2020/tabs/tabs_public_index.mjs +5 -0
  247. package/esm2020/toolbar/index.mjs +6 -2
  248. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  249. package/esm2020/toolbar/toolbar.mjs +7 -7
  250. package/esm2020/toolbar/toolbar_public_index.mjs +5 -0
  251. package/esm2020/tooltip/index.mjs +6 -2
  252. package/esm2020/tooltip/tooltip-module.mjs +5 -5
  253. package/esm2020/tooltip/tooltip.mjs +13 -13
  254. package/esm2020/tooltip/tooltip_public_index.mjs +5 -0
  255. package/esm2020/tree/index.mjs +6 -2
  256. package/esm2020/tree/node.mjs +16 -26
  257. package/esm2020/tree/outlet.mjs +4 -4
  258. package/esm2020/tree/padding.mjs +4 -4
  259. package/esm2020/tree/toggle.mjs +4 -4
  260. package/esm2020/tree/tree-module.mjs +5 -5
  261. package/esm2020/tree/tree.mjs +5 -12
  262. package/esm2020/tree/tree_public_index.mjs +5 -0
  263. package/expansion/expansion_public_index.d.ts +4 -0
  264. package/expansion/index.d.ts +5 -1
  265. package/expansion/package.json +2 -2
  266. package/fesm2015/autocomplete.mjs +30 -22
  267. package/fesm2015/autocomplete.mjs.map +1 -1
  268. package/fesm2015/badge.mjs +15 -7
  269. package/fesm2015/badge.mjs.map +1 -1
  270. package/fesm2015/bottom-sheet.mjs +18 -10
  271. package/fesm2015/bottom-sheet.mjs.map +1 -1
  272. package/fesm2015/button-toggle.mjs +19 -11
  273. package/fesm2015/button-toggle.mjs.map +1 -1
  274. package/fesm2015/button.mjs +18 -10
  275. package/fesm2015/button.mjs.map +1 -1
  276. package/fesm2015/card.mjs +54 -46
  277. package/fesm2015/card.mjs.map +1 -1
  278. package/fesm2015/checkbox.mjs +22 -14
  279. package/fesm2015/checkbox.mjs.map +1 -1
  280. package/fesm2015/chips.mjs +31 -23
  281. package/fesm2015/chips.mjs.map +1 -1
  282. package/fesm2015/core.mjs +68 -60
  283. package/fesm2015/core.mjs.map +1 -1
  284. package/fesm2015/datepicker.mjs +90 -82
  285. package/fesm2015/datepicker.mjs.map +1 -1
  286. package/fesm2015/dialog.mjs +36 -28
  287. package/fesm2015/dialog.mjs.map +1 -1
  288. package/fesm2015/divider.mjs +15 -7
  289. package/fesm2015/divider.mjs.map +1 -1
  290. package/fesm2015/expansion.mjs +33 -25
  291. package/fesm2015/expansion.mjs.map +1 -1
  292. package/fesm2015/form-field.mjs +37 -29
  293. package/fesm2015/form-field.mjs.map +1 -1
  294. package/fesm2015/grid-list.mjs +30 -22
  295. package/fesm2015/grid-list.mjs.map +1 -1
  296. package/fesm2015/icon/testing.mjs +15 -7
  297. package/fesm2015/icon/testing.mjs.map +1 -1
  298. package/fesm2015/icon.mjs +19 -11
  299. package/fesm2015/icon.mjs.map +1 -1
  300. package/fesm2015/input.mjs +19 -30
  301. package/fesm2015/input.mjs.map +1 -1
  302. package/fesm2015/list.mjs +36 -28
  303. package/fesm2015/list.mjs.map +1 -1
  304. package/fesm2015/menu.mjs +48 -69
  305. package/fesm2015/menu.mjs.map +1 -1
  306. package/fesm2015/paginator.mjs +21 -13
  307. package/fesm2015/paginator.mjs.map +1 -1
  308. package/fesm2015/progress-bar.mjs +15 -7
  309. package/fesm2015/progress-bar.mjs.map +1 -1
  310. package/fesm2015/progress-spinner.mjs +18 -10
  311. package/fesm2015/progress-spinner.mjs.map +1 -1
  312. package/fesm2015/radio.mjs +25 -17
  313. package/fesm2015/radio.mjs.map +1 -1
  314. package/fesm2015/select.mjs +21 -13
  315. package/fesm2015/select.mjs.map +1 -1
  316. package/fesm2015/sidenav.mjs +34 -52
  317. package/fesm2015/sidenav.mjs.map +1 -1
  318. package/fesm2015/slide-toggle.mjs +25 -24
  319. package/fesm2015/slide-toggle.mjs.map +1 -1
  320. package/fesm2015/slider.mjs +15 -7
  321. package/fesm2015/slider.mjs.map +1 -1
  322. package/fesm2015/snack-bar.mjs +21 -13
  323. package/fesm2015/snack-bar.mjs.map +1 -1
  324. package/fesm2015/sort.mjs +21 -13
  325. package/fesm2015/sort.mjs.map +1 -1
  326. package/fesm2015/stepper.mjs +48 -40
  327. package/fesm2015/stepper.mjs.map +1 -1
  328. package/fesm2015/table.mjs +63 -55
  329. package/fesm2015/table.mjs.map +1 -1
  330. package/fesm2015/tabs.mjs +63 -55
  331. package/fesm2015/tabs.mjs.map +1 -1
  332. package/fesm2015/toolbar.mjs +18 -10
  333. package/fesm2015/toolbar.mjs.map +1 -1
  334. package/fesm2015/tooltip.mjs +24 -16
  335. package/fesm2015/tooltip.mjs.map +1 -1
  336. package/fesm2015/tree.mjs +40 -49
  337. package/fesm2015/tree.mjs.map +1 -1
  338. package/fesm2020/autocomplete.mjs +30 -22
  339. package/fesm2020/autocomplete.mjs.map +1 -1
  340. package/fesm2020/badge.mjs +15 -7
  341. package/fesm2020/badge.mjs.map +1 -1
  342. package/fesm2020/bottom-sheet.mjs +18 -10
  343. package/fesm2020/bottom-sheet.mjs.map +1 -1
  344. package/fesm2020/button-toggle.mjs +19 -11
  345. package/fesm2020/button-toggle.mjs.map +1 -1
  346. package/fesm2020/button.mjs +18 -10
  347. package/fesm2020/button.mjs.map +1 -1
  348. package/fesm2020/card.mjs +54 -46
  349. package/fesm2020/card.mjs.map +1 -1
  350. package/fesm2020/checkbox.mjs +22 -14
  351. package/fesm2020/checkbox.mjs.map +1 -1
  352. package/fesm2020/chips.mjs +31 -23
  353. package/fesm2020/chips.mjs.map +1 -1
  354. package/fesm2020/core.mjs +68 -60
  355. package/fesm2020/core.mjs.map +1 -1
  356. package/fesm2020/datepicker.mjs +90 -82
  357. package/fesm2020/datepicker.mjs.map +1 -1
  358. package/fesm2020/dialog.mjs +36 -28
  359. package/fesm2020/dialog.mjs.map +1 -1
  360. package/fesm2020/divider.mjs +15 -7
  361. package/fesm2020/divider.mjs.map +1 -1
  362. package/fesm2020/expansion.mjs +33 -25
  363. package/fesm2020/expansion.mjs.map +1 -1
  364. package/fesm2020/form-field.mjs +37 -29
  365. package/fesm2020/form-field.mjs.map +1 -1
  366. package/fesm2020/grid-list.mjs +30 -22
  367. package/fesm2020/grid-list.mjs.map +1 -1
  368. package/fesm2020/icon/testing.mjs +15 -7
  369. package/fesm2020/icon/testing.mjs.map +1 -1
  370. package/fesm2020/icon.mjs +19 -11
  371. package/fesm2020/icon.mjs.map +1 -1
  372. package/fesm2020/input.mjs +19 -30
  373. package/fesm2020/input.mjs.map +1 -1
  374. package/fesm2020/list.mjs +36 -28
  375. package/fesm2020/list.mjs.map +1 -1
  376. package/fesm2020/menu.mjs +48 -69
  377. package/fesm2020/menu.mjs.map +1 -1
  378. package/fesm2020/paginator.mjs +21 -13
  379. package/fesm2020/paginator.mjs.map +1 -1
  380. package/fesm2020/progress-bar.mjs +15 -7
  381. package/fesm2020/progress-bar.mjs.map +1 -1
  382. package/fesm2020/progress-spinner.mjs +18 -10
  383. package/fesm2020/progress-spinner.mjs.map +1 -1
  384. package/fesm2020/radio.mjs +25 -17
  385. package/fesm2020/radio.mjs.map +1 -1
  386. package/fesm2020/select.mjs +21 -13
  387. package/fesm2020/select.mjs.map +1 -1
  388. package/fesm2020/sidenav.mjs +34 -52
  389. package/fesm2020/sidenav.mjs.map +1 -1
  390. package/fesm2020/slide-toggle.mjs +25 -24
  391. package/fesm2020/slide-toggle.mjs.map +1 -1
  392. package/fesm2020/slider.mjs +15 -7
  393. package/fesm2020/slider.mjs.map +1 -1
  394. package/fesm2020/snack-bar.mjs +21 -13
  395. package/fesm2020/snack-bar.mjs.map +1 -1
  396. package/fesm2020/sort.mjs +21 -13
  397. package/fesm2020/sort.mjs.map +1 -1
  398. package/fesm2020/stepper.mjs +48 -40
  399. package/fesm2020/stepper.mjs.map +1 -1
  400. package/fesm2020/table.mjs +63 -55
  401. package/fesm2020/table.mjs.map +1 -1
  402. package/fesm2020/tabs.mjs +63 -55
  403. package/fesm2020/tabs.mjs.map +1 -1
  404. package/fesm2020/toolbar.mjs +18 -10
  405. package/fesm2020/toolbar.mjs.map +1 -1
  406. package/fesm2020/tooltip.mjs +24 -16
  407. package/fesm2020/tooltip.mjs.map +1 -1
  408. package/fesm2020/tree.mjs +40 -49
  409. package/fesm2020/tree.mjs.map +1 -1
  410. package/form-field/form-field_public_index.d.ts +4 -0
  411. package/form-field/index.d.ts +5 -1
  412. package/form-field/package.json +2 -2
  413. package/grid-list/grid-list_public_index.d.ts +4 -0
  414. package/grid-list/index.d.ts +5 -1
  415. package/grid-list/package.json +2 -2
  416. package/icon/icon_public_index.d.ts +4 -0
  417. package/icon/index.d.ts +5 -1
  418. package/icon/package.json +2 -2
  419. package/icon/testing/index.d.ts +5 -1
  420. package/icon/testing/package.json +2 -2
  421. package/icon/testing/testing_public_index.d.ts +4 -0
  422. package/input/index.d.ts +5 -1
  423. package/input/input_public_index.d.ts +4 -0
  424. package/input/package.json +2 -2
  425. package/list/index.d.ts +5 -1
  426. package/list/list_public_index.d.ts +4 -0
  427. package/list/package.json +2 -2
  428. package/menu/index.d.ts +5 -1
  429. package/menu/menu-trigger.d.ts +0 -3
  430. package/menu/menu_public_index.d.ts +4 -0
  431. package/menu/package.json +2 -2
  432. package/package.json +79 -79
  433. package/paginator/index.d.ts +5 -1
  434. package/paginator/package.json +2 -2
  435. package/paginator/paginator_public_index.d.ts +4 -0
  436. package/progress-bar/index.d.ts +5 -1
  437. package/progress-bar/package.json +2 -2
  438. package/progress-bar/progress-bar_public_index.d.ts +4 -0
  439. package/progress-spinner/index.d.ts +5 -1
  440. package/progress-spinner/package.json +2 -2
  441. package/progress-spinner/progress-spinner_public_index.d.ts +4 -0
  442. package/radio/index.d.ts +5 -1
  443. package/radio/package.json +2 -2
  444. package/radio/radio_public_index.d.ts +4 -0
  445. package/schematics/ng-add/index.js +2 -2
  446. package/schematics/ng-add/index.mjs +2 -2
  447. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.d.ts +4 -2
  448. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js +16 -7
  449. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.mjs +16 -7
  450. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.d.ts +2 -2
  451. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js +2 -2
  452. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.mjs +2 -2
  453. package/select/index.d.ts +5 -1
  454. package/select/package.json +2 -2
  455. package/select/select_public_index.d.ts +4 -0
  456. package/sidenav/drawer.d.ts +0 -2
  457. package/sidenav/index.d.ts +5 -1
  458. package/sidenav/package.json +2 -2
  459. package/sidenav/sidenav_public_index.d.ts +4 -0
  460. package/slide-toggle/index.d.ts +5 -1
  461. package/slide-toggle/package.json +2 -2
  462. package/slide-toggle/slide-toggle_public_index.d.ts +4 -0
  463. package/slider/index.d.ts +5 -1
  464. package/slider/package.json +2 -2
  465. package/slider/slider_public_index.d.ts +4 -0
  466. package/snack-bar/index.d.ts +5 -1
  467. package/snack-bar/package.json +2 -2
  468. package/snack-bar/snack-bar_public_index.d.ts +4 -0
  469. package/sort/index.d.ts +5 -1
  470. package/sort/package.json +2 -2
  471. package/sort/sort_public_index.d.ts +4 -0
  472. package/stepper/index.d.ts +5 -1
  473. package/stepper/package.json +2 -2
  474. package/stepper/stepper_public_index.d.ts +4 -0
  475. package/table/index.d.ts +5 -1
  476. package/table/package.json +2 -2
  477. package/table/table_public_index.d.ts +4 -0
  478. package/tabs/index.d.ts +5 -1
  479. package/tabs/package.json +2 -2
  480. package/tabs/tabs_public_index.d.ts +4 -0
  481. package/toolbar/index.d.ts +5 -1
  482. package/toolbar/package.json +2 -2
  483. package/toolbar/toolbar_public_index.d.ts +4 -0
  484. package/tooltip/index.d.ts +5 -1
  485. package/tooltip/package.json +2 -2
  486. package/tooltip/tooltip.d.ts +2 -2
  487. package/tooltip/tooltip_public_index.d.ts +4 -0
  488. package/tree/index.d.ts +5 -1
  489. package/tree/node.d.ts +3 -5
  490. package/tree/package.json +2 -2
  491. package/tree/tree_public_index.d.ts +4 -0
package/fesm2015/tabs.mjs CHANGED
@@ -90,9 +90,9 @@ class MatInkBar {
90
90
  inkBar.style.width = positions.width;
91
91
  }
92
92
  }
93
- MatInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
94
- MatInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatInkBar, decorators: [{
93
+ MatInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
94
+ MatInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatInkBar, decorators: [{
96
96
  type: Directive,
97
97
  args: [{
98
98
  selector: 'mat-ink-bar',
@@ -132,9 +132,9 @@ class MatTabContent {
132
132
  this.template = template;
133
133
  }
134
134
  }
135
- MatTabContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
136
- MatTabContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabContent, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }], ngImport: i0 });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabContent, decorators: [{
135
+ MatTabContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
136
+ MatTabContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTabContent, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }], ngImport: i0 });
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabContent, decorators: [{
138
138
  type: Directive,
139
139
  args: [{
140
140
  selector: '[matTabContent]',
@@ -167,9 +167,9 @@ class MatTabLabel extends CdkPortal {
167
167
  this._closestTab = _closestTab;
168
168
  }
169
169
  }
170
- MatTabLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLabel, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: MAT_TAB, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
171
- MatTabLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabLabel, selector: "[mat-tab-label], [matTabLabel]", providers: [{ provide: MAT_TAB_LABEL, useExisting: MatTabLabel }], usesInheritance: true, ngImport: i0 });
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLabel, decorators: [{
170
+ MatTabLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLabel, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: MAT_TAB, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
171
+ MatTabLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTabLabel, selector: "[mat-tab-label], [matTabLabel]", providers: [{ provide: MAT_TAB_LABEL, useExisting: MatTabLabel }], usesInheritance: true, ngImport: i0 });
172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLabel, decorators: [{
173
173
  type: Directive,
174
174
  args: [{
175
175
  selector: '[mat-tab-label], [matTabLabel]',
@@ -257,9 +257,9 @@ class MatTab extends _MatTabBase {
257
257
  }
258
258
  }
259
259
  }
260
- MatTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTab, deps: [{ token: i0.ViewContainerRef }, { token: MAT_TAB_GROUP, optional: true }], target: i0.ɵɵFactoryTarget.Component });
261
- MatTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTab, selector: "mat-tab", inputs: { disabled: "disabled", textLabel: ["label", "textLabel"], ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"] }, providers: [{ provide: MAT_TAB, useExisting: MatTab }], queries: [{ propertyName: "templateLabel", first: true, predicate: MAT_TAB_LABEL, descendants: true }, { propertyName: "_explicitContent", first: true, predicate: MAT_TAB_CONTENT, descendants: true, read: TemplateRef, static: true }], viewQueries: [{ propertyName: "_implicitContent", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["matTab"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTab, decorators: [{
260
+ MatTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTab, deps: [{ token: i0.ViewContainerRef }, { token: MAT_TAB_GROUP, optional: true }], target: i0.ɵɵFactoryTarget.Component });
261
+ MatTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTab, selector: "mat-tab", inputs: { disabled: "disabled", textLabel: ["label", "textLabel"], ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"] }, providers: [{ provide: MAT_TAB, useExisting: MatTab }], queries: [{ propertyName: "templateLabel", first: true, predicate: MAT_TAB_LABEL, descendants: true }, { propertyName: "_explicitContent", first: true, predicate: MAT_TAB_CONTENT, descendants: true, read: TemplateRef, static: true }], viewQueries: [{ propertyName: "_implicitContent", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["matTab"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTab, decorators: [{
263
263
  type: Component,
264
264
  args: [{ selector: 'mat-tab', inputs: ['disabled'], changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, exportAs: 'matTab', providers: [{ provide: MAT_TAB, useExisting: MatTab }], template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n" }]
265
265
  }], ctorParameters: function () {
@@ -364,9 +364,9 @@ class MatTabBodyPortal extends CdkPortalOutlet {
364
364
  this._leavingSub.unsubscribe();
365
365
  }
366
366
  }
367
- MatTabBodyPortal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
368
- MatTabBodyPortal.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabBodyPortal, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 });
369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabBodyPortal, decorators: [{
367
+ MatTabBodyPortal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
368
+ MatTabBodyPortal.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTabBodyPortal, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 });
369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabBodyPortal, decorators: [{
370
370
  type: Directive,
371
371
  args: [{
372
372
  selector: '[matTabBodyHost]',
@@ -483,9 +483,9 @@ class _MatTabBodyBase {
483
483
  return 'right-origin-center';
484
484
  }
485
485
  }
486
- _MatTabBodyBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabBodyBase, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
487
- _MatTabBodyBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: _MatTabBodyBase, inputs: { _content: ["content", "_content"], origin: "origin", animationDuration: "animationDuration", position: "position" }, outputs: { _onCentering: "_onCentering", _beforeCentering: "_beforeCentering", _afterLeavingCenter: "_afterLeavingCenter", _onCentered: "_onCentered" }, ngImport: i0 });
488
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabBodyBase, decorators: [{
486
+ _MatTabBodyBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabBodyBase, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
487
+ _MatTabBodyBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatTabBodyBase, inputs: { _content: ["content", "_content"], origin: "origin", animationDuration: "animationDuration", position: "position" }, outputs: { _onCentering: "_onCentering", _beforeCentering: "_beforeCentering", _afterLeavingCenter: "_afterLeavingCenter", _onCentered: "_onCentered" }, ngImport: i0 });
488
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabBodyBase, decorators: [{
489
489
  type: Directive
490
490
  }], ctorParameters: function () {
491
491
  return [{ type: i0.ElementRef }, { type: i1.Directionality, decorators: [{
@@ -518,9 +518,9 @@ class MatTabBody extends _MatTabBodyBase {
518
518
  super(elementRef, dir, changeDetectorRef);
519
519
  }
520
520
  }
521
- MatTabBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
522
- MatTabBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabBody, selector: "mat-tab-body", host: { classAttribute: "mat-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"], directives: [{ type: MatTabBodyPortal, selector: "[matTabBodyHost]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
523
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabBody, decorators: [{
521
+ MatTabBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
522
+ MatTabBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTabBody, selector: "mat-tab-body", host: { classAttribute: "mat-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"], directives: [{ type: MatTabBodyPortal, selector: "[matTabBodyHost]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabBody, decorators: [{
524
524
  type: Component,
525
525
  args: [{ selector: 'mat-tab-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, animations: [matTabsAnimations.translateTab], host: {
526
526
  'class': 'mat-tab-body',
@@ -568,9 +568,9 @@ class MatTabLabelWrapper extends _MatTabLabelWrapperBase {
568
568
  return this.elementRef.nativeElement.offsetWidth;
569
569
  }
570
570
  }
571
- MatTabLabelWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLabelWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
572
- MatTabLabelWrapper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: { disabled: "disabled" }, host: { properties: { "class.mat-tab-disabled": "disabled", "attr.aria-disabled": "!!disabled" } }, usesInheritance: true, ngImport: i0 });
573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLabelWrapper, decorators: [{
571
+ MatTabLabelWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLabelWrapper, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
572
+ MatTabLabelWrapper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: { disabled: "disabled" }, host: { properties: { "class.mat-tab-disabled": "disabled", "attr.aria-disabled": "!!disabled" } }, usesInheritance: true, ngImport: i0 });
573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLabelWrapper, decorators: [{
574
574
  type: Directive,
575
575
  args: [{
576
576
  selector: '[matTabLabelWrapper]',
@@ -1040,9 +1040,9 @@ class MatPaginatedTabHeader {
1040
1040
  return { maxScrollDistance, distance: this._scrollDistance };
1041
1041
  }
1042
1042
  }
1043
- MatPaginatedTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1044
- MatPaginatedTabHeader.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatPaginatedTabHeader, inputs: { disablePagination: "disablePagination" }, ngImport: i0 });
1045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatPaginatedTabHeader, decorators: [{
1043
+ MatPaginatedTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1044
+ MatPaginatedTabHeader.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatPaginatedTabHeader, inputs: { disablePagination: "disablePagination" }, ngImport: i0 });
1045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatPaginatedTabHeader, decorators: [{
1046
1046
  type: Directive
1047
1047
  }], ctorParameters: function () {
1048
1048
  return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1$1.ViewportRuler }, { type: i1.Directionality, decorators: [{
@@ -1077,9 +1077,9 @@ class _MatTabHeaderBase extends MatPaginatedTabHeader {
1077
1077
  event.preventDefault();
1078
1078
  }
1079
1079
  }
1080
- _MatTabHeaderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabHeaderBase, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1081
- _MatTabHeaderBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: _MatTabHeaderBase, inputs: { disableRipple: "disableRipple" }, usesInheritance: true, ngImport: i0 });
1082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabHeaderBase, decorators: [{
1080
+ _MatTabHeaderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabHeaderBase, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1081
+ _MatTabHeaderBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatTabHeaderBase, inputs: { disableRipple: "disableRipple" }, usesInheritance: true, ngImport: i0 });
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabHeaderBase, decorators: [{
1083
1083
  type: Directive
1084
1084
  }], ctorParameters: function () {
1085
1085
  return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1$1.ViewportRuler }, { type: i1.Directionality, decorators: [{
@@ -1105,9 +1105,9 @@ class MatTabHeader extends _MatTabHeaderBase {
1105
1105
  super(elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode);
1106
1106
  }
1107
1107
  }
1108
- MatTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1109
- MatTabHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabHeader, selector: "mat-tab-header", inputs: { selectedIndex: "selectedIndex" }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'" }, classAttribute: "mat-tab-header" }, queries: [{ propertyName: "_items", predicate: MatTabLabelWrapper }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n\n<div class=\"mat-tab-label-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n #tabList\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n role=\"tablist\"\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-labels\">\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<div class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n"], directives: [{ type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { type: MatInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
1110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabHeader, decorators: [{
1108
+ MatTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1109
+ MatTabHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTabHeader, selector: "mat-tab-header", inputs: { selectedIndex: "selectedIndex" }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'" }, classAttribute: "mat-tab-header" }, queries: [{ propertyName: "_items", predicate: MatTabLabelWrapper }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n\n<div class=\"mat-tab-label-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n #tabList\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n role=\"tablist\"\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-labels\">\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<div class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n"], directives: [{ type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { type: MatInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
1110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabHeader, decorators: [{
1111
1111
  type: Component,
1112
1112
  args: [{ selector: 'mat-tab-header', inputs: ['selectedIndex'], outputs: ['selectFocusedIndex', 'indexFocused'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, host: {
1113
1113
  'class': 'mat-tab-header',
@@ -1438,9 +1438,9 @@ class _MatTabGroupBase extends _MatTabGroupMixinBase {
1438
1438
  }
1439
1439
  }
1440
1440
  }
1441
- _MatTabGroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabGroupBase, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1442
- _MatTabGroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: _MatTabGroupBase, inputs: { dynamicHeight: "dynamicHeight", selectedIndex: "selectedIndex", headerPosition: "headerPosition", animationDuration: "animationDuration", contentTabIndex: "contentTabIndex", disablePagination: "disablePagination", backgroundColor: "backgroundColor" }, outputs: { selectedIndexChange: "selectedIndexChange", focusChange: "focusChange", animationDone: "animationDone", selectedTabChange: "selectedTabChange" }, usesInheritance: true, ngImport: i0 });
1443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabGroupBase, decorators: [{
1441
+ _MatTabGroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabGroupBase, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1442
+ _MatTabGroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatTabGroupBase, inputs: { dynamicHeight: "dynamicHeight", selectedIndex: "selectedIndex", headerPosition: "headerPosition", animationDuration: "animationDuration", contentTabIndex: "contentTabIndex", disablePagination: "disablePagination", backgroundColor: "backgroundColor" }, outputs: { selectedIndexChange: "selectedIndexChange", focusChange: "focusChange", animationDone: "animationDone", selectedTabChange: "selectedTabChange" }, usesInheritance: true, ngImport: i0 });
1443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabGroupBase, decorators: [{
1444
1444
  type: Directive
1445
1445
  }], ctorParameters: function () {
1446
1446
  return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -1487,14 +1487,14 @@ class MatTabGroup extends _MatTabGroupBase {
1487
1487
  super(elementRef, changeDetectorRef, defaultConfig, animationMode);
1488
1488
  }
1489
1489
  }
1490
- MatTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabGroup, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1491
- MatTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabGroup, selector: "mat-tab-group", inputs: { color: "color", disableRipple: "disableRipple" }, host: { properties: { "class.mat-tab-group-dynamic-height": "dynamicHeight", "class.mat-tab-group-inverted-header": "headerPosition === \"below\"" }, classAttribute: "mat-tab-group" }, providers: [
1490
+ MatTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabGroup, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1491
+ MatTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTabGroup, selector: "mat-tab-group", inputs: { color: "color", disableRipple: "disableRipple" }, host: { properties: { "class.mat-tab-group-dynamic-height": "dynamicHeight", "class.mat-tab-group-inverted-header": "headerPosition === \"below\"" }, classAttribute: "mat-tab-group" }, providers: [
1492
1492
  {
1493
1493
  provide: MAT_TAB_GROUP,
1494
1494
  useExisting: MatTabGroup,
1495
1495
  },
1496
1496
  ], queries: [{ propertyName: "_allTabs", predicate: MatTab, descendants: true }], viewQueries: [{ propertyName: "_tabBodyWrapper", first: true, predicate: ["tabBodyWrapper"], descendants: true }, { propertyName: "_tabHeader", first: true, predicate: ["tabHeader"], descendants: true }], exportAs: ["matTabGroup"], usesInheritance: true, ngImport: i0, template: "<mat-tab-header #tabHeader\n [selectedIndex]=\"selectedIndex || 0\"\n [disableRipple]=\"disableRipple\"\n [disablePagination]=\"disablePagination\"\n (indexFocused)=\"_focusChanged($event)\"\n (selectFocusedIndex)=\"selectedIndex = $event\">\n <div class=\"mat-tab-label mat-focus-indicator\" role=\"tab\" matTabLabelWrapper mat-ripple cdkMonitorElementFocus\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabLabelId(i)\"\n [attr.tabIndex]=\"_getTabIndex(tab, i)\"\n [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"_tabs.length\"\n [attr.aria-controls]=\"_getTabContentId(i)\"\n [attr.aria-selected]=\"selectedIndex == i\"\n [attr.aria-label]=\"tab.ariaLabel || null\"\n [attr.aria-labelledby]=\"(!tab.ariaLabel && tab.ariaLabelledby) ? tab.ariaLabelledby : null\"\n [class.mat-tab-label-active]=\"selectedIndex == i\"\n [disabled]=\"tab.disabled\"\n [matRippleDisabled]=\"tab.disabled || disableRipple\"\n (click)=\"_handleClick(tab, tabHeader, i)\"\n (cdkFocusChange)=\"_tabFocusChanged($event, i)\">\n\n\n <div class=\"mat-tab-label-content\">\n <!-- If there is a label template, use it. -->\n <ng-template [ngIf]=\"tab.templateLabel\">\n <ng-template [cdkPortalOutlet]=\"tab.templateLabel\"></ng-template>\n </ng-template>\n\n <!-- If there is not a label template, fall back to the text label. -->\n <ng-template [ngIf]=\"!tab.templateLabel\">{{tab.textLabel}}</ng-template>\n </div>\n </div>\n</mat-tab-header>\n\n<div\n class=\"mat-tab-body-wrapper\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabBodyWrapper>\n <mat-tab-body role=\"tabpanel\"\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabContentId(i)\"\n [attr.tabindex]=\"(contentTabIndex != null && selectedIndex === i) ? contentTabIndex : null\"\n [attr.aria-labelledby]=\"_getTabLabelId(i)\"\n [class.mat-tab-body-active]=\"selectedIndex === i\"\n [content]=\"tab.content!\"\n [position]=\"tab.position!\"\n [origin]=\"tab.origin\"\n [animationDuration]=\"animationDuration\"\n (_onCentered)=\"_removeTabBodyWrapperHeight()\"\n (_onCentering)=\"_setTabBodyWrapperHeight($event)\">\n </mat-tab-body>\n</div>\n", styles: [".mat-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{padding:0 12px}}@media(max-width: 959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}\n"], components: [{ type: MatTabHeader, selector: "mat-tab-header", inputs: ["selectedIndex"], outputs: ["selectFocusedIndex", "indexFocused"] }, { type: MatTabBody, selector: "mat-tab-body" }], directives: [{ type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: MatTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: ["disabled"] }, { type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { type: i7.CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: ["cdkFocusChange"] }, { type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
1497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabGroup, decorators: [{
1497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabGroup, decorators: [{
1498
1498
  type: Component,
1499
1499
  args: [{ selector: 'mat-tab-group', exportAs: 'matTabGroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, inputs: ['color', 'disableRipple'], providers: [
1500
1500
  {
@@ -1588,9 +1588,9 @@ class _MatTabNavBase extends MatPaginatedTabHeader {
1588
1588
  this._inkBar.hide();
1589
1589
  }
1590
1590
  }
1591
- _MatTabNavBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabNavBase, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1592
- _MatTabNavBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: _MatTabNavBase, inputs: { backgroundColor: "backgroundColor", disableRipple: "disableRipple", color: "color" }, usesInheritance: true, ngImport: i0 });
1593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabNavBase, decorators: [{
1591
+ _MatTabNavBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabNavBase, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1592
+ _MatTabNavBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatTabNavBase, inputs: { backgroundColor: "backgroundColor", disableRipple: "disableRipple", color: "color" }, usesInheritance: true, ngImport: i0 });
1593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabNavBase, decorators: [{
1594
1594
  type: Directive
1595
1595
  }], ctorParameters: function () {
1596
1596
  return [{ type: i0.ElementRef }, { type: i1.Directionality, decorators: [{
@@ -1617,9 +1617,9 @@ class MatTabNav extends _MatTabNavBase {
1617
1617
  super(elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode);
1618
1618
  }
1619
1619
  }
1620
- MatTabNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabNav, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1621
- MatTabNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabNav, selector: "[mat-tab-nav-bar]", inputs: { color: "color" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'", "class.mat-primary": "color !== \"warn\" && color !== \"accent\"", "class.mat-accent": "color === \"accent\"", "class.mat-warn": "color === \"warn\"" }, classAttribute: "mat-tab-nav-bar mat-tab-header" }, queries: [{ propertyName: "_items", predicate: MatTabLink, descendants: true }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], exportAs: ["matTabNavBar", "matTabNav"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n\n<div class=\"mat-tab-link-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabList\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-links\">\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<div class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-link:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}@media(max-width: 599px){.mat-tab-link{min-width:72px}}\n"], directives: [{ type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { type: MatInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
1622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabNav, decorators: [{
1620
+ MatTabNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabNav, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1621
+ MatTabNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTabNav, selector: "[mat-tab-nav-bar]", inputs: { color: "color" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'", "class.mat-primary": "color !== \"warn\" && color !== \"accent\"", "class.mat-accent": "color === \"accent\"", "class.mat-warn": "color === \"warn\"" }, classAttribute: "mat-tab-nav-bar mat-tab-header" }, queries: [{ propertyName: "_items", predicate: i0.forwardRef(function () { return MatTabLink; }), descendants: true }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], exportAs: ["matTabNavBar", "matTabNav"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n\n<div class=\"mat-tab-link-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabList\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-links\">\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<div class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n mat-ripple [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</div>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-link:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}@media(max-width: 599px){.mat-tab-link{min-width:72px}}\n"], directives: [{ type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { type: MatInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
1622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabNav, decorators: [{
1623
1623
  type: Component,
1624
1624
  args: [{ selector: '[mat-tab-nav-bar]', exportAs: 'matTabNavBar, matTabNav', inputs: ['color'], host: {
1625
1625
  'class': 'mat-tab-nav-bar mat-tab-header',
@@ -1713,9 +1713,9 @@ class _MatTabLinkBase extends _MatTabLinkMixinBase {
1713
1713
  this._tabNavBar.focusIndex = this._tabNavBar._items.toArray().indexOf(this);
1714
1714
  }
1715
1715
  }
1716
- _MatTabLinkBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabLinkBase, deps: [{ token: _MatTabNavBase }, { token: i0.ElementRef }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1717
- _MatTabLinkBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: _MatTabLinkBase, inputs: { active: "active" }, usesInheritance: true, ngImport: i0 });
1718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: _MatTabLinkBase, decorators: [{
1716
+ _MatTabLinkBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabLinkBase, deps: [{ token: _MatTabNavBase }, { token: i0.ElementRef }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1717
+ _MatTabLinkBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatTabLinkBase, inputs: { active: "active" }, usesInheritance: true, ngImport: i0 });
1718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatTabLinkBase, decorators: [{
1719
1719
  type: Directive
1720
1720
  }], ctorParameters: function () {
1721
1721
  return [{ type: _MatTabNavBase }, { type: i0.ElementRef }, { type: undefined, decorators: [{
@@ -1749,9 +1749,9 @@ class MatTabLink extends _MatTabLinkBase {
1749
1749
  this._tabLinkRipple._removeTriggerEvents();
1750
1750
  }
1751
1751
  }
1752
- MatTabLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLink, deps: [{ token: MatTabNav }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1753
- MatTabLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: MatTabLink, selector: "[mat-tab-link], [matTabLink]", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { listeners: { "focus": "_handleFocus()" }, properties: { "attr.aria-current": "active ? \"page\" : null", "attr.aria-disabled": "disabled", "attr.tabIndex": "tabIndex", "class.mat-tab-disabled": "disabled", "class.mat-tab-label-active": "active" }, classAttribute: "mat-tab-link mat-focus-indicator" }, exportAs: ["matTabLink"], usesInheritance: true, ngImport: i0 });
1754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabLink, decorators: [{
1752
+ MatTabLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLink, deps: [{ token: MatTabNav }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1753
+ MatTabLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTabLink, selector: "[mat-tab-link], [matTabLink]", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { listeners: { "focus": "_handleFocus()" }, properties: { "attr.aria-current": "active ? \"page\" : null", "attr.aria-disabled": "disabled", "attr.tabIndex": "tabIndex", "class.mat-tab-disabled": "disabled", "class.mat-tab-label-active": "active" }, classAttribute: "mat-tab-link mat-focus-indicator" }, exportAs: ["matTabLink"], usesInheritance: true, ngImport: i0 });
1754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabLink, decorators: [{
1755
1755
  type: Directive,
1756
1756
  args: [{
1757
1757
  selector: '[mat-tab-link], [matTabLink]',
@@ -1793,8 +1793,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
1793
1793
  */
1794
1794
  class MatTabsModule {
1795
1795
  }
1796
- MatTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1797
- MatTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabsModule, declarations: [MatTabGroup,
1796
+ MatTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1797
+ MatTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabsModule, declarations: [MatTabGroup,
1798
1798
  MatTabLabel,
1799
1799
  MatTab,
1800
1800
  MatInkBar,
@@ -1816,7 +1816,7 @@ MatTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
1816
1816
  MatTabNav,
1817
1817
  MatTabLink,
1818
1818
  MatTabContent] });
1819
- MatTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabsModule, imports: [[
1819
+ MatTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabsModule, imports: [[
1820
1820
  CommonModule,
1821
1821
  MatCommonModule,
1822
1822
  PortalModule,
@@ -1824,7 +1824,7 @@ MatTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
1824
1824
  ObserversModule,
1825
1825
  A11yModule,
1826
1826
  ], MatCommonModule] });
1827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: MatTabsModule, decorators: [{
1827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTabsModule, decorators: [{
1828
1828
  type: NgModule,
1829
1829
  args: [{
1830
1830
  imports: [
@@ -1877,6 +1877,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
1877
1877
  * found in the LICENSE file at https://angular.io/license
1878
1878
  */
1879
1879
 
1880
+ /**
1881
+ * @license
1882
+ * Copyright Google LLC All Rights Reserved.
1883
+ *
1884
+ * Use of this source code is governed by an MIT-style license that can be
1885
+ * found in the LICENSE file at https://angular.io/license
1886
+ */
1887
+
1880
1888
  /**
1881
1889
  * Generated bundle index. Do not edit.
1882
1890
  */