@angular/material 10.0.2 → 10.1.3

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 (521) hide show
  1. package/_theming.scss +14 -9
  2. package/autocomplete/index.metadata.json +1 -1
  3. package/autocomplete/testing/autocomplete-harness.d.ts +2 -0
  4. package/bundles/material-autocomplete-testing.umd.js +327 -248
  5. package/bundles/material-autocomplete-testing.umd.js.map +1 -1
  6. package/bundles/material-autocomplete-testing.umd.min.js +2 -9
  7. package/bundles/material-autocomplete-testing.umd.min.js.map +1 -1
  8. package/bundles/material-autocomplete.umd.js +421 -355
  9. package/bundles/material-autocomplete.umd.js.map +1 -1
  10. package/bundles/material-autocomplete.umd.min.js +2 -24
  11. package/bundles/material-autocomplete.umd.min.js.map +1 -1
  12. package/bundles/material-badge-testing.umd.js +301 -235
  13. package/bundles/material-badge-testing.umd.js.map +1 -1
  14. package/bundles/material-badge-testing.umd.min.js +2 -9
  15. package/bundles/material-badge-testing.umd.min.js.map +1 -1
  16. package/bundles/material-badge.umd.js +344 -278
  17. package/bundles/material-badge.umd.js.map +1 -1
  18. package/bundles/material-badge.umd.min.js +3 -3
  19. package/bundles/material-badge.umd.min.js.map +1 -1
  20. package/bundles/material-bottom-sheet-testing.umd.js +302 -236
  21. package/bundles/material-bottom-sheet-testing.umd.js.map +1 -1
  22. package/bundles/material-bottom-sheet-testing.umd.min.js +2 -9
  23. package/bundles/material-bottom-sheet-testing.umd.min.js.map +1 -1
  24. package/bundles/material-bottom-sheet.umd.js +361 -288
  25. package/bundles/material-bottom-sheet.umd.js.map +1 -1
  26. package/bundles/material-bottom-sheet.umd.min.js +17 -2
  27. package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
  28. package/bundles/material-button-testing.umd.js +321 -244
  29. package/bundles/material-button-testing.umd.js.map +1 -1
  30. package/bundles/material-button-testing.umd.min.js +2 -9
  31. package/bundles/material-button-testing.umd.min.js.map +1 -1
  32. package/bundles/material-button-toggle-testing.umd.js +315 -245
  33. package/bundles/material-button-toggle-testing.umd.js.map +1 -1
  34. package/bundles/material-button-toggle-testing.umd.min.js +3 -17
  35. package/bundles/material-button-toggle-testing.umd.min.js.map +1 -1
  36. package/bundles/material-button-toggle.umd.js +394 -318
  37. package/bundles/material-button-toggle.umd.js.map +1 -1
  38. package/bundles/material-button-toggle.umd.min.js +2 -10
  39. package/bundles/material-button-toggle.umd.min.js.map +1 -1
  40. package/bundles/material-button.umd.js +375 -304
  41. package/bundles/material-button.umd.js.map +1 -1
  42. package/bundles/material-button.umd.min.js +3 -11
  43. package/bundles/material-button.umd.min.js.map +1 -1
  44. package/bundles/material-card-testing.umd.js +399 -0
  45. package/bundles/material-card-testing.umd.js.map +1 -0
  46. package/bundles/material-card-testing.umd.min.js +37 -0
  47. package/bundles/material-card-testing.umd.min.js.map +1 -0
  48. package/bundles/material-card.umd.js +139 -139
  49. package/bundles/material-card.umd.js.map +1 -1
  50. package/bundles/material-card.umd.min.js +2 -2
  51. package/bundles/material-card.umd.min.js.map +1 -1
  52. package/bundles/material-checkbox-testing.umd.js +313 -236
  53. package/bundles/material-checkbox-testing.umd.js.map +1 -1
  54. package/bundles/material-checkbox-testing.umd.min.js +2 -9
  55. package/bundles/material-checkbox-testing.umd.min.js.map +1 -1
  56. package/bundles/material-checkbox.umd.js +370 -311
  57. package/bundles/material-checkbox.umd.js.map +1 -1
  58. package/bundles/material-checkbox.umd.min.js +2 -9
  59. package/bundles/material-checkbox.umd.min.js.map +1 -1
  60. package/bundles/material-chips.umd.js +625 -542
  61. package/bundles/material-chips.umd.js.map +1 -1
  62. package/bundles/material-chips.umd.min.js +19 -4
  63. package/bundles/material-chips.umd.min.js.map +1 -1
  64. package/bundles/material-core-testing.umd.js +304 -245
  65. package/bundles/material-core-testing.umd.js.map +1 -1
  66. package/bundles/material-core-testing.umd.min.js +3 -17
  67. package/bundles/material-core-testing.umd.min.js.map +1 -1
  68. package/bundles/material-core.umd.js +563 -510
  69. package/bundles/material-core.umd.js.map +1 -1
  70. package/bundles/material-core.umd.min.js +37 -12
  71. package/bundles/material-core.umd.min.js.map +1 -1
  72. package/bundles/material-datepicker.umd.js +935 -880
  73. package/bundles/material-datepicker.umd.js.map +1 -1
  74. package/bundles/material-datepicker.umd.min.js +44 -10
  75. package/bundles/material-datepicker.umd.min.js.map +1 -1
  76. package/bundles/material-dialog-testing.umd.js +303 -237
  77. package/bundles/material-dialog-testing.umd.js.map +1 -1
  78. package/bundles/material-dialog-testing.umd.min.js +2 -9
  79. package/bundles/material-dialog-testing.umd.min.js.map +1 -1
  80. package/bundles/material-dialog.umd.js +438 -376
  81. package/bundles/material-dialog.umd.js.map +1 -1
  82. package/bundles/material-dialog.umd.min.js +15 -14
  83. package/bundles/material-dialog.umd.min.js.map +1 -1
  84. package/bundles/material-divider-testing.umd.js +300 -234
  85. package/bundles/material-divider-testing.umd.js.map +1 -1
  86. package/bundles/material-divider-testing.umd.min.js +2 -9
  87. package/bundles/material-divider-testing.umd.min.js.map +1 -1
  88. package/bundles/material-divider.umd.js +28 -28
  89. package/bundles/material-divider.umd.js.map +1 -1
  90. package/bundles/material-divider.umd.min.js +2 -9
  91. package/bundles/material-divider.umd.min.js.map +1 -1
  92. package/bundles/material-expansion-testing.umd.js +314 -246
  93. package/bundles/material-expansion-testing.umd.js.map +1 -1
  94. package/bundles/material-expansion-testing.umd.min.js +2 -10
  95. package/bundles/material-expansion-testing.umd.min.js.map +1 -1
  96. package/bundles/material-expansion.umd.js +459 -400
  97. package/bundles/material-expansion.umd.js.map +1 -1
  98. package/bundles/material-expansion.umd.min.js +11 -3
  99. package/bundles/material-expansion.umd.min.js.map +1 -1
  100. package/bundles/material-form-field-testing-control.umd.js +299 -233
  101. package/bundles/material-form-field-testing-control.umd.js.map +1 -1
  102. package/bundles/material-form-field-testing-control.umd.min.js.map +1 -1
  103. package/bundles/material-form-field-testing.umd.js +301 -235
  104. package/bundles/material-form-field-testing.umd.js.map +1 -1
  105. package/bundles/material-form-field-testing.umd.min.js +3 -10
  106. package/bundles/material-form-field-testing.umd.min.js.map +1 -1
  107. package/bundles/material-form-field.umd.js +493 -406
  108. package/bundles/material-form-field.umd.js.map +1 -1
  109. package/bundles/material-form-field.umd.min.js +36 -5
  110. package/bundles/material-form-field.umd.min.js.map +1 -1
  111. package/bundles/material-grid-list-testing.umd.js +311 -252
  112. package/bundles/material-grid-list-testing.umd.js.map +1 -1
  113. package/bundles/material-grid-list-testing.umd.min.js +2 -17
  114. package/bundles/material-grid-list-testing.umd.min.js.map +1 -1
  115. package/bundles/material-grid-list.umd.js +409 -336
  116. package/bundles/material-grid-list.umd.js.map +1 -1
  117. package/bundles/material-grid-list.umd.min.js +19 -4
  118. package/bundles/material-grid-list.umd.min.js.map +1 -1
  119. package/bundles/material-icon-testing.umd.js +8 -8
  120. package/bundles/material-icon-testing.umd.js.map +1 -1
  121. package/bundles/material-icon-testing.umd.min.js +2 -2
  122. package/bundles/material-icon-testing.umd.min.js.map +1 -1
  123. package/bundles/material-icon.umd.js +349 -283
  124. package/bundles/material-icon.umd.js.map +1 -1
  125. package/bundles/material-icon.umd.min.js +2 -9
  126. package/bundles/material-icon.umd.min.js.map +1 -1
  127. package/bundles/material-input-testing.umd.js +326 -243
  128. package/bundles/material-input-testing.umd.js.map +1 -1
  129. package/bundles/material-input-testing.umd.min.js +2 -9
  130. package/bundles/material-input-testing.umd.min.js.map +1 -1
  131. package/bundles/material-input.umd.js +409 -326
  132. package/bundles/material-input.umd.js.map +1 -1
  133. package/bundles/material-input.umd.min.js +5 -19
  134. package/bundles/material-input.umd.min.js.map +1 -1
  135. package/bundles/material-list-testing.umd.js +366 -303
  136. package/bundles/material-list-testing.umd.js.map +1 -1
  137. package/bundles/material-list-testing.umd.min.js +2 -2
  138. package/bundles/material-list-testing.umd.min.js.map +1 -1
  139. package/bundles/material-list.umd.js +492 -433
  140. package/bundles/material-list.umd.js.map +1 -1
  141. package/bundles/material-list.umd.min.js +2 -10
  142. package/bundles/material-list.umd.min.js.map +1 -1
  143. package/bundles/material-menu-testing.umd.js +327 -239
  144. package/bundles/material-menu-testing.umd.js.map +1 -1
  145. package/bundles/material-menu-testing.umd.min.js +2 -10
  146. package/bundles/material-menu-testing.umd.min.js.map +1 -1
  147. package/bundles/material-menu.umd.js +483 -408
  148. package/bundles/material-menu.umd.js.map +1 -1
  149. package/bundles/material-menu.umd.min.js +5 -4
  150. package/bundles/material-menu.umd.min.js.map +1 -1
  151. package/bundles/material-paginator-testing.umd.js +302 -236
  152. package/bundles/material-paginator-testing.umd.js.map +1 -1
  153. package/bundles/material-paginator-testing.umd.min.js +2 -9
  154. package/bundles/material-paginator-testing.umd.min.js.map +1 -1
  155. package/bundles/material-paginator.umd.js +345 -279
  156. package/bundles/material-paginator.umd.js.map +1 -1
  157. package/bundles/material-paginator.umd.min.js +2 -9
  158. package/bundles/material-paginator.umd.min.js.map +1 -1
  159. package/bundles/material-progress-bar-testing.umd.js +301 -235
  160. package/bundles/material-progress-bar-testing.umd.js.map +1 -1
  161. package/bundles/material-progress-bar-testing.umd.min.js +2 -9
  162. package/bundles/material-progress-bar-testing.umd.min.js.map +1 -1
  163. package/bundles/material-progress-bar.umd.js +339 -266
  164. package/bundles/material-progress-bar.umd.js.map +1 -1
  165. package/bundles/material-progress-bar.umd.min.js +4 -3
  166. package/bundles/material-progress-bar.umd.min.js.map +1 -1
  167. package/bundles/material-progress-spinner-testing.umd.js +301 -235
  168. package/bundles/material-progress-spinner-testing.umd.js.map +1 -1
  169. package/bundles/material-progress-spinner-testing.umd.min.js +2 -9
  170. package/bundles/material-progress-spinner-testing.umd.min.js.map +1 -1
  171. package/bundles/material-progress-spinner.umd.js +411 -364
  172. package/bundles/material-progress-spinner.umd.js.map +1 -1
  173. package/bundles/material-progress-spinner.umd.min.js +2 -10
  174. package/bundles/material-progress-spinner.umd.min.js.map +1 -1
  175. package/bundles/material-radio-testing.umd.js +315 -238
  176. package/bundles/material-radio-testing.umd.js.map +1 -1
  177. package/bundles/material-radio-testing.umd.min.js +2 -10
  178. package/bundles/material-radio-testing.umd.min.js.map +1 -1
  179. package/bundles/material-radio.umd.js +412 -336
  180. package/bundles/material-radio.umd.js.map +1 -1
  181. package/bundles/material-radio.umd.min.js +2 -10
  182. package/bundles/material-radio.umd.min.js.map +1 -1
  183. package/bundles/material-select-testing.umd.js +326 -247
  184. package/bundles/material-select-testing.umd.js.map +1 -1
  185. package/bundles/material-select-testing.umd.min.js +2 -9
  186. package/bundles/material-select-testing.umd.min.js.map +1 -1
  187. package/bundles/material-select.umd.js +424 -348
  188. package/bundles/material-select.umd.js.map +1 -1
  189. package/bundles/material-select.umd.min.js +5 -12
  190. package/bundles/material-select.umd.min.js.map +1 -1
  191. package/bundles/material-sidenav-testing.umd.js +303 -244
  192. package/bundles/material-sidenav-testing.umd.js.map +1 -1
  193. package/bundles/material-sidenav-testing.umd.min.js +2 -16
  194. package/bundles/material-sidenav-testing.umd.min.js.map +1 -1
  195. package/bundles/material-sidenav.umd.js +528 -477
  196. package/bundles/material-sidenav.umd.js.map +1 -1
  197. package/bundles/material-sidenav.umd.min.js +3 -3
  198. package/bundles/material-sidenav.umd.min.js.map +1 -1
  199. package/bundles/material-slide-toggle-testing.umd.js +313 -236
  200. package/bundles/material-slide-toggle-testing.umd.js.map +1 -1
  201. package/bundles/material-slide-toggle-testing.umd.min.js +2 -9
  202. package/bundles/material-slide-toggle-testing.umd.min.js.map +1 -1
  203. package/bundles/material-slide-toggle.umd.js +373 -314
  204. package/bundles/material-slide-toggle.umd.js.map +1 -1
  205. package/bundles/material-slide-toggle.umd.min.js +2 -9
  206. package/bundles/material-slide-toggle.umd.min.js.map +1 -1
  207. package/bundles/material-slider-testing.umd.js +313 -236
  208. package/bundles/material-slider-testing.umd.js.map +1 -1
  209. package/bundles/material-slider-testing.umd.min.js +2 -9
  210. package/bundles/material-slider-testing.umd.min.js.map +1 -1
  211. package/bundles/material-slider.umd.js +476 -439
  212. package/bundles/material-slider.umd.js.map +1 -1
  213. package/bundles/material-slider.umd.min.js +4 -3
  214. package/bundles/material-slider.umd.min.js.map +1 -1
  215. package/bundles/material-snack-bar-testing.umd.js +304 -238
  216. package/bundles/material-snack-bar-testing.umd.js.map +1 -1
  217. package/bundles/material-snack-bar-testing.umd.min.js +2 -9
  218. package/bundles/material-snack-bar-testing.umd.min.js.map +1 -1
  219. package/bundles/material-snack-bar.umd.js +383 -308
  220. package/bundles/material-snack-bar.umd.js.map +1 -1
  221. package/bundles/material-snack-bar.umd.min.js +26 -2
  222. package/bundles/material-snack-bar.umd.min.js.map +1 -1
  223. package/bundles/material-sort-testing.umd.js +312 -253
  224. package/bundles/material-sort-testing.umd.js.map +1 -1
  225. package/bundles/material-sort-testing.umd.min.js +1 -16
  226. package/bundles/material-sort-testing.umd.min.js.map +1 -1
  227. package/bundles/material-sort.umd.js +391 -319
  228. package/bundles/material-sort.umd.js.map +1 -1
  229. package/bundles/material-sort.umd.min.js +4 -19
  230. package/bundles/material-sort.umd.min.js.map +1 -1
  231. package/bundles/material-stepper.umd.js +490 -445
  232. package/bundles/material-stepper.umd.js.map +1 -1
  233. package/bundles/material-stepper.umd.min.js +5 -12
  234. package/bundles/material-stepper.umd.min.js.map +1 -1
  235. package/bundles/material-table-testing.umd.js +317 -265
  236. package/bundles/material-table-testing.umd.js.map +1 -1
  237. package/bundles/material-table-testing.umd.min.js +2 -24
  238. package/bundles/material-table-testing.umd.min.js.map +1 -1
  239. package/bundles/material-table.umd.js +494 -461
  240. package/bundles/material-table.umd.js.map +1 -1
  241. package/bundles/material-table.umd.min.js +3 -10
  242. package/bundles/material-table.umd.min.js.map +1 -1
  243. package/bundles/material-tabs-testing.umd.js +303 -244
  244. package/bundles/material-tabs-testing.umd.js.map +1 -1
  245. package/bundles/material-tabs-testing.umd.min.js +1 -16
  246. package/bundles/material-tabs-testing.umd.min.js.map +1 -1
  247. package/bundles/material-tabs.umd.js +675 -625
  248. package/bundles/material-tabs.umd.js.map +1 -1
  249. package/bundles/material-tabs.umd.min.js +23 -5
  250. package/bundles/material-tabs.umd.min.js.map +1 -1
  251. package/bundles/material-toolbar-testing.umd.js +396 -0
  252. package/bundles/material-toolbar-testing.umd.js.map +1 -0
  253. package/bundles/material-toolbar-testing.umd.min.js +37 -0
  254. package/bundles/material-toolbar-testing.umd.min.js.map +1 -0
  255. package/bundles/material-toolbar.umd.js +337 -271
  256. package/bundles/material-toolbar.umd.js.map +1 -1
  257. package/bundles/material-toolbar.umd.min.js +4 -3
  258. package/bundles/material-toolbar.umd.min.js.map +1 -1
  259. package/bundles/material-tooltip-testing.umd.js +301 -235
  260. package/bundles/material-tooltip-testing.umd.js.map +1 -1
  261. package/bundles/material-tooltip-testing.umd.min.js +2 -9
  262. package/bundles/material-tooltip-testing.umd.min.js.map +1 -1
  263. package/bundles/material-tooltip.umd.js +427 -314
  264. package/bundles/material-tooltip.umd.js.map +1 -1
  265. package/bundles/material-tooltip.umd.min.js +11 -3
  266. package/bundles/material-tooltip.umd.min.js.map +1 -1
  267. package/bundles/material-tree.umd.js +421 -383
  268. package/bundles/material-tree.umd.js.map +1 -1
  269. package/bundles/material-tree.umd.min.js +3 -3
  270. package/bundles/material-tree.umd.min.js.map +1 -1
  271. package/button/_button-base.scss +1 -1
  272. package/button/_button-theme.scss +8 -8
  273. package/button/index.metadata.json +1 -1
  274. package/button/testing/button-harness.d.ts +2 -0
  275. package/button-toggle/button-toggle.d.ts +6 -0
  276. package/button-toggle/index.metadata.json +1 -1
  277. package/button-toggle/testing/button-toggle-harness.d.ts +2 -0
  278. package/card/testing/card-harness-filters.d.ts +17 -0
  279. package/card/testing/card-harness.d.ts +36 -0
  280. package/card/testing/index.d.ts +8 -0
  281. package/card/testing/package.json +9 -0
  282. package/card/testing/public-api.d.ts +9 -0
  283. package/checkbox/checkbox.d.ts +2 -1
  284. package/checkbox/testing/checkbox-harness.d.ts +2 -0
  285. package/chips/chip.d.ts +21 -2
  286. package/chips/index.metadata.json +1 -1
  287. package/core/focus-indicators/_focus-indicators.scss +1 -1
  288. package/core/index.metadata.json +1 -1
  289. package/core/option/optgroup.d.ts +13 -4
  290. package/core/option/option.d.ts +10 -7
  291. package/core/style/_vendor-prefixes.scss +5 -0
  292. package/datepicker/date-range-input-parts.d.ts +3 -1
  293. package/datepicker/date-range-input.d.ts +5 -4
  294. package/datepicker/datepicker-base.d.ts +8 -6
  295. package/datepicker/datepicker-input-base.d.ts +9 -5
  296. package/datepicker/datepicker-input.d.ts +1 -0
  297. package/datepicker/index.metadata.json +1 -1
  298. package/dialog/dialog.d.ts +1 -1
  299. package/dialog/index.metadata.json +1 -1
  300. package/esm2015/autocomplete/autocomplete.js +3 -3
  301. package/esm2015/autocomplete/testing/autocomplete-harness.js +7 -1
  302. package/esm2015/bottom-sheet/bottom-sheet.js +1 -1
  303. package/esm2015/button/button.js +8 -3
  304. package/esm2015/button/testing/button-harness.js +7 -1
  305. package/esm2015/button-toggle/button-toggle.js +12 -3
  306. package/esm2015/button-toggle/testing/button-toggle-harness.js +7 -1
  307. package/esm2015/card/testing/card-harness-filters.js +8 -0
  308. package/esm2015/card/testing/card-harness.js +52 -0
  309. package/esm2015/card/testing/index.js +9 -0
  310. package/esm2015/card/testing/public-api.js +10 -0
  311. package/esm2015/card/testing/testing.externs.js +0 -0
  312. package/esm2015/checkbox/checkbox.js +1 -1
  313. package/esm2015/checkbox/testing/checkbox-harness.js +7 -1
  314. package/esm2015/chips/chip-list.js +3 -3
  315. package/esm2015/chips/chip.js +32 -11
  316. package/esm2015/core/common-behaviors/common-module.js +1 -1
  317. package/esm2015/core/common-behaviors/tabindex.js +3 -2
  318. package/esm2015/core/option/optgroup.js +22 -9
  319. package/esm2015/core/option/option.js +29 -14
  320. package/esm2015/core/version.js +1 -1
  321. package/esm2015/datepicker/date-range-input-parts.js +7 -1
  322. package/esm2015/datepicker/date-range-input.js +14 -11
  323. package/esm2015/datepicker/datepicker-base.js +24 -10
  324. package/esm2015/datepicker/datepicker-input-base.js +16 -8
  325. package/esm2015/datepicker/datepicker-input.js +4 -1
  326. package/esm2015/datepicker/datepicker-toggle.js +5 -5
  327. package/esm2015/dialog/dialog.js +6 -6
  328. package/esm2015/expansion/testing/expansion-harness.js +7 -1
  329. package/esm2015/form-field/error.js +10 -3
  330. package/esm2015/form-field/form-field.js +17 -19
  331. package/esm2015/form-field/hint.js +13 -3
  332. package/esm2015/form-field/prefix.js +9 -2
  333. package/esm2015/form-field/suffix.js +9 -2
  334. package/esm2015/grid-list/grid-list.js +2 -2
  335. package/esm2015/grid-list/tile-styler.js +1 -1
  336. package/esm2015/input/input.js +29 -5
  337. package/esm2015/input/testing/input-harness.js +13 -3
  338. package/esm2015/list/testing/action-list-harness.js +7 -1
  339. package/esm2015/list/testing/nav-list-harness.js +7 -1
  340. package/esm2015/list/testing/selection-list-harness.js +7 -1
  341. package/esm2015/menu/menu-content.js +10 -3
  342. package/esm2015/menu/menu-errors.js +10 -1
  343. package/esm2015/menu/menu-panel.js +1 -1
  344. package/esm2015/menu/menu-trigger.js +8 -4
  345. package/esm2015/menu/menu.js +8 -6
  346. package/esm2015/menu/testing/menu-harness.js +13 -1
  347. package/esm2015/progress-spinner/progress-spinner.js +17 -16
  348. package/esm2015/radio/radio.js +15 -6
  349. package/esm2015/radio/testing/radio-harness.js +7 -1
  350. package/esm2015/select/select.js +21 -12
  351. package/esm2015/select/testing/select-harness.js +7 -1
  352. package/esm2015/sidenav/drawer.js +15 -16
  353. package/esm2015/slide-toggle/slide-toggle.js +1 -1
  354. package/esm2015/slide-toggle/testing/slide-toggle-harness.js +7 -1
  355. package/esm2015/slider/slider.js +25 -22
  356. package/esm2015/slider/testing/slider-harness.js +7 -1
  357. package/esm2015/snack-bar/snack-bar.js +5 -3
  358. package/esm2015/sort/sort-header-intl.js +6 -2
  359. package/esm2015/sort/sort-header.js +18 -8
  360. package/esm2015/sort/testing/sort-header-harness.js +10 -7
  361. package/esm2015/stepper/stepper.js +3 -3
  362. package/esm2015/table/cell.js +12 -26
  363. package/esm2015/table/table.js +7 -4
  364. package/esm2015/tabs/index.js +4 -2
  365. package/esm2015/tabs/tab-content.js +12 -3
  366. package/esm2015/tabs/tab-label.js +9 -2
  367. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +1 -1
  368. package/esm2015/tabs/tab.js +6 -5
  369. package/esm2015/toolbar/testing/index.js +9 -0
  370. package/esm2015/toolbar/testing/public-api.js +10 -0
  371. package/esm2015/toolbar/testing/testing.externs.js +0 -0
  372. package/esm2015/toolbar/testing/toolbar-harness-filters.js +8 -0
  373. package/esm2015/toolbar/testing/toolbar-harness.js +47 -0
  374. package/esm2015/tooltip/tooltip.js +56 -21
  375. package/esm2015/tree/data-source/flat-data-source.js +1 -1
  376. package/esm2015/tree/node.js +2 -2
  377. package/expansion/testing/expansion-harness.d.ts +2 -0
  378. package/fesm2015/autocomplete/testing.js +6 -0
  379. package/fesm2015/autocomplete/testing.js.map +1 -1
  380. package/fesm2015/autocomplete.js +2 -2
  381. package/fesm2015/autocomplete.js.map +1 -1
  382. package/fesm2015/button/testing.js +6 -0
  383. package/fesm2015/button/testing.js.map +1 -1
  384. package/fesm2015/button-toggle/testing.js +6 -0
  385. package/fesm2015/button-toggle/testing.js.map +1 -1
  386. package/fesm2015/button-toggle.js +12 -3
  387. package/fesm2015/button-toggle.js.map +1 -1
  388. package/fesm2015/button.js +7 -2
  389. package/fesm2015/button.js.map +1 -1
  390. package/fesm2015/card/testing.js +79 -0
  391. package/fesm2015/card/testing.js.map +1 -0
  392. package/fesm2015/checkbox/testing.js +6 -0
  393. package/fesm2015/checkbox/testing.js.map +1 -1
  394. package/fesm2015/checkbox.js.map +1 -1
  395. package/fesm2015/chips.js +33 -12
  396. package/fesm2015/chips.js.map +1 -1
  397. package/fesm2015/core.js +51 -23
  398. package/fesm2015/core.js.map +1 -1
  399. package/fesm2015/datepicker.js +60 -26
  400. package/fesm2015/datepicker.js.map +1 -1
  401. package/fesm2015/dialog.js +5 -5
  402. package/fesm2015/dialog.js.map +1 -1
  403. package/fesm2015/expansion/testing.js +6 -0
  404. package/fesm2015/expansion/testing.js.map +1 -1
  405. package/fesm2015/form-field.js +47 -18
  406. package/fesm2015/form-field.js.map +1 -1
  407. package/fesm2015/grid-list.js.map +1 -1
  408. package/fesm2015/input/testing.js +12 -2
  409. package/fesm2015/input/testing.js.map +1 -1
  410. package/fesm2015/input.js +28 -4
  411. package/fesm2015/input.js.map +1 -1
  412. package/fesm2015/list/testing.js +18 -0
  413. package/fesm2015/list/testing.js.map +1 -1
  414. package/fesm2015/menu/testing.js +12 -0
  415. package/fesm2015/menu/testing.js.map +1 -1
  416. package/fesm2015/menu.js +29 -7
  417. package/fesm2015/menu.js.map +1 -1
  418. package/fesm2015/progress-spinner.js +16 -15
  419. package/fesm2015/progress-spinner.js.map +1 -1
  420. package/fesm2015/radio/testing.js +6 -0
  421. package/fesm2015/radio/testing.js.map +1 -1
  422. package/fesm2015/radio.js +16 -7
  423. package/fesm2015/radio.js.map +1 -1
  424. package/fesm2015/select/testing.js +6 -0
  425. package/fesm2015/select/testing.js.map +1 -1
  426. package/fesm2015/select.js +21 -12
  427. package/fesm2015/select.js.map +1 -1
  428. package/fesm2015/sidenav.js +15 -16
  429. package/fesm2015/sidenav.js.map +1 -1
  430. package/fesm2015/slide-toggle/testing.js +6 -0
  431. package/fesm2015/slide-toggle/testing.js.map +1 -1
  432. package/fesm2015/slide-toggle.js.map +1 -1
  433. package/fesm2015/slider/testing.js +6 -0
  434. package/fesm2015/slider/testing.js.map +1 -1
  435. package/fesm2015/slider.js +24 -21
  436. package/fesm2015/slider.js.map +1 -1
  437. package/fesm2015/snack-bar.js +4 -2
  438. package/fesm2015/snack-bar.js.map +1 -1
  439. package/fesm2015/sort/testing.js +9 -6
  440. package/fesm2015/sort/testing.js.map +1 -1
  441. package/fesm2015/sort.js +22 -8
  442. package/fesm2015/sort.js.map +1 -1
  443. package/fesm2015/stepper.js +2 -2
  444. package/fesm2015/stepper.js.map +1 -1
  445. package/fesm2015/table.js +17 -28
  446. package/fesm2015/table.js.map +1 -1
  447. package/fesm2015/tabs.js +21 -4
  448. package/fesm2015/tabs.js.map +1 -1
  449. package/fesm2015/toolbar/testing.js +74 -0
  450. package/fesm2015/toolbar/testing.js.map +1 -0
  451. package/fesm2015/tooltip.js +55 -20
  452. package/fesm2015/tooltip.js.map +1 -1
  453. package/fesm2015/tree.js +1 -1
  454. package/fesm2015/tree.js.map +1 -1
  455. package/form-field/error.d.ts +7 -0
  456. package/form-field/form-field.d.ts +2 -3
  457. package/form-field/hint.d.ts +10 -0
  458. package/form-field/index.metadata.json +1 -1
  459. package/form-field/prefix.d.ts +7 -0
  460. package/form-field/suffix.d.ts +7 -0
  461. package/grid-list/grid-list.d.ts +2 -1
  462. package/grid-list/index.metadata.json +1 -1
  463. package/grid-list/tile-styler.d.ts +10 -5
  464. package/input/index.metadata.json +1 -1
  465. package/input/input.d.ts +6 -2
  466. package/input/testing/input-harness.d.ts +2 -0
  467. package/list/testing/action-list-harness.d.ts +2 -0
  468. package/list/testing/nav-list-harness.d.ts +2 -0
  469. package/list/testing/selection-list-harness.d.ts +2 -0
  470. package/menu/index.metadata.json +1 -1
  471. package/menu/menu-content.d.ts +7 -1
  472. package/menu/menu-errors.d.ts +6 -0
  473. package/menu/menu-panel.d.ts +1 -0
  474. package/menu/menu.d.ts +4 -0
  475. package/menu/testing/menu-harness.d.ts +4 -0
  476. package/package.json +2 -2
  477. package/prebuilt-themes/deeppurple-amber.css +1 -1
  478. package/prebuilt-themes/indigo-pink.css +1 -1
  479. package/prebuilt-themes/pink-bluegrey.css +1 -1
  480. package/prebuilt-themes/purple-green.css +1 -1
  481. package/progress-spinner/index.metadata.json +1 -1
  482. package/progress-spinner/progress-spinner.d.ts +5 -5
  483. package/radio/index.metadata.json +1 -1
  484. package/radio/radio.d.ts +8 -1
  485. package/radio/testing/radio-harness.d.ts +2 -0
  486. package/schematics/ng-add/index.js +1 -1
  487. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +3 -3
  488. package/schematics/ng-generate/navigation/schema.json +5 -0
  489. package/select/index.metadata.json +1 -1
  490. package/select/select.d.ts +7 -0
  491. package/select/testing/select-harness.d.ts +2 -0
  492. package/sidenav/drawer.d.ts +3 -3
  493. package/sidenav/index.metadata.json +1 -1
  494. package/slide-toggle/slide-toggle.d.ts +2 -1
  495. package/slide-toggle/testing/slide-toggle-harness.d.ts +2 -0
  496. package/slider/index.metadata.json +1 -1
  497. package/slider/slider.d.ts +9 -8
  498. package/slider/testing/slider-harness.d.ts +2 -0
  499. package/sort/index.metadata.json +1 -1
  500. package/sort/sort-header-intl.d.ts +5 -1
  501. package/sort/sort-header.d.ts +3 -1
  502. package/sort/testing/sort-header-harness.d.ts +6 -2
  503. package/stepper/index.metadata.json +1 -1
  504. package/table/cell.d.ts +7 -4
  505. package/table/index.metadata.json +1 -1
  506. package/table/table.d.ts +2 -0
  507. package/tabs/index.d.ts +3 -1
  508. package/tabs/index.metadata.json +1 -1
  509. package/tabs/tab-content.d.ts +7 -1
  510. package/tabs/tab-label.d.ts +7 -0
  511. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +2 -1
  512. package/toolbar/testing/index.d.ts +8 -0
  513. package/toolbar/testing/package.json +9 -0
  514. package/toolbar/testing/public-api.d.ts +9 -0
  515. package/toolbar/testing/toolbar-harness-filters.d.ts +13 -0
  516. package/toolbar/testing/toolbar-harness.d.ts +31 -0
  517. package/tooltip/index.metadata.json +1 -1
  518. package/tooltip/tooltip.d.ts +7 -2
  519. package/tree/data-source/flat-data-source.d.ts +4 -4
  520. package/tree/index.metadata.json +1 -1
  521. package/tree/node.d.ts +2 -1
