@angular/material 7.1.0 → 7.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (495) hide show
  1. package/LICENSE +1 -1
  2. package/_theming.scss +50 -19
  3. package/autocomplete/typings/index.d.ts +0 -1
  4. package/autocomplete/typings/index.metadata.json +1 -1
  5. package/autocomplete/typings/public-api.d.ts +1 -0
  6. package/badge/typings/index.metadata.json +1 -1
  7. package/bottom-sheet/typings/bottom-sheet-ref.d.ts +2 -0
  8. package/bottom-sheet/typings/index.metadata.json +1 -1
  9. package/bundles/material-autocomplete.umd.js +139 -39
  10. package/bundles/material-autocomplete.umd.js.map +1 -1
  11. package/bundles/material-autocomplete.umd.min.js +1 -1
  12. package/bundles/material-autocomplete.umd.min.js.map +1 -1
  13. package/bundles/material-badge.umd.js +38 -5
  14. package/bundles/material-badge.umd.js.map +1 -1
  15. package/bundles/material-badge.umd.min.js +1 -1
  16. package/bundles/material-badge.umd.min.js.map +1 -1
  17. package/bundles/material-bottom-sheet.umd.js +67 -22
  18. package/bundles/material-bottom-sheet.umd.js.map +1 -1
  19. package/bundles/material-bottom-sheet.umd.min.js +1 -1
  20. package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
  21. package/bundles/material-button-toggle.umd.js +45 -14
  22. package/bundles/material-button-toggle.umd.js.map +1 -1
  23. package/bundles/material-button-toggle.umd.min.js +1 -1
  24. package/bundles/material-button-toggle.umd.min.js.map +1 -1
  25. package/bundles/material-button.umd.js +21 -14
  26. package/bundles/material-button.umd.js.map +1 -1
  27. package/bundles/material-button.umd.min.js +1 -1
  28. package/bundles/material-button.umd.min.js.map +1 -1
  29. package/bundles/material-card.umd.js +3 -3
  30. package/bundles/material-card.umd.js.map +1 -1
  31. package/bundles/material-card.umd.min.js +1 -1
  32. package/bundles/material-card.umd.min.js.map +1 -1
  33. package/bundles/material-checkbox.umd.js +56 -15
  34. package/bundles/material-checkbox.umd.js.map +1 -1
  35. package/bundles/material-checkbox.umd.min.js +1 -1
  36. package/bundles/material-checkbox.umd.min.js.map +1 -1
  37. package/bundles/material-chips.umd.js +126 -38
  38. package/bundles/material-chips.umd.js.map +1 -1
  39. package/bundles/material-chips.umd.min.js +1 -1
  40. package/bundles/material-chips.umd.min.js.map +1 -1
  41. package/bundles/material-core.umd.js +190 -127
  42. package/bundles/material-core.umd.js.map +1 -1
  43. package/bundles/material-core.umd.min.js +1 -2
  44. package/bundles/material-core.umd.min.js.map +1 -1
  45. package/bundles/material-datepicker.umd.js +205 -42
  46. package/bundles/material-datepicker.umd.js.map +1 -1
  47. package/bundles/material-datepicker.umd.min.js +2 -2
  48. package/bundles/material-datepicker.umd.min.js.map +1 -1
  49. package/bundles/material-dialog.umd.js +138 -40
  50. package/bundles/material-dialog.umd.js.map +1 -1
  51. package/bundles/material-dialog.umd.min.js +1 -1
  52. package/bundles/material-dialog.umd.min.js.map +1 -1
  53. package/bundles/material-divider.umd.js +2 -2
  54. package/bundles/material-divider.umd.js.map +1 -1
  55. package/bundles/material-divider.umd.min.js.map +1 -1
  56. package/bundles/material-expansion.umd.js +52 -26
  57. package/bundles/material-expansion.umd.js.map +1 -1
  58. package/bundles/material-expansion.umd.min.js +1 -1
  59. package/bundles/material-expansion.umd.min.js.map +1 -1
  60. package/bundles/material-form-field.umd.js +123 -34
  61. package/bundles/material-form-field.umd.js.map +1 -1
  62. package/bundles/material-form-field.umd.min.js +1 -1
  63. package/bundles/material-form-field.umd.min.js.map +1 -1
  64. package/bundles/material-grid-list.umd.js +67 -16
  65. package/bundles/material-grid-list.umd.js.map +1 -1
  66. package/bundles/material-grid-list.umd.min.js +1 -1
  67. package/bundles/material-grid-list.umd.min.js.map +1 -1
  68. package/bundles/material-icon.umd.js +288 -78
  69. package/bundles/material-icon.umd.js.map +1 -1
  70. package/bundles/material-icon.umd.min.js +1 -1
  71. package/bundles/material-icon.umd.min.js.map +1 -1
  72. package/bundles/material-input.umd.js +50 -22
  73. package/bundles/material-input.umd.js.map +1 -1
  74. package/bundles/material-input.umd.min.js +1 -1
  75. package/bundles/material-input.umd.min.js.map +1 -1
  76. package/bundles/material-list.umd.js +159 -26
  77. package/bundles/material-list.umd.js.map +1 -1
  78. package/bundles/material-list.umd.min.js +2 -2
  79. package/bundles/material-list.umd.min.js.map +1 -1
  80. package/bundles/material-menu.umd.js +176 -70
  81. package/bundles/material-menu.umd.js.map +1 -1
  82. package/bundles/material-menu.umd.min.js +1 -1
  83. package/bundles/material-menu.umd.min.js.map +1 -1
  84. package/bundles/material-paginator.umd.js +25 -8
  85. package/bundles/material-paginator.umd.js.map +1 -1
  86. package/bundles/material-paginator.umd.min.js.map +1 -1
  87. package/bundles/material-progress-bar.umd.js +32 -13
  88. package/bundles/material-progress-bar.umd.js.map +1 -1
  89. package/bundles/material-progress-bar.umd.min.js +1 -1
  90. package/bundles/material-progress-bar.umd.min.js.map +1 -1
  91. package/bundles/material-progress-spinner.umd.js +30 -14
  92. package/bundles/material-progress-spinner.umd.js.map +1 -1
  93. package/bundles/material-progress-spinner.umd.min.js +1 -1
  94. package/bundles/material-progress-spinner.umd.min.js.map +1 -1
  95. package/bundles/material-radio.umd.js +38 -40
  96. package/bundles/material-radio.umd.js.map +1 -1
  97. package/bundles/material-radio.umd.min.js +1 -1
  98. package/bundles/material-radio.umd.min.js.map +1 -1
  99. package/bundles/material-select.umd.js +186 -49
  100. package/bundles/material-select.umd.js.map +1 -1
  101. package/bundles/material-select.umd.min.js +1 -1
  102. package/bundles/material-select.umd.min.js.map +1 -1
  103. package/bundles/material-sidenav.umd.js +104 -25
  104. package/bundles/material-sidenav.umd.js.map +1 -1
  105. package/bundles/material-sidenav.umd.min.js +1 -1
  106. package/bundles/material-sidenav.umd.min.js.map +1 -1
  107. package/bundles/material-slide-toggle.umd.js +31 -15
  108. package/bundles/material-slide-toggle.umd.js.map +1 -1
  109. package/bundles/material-slide-toggle.umd.min.js +1 -1
  110. package/bundles/material-slide-toggle.umd.min.js.map +1 -1
  111. package/bundles/material-slider.umd.js +88 -20
  112. package/bundles/material-slider.umd.js.map +1 -1
  113. package/bundles/material-slider.umd.min.js +1 -1
  114. package/bundles/material-slider.umd.min.js.map +1 -1
  115. package/bundles/material-snack-bar.umd.js +69 -20
  116. package/bundles/material-snack-bar.umd.js.map +1 -1
  117. package/bundles/material-snack-bar.umd.min.js +1 -1
  118. package/bundles/material-snack-bar.umd.min.js.map +1 -1
  119. package/bundles/material-sort.umd.js +46 -24
  120. package/bundles/material-sort.umd.js.map +1 -1
  121. package/bundles/material-sort.umd.min.js +1 -1
  122. package/bundles/material-sort.umd.min.js.map +1 -1
  123. package/bundles/material-stepper.umd.js +29 -20
  124. package/bundles/material-stepper.umd.js.map +1 -1
  125. package/bundles/material-stepper.umd.min.js +1 -1
  126. package/bundles/material-stepper.umd.min.js.map +1 -1
  127. package/bundles/material-table.umd.js +48 -15
  128. package/bundles/material-table.umd.js.map +1 -1
  129. package/bundles/material-table.umd.min.js +1 -1
  130. package/bundles/material-table.umd.min.js.map +1 -1
  131. package/bundles/material-tabs.umd.js +162 -61
  132. package/bundles/material-tabs.umd.js.map +1 -1
  133. package/bundles/material-tabs.umd.min.js +2 -2
  134. package/bundles/material-tabs.umd.min.js.map +1 -1
  135. package/bundles/material-toolbar.umd.js +14 -4
  136. package/bundles/material-toolbar.umd.js.map +1 -1
  137. package/bundles/material-toolbar.umd.min.js +1 -1
  138. package/bundles/material-toolbar.umd.min.js.map +1 -1
  139. package/bundles/material-tooltip.umd.js +62 -26
  140. package/bundles/material-tooltip.umd.js.map +1 -1
  141. package/bundles/material-tooltip.umd.min.js +1 -1
  142. package/bundles/material-tooltip.umd.min.js.map +1 -1
  143. package/bundles/material-tree.umd.js +25 -16
  144. package/bundles/material-tree.umd.js.map +1 -1
  145. package/bundles/material-tree.umd.min.js +1 -1
  146. package/bundles/material-tree.umd.min.js.map +1 -1
  147. package/bundles/material.umd.js +2927 -995
  148. package/bundles/material.umd.js.map +1 -1
  149. package/bundles/material.umd.min.js +18 -18
  150. package/bundles/material.umd.min.js.map +1 -1
  151. package/button/typings/button.d.ts +0 -5
  152. package/button/typings/index.metadata.json +1 -1
  153. package/button-toggle/typings/index.metadata.json +1 -1
  154. package/card/typings/index.metadata.json +1 -1
  155. package/checkbox/typings/index.metadata.json +1 -1
  156. package/chips/typings/chip-list.d.ts +2 -2
  157. package/chips/typings/chip.d.ts +2 -2
  158. package/chips/typings/index.metadata.json +1 -1
  159. package/core/typings/index.metadata.json +1 -1
  160. package/core/typings/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
  161. package/core/typings/public-api.d.ts +1 -1
  162. package/core/typings/ripple/ripple.d.ts +1 -1
  163. package/datepicker/typings/calendar.d.ts +2 -2
  164. package/datepicker/typings/index.metadata.json +1 -1
  165. package/dialog/typings/index.metadata.json +1 -1
  166. package/esm2015/autocomplete.js +73 -36
  167. package/esm2015/autocomplete.js.map +1 -1
  168. package/esm2015/badge.js +29 -6
  169. package/esm2015/badge.js.map +1 -1
  170. package/esm2015/bottom-sheet.js +44 -23
  171. package/esm2015/bottom-sheet.js.map +1 -1
  172. package/esm2015/button-toggle.js +27 -11
  173. package/esm2015/button-toggle.js.map +1 -1
  174. package/esm2015/button.js +20 -15
  175. package/esm2015/button.js.map +1 -1
  176. package/esm2015/card.js +5 -5
  177. package/esm2015/card.js.map +1 -1
  178. package/esm2015/checkbox.js +30 -12
  179. package/esm2015/checkbox.js.map +1 -1
  180. package/esm2015/chips.js +64 -30
  181. package/esm2015/chips.js.map +1 -1
  182. package/esm2015/core.js +147 -128
  183. package/esm2015/core.js.map +1 -1
  184. package/esm2015/datepicker.js +103 -37
  185. package/esm2015/datepicker.js.map +1 -1
  186. package/esm2015/dialog.js +77 -40
  187. package/esm2015/dialog.js.map +1 -1
  188. package/esm2015/divider.js +4 -4
  189. package/esm2015/divider.js.map +1 -1
  190. package/esm2015/expansion.js +56 -29
  191. package/esm2015/expansion.js.map +1 -1
  192. package/esm2015/form-field.js +95 -35
  193. package/esm2015/form-field.js.map +1 -1
  194. package/esm2015/grid-list.js +45 -17
  195. package/esm2015/grid-list.js.map +1 -1
  196. package/esm2015/icon.js +144 -67
  197. package/esm2015/icon.js.map +1 -1
  198. package/esm2015/input.js +44 -23
  199. package/esm2015/input.js.map +1 -1
  200. package/esm2015/list.js +118 -24
  201. package/esm2015/list.js.map +1 -1
  202. package/esm2015/material.js +13 -12
  203. package/esm2015/material.js.map +1 -1
  204. package/esm2015/menu.js +114 -67
  205. package/esm2015/menu.js.map +1 -1
  206. package/esm2015/paginator.js +17 -9
  207. package/esm2015/paginator.js.map +1 -1
  208. package/esm2015/progress-bar.js +26 -13
  209. package/esm2015/progress-bar.js.map +1 -1
  210. package/esm2015/progress-spinner.js +24 -14
  211. package/esm2015/progress-spinner.js.map +1 -1
  212. package/esm2015/radio.js +22 -21
  213. package/esm2015/radio.js.map +1 -1
  214. package/esm2015/select.js +112 -50
  215. package/esm2015/select.js.map +1 -1
  216. package/esm2015/sidenav.js +75 -28
  217. package/esm2015/sidenav.js.map +1 -1
  218. package/esm2015/slide-toggle.js +23 -15
  219. package/esm2015/slide-toggle.js.map +1 -1
  220. package/esm2015/slider.js +51 -23
  221. package/esm2015/slider.js.map +1 -1
  222. package/esm2015/snack-bar.js +38 -21
  223. package/esm2015/snack-bar.js.map +1 -1
  224. package/esm2015/sort.js +47 -24
  225. package/esm2015/sort.js.map +1 -1
  226. package/esm2015/stepper.js +32 -23
  227. package/esm2015/stepper.js.map +1 -1
  228. package/esm2015/table.js +51 -18
  229. package/esm2015/table.js.map +1 -1
  230. package/esm2015/tabs.js +112 -49
  231. package/esm2015/tabs.js.map +1 -1
  232. package/esm2015/toolbar.js +9 -5
  233. package/esm2015/toolbar.js.map +1 -1
  234. package/esm2015/tooltip.js +49 -28
  235. package/esm2015/tooltip.js.map +1 -1
  236. package/esm2015/tree.js +22 -17
  237. package/esm2015/tree.js.map +1 -1
  238. package/esm5/autocomplete.es5.js +141 -41
  239. package/esm5/autocomplete.es5.js.map +1 -1
  240. package/esm5/badge.es5.js +40 -7
  241. package/esm5/badge.es5.js.map +1 -1
  242. package/esm5/bottom-sheet.es5.js +68 -23
  243. package/esm5/bottom-sheet.es5.js.map +1 -1
  244. package/esm5/button-toggle.es5.js +46 -15
  245. package/esm5/button-toggle.es5.js.map +1 -1
  246. package/esm5/button.es5.js +23 -16
  247. package/esm5/button.es5.js.map +1 -1
  248. package/esm5/card.es5.js +5 -5
  249. package/esm5/card.es5.js.map +1 -1
  250. package/esm5/checkbox.es5.js +58 -17
  251. package/esm5/checkbox.es5.js.map +1 -1
  252. package/esm5/chips.es5.js +129 -41
  253. package/esm5/chips.es5.js.map +1 -1
  254. package/esm5/core.es5.js +192 -129
  255. package/esm5/core.es5.js.map +1 -1
  256. package/esm5/datepicker.es5.js +207 -44
  257. package/esm5/datepicker.es5.js.map +1 -1
  258. package/esm5/dialog.es5.js +140 -42
  259. package/esm5/dialog.es5.js.map +1 -1
  260. package/esm5/divider.es5.js +4 -4
  261. package/esm5/divider.es5.js.map +1 -1
  262. package/esm5/expansion.es5.js +54 -29
  263. package/esm5/expansion.es5.js.map +1 -1
  264. package/esm5/form-field.es5.js +126 -37
  265. package/esm5/form-field.es5.js.map +1 -1
  266. package/esm5/grid-list.es5.js +68 -17
  267. package/esm5/grid-list.es5.js.map +1 -1
  268. package/esm5/icon.es5.js +290 -80
  269. package/esm5/icon.es5.js.map +1 -1
  270. package/esm5/input.es5.js +52 -24
  271. package/esm5/input.es5.js.map +1 -1
  272. package/esm5/list.es5.js +161 -27
  273. package/esm5/list.es5.js.map +1 -1
  274. package/esm5/material.es5.js +13 -12
  275. package/esm5/material.es5.js.map +1 -1
  276. package/esm5/menu.es5.js +175 -69
  277. package/esm5/menu.es5.js.map +1 -1
  278. package/esm5/paginator.es5.js +27 -10
  279. package/esm5/paginator.es5.js.map +1 -1
  280. package/esm5/progress-bar.es5.js +33 -14
  281. package/esm5/progress-bar.es5.js.map +1 -1
  282. package/esm5/progress-spinner.es5.js +31 -15
  283. package/esm5/progress-spinner.es5.js.map +1 -1
  284. package/esm5/radio.es5.js +42 -42
  285. package/esm5/radio.es5.js.map +1 -1
  286. package/esm5/select.es5.js +189 -52
  287. package/esm5/select.es5.js.map +1 -1
  288. package/esm5/sidenav.es5.js +107 -28
  289. package/esm5/sidenav.es5.js.map +1 -1
  290. package/esm5/slide-toggle.es5.js +32 -16
  291. package/esm5/slide-toggle.es5.js.map +1 -1
  292. package/esm5/slider.es5.js +91 -23
  293. package/esm5/slider.es5.js.map +1 -1
  294. package/esm5/snack-bar.es5.js +70 -21
  295. package/esm5/snack-bar.es5.js.map +1 -1
  296. package/esm5/sort.es5.js +53 -26
  297. package/esm5/sort.es5.js.map +1 -1
  298. package/esm5/stepper.es5.js +32 -23
  299. package/esm5/stepper.es5.js.map +1 -1
  300. package/esm5/table.es5.js +51 -18
  301. package/esm5/table.es5.js.map +1 -1
  302. package/esm5/tabs.es5.js +156 -55
  303. package/esm5/tabs.es5.js.map +1 -1
  304. package/esm5/toolbar.es5.js +16 -6
  305. package/esm5/toolbar.es5.js.map +1 -1
  306. package/esm5/tooltip.es5.js +64 -28
  307. package/esm5/tooltip.es5.js.map +1 -1
  308. package/esm5/tree.es5.js +27 -18
  309. package/esm5/tree.es5.js.map +1 -1
  310. package/expansion/typings/expansion-panel-header.d.ts +2 -2
  311. package/expansion/typings/expansion-panel.d.ts +19 -2
  312. package/expansion/typings/index.metadata.json +1 -1
  313. package/form-field/typings/form-field.d.ts +15 -4
  314. package/form-field/typings/index.metadata.json +1 -1
  315. package/form-field/typings/prefix.d.ts +1 -1
  316. package/grid-list/typings/index.d.ts +1 -1
  317. package/grid-list/typings/index.metadata.json +1 -1
  318. package/icon/typings/icon-registry.d.ts +3 -2
  319. package/icon/typings/index.metadata.json +1 -1
  320. package/list/typings/index.metadata.json +1 -1
  321. package/list/typings/list.d.ts +16 -5
  322. package/list/typings/selection-list.d.ts +1 -0
  323. package/material.d.ts +1 -1
  324. package/material.metadata.json +3 -3
  325. package/menu/typings/index.d.ts +4 -4
  326. package/menu/typings/index.metadata.json +1 -1
  327. package/menu/typings/menu-directive.d.ts +1 -0
  328. package/menu/typings/menu-item.d.ts +2 -0
  329. package/menu/typings/menu-trigger.d.ts +1 -1
  330. package/package.json +5 -5
  331. package/prebuilt-themes/deeppurple-amber.css +1 -1
  332. package/prebuilt-themes/indigo-pink.css +1 -1
  333. package/prebuilt-themes/pink-bluegrey.css +1 -1
  334. package/prebuilt-themes/purple-green.css +1 -1
  335. package/progress-bar/typings/index.metadata.json +1 -1
  336. package/radio/typings/index.metadata.json +1 -1
  337. package/radio/typings/radio.d.ts +2 -6
  338. package/schematics/ng-add/theming/{custom-theme.d.ts → create-custom-theme.d.ts} +0 -0
  339. package/schematics/ng-add/theming/{custom-theme.js → create-custom-theme.js} +1 -1
  340. package/schematics/ng-add/theming/create-custom-theme.js.map +1 -0
  341. package/schematics/ng-add/theming/theming.js +35 -19
  342. package/schematics/ng-add/theming/theming.js.map +1 -1
  343. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
  344. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
  345. package/schematics/ng-generate/nav/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
  346. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
  347. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
  348. package/select/typings/index.metadata.json +1 -1
  349. package/select/typings/select.d.ts +12 -2
  350. package/sidenav/typings/drawer.d.ts +9 -2
  351. package/sidenav/typings/index.metadata.json +1 -1
  352. package/slide-toggle/typings/index.metadata.json +1 -1
  353. package/slider/typings/index.metadata.json +1 -1
  354. package/snack-bar/typings/index.metadata.json +1 -1
  355. package/sort/typings/index.metadata.json +1 -1
  356. package/stepper/typings/index.metadata.json +1 -1
  357. package/table/typings/index.metadata.json +1 -1
  358. package/table/typings/table-data-source.d.ts +2 -0
  359. package/tabs/typings/index.d.ts +5 -5
  360. package/tabs/typings/index.metadata.json +1 -1
  361. package/tabs/typings/tab-group.d.ts +2 -1
  362. package/tabs/typings/tab-header.d.ts +8 -4
  363. package/toolbar/typings/index.metadata.json +1 -1
  364. package/tooltip/typings/index.metadata.json +1 -1
  365. package/tooltip/typings/tooltip.d.ts +2 -1
  366. package/tree/typings/data-source/flat-data-source.d.ts +2 -2
  367. package/tree/typings/index.metadata.json +1 -1
  368. package/typings/autocomplete/index.d.ts +0 -1
  369. package/typings/autocomplete/index.metadata.json +1 -1
  370. package/typings/autocomplete/public-api.d.ts +1 -0
  371. package/typings/badge/index.metadata.json +1 -1
  372. package/typings/bottom-sheet/bottom-sheet-ref.d.ts +2 -0
  373. package/typings/bottom-sheet/index.metadata.json +1 -1
  374. package/typings/button/button.d.ts +0 -5
  375. package/typings/button/index.metadata.json +1 -1
  376. package/typings/button-toggle/index.metadata.json +1 -1
  377. package/typings/card/index.metadata.json +1 -1
  378. package/typings/checkbox/index.metadata.json +1 -1
  379. package/typings/chips/chip-list.d.ts +2 -2
  380. package/typings/chips/chip.d.ts +2 -2
  381. package/typings/chips/index.metadata.json +1 -1
  382. package/typings/core/index.metadata.json +1 -1
  383. package/typings/core/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
  384. package/typings/core/public-api.d.ts +1 -1
  385. package/typings/core/ripple/ripple.d.ts +1 -1
  386. package/typings/datepicker/calendar.d.ts +2 -2
  387. package/typings/datepicker/index.metadata.json +1 -1
  388. package/typings/dialog/index.metadata.json +1 -1
  389. package/typings/esm5/autocomplete/index.d.ts +0 -1
  390. package/typings/esm5/autocomplete/index.metadata.json +1 -1
  391. package/typings/esm5/autocomplete/public-api.d.ts +1 -0
  392. package/typings/esm5/badge/index.metadata.json +1 -1
  393. package/typings/esm5/bottom-sheet/bottom-sheet-ref.d.ts +2 -0
  394. package/typings/esm5/bottom-sheet/index.metadata.json +1 -1
  395. package/typings/esm5/button/button.d.ts +0 -5
  396. package/typings/esm5/button/index.metadata.json +1 -1
  397. package/typings/esm5/button-toggle/index.metadata.json +1 -1
  398. package/typings/esm5/card/index.metadata.json +1 -1
  399. package/typings/esm5/checkbox/index.metadata.json +1 -1
  400. package/typings/esm5/chips/chip-list.d.ts +2 -2
  401. package/typings/esm5/chips/chip.d.ts +2 -2
  402. package/typings/esm5/chips/index.metadata.json +1 -1
  403. package/typings/esm5/core/index.metadata.json +1 -1
  404. package/typings/esm5/core/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
  405. package/typings/esm5/core/public-api.d.ts +1 -1
  406. package/typings/esm5/core/ripple/ripple.d.ts +1 -1
  407. package/typings/esm5/datepicker/calendar.d.ts +2 -2
  408. package/typings/esm5/datepicker/index.metadata.json +1 -1
  409. package/typings/esm5/dialog/index.metadata.json +1 -1
  410. package/typings/esm5/expansion/expansion-panel-header.d.ts +2 -2
  411. package/typings/esm5/expansion/expansion-panel.d.ts +19 -2
  412. package/typings/esm5/expansion/index.metadata.json +1 -1
  413. package/typings/esm5/form-field/form-field.d.ts +15 -4
  414. package/typings/esm5/form-field/index.metadata.json +1 -1
  415. package/typings/esm5/form-field/prefix.d.ts +1 -1
  416. package/typings/esm5/grid-list/index.d.ts +1 -1
  417. package/typings/esm5/grid-list/index.metadata.json +1 -1
  418. package/typings/esm5/icon/icon-registry.d.ts +3 -2
  419. package/typings/esm5/icon/index.metadata.json +1 -1
  420. package/typings/esm5/index.metadata.json +1 -1
  421. package/typings/esm5/list/index.metadata.json +1 -1
  422. package/typings/esm5/list/list.d.ts +16 -5
  423. package/typings/esm5/list/selection-list.d.ts +1 -0
  424. package/typings/esm5/menu/index.d.ts +4 -4
  425. package/typings/esm5/menu/index.metadata.json +1 -1
  426. package/typings/esm5/menu/menu-directive.d.ts +1 -0
  427. package/typings/esm5/menu/menu-item.d.ts +2 -0
  428. package/typings/esm5/menu/menu-trigger.d.ts +1 -1
  429. package/typings/esm5/progress-bar/index.metadata.json +1 -1
  430. package/typings/esm5/radio/index.metadata.json +1 -1
  431. package/typings/esm5/radio/radio.d.ts +2 -6
  432. package/typings/esm5/select/index.metadata.json +1 -1
  433. package/typings/esm5/select/select.d.ts +12 -2
  434. package/typings/esm5/sidenav/drawer.d.ts +9 -2
  435. package/typings/esm5/sidenav/index.metadata.json +1 -1
  436. package/typings/esm5/slide-toggle/index.metadata.json +1 -1
  437. package/typings/esm5/slider/index.metadata.json +1 -1
  438. package/typings/esm5/snack-bar/index.metadata.json +1 -1
  439. package/typings/esm5/sort/index.metadata.json +1 -1
  440. package/typings/esm5/stepper/index.metadata.json +1 -1
  441. package/typings/esm5/table/index.metadata.json +1 -1
  442. package/typings/esm5/table/table-data-source.d.ts +2 -0
  443. package/typings/esm5/tabs/index.d.ts +5 -5
  444. package/typings/esm5/tabs/index.metadata.json +1 -1
  445. package/typings/esm5/tabs/tab-group.d.ts +2 -1
  446. package/typings/esm5/tabs/tab-header.d.ts +8 -4
  447. package/typings/esm5/toolbar/index.metadata.json +1 -1
  448. package/typings/esm5/tooltip/index.metadata.json +1 -1
  449. package/typings/esm5/tooltip/tooltip.d.ts +2 -1
  450. package/typings/esm5/tree/data-source/flat-data-source.d.ts +2 -2
  451. package/typings/esm5/tree/index.metadata.json +1 -1
  452. package/typings/expansion/expansion-panel-header.d.ts +2 -2
  453. package/typings/expansion/expansion-panel.d.ts +19 -2
  454. package/typings/expansion/index.metadata.json +1 -1
  455. package/typings/form-field/form-field.d.ts +15 -4
  456. package/typings/form-field/index.metadata.json +1 -1
  457. package/typings/form-field/prefix.d.ts +1 -1
  458. package/typings/grid-list/index.d.ts +1 -1
  459. package/typings/grid-list/index.metadata.json +1 -1
  460. package/typings/icon/icon-registry.d.ts +3 -2
  461. package/typings/icon/index.metadata.json +1 -1
  462. package/typings/index.metadata.json +1 -1
  463. package/typings/list/index.metadata.json +1 -1
  464. package/typings/list/list.d.ts +16 -5
  465. package/typings/list/selection-list.d.ts +1 -0
  466. package/typings/menu/index.d.ts +4 -4
  467. package/typings/menu/index.metadata.json +1 -1
  468. package/typings/menu/menu-directive.d.ts +1 -0
  469. package/typings/menu/menu-item.d.ts +2 -0
  470. package/typings/menu/menu-trigger.d.ts +1 -1
  471. package/typings/progress-bar/index.metadata.json +1 -1
  472. package/typings/radio/index.metadata.json +1 -1
  473. package/typings/radio/radio.d.ts +2 -6
  474. package/typings/schematics/ng-add/theming/{custom-theme.d.ts → create-custom-theme.d.ts} +0 -0
  475. package/typings/select/index.metadata.json +1 -1
  476. package/typings/select/select.d.ts +12 -2
  477. package/typings/sidenav/drawer.d.ts +9 -2
  478. package/typings/sidenav/index.metadata.json +1 -1
  479. package/typings/slide-toggle/index.metadata.json +1 -1
  480. package/typings/slider/index.metadata.json +1 -1
  481. package/typings/snack-bar/index.metadata.json +1 -1
  482. package/typings/sort/index.metadata.json +1 -1
  483. package/typings/stepper/index.metadata.json +1 -1
  484. package/typings/table/index.metadata.json +1 -1
  485. package/typings/table/table-data-source.d.ts +2 -0
  486. package/typings/tabs/index.d.ts +5 -5
  487. package/typings/tabs/index.metadata.json +1 -1
  488. package/typings/tabs/tab-group.d.ts +2 -1
  489. package/typings/tabs/tab-header.d.ts +8 -4
  490. package/typings/toolbar/index.metadata.json +1 -1
  491. package/typings/tooltip/index.metadata.json +1 -1
  492. package/typings/tooltip/tooltip.d.ts +2 -1
  493. package/typings/tree/data-source/flat-data-source.d.ts +2 -2
  494. package/typings/tree/index.metadata.json +1 -1
  495. package/schematics/ng-add/theming/custom-theme.js.map +0 -1