@@ -73,250 +73,323 @@
73
73
  inkBar.style.left = positions.left;
74
74
  inkBar.style.width = positions.width;
75
75
  };
76
- MatInkBar.decorators = [
77
- { type: core.Directive, args: [{
78
- selector: 'mat-ink-bar',
79
- host: {
80
- 'class': 'mat-ink-bar',
81
- '[class._mat-animation-noopable]': "_animationMode === 'NoopAnimations'",
82
- },
83
- },] }
84
- ];
85
- MatInkBar.ctorParameters = function () { return [
86
- { type: core.ElementRef },
87
- { type: core.NgZone },
88
- { type: undefined, decorators: [{ type: core.Inject, args: [_MAT_INK_BAR_POSITIONER,] }] },
89
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
90
- ]; };
91
76
  return MatInkBar;
92
77
  }());
78
+ MatInkBar.decorators = [
79
+ { type: core.Directive, args: [{
80
+ selector: 'mat-ink-bar',
81
+ host: {
82
+ 'class': 'mat-ink-bar',
83
+ '[class._mat-animation-noopable]': "_animationMode === 'NoopAnimations'",
84
+ },
85
+ },] }
86
+ ];
87
+ MatInkBar.ctorParameters = function () { return [
88
+ { type: core.ElementRef },
89
+ { type: core.NgZone },
90
+ { type: undefined, decorators: [{ type: core.Inject, args: [_MAT_INK_BAR_POSITIONER,] }] },
91
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
92
+ ]; };
93
93
 
94
- /*! *****************************************************************************
95
- Copyright (c) Microsoft Corporation.
96
-
97
- Permission to use, copy, modify, and/or distribute this software for any
98
- purpose with or without fee is hereby granted.
99
-
100
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
101
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
102
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
103
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
104
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
105
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
106
- PERFORMANCE OF THIS SOFTWARE.
107
- ***************************************************************************** */
108
- /* global Reflect, Promise */
109
-
110
- var extendStatics = function(d, b) {
111
- extendStatics = Object.setPrototypeOf ||
112
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
113
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
114
- return extendStatics(d, b);
115
- };
116
-
117
- function __extends(d, b) {
118
- extendStatics(d, b);
119
- function __() { this.constructor = d; }
120
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
121
- }
122
-
123
- var __assign = function() {
124
- __assign = Object.assign || function __assign(t) {
125
- for (var s, i = 1, n = arguments.length; i < n; i++) {
126
- s = arguments[i];
127
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
128
- }
129
- return t;
130
- };
131
- return __assign.apply(this, arguments);
132
- };
133
-
134
- function __rest(s, e) {
135
- var t = {};
136
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
137
- t[p] = s[p];
138
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
139
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
140
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
141
- t[p[i]] = s[p[i]];
142
- }
143
- return t;
144
- }
145
-
146
- function __decorate(decorators, target, key, desc) {
147
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
148
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
149
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
150
- return c > 3 && r && Object.defineProperty(target, key, r), r;
151
- }
152
-
153
- function __param(paramIndex, decorator) {
154
- return function (target, key) { decorator(target, key, paramIndex); }
155
- }
156
-
157
- function __metadata(metadataKey, metadataValue) {
158
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
159
- }
160
-
161
- function __awaiter(thisArg, _arguments, P, generator) {
162
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
163
- return new (P || (P = Promise))(function (resolve, reject) {
164
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
165
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
166
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
167
- step((generator = generator.apply(thisArg, _arguments || [])).next());
168
- });
169
- }
170
-
171
- function __generator(thisArg, body) {
172
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
173
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
174
- function verb(n) { return function (v) { return step([n, v]); }; }
175
- function step(op) {
176
- if (f) throw new TypeError("Generator is already executing.");
177
- while (_) try {
178
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
179
- if (y = 0, t) op = [op[0] & 2, t.value];
180
- switch (op[0]) {
181
- case 0: case 1: t = op; break;
182
- case 4: _.label++; return { value: op[1], done: false };
183
- case 5: _.label++; y = op[1]; op = [0]; continue;
184
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
185
- default:
186
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
187
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
188
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
189
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
190
- if (t[2]) _.ops.pop();
191
- _.trys.pop(); continue;
192
- }
193
- op = body.call(thisArg, _);
194
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
195
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
196
- }
197
- }
198
-
199
- var __createBinding = Object.create ? (function(o, m, k, k2) {
200
- if (k2 === undefined) k2 = k;
201
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
202
- }) : (function(o, m, k, k2) {
203
- if (k2 === undefined) k2 = k;
204
- o[k2] = m[k];
205
- });
206
-
207
- function __exportStar(m, exports) {
208
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
209
- }
210
-
211
- function __values(o) {
212
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
213
- if (m) return m.call(o);
214
- if (o && typeof o.length === "number") return {
215
- next: function () {
216
- if (o && i >= o.length) o = void 0;
217
- return { value: o && o[i++], done: !o };
218
- }
219
- };
220
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
221
- }
222
-
223
- function __read(o, n) {
224
- var m = typeof Symbol === "function" && o[Symbol.iterator];
225
- if (!m) return o;
226
- var i = m.call(o), r, ar = [], e;
227
- try {
228
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
229
- }
230
- catch (error) { e = { error: error }; }
231
- finally {
232
- try {
233
- if (r && !r.done && (m = i["return"])) m.call(i);
234
- }
235
- finally { if (e) throw e.error; }
236
- }
237
- return ar;
238
- }
239
-
240
- function __spread() {
241
- for (var ar = [], i = 0; i < arguments.length; i++)
242
- ar = ar.concat(__read(arguments[i]));
243
- return ar;
244
- }
245
-
246
- function __spreadArrays() {
247
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
248
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
249
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
250
- r[k] = a[j];
251
- return r;
252
- };
253
-
254
- function __await(v) {
255
- return this instanceof __await ? (this.v = v, this) : new __await(v);
256
- }
257
-
258
- function __asyncGenerator(thisArg, _arguments, generator) {
259
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
260
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
261
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
262
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
263
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
264
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
265
- function fulfill(value) { resume("next", value); }
266
- function reject(value) { resume("throw", value); }
267
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
268
- }
269
-
270
- function __asyncDelegator(o) {
271
- var i, p;
272
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
273
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
274
- }
275
-
276
- function __asyncValues(o) {
277
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
278
- var m = o[Symbol.asyncIterator], i;
279
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
280
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
281
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
282
- }
283
-
284
- function __makeTemplateObject(cooked, raw) {
285
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
286
- return cooked;
287
- };
288
-
289
- var __setModuleDefault = Object.create ? (function(o, v) {
290
- Object.defineProperty(o, "default", { enumerable: true, value: v });
291
- }) : function(o, v) {
292
- o["default"] = v;
293
- };
294
-
295
- function __importStar(mod) {
296
- if (mod && mod.__esModule) return mod;
297
- var result = {};
298
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
299
- __setModuleDefault(result, mod);
300
- return result;
301
- }
302
-
303
- function __importDefault(mod) {
304
- return (mod && mod.__esModule) ? mod : { default: mod };
305
- }
306
-
307
- function __classPrivateFieldGet(receiver, privateMap) {
308
- if (!privateMap.has(receiver)) {
309
- throw new TypeError("attempted to get private field on non-instance");
310
- }
311
- return privateMap.get(receiver);
312
- }
313
-
314
- function __classPrivateFieldSet(receiver, privateMap, value) {
315
- if (!privateMap.has(receiver)) {
316
- throw new TypeError("attempted to set private field on non-instance");
317
- }
318
- privateMap.set(receiver, value);
319
- return value;
94
+ /*! *****************************************************************************
95
+ Copyright (c) Microsoft Corporation.
96
+
97
+ Permission to use, copy, modify, and/or distribute this software for any
98
+ purpose with or without fee is hereby granted.
99
+
100
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
101
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
102
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
103
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
104
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
105
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
106
+ PERFORMANCE OF THIS SOFTWARE.
107
+ ***************************************************************************** */
108
+ /* global Reflect, Promise */
109
+ var extendStatics = function (d, b) {
110
+ extendStatics = Object.setPrototypeOf ||
111
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
112
+ function (d, b) { for (var p in b)
113
+ if (b.hasOwnProperty(p))
114
+ d[p] = b[p]; };
115
+ return extendStatics(d, b);
116
+ };
117
+ function __extends(d, b) {
118
+ extendStatics(d, b);
119
+ function __() { this.constructor = d; }
120
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
121
+ }
122
+ var __assign = function () {
123
+ __assign = Object.assign || function __assign(t) {
124
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
125
+ s = arguments[i];
126
+ for (var p in s)
127
+ if (Object.prototype.hasOwnProperty.call(s, p))
128
+ t[p] = s[p];
129
+ }
130
+ return t;
131
+ };
132
+ return __assign.apply(this, arguments);
133
+ };
134
+ function __rest(s, e) {
135
+ var t = {};
136
+ for (var p in s)
137
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
138
+ t[p] = s[p];
139
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
140
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
141
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
142
+ t[p[i]] = s[p[i]];
143
+ }
144
+ return t;
145
+ }
146
+ function __decorate(decorators, target, key, desc) {
147
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
148
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
149
+ r = Reflect.decorate(decorators, target, key, desc);
150
+ else
151
+ for (var i = decorators.length - 1; i >= 0; i--)
152
+ if (d = decorators[i])
153
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
154
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
155
+ }
156
+ function __param(paramIndex, decorator) {
157
+ return function (target, key) { decorator(target, key, paramIndex); };
158
+ }
159
+ function __metadata(metadataKey, metadataValue) {
160
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
161
+ return Reflect.metadata(metadataKey, metadataValue);
162
+ }
163
+ function __awaiter(thisArg, _arguments, P, generator) {
164
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
165
+ return new (P || (P = Promise))(function (resolve, reject) {
166
+ function fulfilled(value) { try {
167
+ step(generator.next(value));
168
+ }
169
+ catch (e) {
170
+ reject(e);
171
+ } }
172
+ function rejected(value) { try {
173
+ step(generator["throw"](value));
174
+ }
175
+ catch (e) {
176
+ reject(e);
177
+ } }
178
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
179
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
180
+ });
181
+ }
182
+ function __generator(thisArg, body) {
183
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
184
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
185
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
186
+ function verb(n) { return function (v) { return step([n, v]); }; }
187
+ function step(op) {
188
+ if (f)
189
+ throw new TypeError("Generator is already executing.");
190
+ while (_)
191
+ try {
192
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
193
+ return t;
194
+ if (y = 0, t)
195
+ op = [op[0] & 2, t.value];
196
+ switch (op[0]) {
197
+ case 0:
198
+ case 1:
199
+ t = op;
200
+ break;
201
+ case 4:
202
+ _.label++;
203
+ return { value: op[1], done: false };
204
+ case 5:
205
+ _.label++;
206
+ y = op[1];
207
+ op = [0];
208
+ continue;
209
+ case 7:
210
+ op = _.ops.pop();
211
+ _.trys.pop();
212
+ continue;
213
+ default:
214
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
215
+ _ = 0;
216
+ continue;
217
+ }
218
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
219
+ _.label = op[1];
220
+ break;
221
+ }
222
+ if (op[0] === 6 && _.label < t[1]) {
223
+ _.label = t[1];
224
+ t = op;
225
+ break;
226
+ }
227
+ if (t && _.label < t[2]) {
228
+ _.label = t[2];
229
+ _.ops.push(op);
230
+ break;
231
+ }
232
+ if (t[2])
233
+ _.ops.pop();
234
+ _.trys.pop();
235
+ continue;
236
+ }
237
+ op = body.call(thisArg, _);
238
+ }
239
+ catch (e) {
240
+ op = [6, e];
241
+ y = 0;
242
+ }
243
+ finally {
244
+ f = t = 0;
245
+ }
246
+ if (op[0] & 5)
247
+ throw op[1];
248
+ return { value: op[0] ? op[1] : void 0, done: true };
249
+ }
250
+ }
251
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
252
+ if (k2 === undefined)
253
+ k2 = k;
254
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
255
+ }) : (function (o, m, k, k2) {
256
+ if (k2 === undefined)
257
+ k2 = k;
258
+ o[k2] = m[k];
259
+ });
260
+ function __exportStar(m, exports) {
261
+ for (var p in m)
262
+ if (p !== "default" && !exports.hasOwnProperty(p))
263
+ __createBinding(exports, m, p);
264
+ }
265
+ function __values(o) {
266
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
267
+ if (m)
268
+ return m.call(o);
269
+ if (o && typeof o.length === "number")
270
+ return {
271
+ next: function () {
272
+ if (o && i >= o.length)
273
+ o = void 0;
274
+ return { value: o && o[i++], done: !o };
275
+ }
276
+ };
277
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
278
+ }
279
+ function __read(o, n) {
280
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
281
+ if (!m)
282
+ return o;
283
+ var i = m.call(o), r, ar = [], e;
284
+ try {
285
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
286
+ ar.push(r.value);
287
+ }
288
+ catch (error) {
289
+ e = { error: error };
290
+ }
291
+ finally {
292
+ try {
293
+ if (r && !r.done && (m = i["return"]))
294
+ m.call(i);
295
+ }
296
+ finally {
297
+ if (e)
298
+ throw e.error;
299
+ }
300
+ }
301
+ return ar;
302
+ }
303
+ function __spread() {
304
+ for (var ar = [], i = 0; i < arguments.length; i++)
305
+ ar = ar.concat(__read(arguments[i]));
306
+ return ar;
307
+ }
308
+ function __spreadArrays() {
309
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
310
+ s += arguments[i].length;
311
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
312
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
313
+ r[k] = a[j];
314
+ return r;
315
+ }
316
+ ;
317
+ function __await(v) {
318
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
319
+ }
320
+ function __asyncGenerator(thisArg, _arguments, generator) {
321
+ if (!Symbol.asyncIterator)
322
+ throw new TypeError("Symbol.asyncIterator is not defined.");
323
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
324
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
325
+ function verb(n) { if (g[n])
326
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
327
+ function resume(n, v) { try {
328
+ step(g[n](v));
329
+ }
330
+ catch (e) {
331
+ settle(q[0][3], e);
332
+ } }
333
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
334
+ function fulfill(value) { resume("next", value); }
335
+ function reject(value) { resume("throw", value); }
336
+ function settle(f, v) { if (f(v), q.shift(), q.length)
337
+ resume(q[0][0], q[0][1]); }
338
+ }
339
+ function __asyncDelegator(o) {
340
+ var i, p;
341
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
342
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
343
+ }
344
+ function __asyncValues(o) {
345
+ if (!Symbol.asyncIterator)
346
+ throw new TypeError("Symbol.asyncIterator is not defined.");
347
+ var m = o[Symbol.asyncIterator], i;
348
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
349
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
350
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
351
+ }
352
+ function __makeTemplateObject(cooked, raw) {
353
+ if (Object.defineProperty) {
354
+ Object.defineProperty(cooked, "raw", { value: raw });
355
+ }
356
+ else {
357
+ cooked.raw = raw;
358
+ }
359
+ return cooked;
360
+ }
361
+ ;
362
+ var __setModuleDefault = Object.create ? (function (o, v) {
363
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
364
+ }) : function (o, v) {
365
+ o["default"] = v;
366
+ };
367
+ function __importStar(mod) {
368
+ if (mod && mod.__esModule)
369
+ return mod;
370
+ var result = {};
371
+ if (mod != null)
372
+ for (var k in mod)
373
+ if (Object.hasOwnProperty.call(mod, k))
374
+ __createBinding(result, mod, k);
375
+ __setModuleDefault(result, mod);
376
+ return result;
377
+ }
378
+ function __importDefault(mod) {
379
+ return (mod && mod.__esModule) ? mod : { default: mod };
380
+ }
381
+ function __classPrivateFieldGet(receiver, privateMap) {
382
+ if (!privateMap.has(receiver)) {
383
+ throw new TypeError("attempted to get private field on non-instance");
384
+ }
385
+ return privateMap.get(receiver);
386
+ }
387
+ function __classPrivateFieldSet(receiver, privateMap, value) {
388
+ if (!privateMap.has(receiver)) {
389
+ throw new TypeError("attempted to set private field on non-instance");
390
+ }
391
+ privateMap.set(receiver, value);
392
+ return value;
320
393
  }
321
394
 
322
395
  /**
@@ -326,48 +399,50 @@
326
399
  * Use of this source code is governed by an MIT-style license that can be
327
400
  * found in the LICENSE file at https://angular.io/license
328
401
  */
402
+ /**
403
+ * Injection token that can be used to reference instances of `MatTabContent`. It serves as
404
+ * alternative token to the actual `MatTabContent` class which could cause unnecessary
405
+ * retention of the class and its directive metadata.
406
+ */
407
+ var MAT_TAB_CONTENT = new core.InjectionToken('MatTabContent');
329
408
  /** Decorates the `ng-template` tags and reads out the template from it. */
330
409
  var MatTabContent = /** @class */ (function () {
331
410
  function MatTabContent(template) {
332
411
  this.template = template;
333
412
  }
334
- MatTabContent.decorators = [
335
- { type: core.Directive, args: [{ selector: '[matTabContent]' },] }
336
- ];
337
- MatTabContent.ctorParameters = function () { return [
338
- { type: core.TemplateRef }
339
- ]; };
340
413
  return MatTabContent;
341
414
  }());
415
+ MatTabContent.decorators = [
416
+ { type: core.Directive, args: [{
417
+ selector: '[matTabContent]',
418
+ providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }],
419
+ },] }
420
+ ];
421
+ MatTabContent.ctorParameters = function () { return [
422
+ { type: core.TemplateRef }
423
+ ]; };
342
424
 