@@ -42,11 +42,12 @@ function __extends(d, b) {
42
42
 
43
43
  /**
44
44
  * @fileoverview added by tsickle
45
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
45
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
46
46
  */
47
- /** *
47
+ /**
48
48
  * Injection token for the MatInkBar's Positioner.
49
- @type {?} */
49
+ * @type {?}
50
+ */
50
51
  var _MAT_INK_BAR_POSITIONER = new core.InjectionToken('MatInkBarPositioner', {
51
52
  providedIn: 'root',
52
53
  factory: _MAT_INK_BAR_POSITIONER_FACTORY
@@ -129,11 +130,17 @@ var MatInkBar = /** @class */ (function () {
129
130
  };
130
131
  /**
131
132
  * Sets the proper styles to the ink bar element.
133
+ * @param element
134
+ */
135
+ /**
136
+ * Sets the proper styles to the ink bar element.
137
+ * @private
132
138
  * @param {?} element
133
139
  * @return {?}
134
140
  */
135
141
  MatInkBar.prototype._setStyles = /**
136
142
  * Sets the proper styles to the ink bar element.
143
+ * @private
137
144
  * @param {?} element
138
145
  * @return {?}
139
146
  */
@@ -164,7 +171,7 @@ var MatInkBar = /** @class */ (function () {
164
171
 
165
172
  /**
166
173
  * @fileoverview added by tsickle
167
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
174
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
168
175
  */
169
176
  /**
170
177
  * Decorates the `ng-template` tags and reads out the template from it.
@@ -185,7 +192,7 @@ var MatTabContent = /** @class */ (function () {
185
192
 
186
193
  /**
187
194
  * @fileoverview added by tsickle
188
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
195
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
189
196
  */
190
197
  /**
191
198
  * Used to flag tab labels for use with the portal directive
@@ -205,12 +212,15 @@ var MatTabLabel = /** @class */ (function (_super) {
205
212
 
206
213
  /**
207
214
  * @fileoverview added by tsickle
208
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
215
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
209
216
  */
217
+ // Boilerplate for applying mixins to MatTab.
210
218
  /**
211
219
  * \@docs-private
212
220
  */
213
- var /**
221
+ var
222
+ // Boilerplate for applying mixins to MatTab.
223
+ /**
214
224
  * \@docs-private
215
225
  */
216
226
  MatTabBase = /** @class */ (function () {
@@ -322,14 +332,17 @@ var MatTab = /** @class */ (function (_super) {
322
332
 
323
333
  /**
324
334
  * @fileoverview added by tsickle
325
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
335
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
326
336
  */
327
- /** *
337
+ /**
328
338
  * Animations used by the Material tabs.
329
339
  * \@docs-private
330
- @type {?} */
340
+ * @type {?}
341
+ */
331
342
  var matTabsAnimations = {
332
- /** Animation translates a tab along the X axis. */
343
+ /**
344
+ * Animation translates a tab along the X axis.
345
+ */
333
346
  translateTab: animations.trigger('translateTab', [
334
347
  // Note: transitions to `none` instead of 0, because some browsers might blur the content.
335
348
  animations.state('center, void, left-origin-center, right-origin-center', animations.style({ transform: 'none' })),
@@ -353,7 +366,7 @@ var matTabsAnimations = {
353
366
 
354
367
  /**
355
368
  * @fileoverview added by tsickle
356
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
369
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
357
370
  */
358
371
  /**
359
372
  * The portal host directive for the contents of the tab.
@@ -429,9 +442,10 @@ var MatTabBodyPortal = /** @class */ (function (_super) {
429
442
  * \@docs-private
430
443
  */
431
444
  var MatTabBody = /** @class */ (function () {
432
- function MatTabBody(_elementRef, _dir, /**
433
- * @breaking-change 8.0.0 changeDetectorRef to be made required.
434
- */
445
+ function MatTabBody(_elementRef, _dir,
446
+ /**
447
+ * @breaking-change 8.0.0 changeDetectorRef to be made required.
448
+ */
435
449
  changeDetectorRef) {
436
450
  var _this = this;
437
451
  this._elementRef = _elementRef;
@@ -460,6 +474,8 @@ var MatTabBody = /** @class */ (function () {
460
474
  * Event emitted when the tab completes its animation towards the center.
461
475
  */
462
476
  this._onCentered = new core.EventEmitter(true);
477
+ // Note that the default value will always be overwritten by `MatTabBody`, but we need one
478
+ // anyway to prevent the animations module from throwing an error if the body is used on its own.
463
479
  /**
464
480
  * Duration for the tab's animation.
465
481
  */
@@ -571,13 +587,16 @@ var MatTabBody = /** @class */ (function () {
571
587
  position == 'left-origin-center' ||
572
588
  position == 'right-origin-center';
573
589
  };
590
+ /** Computes the position state that will be used for the tab-body animation trigger. */
574
591
  /**
575
592
  * Computes the position state that will be used for the tab-body animation trigger.
593
+ * @private
576
594
  * @param {?=} dir
577
595
  * @return {?}
578
596
  */
579
597
  MatTabBody.prototype._computePositionAnimationState = /**
580
598
  * Computes the position state that will be used for the tab-body animation trigger.
599
+ * @private
581
600
  * @param {?=} dir
582
601
  * @return {?}
583
602
  */
@@ -596,11 +615,17 @@ var MatTabBody = /** @class */ (function () {
596
615
  /**
597
616
  * Computes the position state based on the specified origin position. This is used if the
598
617
  * tab is becoming visible immediately after creation.
618
+ */
619
+ /**
620
+ * Computes the position state based on the specified origin position. This is used if the
621
+ * tab is becoming visible immediately after creation.
622
+ * @private
599
623
  * @return {?}
600
624
  */
601
625
  MatTabBody.prototype._computePositionFromOrigin = /**
602
626
  * Computes the position state based on the specified origin position. This is used if the
603
627
  * tab is becoming visible immediately after creation.
628
+ * @private
604
629
  * @return {?}
605
630
  */
606
631
  function () {
@@ -645,12 +670,15 @@ var MatTabBody = /** @class */ (function () {
645
670
 
646
671
  /**
647
672
  * @fileoverview added by tsickle
648
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
673
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
649
674
  */
675
+ // Boilerplate for applying mixins to MatTabLabelWrapper.
650
676
  /**
651
677
  * \@docs-private
652
678
  */
653
- var /**
679
+ var
680
+ // Boilerplate for applying mixins to MatTabLabelWrapper.
681
+ /**
654
682
  * \@docs-private
655
683
  */
656
684
  MatTabLabelWrapperBase = /** @class */ (function () {
@@ -720,17 +748,21 @@ var MatTabLabelWrapper = /** @class */ (function (_super) {
720
748
 
721
749
  /**
722
750
  * @fileoverview added by tsickle
723
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
751
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
724
752
  */
725
- /** *
753
+ /**
726
754
  * The distance in pixels that will be overshot when scrolling a tab label into view. This helps
727
755
  * provide a small affordance to the label next to it.
728
- @type {?} */
756
+ * @type {?}
757
+ */
729
758
  var EXAGGERATED_OVERSCROLL = 60;
759
+ // Boilerplate for applying mixins to MatTabHeader.
730
760
  /**
731
761
  * \@docs-private
732
762
  */
733
- var /**
763
+ var
764
+ // Boilerplate for applying mixins to MatTabHeader.
765
+ /**
734
766
  * \@docs-private
735
767
  */
736
768
  MatTabHeaderBase = /** @class */ (function () {
@@ -749,13 +781,14 @@ var _MatTabHeaderMixinBase = core$1.mixinDisableRipple(MatTabHeaderBase);
749
781
  */
750
782
  var MatTabHeader = /** @class */ (function (_super) {
751
783
  __extends(MatTabHeader, _super);
752
- function MatTabHeader(_elementRef, _changeDetectorRef, _viewportRuler, _dir, _ngZone) {
784
+ function MatTabHeader(_elementRef, _changeDetectorRef, _viewportRuler, _dir, _ngZone, _platform) {
753
785
  var _this = _super.call(this) || this;
754
786
  _this._elementRef = _elementRef;
755
787
  _this._changeDetectorRef = _changeDetectorRef;
756
788
  _this._viewportRuler = _viewportRuler;
757
789
  _this._dir = _dir;
758
790
  _this._ngZone = _ngZone;
791
+ _this._platform = _platform;
759
792
  /**
760
793
  * The distance in pixels that the tab labels should be translated to the left.
761
794
  */
@@ -852,6 +885,10 @@ var MatTabHeader = /** @class */ (function (_super) {
852
885
  * @return {?}
853
886
  */
854
887
  function (event) {
888
+ // We don't handle any key bindings with a modifier key.
889
+ if (keycodes.hasModifierKey(event)) {
890
+ return;
891
+ }
855
892
  switch (event.keyCode) {
856
893
  case keycodes.HOME:
857
894
  this._keyManager.setFirstItemActive();
@@ -937,15 +974,23 @@ var MatTabHeader = /** @class */ (function (_super) {
937
974
  function () {
938
975
  var _this = this;
939
976
  /** @type {?} */
940
- var zoneCallback = function () {
941
- _this.updatePagination();
942
- _this._alignInkBarToSelectedTab();
943
- _this._changeDetectorRef.markForCheck();
944
- };
945
- // The content observer runs outside the `NgZone` by default, which
946
- // means that we need to bring the callback back in ourselves.
947
- // @breaking-change 8.0.0 Remove null check for `_ngZone` once it's a required parameter.
948
- this._ngZone ? this._ngZone.run(zoneCallback) : zoneCallback();
977
+ var textContent = this._elementRef.nativeElement.textContent;
978
+ // We need to diff the text content of the header, because the MutationObserver callback
979
+ // will fire even if the text content didn't change which is inefficient and is prone
980
+ // to infinite loops if a poorly constructed expression is passed in (see #14249).
981
+ if (textContent !== this._currentTextContent) {
982
+ this._currentTextContent = textContent;
983
+ /** @type {?} */
984
+ var zoneCallback = function () {
985
+ _this.updatePagination();
986
+ _this._alignInkBarToSelectedTab();
987
+ _this._changeDetectorRef.markForCheck();
988
+ };
989
+ // The content observer runs outside the `NgZone` by default, which
990
+ // means that we need to bring the callback back in ourselves.
991
+ // @breaking-change 8.0.0 Remove null check for `_ngZone` once it's a required parameter.
992
+ this._ngZone ? this._ngZone.run(zoneCallback) : zoneCallback();
993
+ }
949
994
  };
950
995
  /**
951
996
  * Updates the view whether pagination should be enabled or not.
@@ -982,7 +1027,7 @@ var MatTabHeader = /** @class */ (function (_super) {
982
1027
  * @return {?}
983
1028
  */
984
1029
  function () {
985
- return this._keyManager ? /** @type {?} */ ((this._keyManager.activeItemIndex)) : 0;
1030
+ return this._keyManager ? (/** @type {?} */ (this._keyManager.activeItemIndex)) : 0;
986
1031
  },
987
1032
  /** When the focus index is set, we must manually send focus to the correct label */
988
1033
  set: /**
@@ -1045,6 +1090,9 @@ var MatTabHeader = /** @class */ (function (_super) {
1045
1090
  }
1046
1091
  if (this._labelWrappers && this._labelWrappers.length) {
1047
1092
  this._labelWrappers.toArray()[tabIndex].focus();
1093
+ // Do not let the browser manage scrolling to focus the element, this will be handled
1094
+ // by using translation. In LTR, the scroll left should be 0. In RTL, the scroll width
1095
+ // should be the full width minus the offset width.
1048
1096
  /** @type {?} */
1049
1097
  var containerEl = this._tabListContainer.nativeElement;
1050
1098
  /** @type {?} */
@@ -1082,16 +1130,24 @@ var MatTabHeader = /** @class */ (function (_super) {
1082
1130
  /** @type {?} */
1083
1131
  var scrollDistance = this.scrollDistance;
1084
1132
  /** @type {?} */
1133
+ var platform$$1 = this._platform;
1134
+ /** @type {?} */
1085
1135
  var translateX = this._getLayoutDirection() === 'ltr' ? -scrollDistance : scrollDistance;
1086
1136
  // Don't use `translate3d` here because we don't want to create a new layer. A new layer
1087
1137
  // seems to cause flickering and overflow in Internet Explorer. For example, the ink bar
1088
1138
  // and ripples will exceed the boundaries of the visible tab bar.
1089
1139
  // See: https://github.com/angular/material2/issues/10276
1090
- this._tabList.nativeElement.style.transform = "translateX(" + translateX + "px)";
1140
+ // We round the `transform` here, because transforms with sub-pixel precision cause some
1141
+ // browsers to blur the content of the element.
1142
+ this._tabList.nativeElement.style.transform = "translateX(" + Math.round(translateX) + "px)";
1091
1143
  // Setting the `transform` on IE will change the scroll offset of the parent, causing the
1092
1144
  // position to be thrown off in some cases. We have to reset it ourselves to ensure that
1093
- // it doesn't get thrown off.
1094
- this._tabListContainer.nativeElement.scrollLeft = 0;
1145
+ // it doesn't get thrown off. Note that we scope it only to IE and Edge, because messing
1146
+ // with the scroll position throws off Chrome 71+ in RTL mode (see #14689).
1147
+ // @breaking-change 8.0.0 Remove null check for `platform`.
1148
+ if (platform$$1 && (platform$$1.TRIDENT || platform$$1.EDGE)) {
1149
+ this._tabListContainer.nativeElement.scrollLeft = 0;
1150
+ }
1095
1151
  };
1096
1152
  Object.defineProperty(MatTabHeader.prototype, "scrollDistance", {
1097
1153
  /** Sets the distance in pixels that the tab header should be transformed in the X-axis. */
@@ -1176,6 +1232,7 @@ var MatTabHeader = /** @class */ (function (_super) {
1176
1232
  if (!selectedLabel) {
1177
1233
  return;
1178
1234
  }
1235
+ // The view length is the visible width of the tab labels.
1179
1236
  /** @type {?} */
1180
1237
  var viewLength = this._tabListContainer.nativeElement.offsetWidth;
1181
1238
  /** @type {?} */
@@ -1319,12 +1376,12 @@ var MatTabHeader = /** @class */ (function (_super) {
1319
1376
  var selectedLabelWrapper = this._labelWrappers && this._labelWrappers.length ?
1320
1377
  this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement :
1321
1378
  null;
1322
- this._inkBar.alignToElement(/** @type {?} */ ((selectedLabelWrapper)));
1379
+ this._inkBar.alignToElement((/** @type {?} */ (selectedLabelWrapper)));
1323
1380
  };
1324
1381
  MatTabHeader.decorators = [
1325
1382
  { type: core.Component, args: [{selector: 'mat-tab-header',
1326
1383
  template: "<div class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\" aria-hidden=\"true\" mat-ripple [matRippleDisabled]=\"_disableScrollBefore || disableRipple\" [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\" (click)=\"_scrollHeader('before')\"><div class=\"mat-tab-header-pagination-chevron\"></div></div><div class=\"mat-tab-label-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\"><div class=\"mat-tab-list\" #tabList role=\"tablist\" (cdkObserveContent)=\"_onContentChanges()\"><div class=\"mat-tab-labels\"><ng-content></ng-content></div><mat-ink-bar></mat-ink-bar></div></div><div class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\" aria-hidden=\"true\" mat-ripple [matRippleDisabled]=\"_disableScrollAfter || disableRipple\" [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\" (click)=\"_scrollHeader('after')\"><div class=\"mat-tab-header-pagination-chevron\"></div></div>",
1327
- styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.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:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media screen and (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media screen and (-ms-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}@media screen and (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media screen and (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.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-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .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-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}[mat-align-tabs=center] .mat-tab-labels{justify-content:center}[mat-align-tabs=end] .mat-tab-labels{justify-content:flex-end}"],
1384
+ styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.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:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-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}@media (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.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-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .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-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}[mat-align-tabs=center] .mat-tab-labels{justify-content:center}[mat-align-tabs=end] .mat-tab-labels{justify-content:flex-end}"],
1328
1385
  inputs: ['disableRipple'],
1329
1386
  encapsulation: core.ViewEncapsulation.None,
1330
1387
  changeDetection: core.ChangeDetectionStrategy.OnPush,
@@ -1341,7 +1398,8 @@ var MatTabHeader = /** @class */ (function (_super) {
1341
1398
  { type: core.ChangeDetectorRef },
1342
1399
  { type: scrolling.ViewportRuler },
1343
1400
  { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1344
- { type: core.NgZone }
1401
+ { type: core.NgZone },
1402
+ { type: platform.Platform }
1345
1403
  ]; };
1346
1404
  MatTabHeader.propDecorators = {
1347
1405
  _labelWrappers: [{ type: core.ContentChildren, args: [MatTabLabelWrapper,] }],
@@ -1357,11 +1415,12 @@ var MatTabHeader = /** @class */ (function (_super) {
1357
1415
 
1358
1416
  /**
1359
1417
  * @fileoverview added by tsickle
1360
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
1418
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1361
1419
  */
1362
- /** *
1420
+ /**
1363
1421
  * Used to generate unique ID's for each tab component
1364
- @type {?} */
1422
+ * @type {?}
1423
+ */
1365
1424
  var nextId = 0;
1366
1425
  /**
1367
1426
  * A simple change event emitted on focus or selection changes.
@@ -1374,14 +1433,18 @@ MatTabChangeEvent = /** @class */ (function () {
1374
1433
  }
1375
1434
  return MatTabChangeEvent;
1376
1435
  }());
1377
- /** *
1436
+ /**
1378
1437
  * Injection token that can be used to provide the default options the tabs module.
1379
- @type {?} */
1438
+ * @type {?}
1439
+ */
1380
1440
  var MAT_TABS_CONFIG = new core.InjectionToken('MAT_TABS_CONFIG');
1441
+ // Boilerplate for applying mixins to MatTabGroup.
1381
1442
  /**
1382
1443
  * \@docs-private
1383
1444
  */
1384
- var /**
1445
+ var
1446
+ // Boilerplate for applying mixins to MatTabGroup.
1447
+ /**
1385
1448
  * \@docs-private
1386
1449
  */
1387
1450
  MatTabGroupBase = /** @class */ (function () {
@@ -1477,6 +1540,23 @@ var MatTabGroup = /** @class */ (function (_super) {
1477
1540
  enumerable: true,
1478
1541
  configurable: true
1479
1542
  });
1543
+ Object.defineProperty(MatTabGroup.prototype, "animationDuration", {
1544
+ /** Duration for the tab animation. Will be normalized to milliseconds if no units are set. */
1545
+ get: /**
1546
+ * Duration for the tab animation. Will be normalized to milliseconds if no units are set.
1547
+ * @return {?}
1548
+ */
1549
+ function () { return this._animationDuration; },
1550
+ set: /**
1551
+ * @param {?} value
1552
+ * @return {?}
1553
+ */
1554
+ function (value) {
1555
+ this._animationDuration = /^\d+$/.test(value) ? value + 'ms' : value;
1556
+ },
1557
+ enumerable: true,
1558
+ configurable: true
1559
+ });
1480
1560
  Object.defineProperty(MatTabGroup.prototype, "backgroundColor", {
1481
1561
  /** Background color of the tab group. */
1482
1562
  get: /**
@@ -1522,6 +1602,8 @@ var MatTabGroup = /** @class */ (function (_super) {
1522
1602
  */
1523
1603
  function () {
1524
1604
  var _this = this;
1605
+ // Don't clamp the `indexToSelect` immediately in the setter because it can happen that
1606
+ // the amount of tabs changes before the actual change detection runs.
1525
1607
  /** @type {?} */
1526
1608
  var indexToSelect = this._indexToSelect = this._clampTabIndex(this._indexToSelect);
1527
1609
  // If there is a change in selected index, emit a change event. Should not trigger if
@@ -1624,10 +1706,12 @@ var MatTabGroup = /** @class */ (function (_super) {
1624
1706
  this.focusChange.emit(this._createChangeEvent(index));
1625
1707
  };
1626
1708
  /**
1709
+ * @private
1627
1710
  * @param {?} index
1628
1711
  * @return {?}
1629
1712
  */
1630
1713
  MatTabGroup.prototype._createChangeEvent = /**
1714
+ * @private
1631
1715
  * @param {?} index
1632
1716
  * @return {?}
1633
1717
  */
@@ -1640,11 +1724,18 @@ var MatTabGroup = /** @class */ (function (_super) {
1640
1724
  }
1641
1725
  return event;
1642
1726
  };
1727
+ /**
1728
+ * Subscribes to changes in the tab labels. This is needed, because the @Input for the label is
1729
+ * on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
1730
+ * binding to be updated, we need to subscribe to changes in it and trigger change detection
1731
+ * manually.
1732
+ */
1643
1733
  /**
1644
1734
  * Subscribes to changes in the tab labels. This is needed, because the \@Input for the label is
1645
1735
  * on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
1646
1736
  * binding to be updated, we need to subscribe to changes in it and trigger change detection
1647
1737
  * manually.
1738
+ * @private
1648
1739
  * @return {?}
1649
1740
  */
1650
1741
  MatTabGroup.prototype._subscribeToTabLabels = /**
@@ -1652,6 +1743,7 @@ var MatTabGroup = /** @class */ (function (_super) {
1652
1743
  * on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
1653
1744
  * binding to be updated, we need to subscribe to changes in it and trigger change detection
1654
1745
  * manually.
1746
+ * @private
1655
1747
  * @return {?}
1656
1748
  */
1657
1749
  function () {
@@ -1661,13 +1753,16 @@ var MatTabGroup = /** @class */ (function (_super) {
1661
1753
  }
1662
1754
  this._tabLabelSubscription = rxjs.merge.apply(void 0, this._tabs.map(function (tab) { return tab._stateChanges; })).subscribe(function () { return _this._changeDetectorRef.markForCheck(); });
1663
1755
  };
1756
+ /** Clamps the given index to the bounds of 0 and the tabs length. */
1664
1757
  /**
1665
1758
  * Clamps the given index to the bounds of 0 and the tabs length.
1759
+ * @private
1666
1760
  * @param {?} index
1667
1761
  * @return {?}
1668
1762
  */
1669
1763
  MatTabGroup.prototype._clampTabIndex = /**
1670
1764
  * Clamps the given index to the bounds of 0 and the tabs length.
1765
+ * @private
1671
1766
  * @param {?} index
1672
1767
  * @return {?}
1673
1768
  */
@@ -1793,7 +1888,7 @@ var MatTabGroup = /** @class */ (function (_super) {
1793
1888
  { type: core.Component, args: [{selector: 'mat-tab-group',
1794
1889
  exportAs: 'matTabGroup',
1795
1890
  template: "<mat-tab-header #tabHeader [selectedIndex]=\"selectedIndex\" [disableRipple]=\"disableRipple\" (indexFocused)=\"_focusChanged($event)\" (selectFocusedIndex)=\"selectedIndex = $event\"><div class=\"mat-tab-label\" role=\"tab\" matTabLabelWrapper mat-ripple cdkMonitorElementFocus *ngFor=\"let tab of _tabs; let i = index\" [id]=\"_getTabLabelId(i)\" [attr.tabIndex]=\"_getTabIndex(tab, i)\" [attr.aria-posinset]=\"i + 1\" [attr.aria-setsize]=\"_tabs.length\" [attr.aria-controls]=\"_getTabContentId(i)\" [attr.aria-selected]=\"selectedIndex == i\" [attr.aria-label]=\"tab.ariaLabel || null\" [attr.aria-labelledby]=\"(!tab.ariaLabel && tab.ariaLabelledby) ? tab.ariaLabelledby : null\" [class.mat-tab-label-active]=\"selectedIndex == i\" [disabled]=\"tab.disabled\" [matRippleDisabled]=\"tab.disabled || disableRipple\" (click)=\"_handleClick(tab, tabHeader, i)\"><div class=\"mat-tab-label-content\"><ng-template [ngIf]=\"tab.templateLabel\"><ng-template [cdkPortalOutlet]=\"tab.templateLabel\"></ng-template></ng-template><ng-template [ngIf]=\"!tab.templateLabel\">{{tab.textLabel}}</ng-template></div></div></mat-tab-header><div class=\"mat-tab-body-wrapper\" #tabBodyWrapper><mat-tab-body role=\"tabpanel\" *ngFor=\"let tab of _tabs; let i = index\" [id]=\"_getTabContentId(i)\" [attr.aria-labelledby]=\"_getTabLabelId(i)\" [class.mat-tab-body-active]=\"selectedIndex == i\" [content]=\"tab.content\" [position]=\"tab.position\" [origin]=\"tab.origin\" [animationDuration]=\"animationDuration\" (_onCentered)=\"_removeTabBodyWrapperHeight()\" (_onCentering)=\"_setTabBodyWrapperHeight($event)\"></mat-tab-body></div>",
1796
- 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:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media screen and (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media screen and (-ms-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}@media screen and (-ms-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 .5s cubic-bezier(.35,0,.25,1)}.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}"],
1891
+ 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:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-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}@media (-ms-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 .5s cubic-bezier(.35,0,.25,1)}.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}"],
1797
1892
  encapsulation: core.ViewEncapsulation.None,
1798
1893
  changeDetection: core.ChangeDetectionStrategy.OnPush,
1799
1894
  inputs: ['color', 'disableRipple'],
@@ -1829,12 +1924,15 @@ var MatTabGroup = /** @class */ (function (_super) {
1829
1924
 
1830
1925
  /**
1831
1926
  * @fileoverview added by tsickle
1832
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
1927
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1833
1928
  */
1929
+ // Boilerplate for applying mixins to MatTabNav.
1834
1930
  /**
1835
1931
  * \@docs-private
1836
1932
  */
1837
- var /**
1933
+ var
1934
+ // Boilerplate for applying mixins to MatTabNav.
1935
+ /**
1838
1936
  * \@docs-private
1839
1937
  */
1840
1938
  MatTabNavBase = /** @class */ (function () {
@@ -1975,7 +2073,7 @@ var MatTabNav = /** @class */ (function (_super) {
1975
2073
  exportAs: 'matTabNavBar, matTabNav',
1976
2074
  inputs: ['color', 'disableRipple'],
1977
2075
  template: "<div class=\"mat-tab-links\" (cdkObserveContent)=\"_alignInkBar()\"><ng-content></ng-content><mat-ink-bar></mat-ink-bar></div>",
1978
- styles: [".mat-tab-nav-bar{overflow:hidden;position:relative;flex-shrink:0}.mat-tab-links{position:relative;display:flex}[mat-align-tabs=center] .mat-tab-links{justify-content:center}[mat-align-tabs=end] .mat-tab-links{justify-content:flex-end}.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:0}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}@media screen and (-ms-high-contrast:active){.mat-tab-link:focus{outline:dotted 2px}}.mat-tab-link.mat-tab-disabled{cursor:default}@media screen and (-ms-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}@media screen and (-ms-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}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media screen and (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}"],
2076
+ styles: [".mat-tab-nav-bar{overflow:hidden;position:relative;flex-shrink:0}.mat-tab-links{position:relative;display:flex}[mat-align-tabs=center] .mat-tab-links{justify-content:center}[mat-align-tabs=end] .mat-tab-links{justify-content:flex-end}.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:0}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-link:focus{outline:dotted 2px}}.mat-tab-link.mat-tab-disabled{cursor:default}@media (-ms-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}@media (-ms-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}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}"],
1979
2077
  host: { 'class': 'mat-tab-nav-bar' },
1980
2078
  encapsulation: core.ViewEncapsulation.None,
1981
2079
  changeDetection: core.ChangeDetectionStrategy.OnPush,
@@ -1996,7 +2094,10 @@ var MatTabNav = /** @class */ (function (_super) {
1996
2094
  };
1997
2095
  return MatTabNav;
1998
2096
  }(_MatTabNavMixinBase));
1999
- var MatTabLinkBase = /** @class */ (function () {
2097
+ // Boilerplate for applying mixins to MatTabLink.
2098
+ var
2099
+ // Boilerplate for applying mixins to MatTabLink.
2100
+ MatTabLinkBase = /** @class */ (function () {
2000
2101
  function MatTabLinkBase() {
2001
2102
  }
2002
2103
  return MatTabLinkBase;
@@ -2124,7 +2225,7 @@ var MatTabLink = /** @class */ (function (_super) {
2124
2225
 
2125
2226
  /**
2126
2227
  * @fileoverview added by tsickle
2127
- * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
2228
+ * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2128
2229
  */
2129
2230
  var MatTabsModule = /** @class */ (function () {
2130
2231
  function MatTabsModule() {
@@ -2185,17 +2286,17 @@ exports.MatTabGroupBase = MatTabGroupBase;
2185
2286
  exports._MatTabGroupMixinBase = _MatTabGroupMixinBase;
2186
2287
  exports.MatTabGroup = MatTabGroup;
2187
2288
  exports.matTabsAnimations = matTabsAnimations;
2188
- exports.ɵa22 = _MAT_INK_BAR_POSITIONER_FACTORY;
2189
- exports.ɵf22 = MatTabBase;
2190
- exports.ɵg22 = _MatTabMixinBase;
2191
- exports.ɵb22 = MatTabHeaderBase;
2192
- exports.ɵc22 = _MatTabHeaderMixinBase;
2193
- exports.ɵd22 = MatTabLabelWrapperBase;
2194
- exports.ɵe22 = _MatTabLabelWrapperMixinBase;
2195
- exports.ɵj22 = MatTabLinkBase;
2196
- exports.ɵh22 = MatTabNavBase;
2197
- exports.ɵk22 = _MatTabLinkMixinBase;
2198
- exports.ɵi22 = _MatTabNavMixinBase;
2289
+ exports.ɵa24 = _MAT_INK_BAR_POSITIONER_FACTORY;
2290
+ exports.ɵf24 = MatTabBase;
2291
+ exports.ɵg24 = _MatTabMixinBase;
2292
+ exports.ɵb24 = MatTabHeaderBase;
2293
+ exports.ɵc24 = _MatTabHeaderMixinBase;
2294
+ exports.ɵd24 = MatTabLabelWrapperBase;
2295
+ exports.ɵe24 = _MatTabLabelWrapperMixinBase;
2296
+ exports.ɵj24 = MatTabLinkBase;
2297
+ exports.ɵh24 = MatTabNavBase;
2298
+ exports.ɵk24 = _MatTabLinkMixinBase;
2299
+ exports.ɵi24 = _MatTabNavMixinBase;
2199
2300
 
2200
2301
  Object.defineProperty(exports, '__esModule', { value: true });
2201
2302