343
425
  /**
344
- * @license
345
- * Copyright Google LLC All Rights Reserved.
346
- *
347
- * Use of this source code is governed by an MIT-style license that can be
348
- * found in the LICENSE file at https://angular.io/license
426
+ * Injection token that can be used to reference instances of `MatTabLabel`. It serves as
427
+ * alternative token to the actual `MatTabLabel` class which could cause unnecessary
428
+ * retention of the class and its directive metadata.
349
429
  */
430
+ var MAT_TAB_LABEL = new core.InjectionToken('MatTabLabel');
350
431
  /** Used to flag tab labels for use with the portal directive */
351
432
  var MatTabLabel = /** @class */ (function (_super) {
352
433
  __extends(MatTabLabel, _super);
353
434
  function MatTabLabel() {
354
435
  return _super !== null && _super.apply(this, arguments) || this;
355
436
  }
356
- MatTabLabel.decorators = [
357
- { type: core.Directive, args: [{
358
- selector: '[mat-tab-label], [matTabLabel]',
359
- },] }
360
- ];
361
437
  return MatTabLabel;
362
438
  }(portal.CdkPortal));
439
+ MatTabLabel.decorators = [
440
+ { type: core.Directive, args: [{
441
+ selector: '[mat-tab-label], [matTabLabel]',
442
+ providers: [{ provide: MAT_TAB_LABEL, useExisting: MatTabLabel }],
443
+ },] }
444
+ ];
363
445
 
364
- /**
365
- * @license
366
- * Copyright Google LLC All Rights Reserved.
367
- *
368
- * Use of this source code is governed by an MIT-style license that can be
369
- * found in the LICENSE file at https://angular.io/license
370
- */
371
446
  // Boilerplate for applying mixins to MatTab.
372
447
  /** @docs-private */
373
448
  var MatTabBase = /** @class */ (function () {
@@ -415,6 +490,7 @@
415
490
  return _this;
416
491
  }
417
492
  Object.defineProperty(MatTab.prototype, "templateLabel", {
493
+ // TODO: Remove cast once https://github.com/angular/angular/pull/37506 is available.
418
494
  /** Content for the tab label given by `<ng-template mat-tab-label>`. */
419
495
  get: function () { return this._templateLabel; },
420
496
  set: function (value) {
@@ -448,31 +524,31 @@
448
524
  MatTab.prototype.ngOnInit = function () {
449
525
  this._contentPortal = new portal.TemplatePortal(this._explicitContent || this._implicitContent, this._viewContainerRef);
450
526
  };
451
- MatTab.decorators = [
452
- { type: core.Component, args: [{
453
- selector: 'mat-tab',
454
- 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",
455
- inputs: ['disabled'],
456
- // tslint:disable-next-line:validate-decorators
457
- changeDetection: core.ChangeDetectionStrategy.Default,
458
- encapsulation: core.ViewEncapsulation.None,
459
- exportAs: 'matTab'
460
- },] }
461
- ];
462
- MatTab.ctorParameters = function () { return [
463
- { type: core.ViewContainerRef },
464
- { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_TAB_GROUP,] }] }
465
- ]; };
466
- MatTab.propDecorators = {
467
- templateLabel: [{ type: core.ContentChild, args: [MatTabLabel,] }],
468
- _explicitContent: [{ type: core.ContentChild, args: [MatTabContent, { read: core.TemplateRef, static: true },] }],
469
- _implicitContent: [{ type: core.ViewChild, args: [core.TemplateRef, { static: true },] }],
470
- textLabel: [{ type: core.Input, args: ['label',] }],
471
- ariaLabel: [{ type: core.Input, args: ['aria-label',] }],
472
- ariaLabelledby: [{ type: core.Input, args: ['aria-labelledby',] }]
473
- };
474
527
  return MatTab;
475
528
  }(_MatTabMixinBase));
529
+ MatTab.decorators = [
530
+ { type: core.Component, args: [{
531
+ selector: 'mat-tab',
532
+ 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",
533
+ inputs: ['disabled'],
534
+ // tslint:disable-next-line:validate-decorators
535
+ changeDetection: core.ChangeDetectionStrategy.Default,
536
+ encapsulation: core.ViewEncapsulation.None,
537
+ exportAs: 'matTab'
538
+ },] }
539
+ ];
540
+ MatTab.ctorParameters = function () { return [
541
+ { type: core.ViewContainerRef },
542
+ { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_TAB_GROUP,] }] }
543
+ ]; };
544
+ MatTab.propDecorators = {
545
+ templateLabel: [{ type: core.ContentChild, args: [MAT_TAB_LABEL,] }],
546
+ _explicitContent: [{ type: core.ContentChild, args: [MAT_TAB_CONTENT, { read: core.TemplateRef, static: true },] }],
547
+ _implicitContent: [{ type: core.ViewChild, args: [core.TemplateRef, { static: true },] }],
548
+ textLabel: [{ type: core.Input, args: ['label',] }],
549
+ ariaLabel: [{ type: core.Input, args: ['aria-label',] }],
550
+ ariaLabelledby: [{ type: core.Input, args: ['aria-labelledby',] }]
551
+ };
476
552
 
477
553
  /**
478
554
  * @license
@@ -508,13 +584,6 @@
508
584
  ])
509
585
  };
510
586
 
511
- /**
512
- * @license
513
- * Copyright Google LLC All Rights Reserved.
514
- *
515
- * Use of this source code is governed by an MIT-style license that can be
516
- * found in the LICENSE file at https://angular.io/license
517
- */
518
587
  /**
519
588
  * The portal host directive for the contents of the tab.
520
589
  * @docs-private
@@ -556,19 +625,19 @@
556
625
  this._centeringSub.unsubscribe();
557
626
  this._leavingSub.unsubscribe();
558
627
  };
559
- MatTabBodyPortal.decorators = [
560
- { type: core.Directive, args: [{
561
- selector: '[matTabBodyHost]'
562
- },] }
563
- ];
564
- MatTabBodyPortal.ctorParameters = function () { return [
565
- { type: core.ComponentFactoryResolver },
566
- { type: core.ViewContainerRef },
567
- { type: MatTabBody, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatTabBody; }),] }] },
568
- { type: undefined, decorators: [{ type: core.Inject, args: [common.DOCUMENT,] }] }
569
- ]; };
570
628
  return MatTabBodyPortal;
571
629
  }(portal.CdkPortalOutlet));
630
+ MatTabBodyPortal.decorators = [
631
+ { type: core.Directive, args: [{
632
+ selector: '[matTabBodyHost]'
633
+ },] }
634
+ ];
635
+ MatTabBodyPortal.ctorParameters = function () { return [
636
+ { type: core.ComponentFactoryResolver },
637
+ { type: core.ViewContainerRef },
638
+ { type: MatTabBody, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatTabBody; }),] }] },
639
+ { type: undefined, decorators: [{ type: core.Inject, args: [common.DOCUMENT,] }] }
640
+ ]; };
572
641
  /**
573
642
  * Base class with all of the `MatTabBody` functionality.
574
643
  * @docs-private
@@ -677,26 +746,26 @@
677
746
  }
678
747
  return 'right-origin-center';
679
748
  };
680
- _MatTabBodyBase.decorators = [
681
- { type: core.Directive }
682
- ];
683
- _MatTabBodyBase.ctorParameters = function () { return [
684
- { type: core.ElementRef },
685
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
686
- { type: core.ChangeDetectorRef }
687
- ]; };
688
- _MatTabBodyBase.propDecorators = {
689
- _onCentering: [{ type: core.Output }],
690
- _beforeCentering: [{ type: core.Output }],
691
- _afterLeavingCenter: [{ type: core.Output }],
692
- _onCentered: [{ type: core.Output }],
693
- _content: [{ type: core.Input, args: ['content',] }],
694
- origin: [{ type: core.Input }],
695
- animationDuration: [{ type: core.Input }],
696
- position: [{ type: core.Input }]
697
- };
698
749
  return _MatTabBodyBase;
699
750
  }());
751
+ _MatTabBodyBase.decorators = [
752
+ { type: core.Directive }
753
+ ];
754
+ _MatTabBodyBase.ctorParameters = function () { return [
755
+ { type: core.ElementRef },
756
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
757
+ { type: core.ChangeDetectorRef }
758
+ ]; };
759
+ _MatTabBodyBase.propDecorators = {
760
+ _onCentering: [{ type: core.Output }],
761
+ _beforeCentering: [{ type: core.Output }],
762
+ _afterLeavingCenter: [{ type: core.Output }],
763
+ _onCentered: [{ type: core.Output }],
764
+ _content: [{ type: core.Input, args: ['content',] }],
765
+ origin: [{ type: core.Input }],
766
+ animationDuration: [{ type: core.Input }],
767
+ position: [{ type: core.Input }]
768
+ };
700
769
  /**
701
770
  * Wrapper for the contents of a tab.
702
771
  * @docs-private
@@ -706,30 +775,30 @@
706
775
  function MatTabBody(elementRef, dir, changeDetectorRef) {
707
776
  return _super.call(this, elementRef, dir, changeDetectorRef) || this;
708
777
  }
709
- MatTabBody.decorators = [
710
- { type: core.Component, args: [{
711
- selector: 'mat-tab-body',
712
- 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 <ng-template matTabBodyHost></ng-template>\n</div>\n",
713
- encapsulation: core.ViewEncapsulation.None,
714
- // tslint:disable-next-line:validate-decorators
715
- changeDetection: core.ChangeDetectionStrategy.Default,
716
- animations: [matTabsAnimations.translateTab],
717
- host: {
718
- 'class': 'mat-tab-body',
719
- },
720
- styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"]
721
- },] }
722
- ];
723
- MatTabBody.ctorParameters = function () { return [
724
- { type: core.ElementRef },
725
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
726
- { type: core.ChangeDetectorRef }
727
- ]; };
728
- MatTabBody.propDecorators = {
729
- _portalHost: [{ type: core.ViewChild, args: [portal.PortalHostDirective,] }]
730
- };
731
778
  return MatTabBody;
732
779
  }(_MatTabBodyBase));
780
+ MatTabBody.decorators = [
781
+ { type: core.Component, args: [{
782
+ selector: 'mat-tab-body',
783
+ 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 <ng-template matTabBodyHost></ng-template>\n</div>\n",
784
+ encapsulation: core.ViewEncapsulation.None,
785
+ // tslint:disable-next-line:validate-decorators
786
+ changeDetection: core.ChangeDetectionStrategy.Default,
787
+ animations: [matTabsAnimations.translateTab],
788
+ host: {
789
+ 'class': 'mat-tab-body',
790
+ },
791
+ styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"]
792
+ },] }
793
+ ];
794
+ MatTabBody.ctorParameters = function () { return [
795
+ { type: core.ElementRef },
796
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
797
+ { type: core.ChangeDetectorRef }
798
+ ]; };
799
+ MatTabBody.propDecorators = {
800
+ _portalHost: [{ type: core.ViewChild, args: [portal.PortalHostDirective,] }]
801
+ };
733
802
 
734
803
  /**
735
804
  * @license
@@ -741,13 +810,6 @@
741
810
  /** Injection token that can be used to provide the default options the tabs module. */
742
811
  var MAT_TABS_CONFIG = new core.InjectionToken('MAT_TABS_CONFIG');
743
812
 
744
- /**
745
- * @license
746
- * Copyright Google LLC All Rights Reserved.
747
- *
748
- * Use of this source code is governed by an MIT-style license that can be
749
- * found in the LICENSE file at https://angular.io/license
750
- */
751
813
  /** Used to generate unique ID's for each tab component */
752
814
  var nextId = 0;
753
815
  /** A simple change event emitted on focus or selection changes. */
@@ -1012,29 +1074,29 @@
1012
1074
  }
1013
1075
  return this.selectedIndex === idx ? 0 : -1;
1014
1076
  };
1015
- _MatTabGroupBase.decorators = [
1016
- { type: core.Directive }
1017
- ];
1018
- _MatTabGroupBase.ctorParameters = function () { return [
1019
- { type: core.ElementRef },
1020
- { type: core.ChangeDetectorRef },
1021
- { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1022
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1023
- ]; };
1024
- _MatTabGroupBase.propDecorators = {
1025
- dynamicHeight: [{ type: core.Input }],
1026
- selectedIndex: [{ type: core.Input }],
1027
- headerPosition: [{ type: core.Input }],
1028
- animationDuration: [{ type: core.Input }],
1029
- disablePagination: [{ type: core.Input }],
1030
- backgroundColor: [{ type: core.Input }],
1031
- selectedIndexChange: [{ type: core.Output }],
1032
- focusChange: [{ type: core.Output }],
1033
- animationDone: [{ type: core.Output }],
1034
- selectedTabChange: [{ type: core.Output }]
1035
- };
1036
1077
  return _MatTabGroupBase;
1037
1078
  }(_MatTabGroupMixinBase));
1079
+ _MatTabGroupBase.decorators = [
1080
+ { type: core.Directive }
1081
+ ];
1082
+ _MatTabGroupBase.ctorParameters = function () { return [
1083
+ { type: core.ElementRef },
1084
+ { type: core.ChangeDetectorRef },
1085
+ { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1086
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1087
+ ]; };
1088
+ _MatTabGroupBase.propDecorators = {
1089
+ dynamicHeight: [{ type: core.Input }],
1090
+ selectedIndex: [{ type: core.Input }],
1091
+ headerPosition: [{ type: core.Input }],
1092
+ animationDuration: [{ type: core.Input }],
1093
+ disablePagination: [{ type: core.Input }],
1094
+ backgroundColor: [{ type: core.Input }],
1095
+ selectedIndexChange: [{ type: core.Output }],
1096
+ focusChange: [{ type: core.Output }],
1097
+ animationDone: [{ type: core.Output }],
1098
+ selectedTabChange: [{ type: core.Output }]
1099
+ };
1038
1100
  /**
1039
1101
  * Material design tab-group component. Supports basic tab pairs (label + content) and includes
1040
1102
  * animated ink-bar, keyboard navigation, and screen reader.
@@ -1045,48 +1107,41 @@
1045
1107
  function MatTabGroup(elementRef, changeDetectorRef, defaultConfig, animationMode) {
1046
1108
  return _super.call(this, elementRef, changeDetectorRef, defaultConfig, animationMode) || this;
1047
1109
  }
1048
- MatTabGroup.decorators = [
1049
- { type: core.Component, args: [{
1050
- selector: 'mat-tab-group',
1051
- exportAs: 'matTabGroup',
1052
- 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\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.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",
1053
- encapsulation: core.ViewEncapsulation.None,
1054
- // tslint:disable-next-line:validate-decorators
1055
- changeDetection: core.ChangeDetectionStrategy.Default,
1056
- inputs: ['color', 'disableRipple'],
1057
- providers: [{
1058
- provide: MAT_TAB_GROUP,
1059
- useExisting: MatTabGroup
1060
- }],
1061
- host: {
1062
- 'class': 'mat-tab-group',
1063
- '[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
1064
- '[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
1065
- },
1066
- styles: [".mat-tab-group{display:flex;flex-direction:column}.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;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"]
1067
- },] }
1068
- ];
1069
- MatTabGroup.ctorParameters = function () { return [
1070
- { type: core.ElementRef },
1071
- { type: core.ChangeDetectorRef },
1072
- { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1073
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1074
- ]; };
1075
- MatTabGroup.propDecorators = {
1076
- _allTabs: [{ type: core.ContentChildren, args: [MatTab, { descendants: true },] }],
1077
- _tabBodyWrapper: [{ type: core.ViewChild, args: ['tabBodyWrapper',] }],
1078
- _tabHeader: [{ type: core.ViewChild, args: ['tabHeader',] }]
1079
- };
1080
1110
  return MatTabGroup;
1081
1111
  }(_MatTabGroupBase));
1112
+ MatTabGroup.decorators = [
1113
+ { type: core.Component, args: [{
1114
+ selector: 'mat-tab-group',
1115
+ exportAs: 'matTabGroup',
1116
+ 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\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.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",
1117
+ encapsulation: core.ViewEncapsulation.None,
1118
+ // tslint:disable-next-line:validate-decorators
1119
+ changeDetection: core.ChangeDetectionStrategy.Default,
1120
+ inputs: ['color', 'disableRipple'],
1121
+ providers: [{
1122
+ provide: MAT_TAB_GROUP,
1123
+ useExisting: MatTabGroup
1124
+ }],
1125
+ host: {
1126
+ 'class': 'mat-tab-group',
1127
+ '[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
1128
+ '[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
1129
+ },
1130
+ styles: [".mat-tab-group{display:flex;flex-direction:column}.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;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"]
1131
+ },] }
1132
+ ];
1133
+ MatTabGroup.ctorParameters = function () { return [
1134
+ { type: core.ElementRef },
1135
+ { type: core.ChangeDetectorRef },
1136
+ { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1137
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1138
+ ]; };
1139
+ MatTabGroup.propDecorators = {
1140
+ _allTabs: [{ type: core.ContentChildren, args: [MatTab, { descendants: true },] }],
1141
+ _tabBodyWrapper: [{ type: core.ViewChild, args: ['tabBodyWrapper',] }],
1142
+ _tabHeader: [{ type: core.ViewChild, args: ['tabHeader',] }]
1143
+ };
1082
1144
 
1083
- /**
1084
- * @license
1085
- * Copyright Google LLC All Rights Reserved.
1086
- *
1087
- * Use of this source code is governed by an MIT-style license that can be
1088
- * found in the LICENSE file at https://angular.io/license
1089
- */
1090
1145
  // Boilerplate for applying mixins to MatTabLabelWrapper.
1091
1146
  /** @docs-private */
1092
1147
  var MatTabLabelWrapperBase = /** @class */ (function () {
@@ -1116,21 +1171,21 @@
1116
1171
  MatTabLabelWrapper.prototype.getOffsetWidth = function () {
1117
1172
  return this.elementRef.nativeElement.offsetWidth;
1118
1173
  };
1119
- MatTabLabelWrapper.decorators = [
1120
- { type: core.Directive, args: [{
1121
- selector: '[matTabLabelWrapper]',
1122
- inputs: ['disabled'],
1123
- host: {
1124
- '[class.mat-tab-disabled]': 'disabled',
1125
- '[attr.aria-disabled]': '!!disabled',
1126
- }
1127
- },] }
1128
- ];
1129
- MatTabLabelWrapper.ctorParameters = function () { return [
1130
- { type: core.ElementRef }
1131
- ]; };
1132
1174
  return MatTabLabelWrapper;
1133
1175
  }(_MatTabLabelWrapperMixinBase));
1176
+ MatTabLabelWrapper.decorators = [
1177
+ { type: core.Directive, args: [{
1178
+ selector: '[matTabLabelWrapper]',
1179
+ inputs: ['disabled'],
1180
+ host: {
1181
+ '[class.mat-tab-disabled]': 'disabled',
1182
+ '[attr.aria-disabled]': '!!disabled',
1183
+ }
1184
+ },] }
1185
+ ];
1186
+ MatTabLabelWrapper.ctorParameters = function () { return [
1187
+ { type: core.ElementRef }
1188
+ ]; };
1134
1189
 
1135
1190
  /**
1136
1191
  * @license
@@ -1611,31 +1666,24 @@
1611
1666
  this._checkScrollingControls();
1612
1667
  return { maxScrollDistance: maxScrollDistance, distance: this._scrollDistance };
1613
1668
  };
1614
- MatPaginatedTabHeader.decorators = [
1615
- { type: core.Directive }
1616
- ];
1617
- MatPaginatedTabHeader.ctorParameters = function () { return [
1618
- { type: core.ElementRef },
1619
- { type: core.ChangeDetectorRef },
1620
- { type: scrolling.ViewportRuler },
1621
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1622
- { type: core.NgZone },
1623
- { type: platform.Platform },
1624
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1625
- ]; };
1626
- MatPaginatedTabHeader.propDecorators = {
1627
- disablePagination: [{ type: core.Input }]
1628
- };
1629
1669
  return MatPaginatedTabHeader;
1630
1670
  }());
1671
+ MatPaginatedTabHeader.decorators = [
1672
+ { type: core.Directive }
1673
+ ];
1674
+ MatPaginatedTabHeader.ctorParameters = function () { return [
1675
+ { type: core.ElementRef },
1676
+ { type: core.ChangeDetectorRef },
1677
+ { type: scrolling.ViewportRuler },
1678
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1679
+ { type: core.NgZone },
1680
+ { type: platform.Platform },
1681
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1682
+ ]; };
1683
+ MatPaginatedTabHeader.propDecorators = {
1684
+ disablePagination: [{ type: core.Input }]
1685
+ };
1631
1686
 
1632
- /**
1633
- * @license
1634
- * Copyright Google LLC All Rights Reserved.
1635
- *
1636
- * Use of this source code is governed by an MIT-style license that can be
1637
- * found in the LICENSE file at https://angular.io/license
1638
- */
1639
1687
  /**
1640
1688
  * Base class with all of the `MatTabHeader` functionality.
1641
1689
  * @docs-private
@@ -1659,23 +1707,23 @@
1659
1707
  _MatTabHeaderBase.prototype._itemSelected = function (event) {
1660
1708
  event.preventDefault();
1661
1709
  };
1662
- _MatTabHeaderBase.decorators = [
1663
- { type: core.Directive }
1664
- ];
1665
- _MatTabHeaderBase.ctorParameters = function () { return [
1666
- { type: core.ElementRef },
1667
- { type: core.ChangeDetectorRef },
1668
- { type: scrolling.ViewportRuler },
1669
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1670
- { type: core.NgZone },
1671
- { type: platform.Platform },
1672
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1673
- ]; };
1674
- _MatTabHeaderBase.propDecorators = {
1675
- disableRipple: [{ type: core.Input }]
1676
- };
1677
1710
  return _MatTabHeaderBase;
1678
1711
  }(MatPaginatedTabHeader));
1712
+ _MatTabHeaderBase.decorators = [
1713
+ { type: core.Directive }
1714
+ ];
1715
+ _MatTabHeaderBase.ctorParameters = function () { return [
1716
+ { type: core.ElementRef },
1717
+ { type: core.ChangeDetectorRef },
1718
+ { type: scrolling.ViewportRuler },
1719
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1720
+ { type: core.NgZone },
1721
+ { type: platform.Platform },
1722
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1723
+ ]; };
1724
+ _MatTabHeaderBase.propDecorators = {
1725
+ disableRipple: [{ type: core.Input }]
1726
+ };
1679
1727
  /**
1680
1728
  * The header of the tab group which displays a list of all the tabs in the tab group. Includes
1681
1729
  * an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
@@ -1690,42 +1738,42 @@
1690
1738
  animationMode) {
1691
1739
  return _super.call(this, elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) || this;
1692
1740
  }
1693
- MatTabHeader.decorators = [
1694
- { type: core.Component, args: [{
1695
- selector: 'mat-tab-header',
1696
- 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",
1697
- inputs: ['selectedIndex'],
1698
- outputs: ['selectFocusedIndex', 'indexFocused'],
1699
- encapsulation: core.ViewEncapsulation.None,
1700
- // tslint:disable-next-line:validate-decorators
1701
- changeDetection: core.ChangeDetectionStrategy.Default,
1702
- host: {
1703
- 'class': 'mat-tab-header',
1704
- '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1705
- '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1706
- },
1707
- 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;-ms-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"]
1708
- },] }
1709
- ];
1710
- MatTabHeader.ctorParameters = function () { return [
1711
- { type: core.ElementRef },
1712
- { type: core.ChangeDetectorRef },
1713
- { type: scrolling.ViewportRuler },
1714
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1715
- { type: core.NgZone },
1716
- { type: platform.Platform },
1717
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1718
- ]; };
1719
- MatTabHeader.propDecorators = {
1720
- _items: [{ type: core.ContentChildren, args: [MatTabLabelWrapper, { descendants: false },] }],
1721
- _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1722
- _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1723
- _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1724
- _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1725
- _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1726
- };
1727
1741
  return MatTabHeader;
1728
1742
  }(_MatTabHeaderBase));
1743
+ MatTabHeader.decorators = [
1744
+ { type: core.Component, args: [{
1745
+ selector: 'mat-tab-header',
1746
+ 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",
1747
+ inputs: ['selectedIndex'],
1748
+ outputs: ['selectFocusedIndex', 'indexFocused'],
1749
+ encapsulation: core.ViewEncapsulation.None,
1750
+ // tslint:disable-next-line:validate-decorators
1751
+ changeDetection: core.ChangeDetectionStrategy.Default,
1752
+ host: {
1753
+ 'class': 'mat-tab-header',
1754
+ '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1755
+ '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1756
+ },
1757
+ 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;-ms-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"]
1758
+ },] }
1759
+ ];
1760
+ MatTabHeader.ctorParameters = function () { return [
1761
+ { type: core.ElementRef },
1762
+ { type: core.ChangeDetectorRef },
1763
+ { type: scrolling.ViewportRuler },
1764
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1765
+ { type: core.NgZone },
1766
+ { type: platform.Platform },
1767
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1768
+ ]; };
1769
+ MatTabHeader.propDecorators = {
1770
+ _items: [{ type: core.ContentChildren, args: [MatTabLabelWrapper, { descendants: false },] }],
1771
+ _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1772
+ _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1773
+ _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1774
+ _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1775
+ _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1776
+ };
1729
1777
 
1730
1778
  /**
1731
1779
  * Base class with all of the `MatTabNav` functionality.
@@ -1797,25 +1845,25 @@
1797
1845
  this.selectedIndex = -1;
1798
1846
  this._inkBar.hide();
1799
1847
  };
1800
- _MatTabNavBase.decorators = [
1801
- { type: core.Directive }
1802
- ];
1803
- _MatTabNavBase.ctorParameters = function () { return [
1804
- { type: core.ElementRef },
1805
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1806
- { type: core.NgZone },
1807
- { type: core.ChangeDetectorRef },
1808
- { type: scrolling.ViewportRuler },
1809
- { type: platform.Platform, decorators: [{ type: core.Optional }] },
1810
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1811
- ]; };
1812
- _MatTabNavBase.propDecorators = {
1813
- backgroundColor: [{ type: core.Input }],
1814
- disableRipple: [{ type: core.Input }],
1815
- color: [{ type: core.Input }]
1816
- };
1817
1848
  return _MatTabNavBase;
1818
1849
  }(MatPaginatedTabHeader));
1850
+ _MatTabNavBase.decorators = [
1851
+ { type: core.Directive }
1852
+ ];
1853
+ _MatTabNavBase.ctorParameters = function () { return [
1854
+ { type: core.ElementRef },
1855
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1856
+ { type: core.NgZone },
1857
+ { type: core.ChangeDetectorRef },
1858
+ { type: scrolling.ViewportRuler },
1859
+ { type: platform.Platform, decorators: [{ type: core.Optional }] },
1860
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1861
+ ]; };
1862
+ _MatTabNavBase.propDecorators = {
1863
+ backgroundColor: [{ type: core.Input }],
1864
+ disableRipple: [{ type: core.Input }],
1865
+ color: [{ type: core.Input }]
1866
+ };
1819
1867
  /**
1820
1868
  * Navigation component matching the styles of the tab group header.
1821
1869
  * Provides anchored navigation with animated ink bar.
@@ -1829,45 +1877,45 @@
1829
1877
  platform, animationMode) {
1830
1878
  return _super.call(this, elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode) || this;
1831
1879
  }
1832
- MatTabNav.decorators = [
1833
- { type: core.Component, args: [{
1834
- selector: '[mat-tab-nav-bar]',
1835
- exportAs: 'matTabNavBar, matTabNav',
1836
- inputs: ['color'],
1837
- 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",
1838
- host: {
1839
- 'class': 'mat-tab-nav-bar mat-tab-header',
1840
- '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1841
- '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1842
- '[class.mat-primary]': 'color !== "warn" && color !== "accent"',
1843
- '[class.mat-accent]': 'color === "accent"',
1844
- '[class.mat-warn]': 'color === "warn"',
1845
- },
1846
- encapsulation: core.ViewEncapsulation.None,
1847
- // tslint:disable-next-line:validate-decorators
1848
- changeDetection: core.ChangeDetectionStrategy.Default,
1849
- 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;-ms-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"]
1850
- },] }
1851
- ];
1852
- MatTabNav.ctorParameters = function () { return [
1853
- { type: core.ElementRef },
1854
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1855
- { type: core.NgZone },
1856
- { type: core.ChangeDetectorRef },
1857
- { type: scrolling.ViewportRuler },
1858
- { type: platform.Platform, decorators: [{ type: core.Optional }] },
1859
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1860
- ]; };
1861
- MatTabNav.propDecorators = {
1862
- _items: [{ type: core.ContentChildren, args: [core.forwardRef(function () { return MatTabLink; }), { descendants: true },] }],
1863
- _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1864
- _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1865
- _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1866
- _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1867
- _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1868
- };
1869
1880
  return MatTabNav;
1870
1881
  }(_MatTabNavBase));
1882
+ MatTabNav.decorators = [
1883
+ { type: core.Component, args: [{
1884
+ selector: '[mat-tab-nav-bar]',
1885
+ exportAs: 'matTabNavBar, matTabNav',
1886
+ inputs: ['color'],
1887
+ 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",
1888
+ host: {
1889
+ 'class': 'mat-tab-nav-bar mat-tab-header',
1890
+ '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1891
+ '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1892
+ '[class.mat-primary]': 'color !== "warn" && color !== "accent"',
1893
+ '[class.mat-accent]': 'color === "accent"',
1894
+ '[class.mat-warn]': 'color === "warn"',
1895
+ },
1896
+ encapsulation: core.ViewEncapsulation.None,
1897
+ // tslint:disable-next-line:validate-decorators
1898
+ changeDetection: core.ChangeDetectionStrategy.Default,
1899
+ 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;-ms-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"]
1900
+ },] }
1901
+ ];
1902
+ MatTabNav.ctorParameters = function () { return [
1903
+ { type: core.ElementRef },
1904
+ { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1905
+ { type: core.NgZone },
1906
+ { type: core.ChangeDetectorRef },
1907
+ { type: scrolling.ViewportRuler },
1908
+ { type: platform.Platform, decorators: [{ type: core.Optional }] },
1909
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1910
+ ]; };
1911
+ MatTabNav.propDecorators = {
1912
+ _items: [{ type: core.ContentChildren, args: [core.forwardRef(function () { return MatTabLink; }), { descendants: true },] }],
1913
+ _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1914
+ _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1915
+ _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1916
+ _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1917
+ _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1918
+ };
1871
1919
  // Boilerplate for applying mixins to MatTabLink.
1872
1920
  var MatTabLinkMixinBase = /** @class */ (function () {
1873
1921
  function MatTabLinkMixinBase() {
@@ -1925,22 +1973,22 @@
1925
1973
  _MatTabLinkBase.prototype.ngOnDestroy = function () {
1926
1974
  this._focusMonitor.stopMonitoring(this.elementRef);
1927
1975
  };
1928
- _MatTabLinkBase.decorators = [
1929
- { type: core.Directive }
1930
- ];
1931
- _MatTabLinkBase.ctorParameters = function () { return [
1932
- { type: _MatTabNavBase },
1933
- { type: core.ElementRef },
1934
- { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
1935
- { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
1936
- { type: a11y.FocusMonitor },
1937
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1938
- ]; };
1939
- _MatTabLinkBase.propDecorators = {
1940
- active: [{ type: core.Input }]
1941
- };
1942
1976
  return _MatTabLinkBase;
1943
1977
  }(_MatTabLinkMixinBase));
1978
+ _MatTabLinkBase.decorators = [
1979
+ { type: core.Directive }
1980
+ ];
1981
+ _MatTabLinkBase.ctorParameters = function () { return [
1982
+ { type: _MatTabNavBase },
1983
+ { type: core.ElementRef },
1984
+ { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
1985
+ { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
1986
+ { type: a11y.FocusMonitor },
1987
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1988
+ ]; };
1989
+ _MatTabLinkBase.propDecorators = {
1990
+ active: [{ type: core.Input }]
1991
+ };
1944
1992
  /**
1945
1993
  * Link inside of a `mat-tab-nav-bar`.
1946
1994
  */
@@ -1956,33 +2004,33 @@
1956
2004
  _super.prototype.ngOnDestroy.call(this);
1957
2005
  this._tabLinkRipple._removeTriggerEvents();
1958
2006
  };
1959
- MatTabLink.decorators = [
1960
- { type: core.Directive, args: [{
1961
- selector: '[mat-tab-link], [matTabLink]',
1962
- exportAs: 'matTabLink',
1963
- inputs: ['disabled', 'disableRipple', 'tabIndex'],
1964
- host: {
1965
- 'class': 'mat-tab-link mat-focus-indicator',
1966
- '[attr.aria-current]': 'active ? "page" : null',
1967
- '[attr.aria-disabled]': 'disabled',
1968
- '[attr.tabIndex]': 'tabIndex',
1969
- '[class.mat-tab-disabled]': 'disabled',
1970
- '[class.mat-tab-label-active]': 'active',
1971
- }
1972
- },] }
1973
- ];
1974
- MatTabLink.ctorParameters = function () { return [
1975
- { type: MatTabNav },
1976
- { type: core.ElementRef },
1977
- { type: core.NgZone },
1978
- { type: platform.Platform },
1979
- { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
1980
- { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
1981
- { type: a11y.FocusMonitor },
1982
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1983
- ]; };
1984
2007
  return MatTabLink;
1985
2008
  }(_MatTabLinkBase));
2009
+ MatTabLink.decorators = [
2010
+ { type: core.Directive, args: [{
2011
+ selector: '[mat-tab-link], [matTabLink]',
2012
+ exportAs: 'matTabLink',
2013
+ inputs: ['disabled', 'disableRipple', 'tabIndex'],
2014
+ host: {
2015
+ 'class': 'mat-tab-link mat-focus-indicator',
2016
+ '[attr.aria-current]': 'active ? "page" : null',
2017
+ '[attr.aria-disabled]': 'disabled',
2018
+ '[attr.tabIndex]': 'tabIndex',
2019
+ '[class.mat-tab-disabled]': 'disabled',
2020
+ '[class.mat-tab-label-active]': 'active',
2021
+ }
2022
+ },] }
2023
+ ];
2024
+ MatTabLink.ctorParameters = function () { return [
2025
+ { type: MatTabNav },
2026
+ { type: core.ElementRef },
2027
+ { type: core.NgZone },
2028
+ { type: platform.Platform },
2029
+ { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
2030
+ { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
2031
+ { type: a11y.FocusMonitor },
2032
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
2033
+ ]; };
1986
2034
 
1987
2035
  /**
1988
2036
  * @license
@@ -1994,43 +2042,43 @@
1994
2042
  var MatTabsModule = /** @class */ (function () {
1995
2043
  function MatTabsModule() {
1996
2044
  }
1997
- MatTabsModule.decorators = [
1998
- { type: core.NgModule, args: [{
1999
- imports: [
2000
- common.CommonModule,
2001
- core$1.MatCommonModule,
2002
- portal.PortalModule,
2003
- core$1.MatRippleModule,
2004
- observers.ObserversModule,
2005
- a11y.A11yModule,
2006
- ],
2007
- // Don't export all components because some are only to be used internally.
2008
- exports: [
2009
- core$1.MatCommonModule,
2010
- MatTabGroup,
2011
- MatTabLabel,
2012
- MatTab,
2013
- MatTabNav,
2014
- MatTabLink,
2015
- MatTabContent,
2016
- ],
2017
- declarations: [
2018
- MatTabGroup,
2019
- MatTabLabel,
2020
- MatTab,
2021
- MatInkBar,
2022
- MatTabLabelWrapper,
2023
- MatTabNav,
2024
- MatTabLink,
2025
- MatTabBody,
2026
- MatTabBodyPortal,
2027
- MatTabHeader,
2028
- MatTabContent,
2029
- ],
2030
- },] }
2031
- ];
2032
2045
  return MatTabsModule;
2033
2046
  }());
2047
+ MatTabsModule.decorators = [
2048
+ { type: core.NgModule, args: [{
2049
+ imports: [
2050
+ common.CommonModule,
2051
+ core$1.MatCommonModule,
2052
+ portal.PortalModule,
2053
+ core$1.MatRippleModule,
2054
+ observers.ObserversModule,
2055
+ a11y.A11yModule,
2056
+ ],
2057
+ // Don't export all components because some are only to be used internally.
2058
+ exports: [
2059
+ core$1.MatCommonModule,
2060
+ MatTabGroup,
2061
+ MatTabLabel,
2062
+ MatTab,
2063
+ MatTabNav,
2064
+ MatTabLink,
2065
+ MatTabContent,
2066
+ ],
2067
+ declarations: [
2068
+ MatTabGroup,
2069
+ MatTabLabel,
2070
+ MatTab,
2071
+ MatInkBar,
2072
+ MatTabLabelWrapper,
2073
+ MatTabNav,
2074
+ MatTabLink,
2075
+ MatTabBody,
2076
+ MatTabBodyPortal,
2077
+ MatTabHeader,
2078
+ MatTabContent,
2079
+ ],
2080
+ },] }
2081
+ ];
2034
2082
 
2035
2083
  /**
2036
2084
  * @license
@@ -2075,7 +2123,9 @@
2075
2123
  exports._MatTabNavBase = _MatTabNavBase;
2076
2124
  exports.matTabsAnimations = matTabsAnimations;
2077
2125
  exports.ɵangular_material_src_material_tabs_tabs_a = _MAT_INK_BAR_POSITIONER_FACTORY;
2078
- exports.ɵangular_material_src_material_tabs_tabs_b = MatPaginatedTabHeader;
2126
+ exports.ɵangular_material_src_material_tabs_tabs_b = MAT_TAB_LABEL;
2127
+ exports.ɵangular_material_src_material_tabs_tabs_c = MAT_TAB_CONTENT;
2128
+ exports.ɵangular_material_src_material_tabs_tabs_d = MatPaginatedTabHeader;
2079
2129
 
2080
2130
  Object.defineProperty(exports, '__esModule', { value: true });
2081
2131