@angular/material 13.0.0-next.4 → 13.0.0-next.8

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 (1684) hide show
  1. package/autocomplete/autocomplete-module.d.ts +11 -7
  2. package/autocomplete/autocomplete-origin.d.ts +5 -0
  3. package/autocomplete/autocomplete-trigger.d.ts +5 -0
  4. package/autocomplete/autocomplete.d.ts +6 -1
  5. package/autocomplete/package.json +5 -5
  6. package/autocomplete/testing/package.json +5 -5
  7. package/badge/badge-module.d.ts +7 -7
  8. package/badge/badge.d.ts +19 -15
  9. package/badge/package.json +5 -5
  10. package/badge/testing/package.json +5 -5
  11. package/bottom-sheet/bottom-sheet-container.d.ts +6 -3
  12. package/bottom-sheet/bottom-sheet-module.d.ts +8 -7
  13. package/bottom-sheet/bottom-sheet.d.ts +3 -7
  14. package/bottom-sheet/package.json +5 -5
  15. package/bottom-sheet/testing/package.json +5 -5
  16. package/button/button-module.d.ts +6 -7
  17. package/button/button.d.ts +6 -1
  18. package/button/package.json +5 -5
  19. package/button/testing/package.json +5 -5
  20. package/button-toggle/button-toggle-module.d.ts +6 -7
  21. package/button-toggle/button-toggle.d.ts +6 -1
  22. package/button-toggle/package.json +5 -5
  23. package/button-toggle/testing/package.json +5 -5
  24. package/card/card-module.d.ts +6 -7
  25. package/card/card.d.ts +29 -7
  26. package/card/package.json +5 -5
  27. package/card/testing/package.json +5 -5
  28. package/checkbox/checkbox-module.d.ts +11 -7
  29. package/checkbox/checkbox-required-validator.d.ts +3 -0
  30. package/checkbox/checkbox.d.ts +4 -1
  31. package/checkbox/package.json +5 -5
  32. package/checkbox/testing/package.json +5 -5
  33. package/chips/chip-input.d.ts +3 -0
  34. package/chips/chip-list.d.ts +4 -1
  35. package/chips/chip.d.ts +10 -1
  36. package/chips/chips-module.d.ts +8 -7
  37. package/chips/package.json +5 -5
  38. package/chips/testing/package.json +5 -5
  39. package/core/common-behaviors/color.d.ts +2 -6
  40. package/core/common-behaviors/common-module.d.ts +5 -4
  41. package/core/common-behaviors/disable-ripple.d.ts +2 -6
  42. package/core/common-behaviors/disabled.d.ts +2 -6
  43. package/core/common-behaviors/error-state.d.ts +2 -6
  44. package/core/common-behaviors/index.d.ts +7 -6
  45. package/core/common-behaviors/initialized.d.ts +2 -6
  46. package/core/common-behaviors/tabindex.d.ts +2 -6
  47. package/core/datetime/index.d.ts +8 -7
  48. package/core/datetime/native-date-adapter.d.ts +3 -0
  49. package/core/error/error-options.d.ts +5 -7
  50. package/core/index.d.ts +0 -1
  51. package/core/line/line.d.ts +7 -0
  52. package/core/option/index.d.ts +10 -7
  53. package/core/option/optgroup.d.ts +6 -1
  54. package/core/option/option.d.ts +5 -0
  55. package/core/package.json +5 -5
  56. package/core/ripple/index.d.ts +7 -7
  57. package/core/ripple/ripple.d.ts +3 -0
  58. package/core/selection/index.d.ts +6 -7
  59. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -7
  60. package/core/testing/package.json +5 -5
  61. package/core/typography/_typography.scss +7 -2
  62. package/datepicker/_datepicker-theme.scss +1 -4
  63. package/datepicker/calendar-body.d.ts +3 -0
  64. package/datepicker/calendar.d.ts +5 -0
  65. package/datepicker/date-range-input-parts.d.ts +8 -1
  66. package/datepicker/date-range-input.d.ts +3 -0
  67. package/datepicker/date-range-picker.d.ts +3 -7
  68. package/datepicker/date-range-selection-strategy.d.ts +3 -0
  69. package/datepicker/date-selection-model.d.ts +7 -0
  70. package/datepicker/datepicker-actions.d.ts +7 -0
  71. package/datepicker/datepicker-base.d.ts +7 -12
  72. package/datepicker/datepicker-input-base.d.ts +3 -0
  73. package/datepicker/datepicker-input.d.ts +3 -0
  74. package/datepicker/datepicker-intl.d.ts +3 -7
  75. package/datepicker/datepicker-module.d.ts +24 -7
  76. package/datepicker/datepicker-toggle.d.ts +5 -0
  77. package/datepicker/datepicker.d.ts +3 -7
  78. package/datepicker/index.d.ts +0 -4
  79. package/datepicker/month-view.d.ts +3 -7
  80. package/datepicker/multi-year-view.d.ts +3 -7
  81. package/datepicker/package.json +5 -5
  82. package/datepicker/testing/package.json +5 -5
  83. package/datepicker/year-view.d.ts +3 -7
  84. package/dialog/dialog-container.d.ts +5 -0
  85. package/dialog/dialog-content-directives.d.ts +9 -0
  86. package/dialog/dialog-module.d.ts +9 -7
  87. package/dialog/dialog.d.ts +5 -7
  88. package/dialog/package.json +5 -5
  89. package/dialog/testing/dialog-harness.d.ts +14 -11
  90. package/dialog/testing/package.json +5 -5
  91. package/divider/divider-module.d.ts +6 -7
  92. package/divider/divider.d.ts +3 -7
  93. package/divider/package.json +5 -5
  94. package/divider/testing/package.json +5 -5
  95. package/esm2020/autocomplete/autocomplete-module.mjs +58 -0
  96. package/esm2020/autocomplete/autocomplete-origin.mjs +38 -0
  97. package/esm2020/autocomplete/autocomplete-trigger.mjs +651 -0
  98. package/esm2020/autocomplete/autocomplete.mjs +216 -0
  99. package/{esm2015/autocomplete/index.js → esm2020/autocomplete/index.mjs} +0 -0
  100. package/{esm2015/autocomplete/public-api.js → esm2020/autocomplete/public-api.mjs} +0 -0
  101. package/{esm2015/autocomplete/testing/autocomplete-harness-filters.js → esm2020/autocomplete/testing/autocomplete-harness-filters.mjs} +0 -0
  102. package/esm2020/autocomplete/testing/autocomplete-harness.mjs +101 -0
  103. package/{esm2015/autocomplete/testing/index.js → esm2020/autocomplete/testing/index.mjs} +0 -0
  104. package/{esm2015/autocomplete/testing/public-api.js → esm2020/autocomplete/testing/public-api.mjs} +0 -0
  105. package/esm2020/badge/badge-module.mjs +33 -0
  106. package/esm2020/badge/badge.mjs +228 -0
  107. package/{esm2015/badge/index.js → esm2020/badge/index.mjs} +0 -0
  108. package/{esm2015/badge/public-api.js → esm2020/badge/public-api.mjs} +0 -0
  109. package/{esm2015/badge/testing/badge-harness-filters.js → esm2020/badge/testing/badge-harness-filters.mjs} +0 -0
  110. package/esm2020/badge/testing/badge-harness.mjs +72 -0
  111. package/{esm2015/badge/testing/index.js → esm2020/badge/testing/index.mjs} +0 -0
  112. package/{esm2015/badge/testing/public-api.js → esm2020/badge/testing/public-api.mjs} +0 -0
  113. package/{esm2015/bottom-sheet/bottom-sheet-animations.js → esm2020/bottom-sheet/bottom-sheet-animations.mjs} +0 -0
  114. package/{esm2015/bottom-sheet/bottom-sheet-config.js → esm2020/bottom-sheet/bottom-sheet-config.mjs} +0 -0
  115. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +230 -0
  116. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +38 -0
  117. package/esm2020/bottom-sheet/bottom-sheet-ref.mjs +91 -0
  118. package/esm2020/bottom-sheet/bottom-sheet.mjs +172 -0
  119. package/{esm2015/bottom-sheet/index.js → esm2020/bottom-sheet/index.mjs} +0 -0
  120. package/{esm2015/bottom-sheet/public-api.js → esm2020/bottom-sheet/public-api.mjs} +0 -0
  121. package/{esm2015/bottom-sheet/testing/bottom-sheet-harness-filters.js → esm2020/bottom-sheet/testing/bottom-sheet-harness-filters.mjs} +0 -0
  122. package/esm2020/bottom-sheet/testing/bottom-sheet-harness.mjs +35 -0
  123. package/{esm2015/bottom-sheet/testing/index.js → esm2020/bottom-sheet/testing/index.mjs} +0 -0
  124. package/{esm2015/bottom-sheet/testing/public-api.js → esm2020/bottom-sheet/testing/public-api.mjs} +0 -0
  125. package/esm2020/button/button-module.mjs +42 -0
  126. package/esm2020/button/button.mjs +153 -0
  127. package/{esm2015/button/index.js → esm2020/button/index.mjs} +0 -0
  128. package/{esm2015/button/public-api.js → esm2020/button/public-api.mjs} +0 -0
  129. package/{esm2015/button/testing/button-harness-filters.js → esm2020/button/testing/button-harness-filters.mjs} +0 -0
  130. package/esm2020/button/testing/button-harness.mjs +51 -0
  131. package/{esm2015/button/testing/index.js → esm2020/button/testing/index.mjs} +0 -0
  132. package/{esm2015/button/testing/public-api.js → esm2020/button/testing/public-api.mjs} +0 -0
  133. package/esm2020/button-toggle/button-toggle-module.mjs +25 -0
  134. package/esm2020/button-toggle/button-toggle.mjs +470 -0
  135. package/{esm2015/button-toggle/index.js → esm2020/button-toggle/index.mjs} +0 -0
  136. package/{esm2015/button-toggle/public-api.js → esm2020/button-toggle/public-api.mjs} +0 -0
  137. package/{esm2015/button-toggle/testing/button-toggle-group-harness-filters.js → esm2020/button-toggle/testing/button-toggle-group-harness-filters.mjs} +0 -0
  138. package/esm2020/button-toggle/testing/button-toggle-group-harness.mjs +45 -0
  139. package/{esm2015/button-toggle/testing/button-toggle-harness-filters.js → esm2020/button-toggle/testing/button-toggle-harness-filters.mjs} +0 -0
  140. package/esm2020/button-toggle/testing/button-toggle-harness.mjs +98 -0
  141. package/{esm2015/button-toggle/testing/index.js → esm2020/button-toggle/testing/index.mjs} +0 -0
  142. package/{esm2015/button-toggle/testing/public-api.js → esm2020/button-toggle/testing/public-api.mjs} +0 -0
  143. package/esm2020/card/card-module.mjs +61 -0
  144. package/esm2020/card/card.mjs +247 -0
  145. package/{esm2015/card/index.js → esm2020/card/index.mjs} +0 -0
  146. package/{esm2015/card/public-api.js → esm2020/card/public-api.mjs} +0 -0
  147. package/{esm2015/card/testing/card-harness-filters.js → esm2020/card/testing/card-harness-filters.mjs} +0 -0
  148. package/esm2020/card/testing/card-harness.mjs +43 -0
  149. package/{esm2015/card/testing/index.js → esm2020/card/testing/index.mjs} +0 -0
  150. package/{esm2015/card/testing/public-api.js → esm2020/card/testing/public-api.mjs} +0 -0
  151. package/{esm2015/checkbox/checkbox-config.js → esm2020/checkbox/checkbox-config.mjs} +0 -0
  152. package/esm2020/checkbox/checkbox-module.mjs +46 -0
  153. package/esm2020/checkbox/checkbox-required-validator.mjs +33 -0
  154. package/esm2020/checkbox/checkbox.mjs +403 -0
  155. package/{esm2015/checkbox/index.js → esm2020/checkbox/index.mjs} +0 -0
  156. package/{esm2015/checkbox/public-api.js → esm2020/checkbox/public-api.mjs} +0 -0
  157. package/{esm2015/checkbox/testing/checkbox-harness-filters.js → esm2020/checkbox/testing/checkbox-harness-filters.mjs} +0 -0
  158. package/esm2020/checkbox/testing/checkbox-harness.mjs +123 -0
  159. package/{esm2015/checkbox/testing/index.js → esm2020/checkbox/testing/index.mjs} +0 -0
  160. package/{esm2015/checkbox/testing/public-api.js → esm2020/checkbox/testing/public-api.mjs} +0 -0
  161. package/{esm2015/chips/chip-default-options.js → esm2020/chips/chip-default-options.mjs} +0 -0
  162. package/esm2020/chips/chip-input.mjs +192 -0
  163. package/esm2020/chips/chip-list.mjs +673 -0
  164. package/{esm2015/chips/chip-text-control.js → esm2020/chips/chip-text-control.mjs} +0 -0
  165. package/esm2020/chips/chip.mjs +415 -0
  166. package/esm2020/chips/chips-module.mjs +64 -0
  167. package/{esm2015/chips/index.js → esm2020/chips/index.mjs} +0 -0
  168. package/{esm2015/chips/public-api.js → esm2020/chips/public-api.mjs} +0 -0
  169. package/{esm2015/chips/testing/chip-avatar-harness.js → esm2020/chips/testing/chip-avatar-harness.mjs} +0 -0
  170. package/{esm2015/chips/testing/chip-harness-filters.js → esm2020/chips/testing/chip-harness-filters.mjs} +0 -0
  171. package/esm2020/chips/testing/chip-harness.mjs +91 -0
  172. package/esm2020/chips/testing/chip-input-harness.mjs +82 -0
  173. package/esm2020/chips/testing/chip-list-harness.mjs +82 -0
  174. package/esm2020/chips/testing/chip-listbox-harness.mjs +44 -0
  175. package/esm2020/chips/testing/chip-option-harness.mjs +45 -0
  176. package/esm2020/chips/testing/chip-remove-harness.mjs +26 -0
  177. package/{esm2015/chips/testing/index.js → esm2020/chips/testing/index.mjs} +0 -0
  178. package/{esm2015/chips/testing/public-api.js → esm2020/chips/testing/public-api.mjs} +0 -0
  179. package/{esm2015/core/animation/animation.js → esm2020/core/animation/animation.mjs} +0 -0
  180. package/esm2020/core/common-behaviors/color.mjs +31 -0
  181. package/esm2020/core/common-behaviors/common-module.mjs +122 -0
  182. package/{esm2015/core/common-behaviors/constructor.js → esm2020/core/common-behaviors/constructor.mjs} +0 -0
  183. package/esm2020/core/common-behaviors/disable-ripple.mjs +20 -0
  184. package/esm2020/core/common-behaviors/disabled.mjs +19 -0
  185. package/esm2020/core/common-behaviors/error-state.mjs +36 -0
  186. package/esm2020/core/common-behaviors/index.mjs +15 -0
  187. package/esm2020/core/common-behaviors/initialized.mjs +58 -0
  188. package/esm2020/core/common-behaviors/tabindex.mjs +23 -0
  189. package/{esm2015/core/datetime/date-adapter.js → esm2020/core/datetime/date-adapter.mjs} +0 -0
  190. package/{esm2015/core/datetime/date-formats.js → esm2020/core/datetime/date-formats.mjs} +0 -0
  191. package/esm2020/core/datetime/index.mjs +47 -0
  192. package/esm2020/core/datetime/native-date-adapter.mjs +218 -0
  193. package/{esm2015/core/datetime/native-date-formats.js → esm2020/core/datetime/native-date-formats.mjs} +0 -0
  194. package/esm2020/core/error/error-options.mjs +33 -0
  195. package/esm2020/core/index.mjs +5 -0
  196. package/esm2020/core/line/line.mjs +64 -0
  197. package/esm2020/core/option/index.mjs +32 -0
  198. package/esm2020/core/option/optgroup.mjs +73 -0
  199. package/{esm2015/core/option/option-parent.js → esm2020/core/option/option-parent.mjs} +0 -0
  200. package/esm2020/core/option/option.mjs +276 -0
  201. package/{esm2015/core/public-api.js → esm2020/core/public-api.mjs} +0 -0
  202. package/esm2020/core/ripple/index.mjs +29 -0
  203. package/{esm2015/core/ripple/ripple-ref.js → esm2020/core/ripple/ripple-ref.mjs} +0 -0
  204. package/esm2020/core/ripple/ripple-renderer.mjs +261 -0
  205. package/esm2020/core/ripple/ripple.mjs +152 -0
  206. package/esm2020/core/selection/index.mjs +26 -0
  207. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +54 -0
  208. package/{esm2015/core/testing/index.js → esm2020/core/testing/index.mjs} +0 -0
  209. package/{esm2015/core/testing/optgroup-harness-filters.js → esm2020/core/testing/optgroup-harness-filters.mjs} +0 -0
  210. package/esm2020/core/testing/optgroup-harness.mjs +44 -0
  211. package/{esm2015/core/testing/option-harness-filters.js → esm2020/core/testing/option-harness-filters.mjs} +0 -0
  212. package/esm2020/core/testing/option-harness.mjs +54 -0
  213. package/{esm2015/core/testing/public-api.js → esm2020/core/testing/public-api.mjs} +0 -0
  214. package/esm2020/core/version.mjs +11 -0
  215. package/esm2020/datepicker/calendar-body.mjs +298 -0
  216. package/esm2020/datepicker/calendar.mjs +354 -0
  217. package/esm2020/datepicker/date-range-input-parts.mjs +342 -0
  218. package/esm2020/datepicker/date-range-input.mjs +331 -0
  219. package/esm2020/datepicker/date-range-picker.mjs +48 -0
  220. package/esm2020/datepicker/date-range-selection-strategy.mjs +59 -0
  221. package/esm2020/datepicker/date-selection-model.mjs +187 -0
  222. package/esm2020/datepicker/datepicker-actions.mjs +89 -0
  223. package/{esm2015/datepicker/datepicker-animations.js → esm2020/datepicker/datepicker-animations.mjs} +0 -0
  224. package/esm2020/datepicker/datepicker-base.mjs +549 -0
  225. package/{esm2015/datepicker/datepicker-errors.js → esm2020/datepicker/datepicker-errors.mjs} +0 -0
  226. package/esm2020/datepicker/datepicker-input-base.mjs +298 -0
  227. package/esm2020/datepicker/datepicker-input.mjs +183 -0
  228. package/esm2020/datepicker/datepicker-intl.mjs +53 -0
  229. package/esm2020/datepicker/datepicker-module.mjs +148 -0
  230. package/esm2020/datepicker/datepicker-toggle.mjs +113 -0
  231. package/esm2020/datepicker/datepicker.mjs +37 -0
  232. package/esm2020/datepicker/index.mjs +5 -0
  233. package/esm2020/datepicker/month-view.mjs +364 -0
  234. package/esm2020/datepicker/multi-year-view.mjs +289 -0
  235. package/{esm2015/datepicker/public-api.js → esm2020/datepicker/public-api.mjs} +0 -0
  236. package/esm2020/datepicker/testing/calendar-cell-harness.mjs +138 -0
  237. package/esm2020/datepicker/testing/calendar-harness.mjs +76 -0
  238. package/esm2020/datepicker/testing/date-range-input-harness.mjs +99 -0
  239. package/{esm2015/datepicker/testing/datepicker-harness-filters.js → esm2020/datepicker/testing/datepicker-harness-filters.mjs} +0 -0
  240. package/esm2020/datepicker/testing/datepicker-input-harness-base.mjs +81 -0
  241. package/esm2020/datepicker/testing/datepicker-input-harness.mjs +58 -0
  242. package/esm2020/datepicker/testing/datepicker-toggle-harness.mjs +41 -0
  243. package/esm2020/datepicker/testing/datepicker-trigger-harness-base.mjs +65 -0
  244. package/{esm2015/datepicker/testing/index.js → esm2020/datepicker/testing/index.mjs} +0 -0
  245. package/{esm2015/datepicker/testing/public-api.js → esm2020/datepicker/testing/public-api.mjs} +0 -0
  246. package/esm2020/datepicker/year-view.mjs +281 -0
  247. package/{esm2015/dialog/dialog-animations.js → esm2020/dialog/dialog-animations.mjs} +0 -0
  248. package/{esm2015/dialog/dialog-config.js → esm2020/dialog/dialog-config.mjs} +0 -0
  249. package/esm2020/dialog/dialog-container.mjs +282 -0
  250. package/esm2020/dialog/dialog-content-directives.mjs +172 -0
  251. package/esm2020/dialog/dialog-module.mjs +69 -0
  252. package/esm2020/dialog/dialog-ref.mjs +196 -0
  253. package/esm2020/dialog/dialog.mjs +358 -0
  254. package/{esm2015/dialog/index.js → esm2020/dialog/index.mjs} +0 -0
  255. package/{esm2015/dialog/public-api.js → esm2020/dialog/public-api.mjs} +0 -0
  256. package/{esm2015/dialog/testing/dialog-harness-filters.js → esm2020/dialog/testing/dialog-harness-filters.mjs} +0 -0
  257. package/esm2020/dialog/testing/dialog-harness.mjs +83 -0
  258. package/{esm2015/dialog/testing/index.js → esm2020/dialog/testing/index.mjs} +0 -0
  259. package/{esm2015/dialog/testing/public-api.js → esm2020/dialog/testing/public-api.mjs} +0 -0
  260. package/esm2020/divider/divider-module.mjs +25 -0
  261. package/esm2020/divider/divider.mjs +40 -0
  262. package/{esm2015/divider/index.js → esm2020/divider/index.mjs} +0 -0
  263. package/{esm2015/divider/public-api.js → esm2020/divider/public-api.mjs} +0 -0
  264. package/{esm2015/divider/testing/divider-harness-filters.js → esm2020/divider/testing/divider-harness-filters.mjs} +0 -0
  265. package/esm2020/divider/testing/divider-harness.mjs +22 -0
  266. package/{esm2015/divider/testing/index.js → esm2020/divider/testing/index.mjs} +0 -0
  267. package/{esm2015/divider/testing/public-api.js → esm2020/divider/testing/public-api.mjs} +0 -0
  268. package/{esm2015/expansion/accordion-base.js → esm2020/expansion/accordion-base.mjs} +0 -0
  269. package/esm2020/expansion/accordion.mjs +93 -0
  270. package/{esm2015/expansion/expansion-animations.js → esm2020/expansion/expansion-animations.mjs} +0 -0
  271. package/esm2020/expansion/expansion-module.mjs +59 -0
  272. package/esm2020/expansion/expansion-panel-content.mjs +27 -0
  273. package/esm2020/expansion/expansion-panel-header.mjs +226 -0
  274. package/esm2020/expansion/expansion-panel.mjs +195 -0
  275. package/{esm2015/expansion/index.js → esm2020/expansion/index.mjs} +0 -0
  276. package/{esm2015/expansion/public-api.js → esm2020/expansion/public-api.mjs} +0 -0
  277. package/esm2020/expansion/testing/accordion-harness.mjs +31 -0
  278. package/{esm2015/expansion/testing/expansion-harness-filters.js → esm2020/expansion/testing/expansion-harness-filters.mjs} +0 -0
  279. package/esm2020/expansion/testing/expansion-harness.mjs +120 -0
  280. package/{esm2015/expansion/testing/index.js → esm2020/expansion/testing/index.mjs} +0 -0
  281. package/{esm2015/expansion/testing/public-api.js → esm2020/expansion/testing/public-api.mjs} +0 -0
  282. package/esm2020/form-field/error.mjs +47 -0
  283. package/{esm2015/form-field/form-field-animations.js → esm2020/form-field/form-field-animations.mjs} +0 -0
  284. package/esm2020/form-field/form-field-control.mjs +11 -0
  285. package/{esm2015/form-field/form-field-errors.js → esm2020/form-field/form-field-errors.mjs} +0 -0
  286. package/esm2020/form-field/form-field-module.mjs +73 -0
  287. package/esm2020/form-field/form-field.mjs +510 -0
  288. package/esm2020/form-field/hint.mjs +49 -0
  289. package/{esm2015/form-field/index.js → esm2020/form-field/index.mjs} +0 -0
  290. package/esm2020/form-field/label.mjs +21 -0
  291. package/esm2020/form-field/placeholder.mjs +26 -0
  292. package/esm2020/form-field/prefix.mjs +28 -0
  293. package/{esm2015/form-field/public-api.js → esm2020/form-field/public-api.mjs} +0 -0
  294. package/esm2020/form-field/suffix.mjs +28 -0
  295. package/{esm2015/form-field/testing/control/form-field-control-harness.js → esm2020/form-field/testing/control/form-field-control-harness.mjs} +0 -0
  296. package/{esm2015/form-field/testing/control/index.js → esm2020/form-field/testing/control/index.mjs} +0 -0
  297. package/{esm2015/form-field/testing/form-field-harness-filters.js → esm2020/form-field/testing/form-field-harness-filters.mjs} +0 -0
  298. package/esm2020/form-field/testing/form-field-harness.mjs +181 -0
  299. package/{esm2015/form-field/testing/index.js → esm2020/form-field/testing/index.mjs} +0 -0
  300. package/{esm2015/form-field/testing/public-api.js → esm2020/form-field/testing/public-api.mjs} +0 -0
  301. package/{esm2015/grid-list/grid-list-base.js → esm2020/grid-list/grid-list-base.mjs} +0 -0
  302. package/esm2020/grid-list/grid-list-module.mjs +55 -0
  303. package/esm2020/grid-list/grid-list.mjs +135 -0
  304. package/esm2020/grid-list/grid-tile.mjs +117 -0
  305. package/esm2020/grid-list/index.mjs +5 -0
  306. package/{esm2015/grid-list/public-api.js → esm2020/grid-list/public-api.mjs} +0 -0
  307. package/{esm2015/grid-list/testing/grid-list-harness-filters.js → esm2020/grid-list/testing/grid-list-harness-filters.mjs} +0 -0
  308. package/esm2020/grid-list/testing/grid-list-harness.mjs +72 -0
  309. package/esm2020/grid-list/testing/grid-tile-harness.mjs +65 -0
  310. package/{esm2015/grid-list/testing/index.js → esm2020/grid-list/testing/index.mjs} +0 -0
  311. package/{esm2015/grid-list/testing/public-api.js → esm2020/grid-list/testing/public-api.mjs} +0 -0
  312. package/{esm2015/grid-list/tile-coordinator.js → esm2020/grid-list/tile-coordinator.mjs} +0 -0
  313. package/{esm2015/grid-list/tile-styler.js → esm2020/grid-list/tile-styler.mjs} +0 -0
  314. package/{esm2015/icon/fake-svgs.js → esm2020/icon/fake-svgs.mjs} +0 -0
  315. package/esm2020/icon/icon-module.mjs +25 -0
  316. package/esm2020/icon/icon-registry.mjs +582 -0
  317. package/esm2020/icon/icon.mjs +357 -0
  318. package/{esm2015/icon/index.js → esm2020/icon/index.mjs} +0 -0
  319. package/{esm2015/icon/public-api.js → esm2020/icon/public-api.mjs} +0 -0
  320. package/esm2020/icon/testing/fake-icon-registry.mjs +92 -0
  321. package/{esm2015/icon/testing/icon-harness-filters.js → esm2020/icon/testing/icon-harness-filters.mjs} +0 -0
  322. package/esm2020/icon/testing/icon-harness.mjs +54 -0
  323. package/{esm2015/icon/testing/index.js → esm2020/icon/testing/index.mjs} +0 -0
  324. package/{esm2015/icon/testing/public-api.js → esm2020/icon/testing/public-api.mjs} +0 -0
  325. package/esm2020/icon/trusted-types.mjs +43 -0
  326. package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  327. package/{esm2015/input/index.js → esm2020/input/index.mjs} +0 -0
  328. package/{esm2015/input/input-errors.js → esm2020/input/input-errors.mjs} +0 -0
  329. package/esm2020/input/input-module.mjs +51 -0
  330. package/{esm2015/input/input-value-accessor.js → esm2020/input/input-value-accessor.mjs} +0 -0
  331. package/esm2020/input/input.mjs +428 -0
  332. package/esm2020/input/public-api.mjs +12 -0
  333. package/{esm2015/input/testing/index.js → esm2020/input/testing/index.mjs} +0 -0
  334. package/{esm2015/input/testing/input-harness-filters.js → esm2020/input/testing/input-harness-filters.mjs} +0 -0
  335. package/esm2020/input/testing/input-harness.mjs +113 -0
  336. package/esm2020/input/testing/native-option-harness.mjs +42 -0
  337. package/{esm2015/input/testing/native-select-harness-filters.js → esm2020/input/testing/native-select-harness-filters.mjs} +0 -0
  338. package/esm2020/input/testing/native-select-harness.mjs +79 -0
  339. package/{esm2015/input/testing/public-api.js → esm2020/input/testing/public-api.mjs} +0 -0
  340. package/{esm2015/list/index.js → esm2020/list/index.mjs} +0 -0
  341. package/esm2020/list/list-module.mjs +71 -0
  342. package/esm2020/list/list.mjs +216 -0
  343. package/{esm2015/list/public-api.js → esm2020/list/public-api.mjs} +0 -0
  344. package/esm2020/list/selection-list.mjs +612 -0
  345. package/esm2020/list/testing/action-list-harness.mjs +59 -0
  346. package/{esm2015/list/testing/index.js → esm2020/list/testing/index.mjs} +0 -0
  347. package/esm2020/list/testing/list-harness-base.mjs +88 -0
  348. package/{esm2015/list/testing/list-harness-filters.js → esm2020/list/testing/list-harness-filters.mjs} +0 -0
  349. package/{esm2015/list/testing/list-harness.js → esm2020/list/testing/list-harness.mjs} +0 -0
  350. package/esm2020/list/testing/list-item-harness-base.mjs +72 -0
  351. package/esm2020/list/testing/nav-list-harness.mjs +64 -0
  352. package/{esm2015/list/testing/public-api.js → esm2020/list/testing/public-api.mjs} +0 -0
  353. package/esm2020/list/testing/selection-list-harness.mjs +125 -0
  354. package/esm2020/menu/index.mjs +5 -0
  355. package/{esm2015/menu/menu-animations.js → esm2020/menu/menu-animations.mjs} +0 -0
  356. package/esm2020/menu/menu-content.mjs +97 -0
  357. package/{esm2015/menu/menu-errors.js → esm2020/menu/menu-errors.mjs} +0 -0
  358. package/esm2020/menu/menu-item.mjs +164 -0
  359. package/esm2020/menu/menu-module.mjs +58 -0
  360. package/{esm2015/menu/menu-panel.js → esm2020/menu/menu-panel.mjs} +0 -0
  361. package/{esm2015/menu/menu-positions.js → esm2020/menu/menu-positions.mjs} +0 -0
  362. package/esm2020/menu/menu-trigger.mjs +540 -0
  363. package/esm2020/menu/menu.mjs +401 -0
  364. package/esm2020/menu/public-api.mjs +16 -0
  365. package/{esm2015/menu/testing/index.js → esm2020/menu/testing/index.mjs} +0 -0
  366. package/{esm2015/menu/testing/menu-harness-filters.js → esm2020/menu/testing/menu-harness-filters.mjs} +0 -0
  367. package/esm2020/menu/testing/menu-harness.mjs +183 -0
  368. package/{esm2015/menu/testing/public-api.js → esm2020/menu/testing/public-api.mjs} +0 -0
  369. package/{esm2015/paginator/index.js → esm2020/paginator/index.mjs} +0 -0
  370. package/esm2020/paginator/paginator-intl.mjs +64 -0
  371. package/esm2020/paginator/paginator-module.mjs +47 -0
  372. package/esm2020/paginator/paginator.mjs +268 -0
  373. package/{esm2015/paginator/public-api.js → esm2020/paginator/public-api.mjs} +0 -0
  374. package/{esm2015/paginator/testing/index.js → esm2020/paginator/testing/index.mjs} +0 -0
  375. package/{esm2015/paginator/testing/paginator-harness-filters.js → esm2020/paginator/testing/paginator-harness-filters.mjs} +0 -0
  376. package/esm2020/paginator/testing/paginator-harness.mjs +91 -0
  377. package/{esm2015/paginator/testing/public-api.js → esm2020/paginator/testing/public-api.mjs} +0 -0
  378. package/{esm2015/progress-bar/index.js → esm2020/progress-bar/index.mjs} +0 -0
  379. package/esm2020/progress-bar/progress-bar-module.mjs +26 -0
  380. package/esm2020/progress-bar/progress-bar.mjs +187 -0
  381. package/{esm2015/progress-bar/public-api.js → esm2020/progress-bar/public-api.mjs} +0 -0
  382. package/{esm2015/progress-bar/testing/index.js → esm2020/progress-bar/testing/index.mjs} +0 -0
  383. package/{esm2015/progress-bar/testing/progress-bar-harness-filters.js → esm2020/progress-bar/testing/progress-bar-harness-filters.mjs} +0 -0
  384. package/esm2020/progress-bar/testing/progress-bar-harness.mjs +34 -0
  385. package/{esm2015/progress-bar/testing/public-api.js → esm2020/progress-bar/testing/public-api.mjs} +0 -0
  386. package/{esm2015/progress-spinner/index.js → esm2020/progress-spinner/index.mjs} +0 -0
  387. package/esm2020/progress-spinner/progress-spinner-module.mjs +36 -0
  388. package/esm2020/progress-spinner/progress-spinner.mjs +280 -0
  389. package/{esm2015/progress-spinner/public-api.js → esm2020/progress-spinner/public-api.mjs} +0 -0
  390. package/{esm2015/progress-spinner/testing/index.js → esm2020/progress-spinner/testing/index.mjs} +0 -0
  391. package/{esm2015/progress-spinner/testing/progress-spinner-harness-filters.js → esm2020/progress-spinner/testing/progress-spinner-harness-filters.mjs} +0 -0
  392. package/esm2020/progress-spinner/testing/progress-spinner-harness.mjs +35 -0
  393. package/{esm2015/progress-spinner/testing/public-api.js → esm2020/progress-spinner/testing/public-api.mjs} +0 -0
  394. package/{esm2015/radio/index.js → esm2020/radio/index.mjs} +0 -0
  395. package/{esm2015/radio/public-api.js → esm2020/radio/public-api.mjs} +0 -0
  396. package/esm2020/radio/radio-module.mjs +25 -0
  397. package/esm2020/radio/radio.mjs +570 -0
  398. package/{esm2015/radio/testing/index.js → esm2020/radio/testing/index.mjs} +0 -0
  399. package/{esm2015/radio/testing/public-api.js → esm2020/radio/testing/public-api.mjs} +0 -0
  400. package/{esm2015/radio/testing/radio-harness-filters.js → esm2020/radio/testing/radio-harness-filters.mjs} +0 -0
  401. package/esm2020/radio/testing/radio-harness.mjs +231 -0
  402. package/{esm2015/select/index.js → esm2020/select/index.mjs} +0 -0
  403. package/{esm2015/select/public-api.js → esm2020/select/public-api.mjs} +0 -0
  404. package/{esm2015/select/select-animations.js → esm2020/select/select-animations.mjs} +0 -0
  405. package/{esm2015/select/select-errors.js → esm2020/select/select-errors.mjs} +0 -0
  406. package/esm2020/select/select-module.mjs +58 -0
  407. package/esm2020/select/select.mjs +1188 -0
  408. package/{esm2015/select/testing/index.js → esm2020/select/testing/index.mjs} +0 -0
  409. package/{esm2015/select/testing/public-api.js → esm2020/select/testing/public-api.mjs} +0 -0
  410. package/{esm2015/select/testing/select-harness-filters.js → esm2020/select/testing/select-harness-filters.mjs} +0 -0
  411. package/esm2020/select/testing/select-harness.mjs +130 -0
  412. package/{esm2015/sidenav/drawer-animations.js → esm2020/sidenav/drawer-animations.mjs} +0 -0
  413. package/esm2020/sidenav/drawer.mjs +788 -0
  414. package/esm2020/sidenav/index.mjs +5 -0
  415. package/{esm2015/sidenav/public-api.js → esm2020/sidenav/public-api.mjs} +0 -0
  416. package/esm2020/sidenav/sidenav-module.mjs +71 -0
  417. package/esm2020/sidenav/sidenav.mjs +115 -0
  418. package/esm2020/sidenav/testing/drawer-container-harness.mjs +36 -0
  419. package/{esm2015/sidenav/testing/drawer-content-harness.js → esm2020/sidenav/testing/drawer-content-harness.mjs} +0 -0
  420. package/{esm2015/sidenav/testing/drawer-harness-filters.js → esm2020/sidenav/testing/drawer-harness-filters.mjs} +0 -0
  421. package/esm2020/sidenav/testing/drawer-harness.mjs +50 -0
  422. package/{esm2015/sidenav/testing/index.js → esm2020/sidenav/testing/index.mjs} +0 -0
  423. package/{esm2015/sidenav/testing/public-api.js → esm2020/sidenav/testing/public-api.mjs} +0 -0
  424. package/esm2020/sidenav/testing/sidenav-container-harness.mjs +36 -0
  425. package/{esm2015/sidenav/testing/sidenav-content-harness.js → esm2020/sidenav/testing/sidenav-content-harness.mjs} +0 -0
  426. package/esm2020/sidenav/testing/sidenav-harness.mjs +29 -0
  427. package/{esm2015/slide-toggle/index.js → esm2020/slide-toggle/index.mjs} +0 -0
  428. package/{esm2015/slide-toggle/public-api.js → esm2020/slide-toggle/public-api.mjs} +0 -0
  429. package/{esm2015/slide-toggle/slide-toggle-config.js → esm2020/slide-toggle/slide-toggle-config.mjs} +0 -0
  430. package/esm2020/slide-toggle/slide-toggle-module.mjs +57 -0
  431. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +36 -0
  432. package/esm2020/slide-toggle/slide-toggle.mjs +253 -0
  433. package/{esm2015/slide-toggle/testing/index.js → esm2020/slide-toggle/testing/index.mjs} +0 -0
  434. package/{esm2015/slide-toggle/testing/public-api.js → esm2020/slide-toggle/testing/public-api.mjs} +0 -0
  435. package/{esm2015/slide-toggle/testing/slide-toggle-harness-filters.js → esm2020/slide-toggle/testing/slide-toggle-harness-filters.mjs} +0 -0
  436. package/esm2020/slide-toggle/testing/slide-toggle-harness.mjs +110 -0
  437. package/{esm2015/slider/index.js → esm2020/slider/index.mjs} +0 -0
  438. package/{esm2015/slider/public-api.js → esm2020/slider/public-api.mjs} +0 -0
  439. package/esm2020/slider/slider-module.mjs +26 -0
  440. package/esm2020/slider/slider.mjs +801 -0
  441. package/{esm2015/slider/testing/index.js → esm2020/slider/testing/index.mjs} +0 -0
  442. package/{esm2015/slider/testing/public-api.js → esm2020/slider/testing/public-api.mjs} +0 -0
  443. package/{esm2015/slider/testing/slider-harness-filters.js → esm2020/slider/testing/slider-harness-filters.mjs} +0 -0
  444. package/esm2020/slider/testing/slider-harness.mjs +114 -0
  445. package/{esm2015/snack-bar/index.js → esm2020/snack-bar/index.mjs} +0 -0
  446. package/{esm2015/snack-bar/public-api.js → esm2020/snack-bar/public-api.mjs} +0 -0
  447. package/esm2020/snack-bar/simple-snack-bar.mjs +44 -0
  448. package/{esm2015/snack-bar/snack-bar-animations.js → esm2020/snack-bar/snack-bar-animations.mjs} +0 -0
  449. package/{esm2015/snack-bar/snack-bar-config.js → esm2020/snack-bar/snack-bar-config.mjs} +0 -0
  450. package/esm2020/snack-bar/snack-bar-container.mjs +205 -0
  451. package/esm2020/snack-bar/snack-bar-module.mjs +47 -0
  452. package/esm2020/snack-bar/snack-bar-ref.mjs +90 -0
  453. package/esm2020/snack-bar/snack-bar.mjs +265 -0
  454. package/{esm2015/snack-bar/testing/index.js → esm2020/snack-bar/testing/index.mjs} +0 -0
  455. package/{esm2015/snack-bar/testing/public-api.js → esm2020/snack-bar/testing/public-api.mjs} +0 -0
  456. package/{esm2015/snack-bar/testing/snack-bar-harness-filters.js → esm2020/snack-bar/testing/snack-bar-harness-filters.mjs} +0 -0
  457. package/esm2020/snack-bar/testing/snack-bar-harness.mjs +118 -0
  458. package/{esm2015/sort/index.js → esm2020/sort/index.mjs} +0 -0
  459. package/{esm2015/sort/public-api.js → esm2020/sort/public-api.mjs} +0 -0
  460. package/{esm2015/sort/sort-animations.js → esm2020/sort/sort-animations.mjs} +0 -0
  461. package/{esm2015/sort/sort-direction.js → esm2020/sort/sort-direction.mjs} +0 -0
  462. package/{esm2015/sort/sort-errors.js → esm2020/sort/sort-errors.mjs} +0 -0
  463. package/esm2020/sort/sort-header-intl.mjs +43 -0
  464. package/esm2020/sort/sort-header.mjs +275 -0
  465. package/esm2020/sort/sort-module.mjs +29 -0
  466. package/esm2020/sort/sort.mjs +154 -0
  467. package/{esm2015/sort/testing/index.js → esm2020/sort/testing/index.mjs} +0 -0
  468. package/{esm2015/sort/testing/public-api.js → esm2020/sort/testing/public-api.mjs} +0 -0
  469. package/{esm2015/sort/testing/sort-harness-filters.js → esm2020/sort/testing/sort-harness-filters.mjs} +0 -0
  470. package/esm2020/sort/testing/sort-harness.mjs +36 -0
  471. package/esm2020/sort/testing/sort-header-harness.mjs +56 -0
  472. package/{esm2015/stepper/index.js → esm2020/stepper/index.mjs} +0 -0
  473. package/{esm2015/stepper/public-api.js → esm2020/stepper/public-api.mjs} +0 -0
  474. package/esm2020/stepper/step-content.mjs +26 -0
  475. package/esm2020/stepper/step-header.mjs +110 -0
  476. package/esm2020/stepper/step-label.mjs +21 -0
  477. package/{esm2015/stepper/stepper-animations.js → esm2020/stepper/stepper-animations.mjs} +0 -0
  478. package/esm2020/stepper/stepper-button.mjs +43 -0
  479. package/esm2020/stepper/stepper-icon.mjs +29 -0
  480. package/esm2020/stepper/stepper-intl.mjs +43 -0
  481. package/esm2020/stepper/stepper-module.mjs +97 -0
  482. package/esm2020/stepper/stepper.mjs +213 -0
  483. package/{esm2015/stepper/testing/index.js → esm2020/stepper/testing/index.mjs} +0 -0
  484. package/{esm2015/stepper/testing/public-api.js → esm2020/stepper/testing/public-api.mjs} +0 -0
  485. package/{esm2015/stepper/testing/step-harness-filters.js → esm2020/stepper/testing/step-harness-filters.mjs} +0 -0
  486. package/esm2020/stepper/testing/step-harness.mjs +90 -0
  487. package/esm2020/stepper/testing/stepper-button-harnesses.mjs +50 -0
  488. package/esm2020/stepper/testing/stepper-harness.mjs +50 -0
  489. package/esm2020/table/cell.mjs +139 -0
  490. package/{esm2015/table/index.js → esm2020/table/index.mjs} +0 -0
  491. package/{esm2015/table/public-api.js → esm2020/table/public-api.mjs} +0 -0
  492. package/esm2020/table/row.mjs +139 -0
  493. package/esm2020/table/table-data-source.mjs +310 -0
  494. package/esm2020/table/table-module.mjs +101 -0
  495. package/esm2020/table/table.mjs +71 -0
  496. package/esm2020/table/testing/cell-harness.mjs +72 -0
  497. package/{esm2015/table/testing/index.js → esm2020/table/testing/index.mjs} +0 -0
  498. package/{esm2015/table/testing/public-api.js → esm2020/table/testing/public-api.mjs} +0 -0
  499. package/esm2020/table/testing/row-harness.mjs +84 -0
  500. package/{esm2015/table/testing/table-harness-filters.js → esm2020/table/testing/table-harness-filters.mjs} +0 -0
  501. package/esm2020/table/testing/table-harness.mjs +88 -0
  502. package/esm2020/table/text-column.mjs +58 -0
  503. package/esm2020/tabs/index.mjs +5 -0
  504. package/esm2020/tabs/ink-bar.mjs +93 -0
  505. package/esm2020/tabs/paginated-tab-header.mjs +480 -0
  506. package/esm2020/tabs/public-api.mjs +20 -0
  507. package/esm2020/tabs/tab-body.mjs +214 -0
  508. package/{esm2015/tabs/tab-config.js → esm2020/tabs/tab-config.mjs} +0 -0
  509. package/esm2020/tabs/tab-content.mjs +32 -0
  510. package/esm2020/tabs/tab-group.mjs +382 -0
  511. package/esm2020/tabs/tab-header.mjs +101 -0
  512. package/esm2020/tabs/tab-label-wrapper.mjs +41 -0
  513. package/esm2020/tabs/tab-label.mjs +43 -0
  514. package/{esm2015/tabs/tab-nav-bar/index.js → esm2020/tabs/tab-nav-bar/index.mjs} +0 -0
  515. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +263 -0
  516. package/esm2020/tabs/tab.mjs +106 -0
  517. package/{esm2015/tabs/tabs-animations.js → esm2020/tabs/tabs-animations.mjs} +0 -0
  518. package/esm2020/tabs/tabs-module.mjs +93 -0
  519. package/{esm2015/tabs/testing/index.js → esm2020/tabs/testing/index.mjs} +0 -0
  520. package/{esm2015/tabs/testing/public-api.js → esm2020/tabs/testing/public-api.mjs} +0 -0
  521. package/esm2020/tabs/testing/tab-group-harness.mjs +58 -0
  522. package/{esm2015/tabs/testing/tab-harness-filters.js → esm2020/tabs/testing/tab-harness-filters.mjs} +0 -0
  523. package/esm2020/tabs/testing/tab-harness.mjs +66 -0
  524. package/esm2020/tabs/testing/tab-link-harness.mjs +42 -0
  525. package/esm2020/tabs/testing/tab-nav-bar-harness.mjs +54 -0
  526. package/{esm2015/toolbar/index.js → esm2020/toolbar/index.mjs} +0 -0
  527. package/{esm2015/toolbar/public-api.js → esm2020/toolbar/public-api.mjs} +0 -0
  528. package/{esm2015/toolbar/testing/index.js → esm2020/toolbar/testing/index.mjs} +0 -0
  529. package/{esm2015/toolbar/testing/public-api.js → esm2020/toolbar/testing/public-api.mjs} +0 -0
  530. package/{esm2015/toolbar/testing/toolbar-harness-filters.js → esm2020/toolbar/testing/toolbar-harness-filters.mjs} +0 -0
  531. package/esm2020/toolbar/testing/toolbar-harness.mjs +40 -0
  532. package/esm2020/toolbar/toolbar-module.mjs +25 -0
  533. package/esm2020/toolbar/toolbar.mjs +88 -0
  534. package/{esm2015/tooltip/index.js → esm2020/tooltip/index.mjs} +0 -0
  535. package/{esm2015/tooltip/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
  536. package/{esm2015/tooltip/testing/index.js → esm2020/tooltip/testing/index.mjs} +0 -0
  537. package/{esm2015/tooltip/testing/public-api.js → esm2020/tooltip/testing/public-api.mjs} +0 -0
  538. package/{esm2015/tooltip/testing/tooltip-harness-filters.js → esm2020/tooltip/testing/tooltip-harness-filters.mjs} +0 -0
  539. package/esm2020/tooltip/testing/tooltip-harness.mjs +57 -0
  540. package/{esm2015/tooltip/tooltip-animations.js → esm2020/tooltip/tooltip-animations.mjs} +0 -0
  541. package/esm2020/tooltip/tooltip-module.mjs +44 -0
  542. package/esm2020/tooltip/tooltip.mjs +739 -0
  543. package/{esm2015/tree/data-source/flat-data-source.js → esm2020/tree/data-source/flat-data-source.mjs} +0 -0
  544. package/{esm2015/tree/data-source/nested-data-source.js → esm2020/tree/data-source/nested-data-source.mjs} +0 -0
  545. package/{esm2015/tree/index.js → esm2020/tree/index.mjs} +0 -0
  546. package/esm2020/tree/node.mjs +143 -0
  547. package/esm2020/tree/outlet.mjs +41 -0
  548. package/esm2020/tree/padding.mjs +37 -0
  549. package/{esm2015/tree/public-api.js → esm2020/tree/public-api.mjs} +0 -0
  550. package/{esm2015/tree/testing/index.js → esm2020/tree/testing/index.mjs} +0 -0
  551. package/esm2020/tree/testing/node-harness.mjs +69 -0
  552. package/{esm2015/tree/testing/public-api.js → esm2020/tree/testing/public-api.mjs} +0 -0
  553. package/{esm2015/tree/testing/tree-harness-filters.js → esm2020/tree/testing/tree-harness-filters.mjs} +0 -0
  554. package/esm2020/tree/testing/tree-harness.mjs +123 -0
  555. package/esm2020/tree/toggle.mjs +36 -0
  556. package/esm2020/tree/tree-module.mjs +51 -0
  557. package/esm2020/tree/tree.mjs +37 -0
  558. package/expansion/accordion.d.ts +3 -0
  559. package/expansion/expansion-module.d.ts +12 -7
  560. package/expansion/expansion-panel-content.d.ts +3 -0
  561. package/expansion/expansion-panel-header.d.ts +8 -1
  562. package/expansion/expansion-panel.d.ts +5 -0
  563. package/expansion/package.json +5 -5
  564. package/expansion/testing/package.json +5 -5
  565. package/fesm2015/autocomplete/testing.mjs +132 -0
  566. package/fesm2015/autocomplete/testing.mjs.map +1 -0
  567. package/fesm2015/autocomplete.mjs +958 -0
  568. package/fesm2015/autocomplete.mjs.map +1 -0
  569. package/fesm2015/badge/testing.mjs +97 -0
  570. package/fesm2015/badge/testing.mjs.map +1 -0
  571. package/fesm2015/badge.mjs +266 -0
  572. package/fesm2015/badge.mjs.map +1 -0
  573. package/fesm2015/bottom-sheet/testing.mjs +52 -0
  574. package/fesm2015/bottom-sheet/testing.mjs.map +1 -0
  575. package/fesm2015/bottom-sheet.mjs +596 -0
  576. package/fesm2015/bottom-sheet.mjs.map +1 -0
  577. package/fesm2015/button/testing.mjs +76 -0
  578. package/fesm2015/button/testing.mjs.map +1 -0
  579. package/fesm2015/button-toggle/testing.mjs +181 -0
  580. package/fesm2015/button-toggle/testing.mjs.map +1 -0
  581. package/fesm2015/button-toggle.mjs +502 -0
  582. package/fesm2015/button-toggle.mjs.map +1 -0
  583. package/fesm2015/button.mjs +202 -0
  584. package/fesm2015/button.mjs.map +1 -0
  585. package/fesm2015/card/testing.mjs +64 -0
  586. package/fesm2015/card/testing.mjs.map +1 -0
  587. package/fesm2015/card.mjs +322 -0
  588. package/fesm2015/card.mjs.map +1 -0
  589. package/fesm2015/checkbox/testing.mjs +168 -0
  590. package/fesm2015/checkbox/testing.mjs.map +1 -0
  591. package/fesm2015/checkbox.mjs +503 -0
  592. package/fesm2015/checkbox.mjs.map +1 -0
  593. package/fesm2015/chips/testing.mjs +423 -0
  594. package/fesm2015/chips/testing.mjs.map +1 -0
  595. package/fesm2015/chips.mjs +1354 -0
  596. package/fesm2015/chips.mjs.map +1 -0
  597. package/fesm2015/core/testing.mjs +120 -0
  598. package/fesm2015/core/testing.mjs.map +1 -0
  599. package/fesm2015/core.mjs +1719 -0
  600. package/fesm2015/core.mjs.map +1 -0
  601. package/fesm2015/datepicker/testing.mjs +635 -0
  602. package/fesm2015/datepicker/testing.mjs.map +1 -0
  603. package/fesm2015/datepicker.mjs +3948 -0
  604. package/fesm2015/datepicker.mjs.map +1 -0
  605. package/fesm2015/dialog/testing.mjs +119 -0
  606. package/fesm2015/dialog/testing.mjs.map +1 -0
  607. package/fesm2015/dialog.mjs +1155 -0
  608. package/fesm2015/dialog.mjs.map +1 -0
  609. package/fesm2015/divider/testing.mjs +39 -0
  610. package/fesm2015/divider/testing.mjs.map +1 -0
  611. package/fesm2015/divider.mjs +77 -0
  612. package/fesm2015/divider.mjs.map +1 -0
  613. package/fesm2015/expansion/testing.mjs +187 -0
  614. package/fesm2015/expansion/testing.mjs.map +1 -0
  615. package/fesm2015/expansion.mjs +641 -0
  616. package/fesm2015/expansion.mjs.map +1 -0
  617. package/fesm2015/form-field/testing/control.mjs +26 -0
  618. package/fesm2015/form-field/testing/control.mjs.map +1 -0
  619. package/fesm2015/form-field/testing.mjs +231 -0
  620. package/fesm2015/form-field/testing.mjs.map +1 -0
  621. package/fesm2015/form-field.mjs +814 -0
  622. package/fesm2015/form-field.mjs.map +1 -0
  623. package/fesm2015/grid-list/testing.mjs +161 -0
  624. package/fesm2015/grid-list/testing.mjs.map +1 -0
  625. package/fesm2015/grid-list.mjs +700 -0
  626. package/fesm2015/grid-list.mjs.map +1 -0
  627. package/fesm2015/icon/testing.mjs +163 -0
  628. package/fesm2015/icon/testing.mjs.map +1 -0
  629. package/fesm2015/icon.mjs +1016 -0
  630. package/fesm2015/icon.mjs.map +1 -0
  631. package/fesm2015/input/testing.mjs +281 -0
  632. package/fesm2015/input/testing.mjs.map +1 -0
  633. package/fesm2015/input.mjs +515 -0
  634. package/fesm2015/input.mjs.map +1 -0
  635. package/fesm2015/list/testing.mjs +486 -0
  636. package/fesm2015/list/testing.mjs.map +1 -0
  637. package/fesm2015/list.mjs +908 -0
  638. package/fesm2015/list.mjs.map +1 -0
  639. package/fesm2015/material.mjs +16 -0
  640. package/fesm2015/material.mjs.map +1 -0
  641. package/fesm2015/menu/testing.mjs +235 -0
  642. package/fesm2015/menu/testing.mjs.map +1 -0
  643. package/fesm2015/menu.mjs +1363 -0
  644. package/fesm2015/menu.mjs.map +1 -0
  645. package/fesm2015/paginator/testing.mjs +118 -0
  646. package/fesm2015/paginator/testing.mjs.map +1 -0
  647. package/fesm2015/paginator.mjs +387 -0
  648. package/fesm2015/paginator.mjs.map +1 -0
  649. package/fesm2015/progress-bar/testing.mjs +51 -0
  650. package/fesm2015/progress-bar/testing.mjs.map +1 -0
  651. package/fesm2015/progress-bar.mjs +225 -0
  652. package/fesm2015/progress-bar.mjs.map +1 -0
  653. package/fesm2015/progress-spinner/testing.mjs +52 -0
  654. package/fesm2015/progress-spinner/testing.mjs.map +1 -0
  655. package/fesm2015/progress-spinner.mjs +330 -0
  656. package/fesm2015/progress-spinner.mjs.map +1 -0
  657. package/fesm2015/radio/testing.mjs +284 -0
  658. package/fesm2015/radio/testing.mjs.map +1 -0
  659. package/fesm2015/radio.mjs +599 -0
  660. package/fesm2015/radio.mjs.map +1 -0
  661. package/fesm2015/select/testing.mjs +169 -0
  662. package/fesm2015/select/testing.mjs.map +1 -0
  663. package/fesm2015/select.mjs +1346 -0
  664. package/fesm2015/select.mjs.map +1 -0
  665. package/fesm2015/sidenav/testing.mjs +195 -0
  666. package/fesm2015/sidenav/testing.mjs.map +1 -0
  667. package/fesm2015/sidenav.mjs +1013 -0
  668. package/fesm2015/sidenav.mjs.map +1 -0
  669. package/fesm2015/slide-toggle/testing.mjs +151 -0
  670. package/fesm2015/slide-toggle/testing.mjs.map +1 -0
  671. package/fesm2015/slide-toggle.mjs +359 -0
  672. package/fesm2015/slide-toggle.mjs.map +1 -0
  673. package/fesm2015/slider/testing.mjs +153 -0
  674. package/fesm2015/slider/testing.mjs.map +1 -0
  675. package/fesm2015/slider.mjs +830 -0
  676. package/fesm2015/slider.mjs.map +1 -0
  677. package/fesm2015/snack-bar/testing.mjs +153 -0
  678. package/fesm2015/snack-bar/testing.mjs.map +1 -0
  679. package/fesm2015/snack-bar.mjs +698 -0
  680. package/fesm2015/snack-bar.mjs.map +1 -0
  681. package/fesm2015/sort/testing.mjs +110 -0
  682. package/fesm2015/sort/testing.mjs.map +1 -0
  683. package/fesm2015/sort.mjs +605 -0
  684. package/fesm2015/sort.mjs.map +1 -0
  685. package/fesm2015/stepper/testing.mjs +216 -0
  686. package/fesm2015/stepper/testing.mjs.map +1 -0
  687. package/fesm2015/stepper.mjs +579 -0
  688. package/fesm2015/stepper.mjs.map +1 -0
  689. package/fesm2015/table/testing.mjs +259 -0
  690. package/fesm2015/table/testing.mjs.map +1 -0
  691. package/fesm2015/table.mjs +817 -0
  692. package/fesm2015/table.mjs.map +1 -0
  693. package/fesm2015/tabs/testing.mjs +245 -0
  694. package/fesm2015/tabs/testing.mjs.map +1 -0
  695. package/fesm2015/tabs.mjs +1846 -0
  696. package/fesm2015/tabs.mjs.map +1 -0
  697. package/fesm2015/toolbar/testing.mjs +59 -0
  698. package/fesm2015/toolbar/testing.mjs.map +1 -0
  699. package/fesm2015/toolbar.mjs +118 -0
  700. package/fesm2015/toolbar.mjs.map +1 -0
  701. package/fesm2015/tooltip/testing.mjs +80 -0
  702. package/fesm2015/tooltip/testing.mjs.map +1 -0
  703. package/fesm2015/tooltip.mjs +820 -0
  704. package/fesm2015/tooltip.mjs.map +1 -0
  705. package/fesm2015/tree/testing.mjs +215 -0
  706. package/fesm2015/tree/testing.mjs.map +1 -0
  707. package/fesm2015/tree.mjs +520 -0
  708. package/fesm2015/tree.mjs.map +1 -0
  709. package/fesm2020/autocomplete/testing.mjs +128 -0
  710. package/fesm2020/autocomplete/testing.mjs.map +1 -0
  711. package/fesm2020/autocomplete.mjs +958 -0
  712. package/fesm2020/autocomplete.mjs.map +1 -0
  713. package/fesm2020/badge/testing.mjs +99 -0
  714. package/fesm2020/badge/testing.mjs.map +1 -0
  715. package/fesm2020/badge.mjs +271 -0
  716. package/fesm2020/badge.mjs.map +1 -0
  717. package/fesm2020/bottom-sheet/testing.mjs +62 -0
  718. package/fesm2020/bottom-sheet/testing.mjs.map +1 -0
  719. package/fesm2020/bottom-sheet.mjs +592 -0
  720. package/fesm2020/bottom-sheet.mjs.map +1 -0
  721. package/fesm2020/button/testing.mjs +78 -0
  722. package/fesm2020/button/testing.mjs.map +1 -0
  723. package/fesm2020/button-toggle/testing.mjs +176 -0
  724. package/fesm2020/button-toggle/testing.mjs.map +1 -0
  725. package/fesm2020/button-toggle.mjs +505 -0
  726. package/fesm2020/button-toggle.mjs.map +1 -0
  727. package/fesm2020/button.mjs +205 -0
  728. package/fesm2020/button.mjs.map +1 -0
  729. package/fesm2020/card/testing.mjs +70 -0
  730. package/fesm2020/card/testing.mjs.map +1 -0
  731. package/fesm2020/card.mjs +320 -0
  732. package/fesm2020/card.mjs.map +1 -0
  733. package/fesm2020/checkbox/testing.mjs +150 -0
  734. package/fesm2020/checkbox/testing.mjs.map +1 -0
  735. package/fesm2020/checkbox.mjs +507 -0
  736. package/fesm2020/checkbox.mjs.map +1 -0
  737. package/fesm2020/chips/testing.mjs +398 -0
  738. package/fesm2020/chips/testing.mjs.map +1 -0
  739. package/fesm2020/chips.mjs +1346 -0
  740. package/fesm2020/chips.mjs.map +1 -0
  741. package/fesm2020/core/testing.mjs +131 -0
  742. package/fesm2020/core/testing.mjs.map +1 -0
  743. package/fesm2020/core.mjs +1731 -0
  744. package/fesm2020/core.mjs.map +1 -0
  745. package/fesm2020/datepicker/testing.mjs +572 -0
  746. package/fesm2020/datepicker/testing.mjs.map +1 -0
  747. package/fesm2020/datepicker.mjs +3921 -0
  748. package/fesm2020/datepicker.mjs.map +1 -0
  749. package/fesm2020/dialog/testing.mjs +110 -0
  750. package/fesm2020/dialog/testing.mjs.map +1 -0
  751. package/fesm2020/dialog.mjs +1147 -0
  752. package/fesm2020/dialog.mjs.map +1 -0
  753. package/fesm2020/divider/testing.mjs +49 -0
  754. package/fesm2020/divider/testing.mjs.map +1 -0
  755. package/fesm2020/divider.mjs +77 -0
  756. package/fesm2020/divider.mjs.map +1 -0
  757. package/fesm2020/expansion/testing.mjs +176 -0
  758. package/fesm2020/expansion/testing.mjs.map +1 -0
  759. package/fesm2020/expansion.mjs +644 -0
  760. package/fesm2020/expansion.mjs.map +1 -0
  761. package/fesm2020/form-field/testing/control.mjs +26 -0
  762. package/fesm2020/form-field/testing/control.mjs.map +1 -0
  763. package/fesm2020/form-field/testing.mjs +209 -0
  764. package/fesm2020/form-field/testing.mjs.map +1 -0
  765. package/fesm2020/form-field.mjs +817 -0
  766. package/fesm2020/form-field.mjs.map +1 -0
  767. package/fesm2020/grid-list/testing.mjs +162 -0
  768. package/fesm2020/grid-list/testing.mjs.map +1 -0
  769. package/fesm2020/grid-list.mjs +696 -0
  770. package/fesm2020/grid-list.mjs.map +1 -0
  771. package/fesm2020/icon/testing.mjs +169 -0
  772. package/fesm2020/icon/testing.mjs.map +1 -0
  773. package/fesm2020/icon.mjs +1010 -0
  774. package/fesm2020/icon.mjs.map +1 -0
  775. package/fesm2020/input/testing.mjs +265 -0
  776. package/fesm2020/input/testing.mjs.map +1 -0
  777. package/fesm2020/input.mjs +512 -0
  778. package/fesm2020/input.mjs.map +1 -0
  779. package/fesm2020/list/testing.mjs +464 -0
  780. package/fesm2020/list/testing.mjs.map +1 -0
  781. package/fesm2020/list.mjs +901 -0
  782. package/fesm2020/list.mjs.map +1 -0
  783. package/fesm2020/material.mjs +16 -0
  784. package/fesm2020/material.mjs.map +1 -0
  785. package/fesm2020/menu/testing.mjs +210 -0
  786. package/fesm2020/menu/testing.mjs.map +1 -0
  787. package/fesm2020/menu.mjs +1365 -0
  788. package/fesm2020/menu.mjs.map +1 -0
  789. package/fesm2020/paginator/testing.mjs +118 -0
  790. package/fesm2020/paginator/testing.mjs.map +1 -0
  791. package/fesm2020/paginator.mjs +385 -0
  792. package/fesm2020/paginator.mjs.map +1 -0
  793. package/fesm2020/progress-bar/testing.mjs +61 -0
  794. package/fesm2020/progress-bar/testing.mjs.map +1 -0
  795. package/fesm2020/progress-bar.mjs +223 -0
  796. package/fesm2020/progress-bar.mjs.map +1 -0
  797. package/fesm2020/progress-spinner/testing.mjs +62 -0
  798. package/fesm2020/progress-spinner/testing.mjs.map +1 -0
  799. package/fesm2020/progress-spinner.mjs +326 -0
  800. package/fesm2020/progress-spinner.mjs.map +1 -0
  801. package/fesm2020/radio/testing.mjs +258 -0
  802. package/fesm2020/radio/testing.mjs.map +1 -0
  803. package/fesm2020/radio.mjs +604 -0
  804. package/fesm2020/radio.mjs.map +1 -0
  805. package/fesm2020/select/testing.mjs +157 -0
  806. package/fesm2020/select/testing.mjs.map +1 -0
  807. package/fesm2020/select.mjs +1338 -0
  808. package/fesm2020/select.mjs.map +1 -0
  809. package/fesm2020/sidenav/testing.mjs +214 -0
  810. package/fesm2020/sidenav/testing.mjs.map +1 -0
  811. package/fesm2020/sidenav.mjs +1004 -0
  812. package/fesm2020/sidenav.mjs.map +1 -0
  813. package/fesm2020/slide-toggle/testing.mjs +137 -0
  814. package/fesm2020/slide-toggle/testing.mjs.map +1 -0
  815. package/fesm2020/slide-toggle.mjs +364 -0
  816. package/fesm2020/slide-toggle.mjs.map +1 -0
  817. package/fesm2020/slider/testing.mjs +133 -0
  818. package/fesm2020/slider/testing.mjs.map +1 -0
  819. package/fesm2020/slider.mjs +835 -0
  820. package/fesm2020/slider.mjs.map +1 -0
  821. package/fesm2020/snack-bar/testing.mjs +145 -0
  822. package/fesm2020/snack-bar/testing.mjs.map +1 -0
  823. package/fesm2020/snack-bar.mjs +701 -0
  824. package/fesm2020/snack-bar.mjs.map +1 -0
  825. package/fesm2020/sort/testing.mjs +109 -0
  826. package/fesm2020/sort/testing.mjs.map +1 -0
  827. package/fesm2020/sort.mjs +609 -0
  828. package/fesm2020/sort.mjs.map +1 -0
  829. package/fesm2020/stepper/testing.mjs +206 -0
  830. package/fesm2020/stepper/testing.mjs.map +1 -0
  831. package/fesm2020/stepper.mjs +589 -0
  832. package/fesm2020/stepper.mjs.map +1 -0
  833. package/fesm2020/table/testing.mjs +259 -0
  834. package/fesm2020/table/testing.mjs.map +1 -0
  835. package/fesm2020/table.mjs +814 -0
  836. package/fesm2020/table.mjs.map +1 -0
  837. package/fesm2020/tabs/testing.mjs +234 -0
  838. package/fesm2020/tabs/testing.mjs.map +1 -0
  839. package/fesm2020/tabs.mjs +1829 -0
  840. package/fesm2020/tabs.mjs.map +1 -0
  841. package/fesm2020/toolbar/testing.mjs +67 -0
  842. package/fesm2020/toolbar/testing.mjs.map +1 -0
  843. package/fesm2020/toolbar.mjs +123 -0
  844. package/fesm2020/toolbar.mjs.map +1 -0
  845. package/fesm2020/tooltip/testing.mjs +84 -0
  846. package/fesm2020/tooltip/testing.mjs.map +1 -0
  847. package/fesm2020/tooltip.mjs +815 -0
  848. package/fesm2020/tooltip.mjs.map +1 -0
  849. package/fesm2020/tree/testing.mjs +217 -0
  850. package/fesm2020/tree/testing.mjs.map +1 -0
  851. package/fesm2020/tree.mjs +514 -0
  852. package/fesm2020/tree.mjs.map +1 -0
  853. package/form-field/error.d.ts +3 -0
  854. package/form-field/form-field-control.d.ts +3 -0
  855. package/form-field/form-field-module.d.ts +14 -7
  856. package/form-field/form-field.d.ts +4 -1
  857. package/form-field/hint.d.ts +3 -0
  858. package/form-field/label.d.ts +3 -7
  859. package/form-field/package.json +5 -5
  860. package/form-field/placeholder.d.ts +3 -7
  861. package/form-field/prefix.d.ts +3 -0
  862. package/form-field/suffix.d.ts +3 -0
  863. package/form-field/testing/control/package.json +5 -5
  864. package/form-field/testing/package.json +5 -5
  865. package/grid-list/grid-list-module.d.ts +7 -7
  866. package/grid-list/grid-list.d.ts +3 -0
  867. package/grid-list/grid-tile.d.ts +11 -0
  868. package/grid-list/index.d.ts +0 -1
  869. package/grid-list/package.json +5 -5
  870. package/grid-list/testing/package.json +5 -5
  871. package/icon/icon-module.d.ts +6 -7
  872. package/icon/icon-registry.d.ts +3 -7
  873. package/icon/icon.d.ts +4 -1
  874. package/icon/package.json +5 -5
  875. package/icon/testing/fake-icon-registry.d.ts +6 -0
  876. package/icon/testing/package.json +5 -5
  877. package/input/input-module.d.ts +8 -7
  878. package/input/input.d.ts +4 -1
  879. package/input/package.json +5 -5
  880. package/input/public-api.d.ts +0 -1
  881. package/input/testing/package.json +5 -5
  882. package/list/list-module.d.ts +9 -7
  883. package/list/list.d.ts +15 -2
  884. package/list/package.json +5 -5
  885. package/list/selection-list.d.ts +7 -2
  886. package/list/testing/package.json +5 -5
  887. package/menu/index.d.ts +0 -2
  888. package/menu/menu-content.d.ts +11 -11
  889. package/menu/menu-item.d.ts +4 -1
  890. package/menu/menu-module.d.ts +12 -13
  891. package/menu/menu-trigger.d.ts +12 -2
  892. package/menu/menu.d.ts +5 -0
  893. package/menu/package.json +5 -5
  894. package/menu/public-api.d.ts +1 -1
  895. package/menu/testing/package.json +5 -5
  896. package/package.json +612 -8
  897. package/paginator/package.json +5 -5
  898. package/paginator/paginator-intl.d.ts +3 -0
  899. package/paginator/paginator-module.d.ts +10 -7
  900. package/paginator/paginator.d.ts +6 -1
  901. package/paginator/testing/package.json +5 -5
  902. package/prebuilt-themes/deeppurple-amber.css +1 -1
  903. package/prebuilt-themes/indigo-pink.css +1 -1
  904. package/prebuilt-themes/pink-bluegrey.css +1 -1
  905. package/prebuilt-themes/purple-green.css +1 -1
  906. package/progress-bar/package.json +5 -5
  907. package/progress-bar/progress-bar-module.d.ts +7 -7
  908. package/progress-bar/progress-bar.d.ts +4 -1
  909. package/progress-bar/testing/package.json +5 -5
  910. package/progress-spinner/package.json +5 -5
  911. package/progress-spinner/progress-spinner-module.d.ts +7 -0
  912. package/progress-spinner/progress-spinner.d.ts +6 -1
  913. package/progress-spinner/testing/package.json +5 -5
  914. package/radio/package.json +5 -5
  915. package/radio/radio-module.d.ts +6 -7
  916. package/radio/radio.d.ts +10 -1
  917. package/radio/testing/package.json +5 -5
  918. package/schematics/ng-add/fonts/material-fonts.js +8 -17
  919. package/schematics/ng-add/fonts/material-fonts.mjs +8 -17
  920. package/schematics/ng-add/index.js +8 -8
  921. package/schematics/ng-add/index.mjs +8 -8
  922. package/schematics/ng-add/setup-project.js +23 -32
  923. package/schematics/ng-add/setup-project.mjs +23 -32
  924. package/schematics/ng-add/theming/create-custom-theme.js +2 -2
  925. package/schematics/ng-add/theming/create-custom-theme.mjs +2 -2
  926. package/schematics/ng-add/theming/theming.js +35 -46
  927. package/schematics/ng-add/theming/theming.mjs +35 -46
  928. package/schematics/ng-generate/address-form/index.js +13 -22
  929. package/schematics/ng-generate/address-form/index.mjs +13 -22
  930. package/schematics/ng-generate/dashboard/index.js +13 -22
  931. package/schematics/ng-generate/dashboard/index.mjs +13 -22
  932. package/schematics/ng-generate/navigation/index.js +13 -22
  933. package/schematics/ng-generate/navigation/index.mjs +13 -22
  934. package/schematics/ng-generate/table/index.js +10 -19
  935. package/schematics/ng-generate/table/index.mjs +10 -19
  936. package/schematics/ng-generate/tree/index.js +10 -19
  937. package/schematics/ng-generate/tree/index.mjs +10 -19
  938. package/schematics/ng-update/data/constructor-checks.js +5 -1
  939. package/schematics/ng-update/data/constructor-checks.mjs +5 -1
  940. package/schematics/ng-update/index.js +9 -9
  941. package/schematics/ng-update/index.mjs +9 -9
  942. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js +24 -24
  943. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.mjs +24 -24
  944. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js +5 -5
  945. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.mjs +5 -5
  946. package/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js +2 -2
  947. package/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.mjs +2 -2
  948. package/schematics/ng-update/migrations/misc-checks/misc-imports.js +2 -2
  949. package/schematics/ng-update/migrations/misc-checks/misc-imports.mjs +2 -2
  950. package/schematics/ng-update/migrations/misc-checks/misc-template.js +4 -4
  951. package/schematics/ng-update/migrations/misc-checks/misc-template.mjs +4 -4
  952. package/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js +7 -7
  953. package/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.mjs +7 -7
  954. package/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js +2 -3
  955. package/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.mjs +2 -3
  956. package/schematics/ng-update/migrations/theming-api-v12/migration.d.ts +6 -6
  957. package/schematics/ng-update/migrations/theming-api-v12/migration.js +12 -12
  958. package/schematics/ng-update/migrations/theming-api-v12/migration.mjs +12 -12
  959. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js +3 -3
  960. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.mjs +3 -3
  961. package/schematics/ng-update/typescript/module-specifiers.js +3 -3
  962. package/schematics/ng-update/typescript/module-specifiers.mjs +3 -3
  963. package/schematics/package.json +3 -0
  964. package/schematics/paths.js +3 -3
  965. package/schematics/paths.mjs +3 -3
  966. package/select/package.json +5 -5
  967. package/select/select-module.d.ts +10 -7
  968. package/select/select.d.ts +8 -1
  969. package/select/testing/package.json +5 -5
  970. package/sidenav/drawer.d.ts +7 -0
  971. package/sidenav/index.d.ts +0 -1
  972. package/sidenav/package.json +5 -5
  973. package/sidenav/sidenav-module.d.ts +10 -0
  974. package/sidenav/sidenav.d.ts +7 -0
  975. package/sidenav/testing/package.json +5 -5
  976. package/slide-toggle/package.json +5 -5
  977. package/slide-toggle/slide-toggle-module.d.ts +11 -7
  978. package/slide-toggle/slide-toggle-required-validator.d.ts +3 -0
  979. package/slide-toggle/slide-toggle.d.ts +4 -1
  980. package/slide-toggle/testing/package.json +5 -5
  981. package/slider/package.json +5 -5
  982. package/slider/slider-module.d.ts +7 -7
  983. package/slider/slider.d.ts +4 -1
  984. package/slider/testing/package.json +5 -5
  985. package/snack-bar/package.json +5 -5
  986. package/snack-bar/simple-snack-bar.d.ts +3 -7
  987. package/snack-bar/snack-bar-container.d.ts +3 -0
  988. package/snack-bar/snack-bar-module.d.ts +11 -7
  989. package/snack-bar/snack-bar.d.ts +3 -0
  990. package/snack-bar/testing/package.json +5 -5
  991. package/snack-bar/testing/snack-bar-harness.d.ts +8 -9
  992. package/sort/package.json +5 -5
  993. package/sort/sort-header-intl.d.ts +3 -0
  994. package/sort/sort-header.d.ts +4 -1
  995. package/sort/sort-module.d.ts +8 -7
  996. package/sort/sort.d.ts +4 -1
  997. package/sort/testing/package.json +5 -5
  998. package/stepper/package.json +5 -5
  999. package/stepper/step-content.d.ts +3 -0
  1000. package/stepper/step-header.d.ts +6 -1
  1001. package/stepper/step-label.d.ts +3 -7
  1002. package/stepper/stepper-button.d.ts +5 -0
  1003. package/stepper/stepper-icon.d.ts +3 -0
  1004. package/stepper/stepper-intl.d.ts +7 -0
  1005. package/stepper/stepper-module.d.ts +16 -7
  1006. package/stepper/stepper.d.ts +11 -0
  1007. package/stepper/testing/package.json +5 -5
  1008. package/table/cell.d.ts +15 -7
  1009. package/table/package.json +5 -5
  1010. package/table/row.d.ts +15 -0
  1011. package/table/table-module.d.ts +10 -7
  1012. package/table/table.d.ts +5 -0
  1013. package/table/testing/package.json +5 -5
  1014. package/table/text-column.d.ts +3 -0
  1015. package/tabs/index.d.ts +0 -4
  1016. package/tabs/ink-bar.d.ts +3 -0
  1017. package/tabs/package.json +5 -5
  1018. package/tabs/paginated-tab-header.d.ts +3 -0
  1019. package/tabs/public-api.d.ts +1 -1
  1020. package/tabs/tab-body.d.ts +7 -0
  1021. package/tabs/tab-content.d.ts +3 -0
  1022. package/tabs/tab-group.d.ts +6 -1
  1023. package/tabs/tab-header.d.ts +5 -0
  1024. package/tabs/tab-label-wrapper.d.ts +4 -1
  1025. package/tabs/tab-label.d.ts +11 -1
  1026. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +10 -1
  1027. package/tabs/tab.d.ts +5 -2
  1028. package/tabs/tabs-module.d.ts +18 -7
  1029. package/tabs/testing/package.json +5 -5
  1030. package/toolbar/package.json +5 -5
  1031. package/toolbar/testing/package.json +5 -5
  1032. package/toolbar/toolbar-module.d.ts +6 -7
  1033. package/toolbar/toolbar.d.ts +6 -1
  1034. package/tooltip/package.json +5 -5
  1035. package/tooltip/testing/package.json +5 -5
  1036. package/tooltip/tooltip-module.d.ts +10 -7
  1037. package/tooltip/tooltip.d.ts +11 -2
  1038. package/tree/node.d.ts +8 -1
  1039. package/tree/outlet.d.ts +3 -0
  1040. package/tree/package.json +5 -5
  1041. package/tree/padding.d.ts +3 -0
  1042. package/tree/testing/package.json +5 -5
  1043. package/tree/toggle.d.ts +3 -7
  1044. package/tree/tree-module.d.ts +11 -7
  1045. package/tree/tree.d.ts +3 -0
  1046. package/autocomplete/index.metadata.json +0 -1
  1047. package/badge/index.metadata.json +0 -1
  1048. package/bottom-sheet/index.metadata.json +0 -1
  1049. package/bundles/material-autocomplete-testing.umd.js +0 -564
  1050. package/bundles/material-autocomplete-testing.umd.js.map +0 -1
  1051. package/bundles/material-autocomplete.umd.js +0 -1266
  1052. package/bundles/material-autocomplete.umd.js.map +0 -1
  1053. package/bundles/material-badge-testing.umd.js +0 -474
  1054. package/bundles/material-badge-testing.umd.js.map +0 -1
  1055. package/bundles/material-badge.umd.js +0 -606
  1056. package/bundles/material-badge.umd.js.map +0 -1
  1057. package/bundles/material-bottom-sheet-testing.umd.js +0 -396
  1058. package/bundles/material-bottom-sheet-testing.umd.js.map +0 -1
  1059. package/bundles/material-bottom-sheet.umd.js +0 -955
  1060. package/bundles/material-bottom-sheet.umd.js.map +0 -1
  1061. package/bundles/material-button-testing.umd.js +0 -444
  1062. package/bundles/material-button-testing.umd.js.map +0 -1
  1063. package/bundles/material-button-toggle-testing.umd.js +0 -628
  1064. package/bundles/material-button-toggle-testing.umd.js.map +0 -1
  1065. package/bundles/material-button-toggle.umd.js +0 -850
  1066. package/bundles/material-button-toggle.umd.js.map +0 -1
  1067. package/bundles/material-button.umd.js +0 -545
  1068. package/bundles/material-button.umd.js.map +0 -1
  1069. package/bundles/material-card-testing.umd.js +0 -408
  1070. package/bundles/material-card-testing.umd.js.map +0 -1
  1071. package/bundles/material-card.umd.js +0 -337
  1072. package/bundles/material-card.umd.js.map +0 -1
  1073. package/bundles/material-checkbox-testing.umd.js +0 -615
  1074. package/bundles/material-checkbox-testing.umd.js.map +0 -1
  1075. package/bundles/material-checkbox.umd.js +0 -829
  1076. package/bundles/material-checkbox.umd.js.map +0 -1
  1077. package/bundles/material-chips-testing.umd.js +0 -1023
  1078. package/bundles/material-chips-testing.umd.js.map +0 -1
  1079. package/bundles/material-chips.umd.js +0 -1753
  1080. package/bundles/material-chips.umd.js.map +0 -1
  1081. package/bundles/material-core-testing.umd.js +0 -518
  1082. package/bundles/material-core-testing.umd.js.map +0 -1
  1083. package/bundles/material-core.umd.js +0 -2186
  1084. package/bundles/material-core.umd.js.map +0 -1
  1085. package/bundles/material-datepicker-testing.umd.js +0 -1366
  1086. package/bundles/material-datepicker-testing.umd.js.map +0 -1
  1087. package/bundles/material-datepicker.umd.js +0 -4344
  1088. package/bundles/material-datepicker.umd.js.map +0 -1
  1089. package/bundles/material-dialog-testing.umd.js +0 -500
  1090. package/bundles/material-dialog-testing.umd.js.map +0 -1
  1091. package/bundles/material-dialog.umd.js +0 -1487
  1092. package/bundles/material-dialog.umd.js.map +0 -1
  1093. package/bundles/material-divider-testing.umd.js +0 -380
  1094. package/bundles/material-divider-testing.umd.js.map +0 -1
  1095. package/bundles/material-divider.umd.js +0 -95
  1096. package/bundles/material-divider.umd.js.map +0 -1
  1097. package/bundles/material-expansion-testing.umd.js +0 -627
  1098. package/bundles/material-expansion-testing.umd.js.map +0 -1
  1099. package/bundles/material-expansion.umd.js +0 -949
  1100. package/bundles/material-expansion.umd.js.map +0 -1
  1101. package/bundles/material-form-field-testing-control.umd.js +0 -350
  1102. package/bundles/material-form-field-testing-control.umd.js.map +0 -1
  1103. package/bundles/material-form-field-testing.umd.js +0 -708
  1104. package/bundles/material-form-field-testing.umd.js.map +0 -1
  1105. package/bundles/material-form-field.umd.js +0 -1131
  1106. package/bundles/material-form-field.umd.js.map +0 -1
  1107. package/bundles/material-grid-list-testing.umd.js +0 -566
  1108. package/bundles/material-grid-list-testing.umd.js.map +0 -1
  1109. package/bundles/material-grid-list.umd.js +0 -1070
  1110. package/bundles/material-grid-list.umd.js.map +0 -1
  1111. package/bundles/material-icon-testing.umd.js +0 -527
  1112. package/bundles/material-icon-testing.umd.js.map +0 -1
  1113. package/bundles/material-icon.umd.js +0 -1391
  1114. package/bundles/material-icon.umd.js.map +0 -1
  1115. package/bundles/material-input-testing.umd.js +0 -806
  1116. package/bundles/material-input-testing.umd.js.map +0 -1
  1117. package/bundles/material-input.umd.js +0 -875
  1118. package/bundles/material-input.umd.js.map +0 -1
  1119. package/bundles/material-list-testing.umd.js +0 -1092
  1120. package/bundles/material-list-testing.umd.js.map +0 -1
  1121. package/bundles/material-list.umd.js +0 -1284
  1122. package/bundles/material-list.umd.js.map +0 -1
  1123. package/bundles/material-menu-testing.umd.js +0 -722
  1124. package/bundles/material-menu-testing.umd.js.map +0 -1
  1125. package/bundles/material-menu.umd.js +0 -1661
  1126. package/bundles/material-menu.umd.js.map +0 -1
  1127. package/bundles/material-paginator-testing.umd.js +0 -504
  1128. package/bundles/material-paginator-testing.umd.js.map +0 -1
  1129. package/bundles/material-paginator.umd.js +0 -746
  1130. package/bundles/material-paginator.umd.js.map +0 -1
  1131. package/bundles/material-progress-bar-testing.umd.js +0 -395
  1132. package/bundles/material-progress-bar-testing.umd.js.map +0 -1
  1133. package/bundles/material-progress-bar.umd.js +0 -546
  1134. package/bundles/material-progress-bar.umd.js.map +0 -1
  1135. package/bundles/material-progress-spinner-testing.umd.js +0 -399
  1136. package/bundles/material-progress-spinner-testing.umd.js.map +0 -1
  1137. package/bundles/material-progress-spinner.umd.js +0 -631
  1138. package/bundles/material-progress-spinner.umd.js.map +0 -1
  1139. package/bundles/material-radio-testing.umd.js +0 -812
  1140. package/bundles/material-radio-testing.umd.js.map +0 -1
  1141. package/bundles/material-radio.umd.js +0 -971
  1142. package/bundles/material-radio.umd.js.map +0 -1
  1143. package/bundles/material-select-testing.umd.js +0 -620
  1144. package/bundles/material-select-testing.umd.js.map +0 -1
  1145. package/bundles/material-select.umd.js +0 -1665
  1146. package/bundles/material-select.umd.js.map +0 -1
  1147. package/bundles/material-sidenav-testing.umd.js +0 -603
  1148. package/bundles/material-sidenav-testing.umd.js.map +0 -1
  1149. package/bundles/material-sidenav.umd.js +0 -1368
  1150. package/bundles/material-sidenav.umd.js.map +0 -1
  1151. package/bundles/material-slide-toggle-testing.umd.js +0 -582
  1152. package/bundles/material-slide-toggle-testing.umd.js.map +0 -1
  1153. package/bundles/material-slide-toggle.umd.js +0 -670
  1154. package/bundles/material-slide-toggle.umd.js.map +0 -1
  1155. package/bundles/material-slider-testing.umd.js +0 -587
  1156. package/bundles/material-slider-testing.umd.js.map +0 -1
  1157. package/bundles/material-slider.umd.js +0 -1186
  1158. package/bundles/material-slider.umd.js.map +0 -1
  1159. package/bundles/material-snack-bar-testing.umd.js +0 -554
  1160. package/bundles/material-snack-bar-testing.umd.js.map +0 -1
  1161. package/bundles/material-snack-bar.umd.js +0 -1076
  1162. package/bundles/material-snack-bar.umd.js.map +0 -1
  1163. package/bundles/material-sort-testing.umd.js +0 -493
  1164. package/bundles/material-sort-testing.umd.js.map +0 -1
  1165. package/bundles/material-sort.umd.js +0 -943
  1166. package/bundles/material-sort.umd.js.map +0 -1
  1167. package/bundles/material-stepper-testing.umd.js +0 -703
  1168. package/bundles/material-stepper-testing.umd.js.map +0 -1
  1169. package/bundles/material-stepper.umd.js +0 -893
  1170. package/bundles/material-stepper.umd.js.map +0 -1
  1171. package/bundles/material-table-testing.umd.js +0 -700
  1172. package/bundles/material-table-testing.umd.js.map +0 -1
  1173. package/bundles/material-table.umd.js +0 -1121
  1174. package/bundles/material-table.umd.js.map +0 -1
  1175. package/bundles/material-tabs-testing.umd.js +0 -744
  1176. package/bundles/material-tabs-testing.umd.js.map +0 -1
  1177. package/bundles/material-tabs.umd.js +0 -2169
  1178. package/bundles/material-tabs.umd.js.map +0 -1
  1179. package/bundles/material-toolbar-testing.umd.js +0 -406
  1180. package/bundles/material-toolbar-testing.umd.js.map +0 -1
  1181. package/bundles/material-toolbar.umd.js +0 -454
  1182. package/bundles/material-toolbar.umd.js.map +0 -1
  1183. package/bundles/material-tooltip-testing.umd.js +0 -460
  1184. package/bundles/material-tooltip-testing.umd.js.map +0 -1
  1185. package/bundles/material-tooltip.umd.js +0 -1170
  1186. package/bundles/material-tooltip.umd.js.map +0 -1
  1187. package/bundles/material-tree-testing.umd.js +0 -636
  1188. package/bundles/material-tree-testing.umd.js.map +0 -1
  1189. package/bundles/material-tree.umd.js +0 -837
  1190. package/bundles/material-tree.umd.js.map +0 -1
  1191. package/bundles/material.umd.js +0 -26
  1192. package/bundles/material.umd.js.map +0 -1
  1193. package/button/index.metadata.json +0 -1
  1194. package/button-toggle/index.metadata.json +0 -1
  1195. package/card/index.metadata.json +0 -1
  1196. package/checkbox/index.metadata.json +0 -1
  1197. package/chips/index.metadata.json +0 -1
  1198. package/core/index.metadata.json +0 -1
  1199. package/datepicker/index.metadata.json +0 -1
  1200. package/dialog/index.metadata.json +0 -1
  1201. package/divider/index.metadata.json +0 -1
  1202. package/esm2015/autocomplete/autocomplete-module.js +0 -38
  1203. package/esm2015/autocomplete/autocomplete-origin.js +0 -35
  1204. package/esm2015/autocomplete/autocomplete-trigger.js +0 -627
  1205. package/esm2015/autocomplete/autocomplete.externs.js +0 -6
  1206. package/esm2015/autocomplete/autocomplete.js +0 -202
  1207. package/esm2015/autocomplete/testing/autocomplete-harness.js +0 -120
  1208. package/esm2015/autocomplete/testing/testing.externs.js +0 -0
  1209. package/esm2015/badge/badge-module.js +0 -24
  1210. package/esm2015/badge/badge.externs.js +0 -6
  1211. package/esm2015/badge/badge.js +0 -230
  1212. package/esm2015/badge/testing/badge-harness.js +0 -85
  1213. package/esm2015/badge/testing/testing.externs.js +0 -0
  1214. package/esm2015/bottom-sheet/bottom-sheet-container.js +0 -253
  1215. package/esm2015/bottom-sheet/bottom-sheet-module.js +0 -27
  1216. package/esm2015/bottom-sheet/bottom-sheet-ref.js +0 -91
  1217. package/esm2015/bottom-sheet/bottom-sheet.externs.js +0 -6
  1218. package/esm2015/bottom-sheet/bottom-sheet.js +0 -167
  1219. package/esm2015/bottom-sheet/testing/bottom-sheet-harness.js +0 -40
  1220. package/esm2015/bottom-sheet/testing/testing.externs.js +0 -0
  1221. package/esm2015/button/button-module.js +0 -30
  1222. package/esm2015/button/button.externs.js +0 -6
  1223. package/esm2015/button/button.js +0 -163
  1224. package/esm2015/button/testing/button-harness.js +0 -64
  1225. package/esm2015/button/testing/testing.externs.js +0 -0
  1226. package/esm2015/button-toggle/button-toggle-module.js +0 -20
  1227. package/esm2015/button-toggle/button-toggle.externs.js +0 -6
  1228. package/esm2015/button-toggle/button-toggle.js +0 -441
  1229. package/esm2015/button-toggle/testing/button-toggle-group-harness.js +0 -54
  1230. package/esm2015/button-toggle/testing/button-toggle-harness.js +0 -125
  1231. package/esm2015/button-toggle/testing/testing.externs.js +0 -0
  1232. package/esm2015/card/card-module.js +0 -40
  1233. package/esm2015/card/card.externs.js +0 -6
  1234. package/esm2015/card/card.js +0 -223
  1235. package/esm2015/card/testing/card-harness.js +0 -52
  1236. package/esm2015/card/testing/testing.externs.js +0 -0
  1237. package/esm2015/checkbox/checkbox-module.js +0 -34
  1238. package/esm2015/checkbox/checkbox-required-validator.js +0 -29
  1239. package/esm2015/checkbox/checkbox.externs.js +0 -6
  1240. package/esm2015/checkbox/checkbox.js +0 -385
  1241. package/esm2015/checkbox/testing/checkbox-harness.js +0 -156
  1242. package/esm2015/checkbox/testing/testing.externs.js +0 -0
  1243. package/esm2015/chips/chip-input.js +0 -180
  1244. package/esm2015/chips/chip-list.js +0 -663
  1245. package/esm2015/chips/chip.js +0 -394
  1246. package/esm2015/chips/chips-module.js +0 -43
  1247. package/esm2015/chips/chips.externs.js +0 -6
  1248. package/esm2015/chips/testing/chip-harness.js +0 -110
  1249. package/esm2015/chips/testing/chip-input-harness.js +0 -101
  1250. package/esm2015/chips/testing/chip-list-harness.js +0 -99
  1251. package/esm2015/chips/testing/chip-listbox-harness.js +0 -49
  1252. package/esm2015/chips/testing/chip-option-harness.js +0 -54
  1253. package/esm2015/chips/testing/chip-remove-harness.js +0 -29
  1254. package/esm2015/chips/testing/testing.externs.js +0 -0
  1255. package/esm2015/core/common-behaviors/color.js +0 -31
  1256. package/esm2015/core/common-behaviors/common-module.js +0 -122
  1257. package/esm2015/core/common-behaviors/disable-ripple.js +0 -20
  1258. package/esm2015/core/common-behaviors/disabled.js +0 -19
  1259. package/esm2015/core/common-behaviors/error-state.js +0 -36
  1260. package/esm2015/core/common-behaviors/index.js +0 -15
  1261. package/esm2015/core/common-behaviors/initialized.js +0 -58
  1262. package/esm2015/core/common-behaviors/tabindex.js +0 -23
  1263. package/esm2015/core/core.externs.js +0 -6
  1264. package/esm2015/core/datetime/index.js +0 -38
  1265. package/esm2015/core/datetime/native-date-adapter.js +0 -213
  1266. package/esm2015/core/error/error-options.js +0 -29
  1267. package/esm2015/core/index.js +0 -6
  1268. package/esm2015/core/line/line.js +0 -57
  1269. package/esm2015/core/option/index.js +0 -27
  1270. package/esm2015/core/option/optgroup.js +0 -84
  1271. package/esm2015/core/option/option.js +0 -274
  1272. package/esm2015/core/ripple/index.js +0 -24
  1273. package/esm2015/core/ripple/ripple-renderer.js +0 -261
  1274. package/esm2015/core/ripple/ripple.js +0 -128
  1275. package/esm2015/core/selection/index.js +0 -21
  1276. package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.js +0 -55
  1277. package/esm2015/core/testing/optgroup-harness.js +0 -51
  1278. package/esm2015/core/testing/option-harness.js +0 -67
  1279. package/esm2015/core/testing/testing.externs.js +0 -0
  1280. package/esm2015/core/version.js +0 -11
  1281. package/esm2015/datepicker/calendar-body.js +0 -291
  1282. package/esm2015/datepicker/calendar.js +0 -330
  1283. package/esm2015/datepicker/date-range-input-parts.js +0 -315
  1284. package/esm2015/datepicker/date-range-input.js +0 -316
  1285. package/esm2015/datepicker/date-range-picker.js +0 -40
  1286. package/esm2015/datepicker/date-range-selection-strategy.js +0 -58
  1287. package/esm2015/datepicker/date-selection-model.js +0 -189
  1288. package/esm2015/datepicker/datepicker-actions.js +0 -89
  1289. package/esm2015/datepicker/datepicker-base.js +0 -542
  1290. package/esm2015/datepicker/datepicker-input-base.js +0 -290
  1291. package/esm2015/datepicker/datepicker-input.js +0 -164
  1292. package/esm2015/datepicker/datepicker-intl.js +0 -51
  1293. package/esm2015/datepicker/datepicker-module.js +0 -93
  1294. package/esm2015/datepicker/datepicker-toggle.js +0 -104
  1295. package/esm2015/datepicker/datepicker.externs.js +0 -6
  1296. package/esm2015/datepicker/datepicker.js +0 -30
  1297. package/esm2015/datepicker/index.js +0 -9
  1298. package/esm2015/datepicker/month-view.js +0 -344
  1299. package/esm2015/datepicker/multi-year-view.js +0 -280
  1300. package/esm2015/datepicker/testing/calendar-cell-harness.js +0 -181
  1301. package/esm2015/datepicker/testing/calendar-harness.js +0 -91
  1302. package/esm2015/datepicker/testing/date-range-input-harness.js +0 -116
  1303. package/esm2015/datepicker/testing/datepicker-input-harness-base.js +0 -102
  1304. package/esm2015/datepicker/testing/datepicker-input-harness.js +0 -69
  1305. package/esm2015/datepicker/testing/datepicker-toggle-harness.js +0 -48
  1306. package/esm2015/datepicker/testing/datepicker-trigger-harness-base.js +0 -77
  1307. package/esm2015/datepicker/testing/testing.externs.js +0 -0
  1308. package/esm2015/datepicker/year-view.js +0 -268
  1309. package/esm2015/dialog/dialog-container.js +0 -295
  1310. package/esm2015/dialog/dialog-content-directives.js +0 -159
  1311. package/esm2015/dialog/dialog-module.js +0 -46
  1312. package/esm2015/dialog/dialog-ref.js +0 -196
  1313. package/esm2015/dialog/dialog.externs.js +0 -6
  1314. package/esm2015/dialog/dialog.js +0 -353
  1315. package/esm2015/dialog/testing/dialog-harness.js +0 -103
  1316. package/esm2015/dialog/testing/testing.externs.js +0 -0
  1317. package/esm2015/divider/divider-module.js +0 -20
  1318. package/esm2015/divider/divider.externs.js +0 -6
  1319. package/esm2015/divider/divider.js +0 -43
  1320. package/esm2015/divider/testing/divider-harness.js +0 -27
  1321. package/esm2015/divider/testing/testing.externs.js +0 -0
  1322. package/esm2015/expansion/accordion.js +0 -83
  1323. package/esm2015/expansion/expansion-module.js +0 -42
  1324. package/esm2015/expansion/expansion-panel-content.js +0 -26
  1325. package/esm2015/expansion/expansion-panel-header.js +0 -214
  1326. package/esm2015/expansion/expansion-panel.js +0 -186
  1327. package/esm2015/expansion/expansion.externs.js +0 -6
  1328. package/esm2015/expansion/testing/accordion-harness.js +0 -36
  1329. package/esm2015/expansion/testing/expansion-harness.js +0 -149
  1330. package/esm2015/expansion/testing/testing.externs.js +0 -0
  1331. package/esm2015/form-field/error.js +0 -45
  1332. package/esm2015/form-field/form-field-control.js +0 -15
  1333. package/esm2015/form-field/form-field-module.js +0 -49
  1334. package/esm2015/form-field/form-field.externs.js +0 -6
  1335. package/esm2015/form-field/form-field.js +0 -482
  1336. package/esm2015/form-field/hint.js +0 -45
  1337. package/esm2015/form-field/label.js +0 -17
  1338. package/esm2015/form-field/placeholder.js +0 -22
  1339. package/esm2015/form-field/prefix.js +0 -24
  1340. package/esm2015/form-field/suffix.js +0 -24
  1341. package/esm2015/form-field/testing/control/control.externs.js +0 -0
  1342. package/esm2015/form-field/testing/form-field-harness.js +0 -218
  1343. package/esm2015/form-field/testing/testing.externs.js +0 -0
  1344. package/esm2015/grid-list/grid-list-module.js +0 -37
  1345. package/esm2015/grid-list/grid-list.externs.js +0 -6
  1346. package/esm2015/grid-list/grid-list.js +0 -135
  1347. package/esm2015/grid-list/grid-tile.js +0 -116
  1348. package/esm2015/grid-list/index.js +0 -6
  1349. package/esm2015/grid-list/testing/grid-list-harness.js +0 -79
  1350. package/esm2015/grid-list/testing/grid-tile-harness.js +0 -80
  1351. package/esm2015/grid-list/testing/testing.externs.js +0 -0
  1352. package/esm2015/icon/icon-module.js +0 -20
  1353. package/esm2015/icon/icon-registry.js +0 -581
  1354. package/esm2015/icon/icon.externs.js +0 -6
  1355. package/esm2015/icon/icon.js +0 -362
  1356. package/esm2015/icon/testing/fake-icon-registry.js +0 -85
  1357. package/esm2015/icon/testing/icon-harness.js +0 -63
  1358. package/esm2015/icon/testing/testing.externs.js +0 -6
  1359. package/esm2015/icon/trusted-types.js +0 -44
  1360. package/esm2015/input/autosize.js +0 -44
  1361. package/esm2015/input/input-module.js +0 -35
  1362. package/esm2015/input/input.externs.js +0 -6
  1363. package/esm2015/input/input.js +0 -395
  1364. package/esm2015/input/public-api.js +0 -13
  1365. package/esm2015/input/testing/input-harness.js +0 -138
  1366. package/esm2015/input/testing/native-option-harness.js +0 -51
  1367. package/esm2015/input/testing/native-select-harness.js +0 -100
  1368. package/esm2015/input/testing/testing.externs.js +0 -0
  1369. package/esm2015/list/list-module.js +0 -45
  1370. package/esm2015/list/list.externs.js +0 -6
  1371. package/esm2015/list/list.js +0 -218
  1372. package/esm2015/list/selection-list.js +0 -608
  1373. package/esm2015/list/testing/action-list-harness.js +0 -68
  1374. package/esm2015/list/testing/list-harness-base.js +0 -97
  1375. package/esm2015/list/testing/list-item-harness-base.js +0 -85
  1376. package/esm2015/list/testing/nav-list-harness.js +0 -75
  1377. package/esm2015/list/testing/selection-list-harness.js +0 -152
  1378. package/esm2015/list/testing/testing.externs.js +0 -0
  1379. package/esm2015/material.externs.js +0 -0
  1380. package/esm2015/menu/index.js +0 -7
  1381. package/esm2015/menu/menu-content.js +0 -92
  1382. package/esm2015/menu/menu-item.js +0 -164
  1383. package/esm2015/menu/menu-module.js +0 -49
  1384. package/esm2015/menu/menu-trigger.js +0 -493
  1385. package/esm2015/menu/menu.externs.js +0 -6
  1386. package/esm2015/menu/menu.js +0 -381
  1387. package/esm2015/menu/public-api.js +0 -16
  1388. package/esm2015/menu/testing/menu-harness.js +0 -223
  1389. package/esm2015/menu/testing/testing.externs.js +0 -0
  1390. package/esm2015/paginator/paginator-intl.js +0 -62
  1391. package/esm2015/paginator/paginator-module.js +0 -32
  1392. package/esm2015/paginator/paginator.externs.js +0 -6
  1393. package/esm2015/paginator/paginator.js +0 -263
  1394. package/esm2015/paginator/testing/paginator-harness.js +0 -106
  1395. package/esm2015/paginator/testing/testing.externs.js +0 -0
  1396. package/esm2015/progress-bar/progress-bar-module.js +0 -21
  1397. package/esm2015/progress-bar/progress-bar.externs.js +0 -6
  1398. package/esm2015/progress-bar/progress-bar.js +0 -179
  1399. package/esm2015/progress-bar/testing/progress-bar-harness.js +0 -39
  1400. package/esm2015/progress-bar/testing/testing.externs.js +0 -0
  1401. package/esm2015/progress-spinner/progress-spinner-module.js +0 -28
  1402. package/esm2015/progress-spinner/progress-spinner.externs.js +0 -6
  1403. package/esm2015/progress-spinner/progress-spinner.js +0 -274
  1404. package/esm2015/progress-spinner/testing/progress-spinner-harness.js +0 -40
  1405. package/esm2015/progress-spinner/testing/testing.externs.js +0 -0
  1406. package/esm2015/radio/radio-module.js +0 -20
  1407. package/esm2015/radio/radio.externs.js +0 -6
  1408. package/esm2015/radio/radio.js +0 -546
  1409. package/esm2015/radio/testing/radio-harness.js +0 -272
  1410. package/esm2015/radio/testing/testing.externs.js +0 -0
  1411. package/esm2015/select/select-module.js +0 -37
  1412. package/esm2015/select/select.externs.js +0 -6
  1413. package/esm2015/select/select.js +0 -1138
  1414. package/esm2015/select/testing/select-harness.js +0 -157
  1415. package/esm2015/select/testing/testing.externs.js +0 -0
  1416. package/esm2015/sidenav/drawer.js +0 -766
  1417. package/esm2015/sidenav/index.js +0 -6
  1418. package/esm2015/sidenav/sidenav-module.js +0 -45
  1419. package/esm2015/sidenav/sidenav.externs.js +0 -6
  1420. package/esm2015/sidenav/sidenav.js +0 -118
  1421. package/esm2015/sidenav/testing/drawer-container-harness.js +0 -41
  1422. package/esm2015/sidenav/testing/drawer-harness.js +0 -57
  1423. package/esm2015/sidenav/testing/sidenav-container-harness.js +0 -41
  1424. package/esm2015/sidenav/testing/sidenav-harness.js +0 -32
  1425. package/esm2015/sidenav/testing/testing.externs.js +0 -0
  1426. package/esm2015/slide-toggle/slide-toggle-module.js +0 -40
  1427. package/esm2015/slide-toggle/slide-toggle-required-validator.js +0 -32
  1428. package/esm2015/slide-toggle/slide-toggle.externs.js +0 -6
  1429. package/esm2015/slide-toggle/slide-toggle.js +0 -236
  1430. package/esm2015/slide-toggle/testing/slide-toggle-harness.js +0 -139
  1431. package/esm2015/slide-toggle/testing/testing.externs.js +0 -0
  1432. package/esm2015/slider/slider-module.js +0 -21
  1433. package/esm2015/slider/slider.externs.js +0 -6
  1434. package/esm2015/slider/slider.js +0 -788
  1435. package/esm2015/slider/testing/slider-harness.js +0 -141
  1436. package/esm2015/slider/testing/testing.externs.js +0 -0
  1437. package/esm2015/snack-bar/simple-snack-bar.js +0 -45
  1438. package/esm2015/snack-bar/snack-bar-container.js +0 -224
  1439. package/esm2015/snack-bar/snack-bar-module.js +0 -32
  1440. package/esm2015/snack-bar/snack-bar-ref.js +0 -90
  1441. package/esm2015/snack-bar/snack-bar.externs.js +0 -6
  1442. package/esm2015/snack-bar/snack-bar.js +0 -265
  1443. package/esm2015/snack-bar/testing/snack-bar-harness.js +0 -142
  1444. package/esm2015/snack-bar/testing/testing.externs.js +0 -0
  1445. package/esm2015/sort/sort-header-intl.js +0 -41
  1446. package/esm2015/sort/sort-header.js +0 -268
  1447. package/esm2015/sort/sort-module.js +0 -24
  1448. package/esm2015/sort/sort.externs.js +0 -6
  1449. package/esm2015/sort/sort.js +0 -140
  1450. package/esm2015/sort/testing/sort-harness.js +0 -41
  1451. package/esm2015/sort/testing/sort-header-harness.js +0 -67
  1452. package/esm2015/sort/testing/testing.externs.js +0 -0
  1453. package/esm2015/stepper/step-content.js +0 -25
  1454. package/esm2015/stepper/step-header.js +0 -108
  1455. package/esm2015/stepper/step-label.js +0 -17
  1456. package/esm2015/stepper/stepper-button.js +0 -36
  1457. package/esm2015/stepper/stepper-icon.js +0 -28
  1458. package/esm2015/stepper/stepper-intl.js +0 -37
  1459. package/esm2015/stepper/stepper-module.js +0 -61
  1460. package/esm2015/stepper/stepper.externs.js +0 -6
  1461. package/esm2015/stepper/stepper.js +0 -187
  1462. package/esm2015/stepper/testing/step-harness.js +0 -111
  1463. package/esm2015/stepper/testing/stepper-button-harnesses.js +0 -55
  1464. package/esm2015/stepper/testing/stepper-harness.js +0 -57
  1465. package/esm2015/stepper/testing/testing.externs.js +0 -0
  1466. package/esm2015/table/cell.js +0 -114
  1467. package/esm2015/table/row.js +0 -116
  1468. package/esm2015/table/table-data-source.js +0 -312
  1469. package/esm2015/table/table-module.js +0 -50
  1470. package/esm2015/table/table.externs.js +0 -6
  1471. package/esm2015/table/table.js +0 -63
  1472. package/esm2015/table/testing/cell-harness.js +0 -77
  1473. package/esm2015/table/testing/row-harness.js +0 -91
  1474. package/esm2015/table/testing/table-harness.js +0 -99
  1475. package/esm2015/table/testing/testing.externs.js +0 -0
  1476. package/esm2015/table/text-column.js +0 -44
  1477. package/esm2015/tabs/index.js +0 -9
  1478. package/esm2015/tabs/ink-bar.js +0 -87
  1479. package/esm2015/tabs/paginated-tab-header.js +0 -477
  1480. package/esm2015/tabs/public-api.js +0 -20
  1481. package/esm2015/tabs/tab-body.js +0 -212
  1482. package/esm2015/tabs/tab-content.js +0 -31
  1483. package/esm2015/tabs/tab-group.js +0 -357
  1484. package/esm2015/tabs/tab-header.js +0 -94
  1485. package/esm2015/tabs/tab-label-wrapper.js +0 -47
  1486. package/esm2015/tabs/tab-label.js +0 -25
  1487. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +0 -241
  1488. package/esm2015/tabs/tab.js +0 -106
  1489. package/esm2015/tabs/tabs-module.js +0 -60
  1490. package/esm2015/tabs/tabs.externs.js +0 -6
  1491. package/esm2015/tabs/testing/tab-group-harness.js +0 -65
  1492. package/esm2015/tabs/testing/tab-harness.js +0 -85
  1493. package/esm2015/tabs/testing/tab-link-harness.js +0 -51
  1494. package/esm2015/tabs/testing/tab-nav-bar-harness.js +0 -61
  1495. package/esm2015/tabs/testing/testing.externs.js +0 -0
  1496. package/esm2015/toolbar/testing/testing.externs.js +0 -0
  1497. package/esm2015/toolbar/testing/toolbar-harness.js +0 -47
  1498. package/esm2015/toolbar/toolbar-module.js +0 -20
  1499. package/esm2015/toolbar/toolbar.externs.js +0 -6
  1500. package/esm2015/toolbar/toolbar.js +0 -91
  1501. package/esm2015/tooltip/testing/testing.externs.js +0 -0
  1502. package/esm2015/tooltip/testing/tooltip-harness.js +0 -68
  1503. package/esm2015/tooltip/tooltip-module.js +0 -31
  1504. package/esm2015/tooltip/tooltip.externs.js +0 -6
  1505. package/esm2015/tooltip/tooltip.js +0 -737
  1506. package/esm2015/tree/node.js +0 -131
  1507. package/esm2015/tree/outlet.js +0 -33
  1508. package/esm2015/tree/padding.js +0 -31
  1509. package/esm2015/tree/testing/node-harness.js +0 -84
  1510. package/esm2015/tree/testing/testing.externs.js +0 -0
  1511. package/esm2015/tree/testing/tree-harness.js +0 -129
  1512. package/esm2015/tree/toggle.js +0 -32
  1513. package/esm2015/tree/tree-module.js +0 -34
  1514. package/esm2015/tree/tree.externs.js +0 -6
  1515. package/esm2015/tree/tree.js +0 -43
  1516. package/expansion/index.metadata.json +0 -1
  1517. package/fesm2015/autocomplete/testing.js +0 -147
  1518. package/fesm2015/autocomplete/testing.js.map +0 -1
  1519. package/fesm2015/autocomplete.js +0 -901
  1520. package/fesm2015/autocomplete.js.map +0 -1
  1521. package/fesm2015/badge/testing.js +0 -112
  1522. package/fesm2015/badge/testing.js.map +0 -1
  1523. package/fesm2015/badge.js +0 -265
  1524. package/fesm2015/badge.js.map +0 -1
  1525. package/fesm2015/bottom-sheet/testing.js +0 -67
  1526. package/fesm2015/bottom-sheet/testing.js.map +0 -1
  1527. package/fesm2015/bottom-sheet.js +0 -603
  1528. package/fesm2015/bottom-sheet.js.map +0 -1
  1529. package/fesm2015/button/testing.js +0 -91
  1530. package/fesm2015/button/testing.js.map +0 -1
  1531. package/fesm2015/button-toggle/testing.js +0 -211
  1532. package/fesm2015/button-toggle/testing.js.map +0 -1
  1533. package/fesm2015/button-toggle.js +0 -473
  1534. package/fesm2015/button-toggle.js.map +0 -1
  1535. package/fesm2015/button.js +0 -205
  1536. package/fesm2015/button.js.map +0 -1
  1537. package/fesm2015/card/testing.js +0 -79
  1538. package/fesm2015/card/testing.js.map +0 -1
  1539. package/fesm2015/card.js +0 -276
  1540. package/fesm2015/card.js.map +0 -1
  1541. package/fesm2015/checkbox/testing.js +0 -183
  1542. package/fesm2015/checkbox/testing.js.map +0 -1
  1543. package/fesm2015/checkbox.js +0 -476
  1544. package/fesm2015/checkbox.js.map +0 -1
  1545. package/fesm2015/chips/testing.js +0 -465
  1546. package/fesm2015/chips/testing.js.map +0 -1
  1547. package/fesm2015/chips.js +0 -1286
  1548. package/fesm2015/chips.js.map +0 -1
  1549. package/fesm2015/core/testing.js +0 -150
  1550. package/fesm2015/core/testing.js.map +0 -1
  1551. package/fesm2015/core.js +0 -1692
  1552. package/fesm2015/core.js.map +0 -1
  1553. package/fesm2015/datepicker/testing.js +0 -692
  1554. package/fesm2015/datepicker/testing.js.map +0 -1
  1555. package/fesm2015/datepicker.js +0 -3745
  1556. package/fesm2015/datepicker.js.map +0 -1
  1557. package/fesm2015/dialog/testing.js +0 -130
  1558. package/fesm2015/dialog/testing.js.map +0 -1
  1559. package/fesm2015/dialog.js +0 -1127
  1560. package/fesm2015/dialog.js.map +0 -1
  1561. package/fesm2015/divider/testing.js +0 -54
  1562. package/fesm2015/divider/testing.js.map +0 -1
  1563. package/fesm2015/divider.js +0 -76
  1564. package/fesm2015/divider.js.map +0 -1
  1565. package/fesm2015/expansion/testing.js +0 -209
  1566. package/fesm2015/expansion/testing.js.map +0 -1
  1567. package/fesm2015/expansion.js +0 -600
  1568. package/fesm2015/expansion.js.map +0 -1
  1569. package/fesm2015/form-field/testing/control.js +0 -26
  1570. package/fesm2015/form-field/testing/control.js.map +0 -1
  1571. package/fesm2015/form-field/testing.js +0 -246
  1572. package/fesm2015/form-field/testing.js.map +0 -1
  1573. package/fesm2015/form-field.js +0 -757
  1574. package/fesm2015/form-field.js.map +0 -1
  1575. package/fesm2015/grid-list/testing.js +0 -183
  1576. package/fesm2015/grid-list/testing.js.map +0 -1
  1577. package/fesm2015/grid-list.js +0 -680
  1578. package/fesm2015/grid-list.js.map +0 -1
  1579. package/fesm2015/icon/testing.js +0 -171
  1580. package/fesm2015/icon/testing.js.map +0 -1
  1581. package/fesm2015/icon.js +0 -1012
  1582. package/fesm2015/icon.js.map +0 -1
  1583. package/fesm2015/input/testing.js +0 -318
  1584. package/fesm2015/input/testing.js.map +0 -1
  1585. package/fesm2015/input.js +0 -506
  1586. package/fesm2015/input.js.map +0 -1
  1587. package/fesm2015/list/testing.js +0 -529
  1588. package/fesm2015/list/testing.js.map +0 -1
  1589. package/fesm2015/list.js +0 -876
  1590. package/fesm2015/list.js.map +0 -1
  1591. package/fesm2015/material.js +0 -16
  1592. package/fesm2015/material.js.map +0 -1
  1593. package/fesm2015/menu/testing.js +0 -250
  1594. package/fesm2015/menu/testing.js.map +0 -1
  1595. package/fesm2015/menu.js +0 -1292
  1596. package/fesm2015/menu.js.map +0 -1
  1597. package/fesm2015/paginator/testing.js +0 -133
  1598. package/fesm2015/paginator/testing.js.map +0 -1
  1599. package/fesm2015/paginator.js +0 -366
  1600. package/fesm2015/paginator.js.map +0 -1
  1601. package/fesm2015/progress-bar/testing.js +0 -66
  1602. package/fesm2015/progress-bar/testing.js.map +0 -1
  1603. package/fesm2015/progress-bar.js +0 -211
  1604. package/fesm2015/progress-bar.js.map +0 -1
  1605. package/fesm2015/progress-spinner/testing.js +0 -67
  1606. package/fesm2015/progress-spinner/testing.js.map +0 -1
  1607. package/fesm2015/progress-spinner.js +0 -313
  1608. package/fesm2015/progress-spinner.js.map +0 -1
  1609. package/fesm2015/radio/testing.js +0 -299
  1610. package/fesm2015/radio/testing.js.map +0 -1
  1611. package/fesm2015/radio.js +0 -578
  1612. package/fesm2015/radio.js.map +0 -1
  1613. package/fesm2015/select/testing.js +0 -184
  1614. package/fesm2015/select/testing.js.map +0 -1
  1615. package/fesm2015/select.js +0 -1269
  1616. package/fesm2015/select.js.map +0 -1
  1617. package/fesm2015/sidenav/testing.js +0 -231
  1618. package/fesm2015/sidenav/testing.js.map +0 -1
  1619. package/fesm2015/sidenav.js +0 -965
  1620. package/fesm2015/sidenav.js.map +0 -1
  1621. package/fesm2015/slide-toggle/testing.js +0 -166
  1622. package/fesm2015/slide-toggle/testing.js.map +0 -1
  1623. package/fesm2015/slide-toggle.js +0 -329
  1624. package/fesm2015/slide-toggle.js.map +0 -1
  1625. package/fesm2015/slider/testing.js +0 -160
  1626. package/fesm2015/slider/testing.js.map +0 -1
  1627. package/fesm2015/slider.js +0 -820
  1628. package/fesm2015/slider.js.map +0 -1
  1629. package/fesm2015/snack-bar/testing.js +0 -169
  1630. package/fesm2015/snack-bar/testing.js.map +0 -1
  1631. package/fesm2015/snack-bar.js +0 -713
  1632. package/fesm2015/snack-bar.js.map +0 -1
  1633. package/fesm2015/sort/testing.js +0 -124
  1634. package/fesm2015/sort/testing.js.map +0 -1
  1635. package/fesm2015/sort.js +0 -587
  1636. package/fesm2015/sort.js.map +0 -1
  1637. package/fesm2015/stepper/testing.js +0 -237
  1638. package/fesm2015/stepper/testing.js.map +0 -1
  1639. package/fesm2015/stepper.js +0 -519
  1640. package/fesm2015/stepper.js.map +0 -1
  1641. package/fesm2015/table/testing.js +0 -280
  1642. package/fesm2015/table/testing.js.map +0 -1
  1643. package/fesm2015/table.js +0 -701
  1644. package/fesm2015/table.js.map +0 -1
  1645. package/fesm2015/tabs/testing.js +0 -273
  1646. package/fesm2015/tabs/testing.js.map +0 -1
  1647. package/fesm2015/tabs.js +0 -1746
  1648. package/fesm2015/tabs.js.map +0 -1
  1649. package/fesm2015/toolbar/testing.js +0 -74
  1650. package/fesm2015/toolbar/testing.js.map +0 -1
  1651. package/fesm2015/toolbar.js +0 -123
  1652. package/fesm2015/toolbar.js.map +0 -1
  1653. package/fesm2015/tooltip/testing.js +0 -95
  1654. package/fesm2015/tooltip/testing.js.map +0 -1
  1655. package/fesm2015/tooltip.js +0 -802
  1656. package/fesm2015/tooltip.js.map +0 -1
  1657. package/fesm2015/tree/testing.js +0 -237
  1658. package/fesm2015/tree/testing.js.map +0 -1
  1659. package/fesm2015/tree.js +0 -479
  1660. package/fesm2015/tree.js.map +0 -1
  1661. package/form-field/index.metadata.json +0 -1
  1662. package/grid-list/index.metadata.json +0 -1
  1663. package/icon/index.metadata.json +0 -1
  1664. package/icon/testing/index.metadata.json +0 -1
  1665. package/input/autosize.d.ts +0 -23
  1666. package/input/index.metadata.json +0 -1
  1667. package/list/index.metadata.json +0 -1
  1668. package/menu/index.metadata.json +0 -1
  1669. package/paginator/index.metadata.json +0 -1
  1670. package/progress-bar/index.metadata.json +0 -1
  1671. package/progress-spinner/index.metadata.json +0 -1
  1672. package/radio/index.metadata.json +0 -1
  1673. package/select/index.metadata.json +0 -1
  1674. package/sidenav/index.metadata.json +0 -1
  1675. package/slide-toggle/index.metadata.json +0 -1
  1676. package/slider/index.metadata.json +0 -1
  1677. package/snack-bar/index.metadata.json +0 -1
  1678. package/sort/index.metadata.json +0 -1
  1679. package/stepper/index.metadata.json +0 -1
  1680. package/table/index.metadata.json +0 -1
  1681. package/tabs/index.metadata.json +0 -1
  1682. package/toolbar/index.metadata.json +0 -1
  1683. package/tooltip/index.metadata.json +0 -1
  1684. package/tree/index.metadata.json +0 -1
@@ -1,2169 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/a11y'), require('@angular/cdk/observers'), require('@angular/cdk/portal'), require('@angular/common'), require('@angular/core'), require('@angular/material/core'), require('@angular/platform-browser/animations'), require('rxjs'), require('@angular/cdk/bidi'), require('@angular/animations'), require('rxjs/operators'), require('@angular/cdk/coercion'), require('@angular/cdk/scrolling'), require('@angular/cdk/platform'), require('@angular/cdk/keycodes')) :
3
- typeof define === 'function' && define.amd ? define('@angular/material/tabs', ['exports', '@angular/cdk/a11y', '@angular/cdk/observers', '@angular/cdk/portal', '@angular/common', '@angular/core', '@angular/material/core', '@angular/platform-browser/animations', 'rxjs', '@angular/cdk/bidi', '@angular/animations', 'rxjs/operators', '@angular/cdk/coercion', '@angular/cdk/scrolling', '@angular/cdk/platform', '@angular/cdk/keycodes'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.tabs = {}), global.ng.cdk.a11y, global.ng.cdk.observers, global.ng.cdk.portal, global.ng.common, global.ng.core, global.ng.material.core, global.ng.platformBrowser.animations, global.rxjs, global.ng.cdk.bidi, global.ng.animations, global.rxjs.operators, global.ng.cdk.coercion, global.ng.cdk.scrolling, global.ng.cdk.platform, global.ng.cdk.keycodes));
5
- }(this, (function (exports, a11y, observers, portal, common, core, core$1, animations, rxjs, bidi, animations$1, operators, coercion, scrolling, platform, keycodes) { 'use strict';
6
-
7
- /**
8
- * @license
9
- * Copyright Google LLC All Rights Reserved.
10
- *
11
- * Use of this source code is governed by an MIT-style license that can be
12
- * found in the LICENSE file at https://angular.io/license
13
- */
14
- /** Injection token for the MatInkBar's Positioner. */
15
- var _MAT_INK_BAR_POSITIONER = new core.InjectionToken('MatInkBarPositioner', {
16
- providedIn: 'root',
17
- factory: _MAT_INK_BAR_POSITIONER_FACTORY
18
- });
19
- /**
20
- * The default positioner function for the MatInkBar.
21
- * @docs-private
22
- */
23
- function _MAT_INK_BAR_POSITIONER_FACTORY() {
24
- var method = function (element) { return ({
25
- left: element ? (element.offsetLeft || 0) + 'px' : '0',
26
- width: element ? (element.offsetWidth || 0) + 'px' : '0',
27
- }); };
28
- return method;
29
- }
30
- /**
31
- * The ink-bar is used to display and animate the line underneath the current active tab label.
32
- * @docs-private
33
- */
34
- var MatInkBar = /** @class */ (function () {
35
- function MatInkBar(_elementRef, _ngZone, _inkBarPositioner, _animationMode) {
36
- this._elementRef = _elementRef;
37
- this._ngZone = _ngZone;
38
- this._inkBarPositioner = _inkBarPositioner;
39
- this._animationMode = _animationMode;
40
- }
41
- /**
42
- * Calculates the styles from the provided element in order to align the ink-bar to that element.
43
- * Shows the ink bar if previously set as hidden.
44
- * @param element
45
- */
46
- MatInkBar.prototype.alignToElement = function (element) {
47
- var _this = this;
48
- this.show();
49
- if (typeof requestAnimationFrame !== 'undefined') {
50
- this._ngZone.runOutsideAngular(function () {
51
- requestAnimationFrame(function () { return _this._setStyles(element); });
52
- });
53
- }
54
- else {
55
- this._setStyles(element);
56
- }
57
- };
58
- /** Shows the ink bar. */
59
- MatInkBar.prototype.show = function () {
60
- this._elementRef.nativeElement.style.visibility = 'visible';
61
- };
62
- /** Hides the ink bar. */
63
- MatInkBar.prototype.hide = function () {
64
- this._elementRef.nativeElement.style.visibility = 'hidden';
65
- };
66
- /**
67
- * Sets the proper styles to the ink bar element.
68
- * @param element
69
- */
70
- MatInkBar.prototype._setStyles = function (element) {
71
- var positions = this._inkBarPositioner(element);
72
- var inkBar = this._elementRef.nativeElement;
73
- inkBar.style.left = positions.left;
74
- inkBar.style.width = positions.width;
75
- };
76
- return MatInkBar;
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
-
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 (Object.prototype.hasOwnProperty.call(b, p))
114
- d[p] = b[p]; };
115
- return extendStatics(d, b);
116
- };
117
- function __extends(d, b) {
118
- if (typeof b !== "function" && b !== null)
119
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
120
- extendStatics(d, b);
121
- function __() { this.constructor = d; }
122
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
123
- }
124
- var __assign = function () {
125
- __assign = Object.assign || function __assign(t) {
126
- for (var s, i = 1, n = arguments.length; i < n; i++) {
127
- s = arguments[i];
128
- for (var p in s)
129
- if (Object.prototype.hasOwnProperty.call(s, p))
130
- t[p] = s[p];
131
- }
132
- return t;
133
- };
134
- return __assign.apply(this, arguments);
135
- };
136
- function __rest(s, e) {
137
- var t = {};
138
- for (var p in s)
139
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
140
- t[p] = s[p];
141
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
142
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
143
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
144
- t[p[i]] = s[p[i]];
145
- }
146
- return t;
147
- }
148
- function __decorate(decorators, target, key, desc) {
149
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
150
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
151
- r = Reflect.decorate(decorators, target, key, desc);
152
- else
153
- for (var i = decorators.length - 1; i >= 0; i--)
154
- if (d = decorators[i])
155
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
156
- return c > 3 && r && Object.defineProperty(target, key, r), r;
157
- }
158
- function __param(paramIndex, decorator) {
159
- return function (target, key) { decorator(target, key, paramIndex); };
160
- }
161
- function __metadata(metadataKey, metadataValue) {
162
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
163
- return Reflect.metadata(metadataKey, metadataValue);
164
- }
165
- function __awaiter(thisArg, _arguments, P, generator) {
166
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
167
- return new (P || (P = Promise))(function (resolve, reject) {
168
- function fulfilled(value) { try {
169
- step(generator.next(value));
170
- }
171
- catch (e) {
172
- reject(e);
173
- } }
174
- function rejected(value) { try {
175
- step(generator["throw"](value));
176
- }
177
- catch (e) {
178
- reject(e);
179
- } }
180
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
181
- step((generator = generator.apply(thisArg, _arguments || [])).next());
182
- });
183
- }
184
- function __generator(thisArg, body) {
185
- var _ = { label: 0, sent: function () { if (t[0] & 1)
186
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
187
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
188
- function verb(n) { return function (v) { return step([n, v]); }; }
189
- function step(op) {
190
- if (f)
191
- throw new TypeError("Generator is already executing.");
192
- while (_)
193
- try {
194
- 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)
195
- return t;
196
- if (y = 0, t)
197
- op = [op[0] & 2, t.value];
198
- switch (op[0]) {
199
- case 0:
200
- case 1:
201
- t = op;
202
- break;
203
- case 4:
204
- _.label++;
205
- return { value: op[1], done: false };
206
- case 5:
207
- _.label++;
208
- y = op[1];
209
- op = [0];
210
- continue;
211
- case 7:
212
- op = _.ops.pop();
213
- _.trys.pop();
214
- continue;
215
- default:
216
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
217
- _ = 0;
218
- continue;
219
- }
220
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
221
- _.label = op[1];
222
- break;
223
- }
224
- if (op[0] === 6 && _.label < t[1]) {
225
- _.label = t[1];
226
- t = op;
227
- break;
228
- }
229
- if (t && _.label < t[2]) {
230
- _.label = t[2];
231
- _.ops.push(op);
232
- break;
233
- }
234
- if (t[2])
235
- _.ops.pop();
236
- _.trys.pop();
237
- continue;
238
- }
239
- op = body.call(thisArg, _);
240
- }
241
- catch (e) {
242
- op = [6, e];
243
- y = 0;
244
- }
245
- finally {
246
- f = t = 0;
247
- }
248
- if (op[0] & 5)
249
- throw op[1];
250
- return { value: op[0] ? op[1] : void 0, done: true };
251
- }
252
- }
253
- var __createBinding = Object.create ? (function (o, m, k, k2) {
254
- if (k2 === undefined)
255
- k2 = k;
256
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
257
- }) : (function (o, m, k, k2) {
258
- if (k2 === undefined)
259
- k2 = k;
260
- o[k2] = m[k];
261
- });
262
- function __exportStar(m, o) {
263
- for (var p in m)
264
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
265
- __createBinding(o, m, p);
266
- }
267
- function __values(o) {
268
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
269
- if (m)
270
- return m.call(o);
271
- if (o && typeof o.length === "number")
272
- return {
273
- next: function () {
274
- if (o && i >= o.length)
275
- o = void 0;
276
- return { value: o && o[i++], done: !o };
277
- }
278
- };
279
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
280
- }
281
- function __read(o, n) {
282
- var m = typeof Symbol === "function" && o[Symbol.iterator];
283
- if (!m)
284
- return o;
285
- var i = m.call(o), r, ar = [], e;
286
- try {
287
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
288
- ar.push(r.value);
289
- }
290
- catch (error) {
291
- e = { error: error };
292
- }
293
- finally {
294
- try {
295
- if (r && !r.done && (m = i["return"]))
296
- m.call(i);
297
- }
298
- finally {
299
- if (e)
300
- throw e.error;
301
- }
302
- }
303
- return ar;
304
- }
305
- /** @deprecated */
306
- function __spread() {
307
- for (var ar = [], i = 0; i < arguments.length; i++)
308
- ar = ar.concat(__read(arguments[i]));
309
- return ar;
310
- }
311
- /** @deprecated */
312
- function __spreadArrays() {
313
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
314
- s += arguments[i].length;
315
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
316
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
317
- r[k] = a[j];
318
- return r;
319
- }
320
- function __spreadArray(to, from, pack) {
321
- if (pack || arguments.length === 2)
322
- for (var i = 0, l = from.length, ar; i < l; i++) {
323
- if (ar || !(i in from)) {
324
- if (!ar)
325
- ar = Array.prototype.slice.call(from, 0, i);
326
- ar[i] = from[i];
327
- }
328
- }
329
- return to.concat(ar || from);
330
- }
331
- function __await(v) {
332
- return this instanceof __await ? (this.v = v, this) : new __await(v);
333
- }
334
- function __asyncGenerator(thisArg, _arguments, generator) {
335
- if (!Symbol.asyncIterator)
336
- throw new TypeError("Symbol.asyncIterator is not defined.");
337
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
338
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
339
- function verb(n) { if (g[n])
340
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
341
- function resume(n, v) { try {
342
- step(g[n](v));
343
- }
344
- catch (e) {
345
- settle(q[0][3], e);
346
- } }
347
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
348
- function fulfill(value) { resume("next", value); }
349
- function reject(value) { resume("throw", value); }
350
- function settle(f, v) { if (f(v), q.shift(), q.length)
351
- resume(q[0][0], q[0][1]); }
352
- }
353
- function __asyncDelegator(o) {
354
- var i, p;
355
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
356
- 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; }
357
- }
358
- function __asyncValues(o) {
359
- if (!Symbol.asyncIterator)
360
- throw new TypeError("Symbol.asyncIterator is not defined.");
361
- var m = o[Symbol.asyncIterator], i;
362
- 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);
363
- 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); }); }; }
364
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
365
- }
366
- function __makeTemplateObject(cooked, raw) {
367
- if (Object.defineProperty) {
368
- Object.defineProperty(cooked, "raw", { value: raw });
369
- }
370
- else {
371
- cooked.raw = raw;
372
- }
373
- return cooked;
374
- }
375
- ;
376
- var __setModuleDefault = Object.create ? (function (o, v) {
377
- Object.defineProperty(o, "default", { enumerable: true, value: v });
378
- }) : function (o, v) {
379
- o["default"] = v;
380
- };
381
- function __importStar(mod) {
382
- if (mod && mod.__esModule)
383
- return mod;
384
- var result = {};
385
- if (mod != null)
386
- for (var k in mod)
387
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
388
- __createBinding(result, mod, k);
389
- __setModuleDefault(result, mod);
390
- return result;
391
- }
392
- function __importDefault(mod) {
393
- return (mod && mod.__esModule) ? mod : { default: mod };
394
- }
395
- function __classPrivateFieldGet(receiver, state, kind, f) {
396
- if (kind === "a" && !f)
397
- throw new TypeError("Private accessor was defined without a getter");
398
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
399
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
400
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
401
- }
402
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
403
- if (kind === "m")
404
- throw new TypeError("Private method is not writable");
405
- if (kind === "a" && !f)
406
- throw new TypeError("Private accessor was defined without a setter");
407
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
408
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
409
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
410
- }
411
-
412
- /**
413
- * @license
414
- * Copyright Google LLC All Rights Reserved.
415
- *
416
- * Use of this source code is governed by an MIT-style license that can be
417
- * found in the LICENSE file at https://angular.io/license
418
- */
419
- /**
420
- * Injection token that can be used to reference instances of `MatTabContent`. It serves as
421
- * alternative token to the actual `MatTabContent` class which could cause unnecessary
422
- * retention of the class and its directive metadata.
423
- */
424
- var MAT_TAB_CONTENT = new core.InjectionToken('MatTabContent');
425
- /** Decorates the `ng-template` tags and reads out the template from it. */
426
- var MatTabContent = /** @class */ (function () {
427
- function MatTabContent(
428
- /** Content for the tab. */ template) {
429
- this.template = template;
430
- }
431
- return MatTabContent;
432
- }());
433
- MatTabContent.decorators = [
434
- { type: core.Directive, args: [{
435
- selector: '[matTabContent]',
436
- providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }],
437
- },] }
438
- ];
439
- MatTabContent.ctorParameters = function () { return [
440
- { type: core.TemplateRef }
441
- ]; };
442
-
443
- /**
444
- * Injection token that can be used to reference instances of `MatTabLabel`. It serves as
445
- * alternative token to the actual `MatTabLabel` class which could cause unnecessary
446
- * retention of the class and its directive metadata.
447
- */
448
- var MAT_TAB_LABEL = new core.InjectionToken('MatTabLabel');
449
- /** Used to flag tab labels for use with the portal directive */
450
- var MatTabLabel = /** @class */ (function (_super) {
451
- __extends(MatTabLabel, _super);
452
- function MatTabLabel() {
453
- return _super !== null && _super.apply(this, arguments) || this;
454
- }
455
- return MatTabLabel;
456
- }(portal.CdkPortal));
457
- MatTabLabel.decorators = [
458
- { type: core.Directive, args: [{
459
- selector: '[mat-tab-label], [matTabLabel]',
460
- providers: [{ provide: MAT_TAB_LABEL, useExisting: MatTabLabel }],
461
- },] }
462
- ];
463
-
464
- // Boilerplate for applying mixins to MatTab.
465
- /** @docs-private */
466
- var _MatTabBase = core$1.mixinDisabled(/** @class */ (function () {
467
- function class_1() {
468
- }
469
- return class_1;
470
- }()));
471
- /**
472
- * Used to provide a tab group to a tab without causing a circular dependency.
473
- * @docs-private
474
- */
475
- var MAT_TAB_GROUP = new core.InjectionToken('MAT_TAB_GROUP');
476
- var MatTab = /** @class */ (function (_super) {
477
- __extends(MatTab, _super);
478
- function MatTab(_viewContainerRef, _closestTabGroup) {
479
- var _this = _super.call(this) || this;
480
- _this._viewContainerRef = _viewContainerRef;
481
- _this._closestTabGroup = _closestTabGroup;
482
- /** Plain text label for the tab, used when there is no template label. */
483
- _this.textLabel = '';
484
- /** Portal that will be the hosted content of the tab */
485
- _this._contentPortal = null;
486
- /** Emits whenever the internal state of the tab changes. */
487
- _this._stateChanges = new rxjs.Subject();
488
- /**
489
- * The relatively indexed position where 0 represents the center, negative is left, and positive
490
- * represents the right.
491
- */
492
- _this.position = null;
493
- /**
494
- * The initial relatively index origin of the tab if it was created and selected after there
495
- * was already a selected tab. Provides context of what position the tab should originate from.
496
- */
497
- _this.origin = null;
498
- /**
499
- * Whether the tab is currently active.
500
- */
501
- _this.isActive = false;
502
- return _this;
503
- }
504
- Object.defineProperty(MatTab.prototype, "templateLabel", {
505
- /** Content for the tab label given by `<ng-template mat-tab-label>`. */
506
- get: function () { return this._templateLabel; },
507
- set: function (value) { this._setTemplateLabelInput(value); },
508
- enumerable: false,
509
- configurable: true
510
- });
511
- Object.defineProperty(MatTab.prototype, "content", {
512
- /** @docs-private */
513
- get: function () {
514
- return this._contentPortal;
515
- },
516
- enumerable: false,
517
- configurable: true
518
- });
519
- MatTab.prototype.ngOnChanges = function (changes) {
520
- if (changes.hasOwnProperty('textLabel') || changes.hasOwnProperty('disabled')) {
521
- this._stateChanges.next();
522
- }
523
- };
524
- MatTab.prototype.ngOnDestroy = function () {
525
- this._stateChanges.complete();
526
- };
527
- MatTab.prototype.ngOnInit = function () {
528
- this._contentPortal = new portal.TemplatePortal(this._explicitContent || this._implicitContent, this._viewContainerRef);
529
- };
530
- /**
531
- * This has been extracted to a util because of TS 4 and VE.
532
- * View Engine doesn't support property rename inheritance.
533
- * TS 4.0 doesn't allow properties to override accessors or vice-versa.
534
- * @docs-private
535
- */
536
- MatTab.prototype._setTemplateLabelInput = function (value) {
537
- // Only update the templateLabel via query if there is actually
538
- // a MatTabLabel found. This works around an issue where a user may have
539
- // manually set `templateLabel` during creation mode, which would then get clobbered
540
- // by `undefined` when this query resolves.
541
- if (value) {
542
- this._templateLabel = value;
543
- }
544
- };
545
- return MatTab;
546
- }(_MatTabBase));
547
- MatTab.decorators = [
548
- { type: core.Component, args: [{
549
- selector: 'mat-tab',
550
- 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",
551
- inputs: ['disabled'],
552
- // tslint:disable-next-line:validate-decorators
553
- changeDetection: core.ChangeDetectionStrategy.Default,
554
- encapsulation: core.ViewEncapsulation.None,
555
- exportAs: 'matTab'
556
- },] }
557
- ];
558
- MatTab.ctorParameters = function () { return [
559
- { type: core.ViewContainerRef },
560
- { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TAB_GROUP,] }, { type: core.Optional }] }
561
- ]; };
562
- MatTab.propDecorators = {
563
- templateLabel: [{ type: core.ContentChild, args: [MAT_TAB_LABEL,] }],
564
- _explicitContent: [{ type: core.ContentChild, args: [MAT_TAB_CONTENT, { read: core.TemplateRef, static: true },] }],
565
- _implicitContent: [{ type: core.ViewChild, args: [core.TemplateRef, { static: true },] }],
566
- textLabel: [{ type: core.Input, args: ['label',] }],
567
- ariaLabel: [{ type: core.Input, args: ['aria-label',] }],
568
- ariaLabelledby: [{ type: core.Input, args: ['aria-labelledby',] }]
569
- };
570
-
571
- /**
572
- * @license
573
- * Copyright Google LLC All Rights Reserved.
574
- *
575
- * Use of this source code is governed by an MIT-style license that can be
576
- * found in the LICENSE file at https://angular.io/license
577
- */
578
- /**
579
- * Animations used by the Material tabs.
580
- * @docs-private
581
- */
582
- var matTabsAnimations = {
583
- /** Animation translates a tab along the X axis. */
584
- translateTab: animations$1.trigger('translateTab', [
585
- // Note: transitions to `none` instead of 0, because some browsers might blur the content.
586
- animations$1.state('center, void, left-origin-center, right-origin-center', animations$1.style({ transform: 'none' })),
587
- // If the tab is either on the left or right, we additionally add a `min-height` of 1px
588
- // in order to ensure that the element has a height before its state changes. This is
589
- // necessary because Chrome does seem to skip the transition in RTL mode if the element does
590
- // not have a static height and is not rendered. See related issue: #9465
591
- animations$1.state('left', animations$1.style({ transform: 'translate3d(-100%, 0, 0)', minHeight: '1px' })),
592
- animations$1.state('right', animations$1.style({ transform: 'translate3d(100%, 0, 0)', minHeight: '1px' })),
593
- animations$1.transition('* => left, * => right, left => center, right => center', animations$1.animate('{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)')),
594
- animations$1.transition('void => left-origin-center', [
595
- animations$1.style({ transform: 'translate3d(-100%, 0, 0)' }),
596
- animations$1.animate('{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)')
597
- ]),
598
- animations$1.transition('void => right-origin-center', [
599
- animations$1.style({ transform: 'translate3d(100%, 0, 0)' }),
600
- animations$1.animate('{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)')
601
- ])
602
- ])
603
- };
604
-
605
- /**
606
- * The portal host directive for the contents of the tab.
607
- * @docs-private
608
- */
609
- var MatTabBodyPortal = /** @class */ (function (_super) {
610
- __extends(MatTabBodyPortal, _super);
611
- function MatTabBodyPortal(componentFactoryResolver, viewContainerRef, _host, _document) {
612
- var _this = _super.call(this, componentFactoryResolver, viewContainerRef, _document) || this;
613
- _this._host = _host;
614
- /** Subscription to events for when the tab body begins centering. */
615
- _this._centeringSub = rxjs.Subscription.EMPTY;
616
- /** Subscription to events for when the tab body finishes leaving from center position. */
617
- _this._leavingSub = rxjs.Subscription.EMPTY;
618
- return _this;
619
- }
620
- /** Set initial visibility or set up subscription for changing visibility. */
621
- MatTabBodyPortal.prototype.ngOnInit = function () {
622
- var _this = this;
623
- _super.prototype.ngOnInit.call(this);
624
- this._centeringSub = this._host._beforeCentering
625
- .pipe(operators.startWith(this._host._isCenterPosition(this._host._position)))
626
- .subscribe(function (isCentering) {
627
- if (isCentering && !_this.hasAttached()) {
628
- _this.attach(_this._host._content);
629
- }
630
- });
631
- this._leavingSub = this._host._afterLeavingCenter.subscribe(function () {
632
- _this.detach();
633
- });
634
- };
635
- /** Clean up centering subscription. */
636
- MatTabBodyPortal.prototype.ngOnDestroy = function () {
637
- _super.prototype.ngOnDestroy.call(this);
638
- this._centeringSub.unsubscribe();
639
- this._leavingSub.unsubscribe();
640
- };
641
- return MatTabBodyPortal;
642
- }(portal.CdkPortalOutlet));
643
- MatTabBodyPortal.decorators = [
644
- { type: core.Directive, args: [{
645
- selector: '[matTabBodyHost]'
646
- },] }
647
- ];
648
- MatTabBodyPortal.ctorParameters = function () { return [
649
- { type: core.ComponentFactoryResolver },
650
- { type: core.ViewContainerRef },
651
- { type: MatTabBody, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatTabBody; }),] }] },
652
- { type: undefined, decorators: [{ type: core.Inject, args: [common.DOCUMENT,] }] }
653
- ]; };
654
- /**
655
- * Base class with all of the `MatTabBody` functionality.
656
- * @docs-private
657
- */
658
- var _MatTabBodyBase = /** @class */ (function () {
659
- function _MatTabBodyBase(_elementRef, _dir, changeDetectorRef) {
660
- var _this = this;
661
- this._elementRef = _elementRef;
662
- this._dir = _dir;
663
- /** Subscription to the directionality change observable. */
664
- this._dirChangeSubscription = rxjs.Subscription.EMPTY;
665
- /** Emits when an animation on the tab is complete. */
666
- this._translateTabComplete = new rxjs.Subject();
667
- /** Event emitted when the tab begins to animate towards the center as the active tab. */
668
- this._onCentering = new core.EventEmitter();
669
- /** Event emitted before the centering of the tab begins. */
670
- this._beforeCentering = new core.EventEmitter();
671
- /** Event emitted before the centering of the tab begins. */
672
- this._afterLeavingCenter = new core.EventEmitter();
673
- /** Event emitted when the tab completes its animation towards the center. */
674
- this._onCentered = new core.EventEmitter(true);
675
- // Note that the default value will always be overwritten by `MatTabBody`, but we need one
676
- // anyway to prevent the animations module from throwing an error if the body is used on its own.
677
- /** Duration for the tab's animation. */
678
- this.animationDuration = '500ms';
679
- if (_dir) {
680
- this._dirChangeSubscription = _dir.change.subscribe(function (dir) {
681
- _this._computePositionAnimationState(dir);
682
- changeDetectorRef.markForCheck();
683
- });
684
- }
685
- // Ensure that we get unique animation events, because the `.done` callback can get
686
- // invoked twice in some browsers. See https://github.com/angular/angular/issues/24084.
687
- this._translateTabComplete.pipe(operators.distinctUntilChanged(function (x, y) {
688
- return x.fromState === y.fromState && x.toState === y.toState;
689
- })).subscribe(function (event) {
690
- // If the transition to the center is complete, emit an event.
691
- if (_this._isCenterPosition(event.toState) && _this._isCenterPosition(_this._position)) {
692
- _this._onCentered.emit();
693
- }
694
- if (_this._isCenterPosition(event.fromState) && !_this._isCenterPosition(_this._position)) {
695
- _this._afterLeavingCenter.emit();
696
- }
697
- });
698
- }
699
- Object.defineProperty(_MatTabBodyBase.prototype, "position", {
700
- /** The shifted index position of the tab body, where zero represents the active center tab. */
701
- set: function (position) {
702
- this._positionIndex = position;
703
- this._computePositionAnimationState();
704
- },
705
- enumerable: false,
706
- configurable: true
707
- });
708
- /**
709
- * After initialized, check if the content is centered and has an origin. If so, set the
710
- * special position states that transition the tab from the left or right before centering.
711
- */
712
- _MatTabBodyBase.prototype.ngOnInit = function () {
713
- if (this._position == 'center' && this.origin != null) {
714
- this._position = this._computePositionFromOrigin(this.origin);
715
- }
716
- };
717
- _MatTabBodyBase.prototype.ngOnDestroy = function () {
718
- this._dirChangeSubscription.unsubscribe();
719
- this._translateTabComplete.complete();
720
- };
721
- _MatTabBodyBase.prototype._onTranslateTabStarted = function (event) {
722
- var isCentering = this._isCenterPosition(event.toState);
723
- this._beforeCentering.emit(isCentering);
724
- if (isCentering) {
725
- this._onCentering.emit(this._elementRef.nativeElement.clientHeight);
726
- }
727
- };
728
- /** The text direction of the containing app. */
729
- _MatTabBodyBase.prototype._getLayoutDirection = function () {
730
- return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';
731
- };
732
- /** Whether the provided position state is considered center, regardless of origin. */
733
- _MatTabBodyBase.prototype._isCenterPosition = function (position) {
734
- return position == 'center' ||
735
- position == 'left-origin-center' ||
736
- position == 'right-origin-center';
737
- };
738
- /** Computes the position state that will be used for the tab-body animation trigger. */
739
- _MatTabBodyBase.prototype._computePositionAnimationState = function (dir) {
740
- if (dir === void 0) { dir = this._getLayoutDirection(); }
741
- if (this._positionIndex < 0) {
742
- this._position = dir == 'ltr' ? 'left' : 'right';
743
- }
744
- else if (this._positionIndex > 0) {
745
- this._position = dir == 'ltr' ? 'right' : 'left';
746
- }
747
- else {
748
- this._position = 'center';
749
- }
750
- };
751
- /**
752
- * Computes the position state based on the specified origin position. This is used if the
753
- * tab is becoming visible immediately after creation.
754
- */
755
- _MatTabBodyBase.prototype._computePositionFromOrigin = function (origin) {
756
- var dir = this._getLayoutDirection();
757
- if ((dir == 'ltr' && origin <= 0) || (dir == 'rtl' && origin > 0)) {
758
- return 'left-origin-center';
759
- }
760
- return 'right-origin-center';
761
- };
762
- return _MatTabBodyBase;
763
- }());
764
- _MatTabBodyBase.decorators = [
765
- { type: core.Directive }
766
- ];
767
- _MatTabBodyBase.ctorParameters = function () { return [
768
- { type: core.ElementRef },
769
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
770
- { type: core.ChangeDetectorRef }
771
- ]; };
772
- _MatTabBodyBase.propDecorators = {
773
- _onCentering: [{ type: core.Output }],
774
- _beforeCentering: [{ type: core.Output }],
775
- _afterLeavingCenter: [{ type: core.Output }],
776
- _onCentered: [{ type: core.Output }],
777
- _content: [{ type: core.Input, args: ['content',] }],
778
- origin: [{ type: core.Input }],
779
- animationDuration: [{ type: core.Input }],
780
- position: [{ type: core.Input }]
781
- };
782
- /**
783
- * Wrapper for the contents of a tab.
784
- * @docs-private
785
- */
786
- var MatTabBody = /** @class */ (function (_super) {
787
- __extends(MatTabBody, _super);
788
- function MatTabBody(elementRef, dir, changeDetectorRef) {
789
- return _super.call(this, elementRef, dir, changeDetectorRef) || this;
790
- }
791
- return MatTabBody;
792
- }(_MatTabBodyBase));
793
- MatTabBody.decorators = [
794
- { type: core.Component, args: [{
795
- selector: 'mat-tab-body',
796
- template: "<div class=\"mat-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n",
797
- encapsulation: core.ViewEncapsulation.None,
798
- // tslint:disable-next-line:validate-decorators
799
- changeDetection: core.ChangeDetectionStrategy.Default,
800
- animations: [matTabsAnimations.translateTab],
801
- host: {
802
- 'class': 'mat-tab-body',
803
- },
804
- styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}\n"]
805
- },] }
806
- ];
807
- MatTabBody.ctorParameters = function () { return [
808
- { type: core.ElementRef },
809
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
810
- { type: core.ChangeDetectorRef }
811
- ]; };
812
- MatTabBody.propDecorators = {
813
- _portalHost: [{ type: core.ViewChild, args: [portal.CdkPortalOutlet,] }]
814
- };
815
-
816
- /**
817
- * @license
818
- * Copyright Google LLC All Rights Reserved.
819
- *
820
- * Use of this source code is governed by an MIT-style license that can be
821
- * found in the LICENSE file at https://angular.io/license
822
- */
823
- /** Injection token that can be used to provide the default options the tabs module. */
824
- var MAT_TABS_CONFIG = new core.InjectionToken('MAT_TABS_CONFIG');
825
-
826
- /** Used to generate unique ID's for each tab component */
827
- var nextId = 0;
828
- /** A simple change event emitted on focus or selection changes. */
829
- var MatTabChangeEvent = /** @class */ (function () {
830
- function MatTabChangeEvent() {
831
- }
832
- return MatTabChangeEvent;
833
- }());
834
- // Boilerplate for applying mixins to MatTabGroup.
835
- /** @docs-private */
836
- var _MatTabGroupMixinBase = core$1.mixinColor(core$1.mixinDisableRipple(/** @class */ (function () {
837
- function class_1(_elementRef) {
838
- this._elementRef = _elementRef;
839
- }
840
- return class_1;
841
- }())), 'primary');
842
- /**
843
- * Base class with all of the `MatTabGroupBase` functionality.
844
- * @docs-private
845
- */
846
- var _MatTabGroupBase = /** @class */ (function (_super) {
847
- __extends(_MatTabGroupBase, _super);
848
- function _MatTabGroupBase(elementRef, _changeDetectorRef, defaultConfig, _animationMode) {
849
- var _this = this;
850
- var _a;
851
- _this = _super.call(this, elementRef) || this;
852
- _this._changeDetectorRef = _changeDetectorRef;
853
- _this._animationMode = _animationMode;
854
- /** All of the tabs that belong to the group. */
855
- _this._tabs = new core.QueryList();
856
- /** The tab index that should be selected after the content has been checked. */
857
- _this._indexToSelect = 0;
858
- /** Snapshot of the height of the tab body wrapper before another tab is activated. */
859
- _this._tabBodyWrapperHeight = 0;
860
- /** Subscription to tabs being added/removed. */
861
- _this._tabsSubscription = rxjs.Subscription.EMPTY;
862
- /** Subscription to changes in the tab labels. */
863
- _this._tabLabelSubscription = rxjs.Subscription.EMPTY;
864
- _this._selectedIndex = null;
865
- /** Position of the tab header. */
866
- _this.headerPosition = 'above';
867
- /** Output to enable support for two-way binding on `[(selectedIndex)]` */
868
- _this.selectedIndexChange = new core.EventEmitter();
869
- /** Event emitted when focus has changed within a tab group. */
870
- _this.focusChange = new core.EventEmitter();
871
- /** Event emitted when the body animation has completed */
872
- _this.animationDone = new core.EventEmitter();
873
- /** Event emitted when the tab selection has changed. */
874
- _this.selectedTabChange = new core.EventEmitter(true);
875
- _this._groupId = nextId++;
876
- _this.animationDuration = defaultConfig && defaultConfig.animationDuration ?
877
- defaultConfig.animationDuration : '500ms';
878
- _this.disablePagination = defaultConfig && defaultConfig.disablePagination != null ?
879
- defaultConfig.disablePagination : false;
880
- _this.dynamicHeight = defaultConfig && defaultConfig.dynamicHeight != null ?
881
- defaultConfig.dynamicHeight : false;
882
- _this.contentTabIndex = (_a = defaultConfig === null || defaultConfig === void 0 ? void 0 : defaultConfig.contentTabIndex) !== null && _a !== void 0 ? _a : null;
883
- return _this;
884
- }
885
- Object.defineProperty(_MatTabGroupBase.prototype, "dynamicHeight", {
886
- /** Whether the tab group should grow to the size of the active tab. */
887
- get: function () { return this._dynamicHeight; },
888
- set: function (value) { this._dynamicHeight = coercion.coerceBooleanProperty(value); },
889
- enumerable: false,
890
- configurable: true
891
- });
892
- Object.defineProperty(_MatTabGroupBase.prototype, "selectedIndex", {
893
- /** The index of the active tab. */
894
- get: function () { return this._selectedIndex; },
895
- set: function (value) {
896
- this._indexToSelect = coercion.coerceNumberProperty(value, null);
897
- },
898
- enumerable: false,
899
- configurable: true
900
- });
901
- Object.defineProperty(_MatTabGroupBase.prototype, "animationDuration", {
902
- /** Duration for the tab animation. Will be normalized to milliseconds if no units are set. */
903
- get: function () { return this._animationDuration; },
904
- set: function (value) {
905
- this._animationDuration = /^\d+$/.test(value) ? value + 'ms' : value;
906
- },
907
- enumerable: false,
908
- configurable: true
909
- });
910
- Object.defineProperty(_MatTabGroupBase.prototype, "contentTabIndex", {
911
- /**
912
- * `tabindex` to be set on the inner element that wraps the tab content. Can be used for improved
913
- * accessibility when the tab does not have focusable elements or if it has scrollable content.
914
- * The `tabindex` will be removed automatically for inactive tabs.
915
- * Read more at https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-2/tabs.html
916
- */
917
- get: function () { return this._contentTabIndex; },
918
- set: function (value) {
919
- this._contentTabIndex = coercion.coerceNumberProperty(value, null);
920
- },
921
- enumerable: false,
922
- configurable: true
923
- });
924
- Object.defineProperty(_MatTabGroupBase.prototype, "backgroundColor", {
925
- /** Background color of the tab group. */
926
- get: function () { return this._backgroundColor; },
927
- set: function (value) {
928
- var nativeElement = this._elementRef.nativeElement;
929
- nativeElement.classList.remove("mat-background-" + this.backgroundColor);
930
- if (value) {
931
- nativeElement.classList.add("mat-background-" + value);
932
- }
933
- this._backgroundColor = value;
934
- },
935
- enumerable: false,
936
- configurable: true
937
- });
938
- /**
939
- * After the content is checked, this component knows what tabs have been defined
940
- * and what the selected index should be. This is where we can know exactly what position
941
- * each tab should be in according to the new selected index, and additionally we know how
942
- * a new selected tab should transition in (from the left or right).
943
- */
944
- _MatTabGroupBase.prototype.ngAfterContentChecked = function () {
945
- var _this = this;
946
- // Don't clamp the `indexToSelect` immediately in the setter because it can happen that
947
- // the amount of tabs changes before the actual change detection runs.
948
- var indexToSelect = this._indexToSelect = this._clampTabIndex(this._indexToSelect);
949
- // If there is a change in selected index, emit a change event. Should not trigger if
950
- // the selected index has not yet been initialized.
951
- if (this._selectedIndex != indexToSelect) {
952
- var isFirstRun_1 = this._selectedIndex == null;
953
- if (!isFirstRun_1) {
954
- this.selectedTabChange.emit(this._createChangeEvent(indexToSelect));
955
- // Preserve the height so page doesn't scroll up during tab change.
956
- // Fixes https://stackblitz.com/edit/mat-tabs-scroll-page-top-on-tab-change
957
- var wrapper = this._tabBodyWrapper.nativeElement;
958
- wrapper.style.minHeight = wrapper.clientHeight + 'px';
959
- }
960
- // Changing these values after change detection has run
961
- // since the checked content may contain references to them.
962
- Promise.resolve().then(function () {
963
- _this._tabs.forEach(function (tab, index) { return tab.isActive = index === indexToSelect; });
964
- if (!isFirstRun_1) {
965
- _this.selectedIndexChange.emit(indexToSelect);
966
- // Clear the min-height, this was needed during tab change to avoid
967
- // unnecessary scrolling.
968
- _this._tabBodyWrapper.nativeElement.style.minHeight = '';
969
- }
970
- });
971
- }
972
- // Setup the position for each tab and optionally setup an origin on the next selected tab.
973
- this._tabs.forEach(function (tab, index) {
974
- tab.position = index - indexToSelect;
975
- // If there is already a selected tab, then set up an origin for the next selected tab
976
- // if it doesn't have one already.
977
- if (_this._selectedIndex != null && tab.position == 0 && !tab.origin) {
978
- tab.origin = indexToSelect - _this._selectedIndex;
979
- }
980
- });
981
- if (this._selectedIndex !== indexToSelect) {
982
- this._selectedIndex = indexToSelect;
983
- this._changeDetectorRef.markForCheck();
984
- }
985
- };
986
- _MatTabGroupBase.prototype.ngAfterContentInit = function () {
987
- var _this = this;
988
- this._subscribeToAllTabChanges();
989
- this._subscribeToTabLabels();
990
- // Subscribe to changes in the amount of tabs, in order to be
991
- // able to re-render the content as new tabs are added or removed.
992
- this._tabsSubscription = this._tabs.changes.subscribe(function () {
993
- var indexToSelect = _this._clampTabIndex(_this._indexToSelect);
994
- // Maintain the previously-selected tab if a new tab is added or removed and there is no
995
- // explicit change that selects a different tab.
996
- if (indexToSelect === _this._selectedIndex) {
997
- var tabs = _this._tabs.toArray();
998
- for (var i = 0; i < tabs.length; i++) {
999
- if (tabs[i].isActive) {
1000
- // Assign both to the `_indexToSelect` and `_selectedIndex` so we don't fire a changed
1001
- // event, otherwise the consumer may end up in an infinite loop in some edge cases like
1002
- // adding a tab within the `selectedIndexChange` event.
1003
- _this._indexToSelect = _this._selectedIndex = i;
1004
- break;
1005
- }
1006
- }
1007
- }
1008
- _this._changeDetectorRef.markForCheck();
1009
- });
1010
- };
1011
- /** Listens to changes in all of the tabs. */
1012
- _MatTabGroupBase.prototype._subscribeToAllTabChanges = function () {
1013
- var _this = this;
1014
- // Since we use a query with `descendants: true` to pick up the tabs, we may end up catching
1015
- // some that are inside of nested tab groups. We filter them out manually by checking that
1016
- // the closest group to the tab is the current one.
1017
- this._allTabs.changes
1018
- .pipe(operators.startWith(this._allTabs))
1019
- .subscribe(function (tabs) {
1020
- _this._tabs.reset(tabs.filter(function (tab) {
1021
- return tab._closestTabGroup === _this || !tab._closestTabGroup;
1022
- }));
1023
- _this._tabs.notifyOnChanges();
1024
- });
1025
- };
1026
- _MatTabGroupBase.prototype.ngOnDestroy = function () {
1027
- this._tabs.destroy();
1028
- this._tabsSubscription.unsubscribe();
1029
- this._tabLabelSubscription.unsubscribe();
1030
- };
1031
- /** Re-aligns the ink bar to the selected tab element. */
1032
- _MatTabGroupBase.prototype.realignInkBar = function () {
1033
- if (this._tabHeader) {
1034
- this._tabHeader._alignInkBarToSelectedTab();
1035
- }
1036
- };
1037
- /**
1038
- * Sets focus to a particular tab.
1039
- * @param index Index of the tab to be focused.
1040
- */
1041
- _MatTabGroupBase.prototype.focusTab = function (index) {
1042
- var header = this._tabHeader;
1043
- if (header) {
1044
- header.focusIndex = index;
1045
- }
1046
- };
1047
- _MatTabGroupBase.prototype._focusChanged = function (index) {
1048
- this.focusChange.emit(this._createChangeEvent(index));
1049
- };
1050
- _MatTabGroupBase.prototype._createChangeEvent = function (index) {
1051
- var event = new MatTabChangeEvent;
1052
- event.index = index;
1053
- if (this._tabs && this._tabs.length) {
1054
- event.tab = this._tabs.toArray()[index];
1055
- }
1056
- return event;
1057
- };
1058
- /**
1059
- * Subscribes to changes in the tab labels. This is needed, because the @Input for the label is
1060
- * on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
1061
- * binding to be updated, we need to subscribe to changes in it and trigger change detection
1062
- * manually.
1063
- */
1064
- _MatTabGroupBase.prototype._subscribeToTabLabels = function () {
1065
- var _this = this;
1066
- if (this._tabLabelSubscription) {
1067
- this._tabLabelSubscription.unsubscribe();
1068
- }
1069
- this._tabLabelSubscription = rxjs.merge.apply(void 0, __spreadArray([], __read(this._tabs.map(function (tab) { return tab._stateChanges; })))).subscribe(function () { return _this._changeDetectorRef.markForCheck(); });
1070
- };
1071
- /** Clamps the given index to the bounds of 0 and the tabs length. */
1072
- _MatTabGroupBase.prototype._clampTabIndex = function (index) {
1073
- // Note the `|| 0`, which ensures that values like NaN can't get through
1074
- // and which would otherwise throw the component into an infinite loop
1075
- // (since Math.max(NaN, 0) === NaN).
1076
- return Math.min(this._tabs.length - 1, Math.max(index || 0, 0));
1077
- };
1078
- /** Returns a unique id for each tab label element */
1079
- _MatTabGroupBase.prototype._getTabLabelId = function (i) {
1080
- return "mat-tab-label-" + this._groupId + "-" + i;
1081
- };
1082
- /** Returns a unique id for each tab content element */
1083
- _MatTabGroupBase.prototype._getTabContentId = function (i) {
1084
- return "mat-tab-content-" + this._groupId + "-" + i;
1085
- };
1086
- /**
1087
- * Sets the height of the body wrapper to the height of the activating tab if dynamic
1088
- * height property is true.
1089
- */
1090
- _MatTabGroupBase.prototype._setTabBodyWrapperHeight = function (tabHeight) {
1091
- if (!this._dynamicHeight || !this._tabBodyWrapperHeight) {
1092
- return;
1093
- }
1094
- var wrapper = this._tabBodyWrapper.nativeElement;
1095
- wrapper.style.height = this._tabBodyWrapperHeight + 'px';
1096
- // This conditional forces the browser to paint the height so that
1097
- // the animation to the new height can have an origin.
1098
- if (this._tabBodyWrapper.nativeElement.offsetHeight) {
1099
- wrapper.style.height = tabHeight + 'px';
1100
- }
1101
- };
1102
- /** Removes the height of the tab body wrapper. */
1103
- _MatTabGroupBase.prototype._removeTabBodyWrapperHeight = function () {
1104
- var wrapper = this._tabBodyWrapper.nativeElement;
1105
- this._tabBodyWrapperHeight = wrapper.clientHeight;
1106
- wrapper.style.height = '';
1107
- this.animationDone.emit();
1108
- };
1109
- /** Handle click events, setting new selected index if appropriate. */
1110
- _MatTabGroupBase.prototype._handleClick = function (tab, tabHeader, index) {
1111
- if (!tab.disabled) {
1112
- this.selectedIndex = tabHeader.focusIndex = index;
1113
- }
1114
- };
1115
- /** Retrieves the tabindex for the tab. */
1116
- _MatTabGroupBase.prototype._getTabIndex = function (tab, idx) {
1117
- if (tab.disabled) {
1118
- return null;
1119
- }
1120
- return this.selectedIndex === idx ? 0 : -1;
1121
- };
1122
- /** Callback for when the focused state of a tab has changed. */
1123
- _MatTabGroupBase.prototype._tabFocusChanged = function (focusOrigin, index) {
1124
- // Mouse/touch focus happens during the `mousedown`/`touchstart` phase which
1125
- // can cause the tab to be moved out from under the pointer, interrupting the
1126
- // click sequence (see #21898). We don't need to scroll the tab into view for
1127
- // such cases anyway, because it will be done when the tab becomes selected.
1128
- if (focusOrigin && focusOrigin !== 'mouse' && focusOrigin !== 'touch') {
1129
- this._tabHeader.focusIndex = index;
1130
- }
1131
- };
1132
- return _MatTabGroupBase;
1133
- }(_MatTabGroupMixinBase));
1134
- _MatTabGroupBase.decorators = [
1135
- { type: core.Directive }
1136
- ];
1137
- _MatTabGroupBase.ctorParameters = function () { return [
1138
- { type: core.ElementRef },
1139
- { type: core.ChangeDetectorRef },
1140
- { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1141
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1142
- ]; };
1143
- _MatTabGroupBase.propDecorators = {
1144
- dynamicHeight: [{ type: core.Input }],
1145
- selectedIndex: [{ type: core.Input }],
1146
- headerPosition: [{ type: core.Input }],
1147
- animationDuration: [{ type: core.Input }],
1148
- contentTabIndex: [{ type: core.Input }],
1149
- disablePagination: [{ type: core.Input }],
1150
- backgroundColor: [{ type: core.Input }],
1151
- selectedIndexChange: [{ type: core.Output }],
1152
- focusChange: [{ type: core.Output }],
1153
- animationDone: [{ type: core.Output }],
1154
- selectedTabChange: [{ type: core.Output }]
1155
- };
1156
- /**
1157
- * Material design tab-group component. Supports basic tab pairs (label + content) and includes
1158
- * animated ink-bar, keyboard navigation, and screen reader.
1159
- * See: https://material.io/design/components/tabs.html
1160
- */
1161
- var MatTabGroup = /** @class */ (function (_super) {
1162
- __extends(MatTabGroup, _super);
1163
- function MatTabGroup(elementRef, changeDetectorRef, defaultConfig, animationMode) {
1164
- return _super.call(this, elementRef, changeDetectorRef, defaultConfig, animationMode) || this;
1165
- }
1166
- return MatTabGroup;
1167
- }(_MatTabGroupBase));
1168
- MatTabGroup.decorators = [
1169
- { type: core.Component, args: [{
1170
- selector: 'mat-tab-group',
1171
- exportAs: 'matTabGroup',
1172
- template: "<mat-tab-header #tabHeader\n [selectedIndex]=\"selectedIndex || 0\"\n [disableRipple]=\"disableRipple\"\n [disablePagination]=\"disablePagination\"\n (indexFocused)=\"_focusChanged($event)\"\n (selectFocusedIndex)=\"selectedIndex = $event\">\n <div class=\"mat-tab-label mat-focus-indicator\" role=\"tab\" matTabLabelWrapper mat-ripple cdkMonitorElementFocus\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabLabelId(i)\"\n [attr.tabIndex]=\"_getTabIndex(tab, i)\"\n [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"_tabs.length\"\n [attr.aria-controls]=\"_getTabContentId(i)\"\n [attr.aria-selected]=\"selectedIndex == i\"\n [attr.aria-label]=\"tab.ariaLabel || null\"\n [attr.aria-labelledby]=\"(!tab.ariaLabel && tab.ariaLabelledby) ? tab.ariaLabelledby : null\"\n [class.mat-tab-label-active]=\"selectedIndex == i\"\n [disabled]=\"tab.disabled\"\n [matRippleDisabled]=\"tab.disabled || disableRipple\"\n (click)=\"_handleClick(tab, tabHeader, i)\"\n (cdkFocusChange)=\"_tabFocusChanged($event, i)\">\n\n\n <div class=\"mat-tab-label-content\">\n <!-- If there is a label template, use it. -->\n <ng-template [ngIf]=\"tab.templateLabel\">\n <ng-template [cdkPortalOutlet]=\"tab.templateLabel\"></ng-template>\n </ng-template>\n\n <!-- If there is not a label template, fall back to the text label. -->\n <ng-template [ngIf]=\"!tab.templateLabel\">{{tab.textLabel}}</ng-template>\n </div>\n </div>\n</mat-tab-header>\n\n<div\n class=\"mat-tab-body-wrapper\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabBodyWrapper>\n <mat-tab-body role=\"tabpanel\"\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabContentId(i)\"\n [attr.tabindex]=\"(contentTabIndex != null && selectedIndex === i) ? contentTabIndex : null\"\n [attr.aria-labelledby]=\"_getTabLabelId(i)\"\n [class.mat-tab-body-active]=\"selectedIndex === i\"\n [content]=\"tab.content!\"\n [position]=\"tab.position!\"\n [origin]=\"tab.origin\"\n [animationDuration]=\"animationDuration\"\n (_onCentered)=\"_removeTabBodyWrapperHeight()\"\n (_onCentering)=\"_setTabBodyWrapperHeight($event)\">\n </mat-tab-body>\n</div>\n",
1173
- encapsulation: core.ViewEncapsulation.None,
1174
- // tslint:disable-next-line:validate-decorators
1175
- changeDetection: core.ChangeDetectionStrategy.Default,
1176
- inputs: ['color', 'disableRipple'],
1177
- providers: [{
1178
- provide: MAT_TAB_GROUP,
1179
- useExisting: MatTabGroup
1180
- }],
1181
- host: {
1182
- 'class': 'mat-tab-group',
1183
- '[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
1184
- '[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
1185
- },
1186
- styles: [".mat-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{padding:0 12px}}@media(max-width: 959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}\n"]
1187
- },] }
1188
- ];
1189
- MatTabGroup.ctorParameters = function () { return [
1190
- { type: core.ElementRef },
1191
- { type: core.ChangeDetectorRef },
1192
- { type: undefined, decorators: [{ type: core.Inject, args: [MAT_TABS_CONFIG,] }, { type: core.Optional }] },
1193
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1194
- ]; };
1195
- MatTabGroup.propDecorators = {
1196
- _allTabs: [{ type: core.ContentChildren, args: [MatTab, { descendants: true },] }],
1197
- _tabBodyWrapper: [{ type: core.ViewChild, args: ['tabBodyWrapper',] }],
1198
- _tabHeader: [{ type: core.ViewChild, args: ['tabHeader',] }]
1199
- };
1200
-
1201
- // Boilerplate for applying mixins to MatTabLabelWrapper.
1202
- /** @docs-private */
1203
- var _MatTabLabelWrapperBase = core$1.mixinDisabled(/** @class */ (function () {
1204
- function class_1() {
1205
- }
1206
- return class_1;
1207
- }()));
1208
- /**
1209
- * Used in the `mat-tab-group` view to display tab labels.
1210
- * @docs-private
1211
- */
1212
- var MatTabLabelWrapper = /** @class */ (function (_super) {
1213
- __extends(MatTabLabelWrapper, _super);
1214
- function MatTabLabelWrapper(elementRef) {
1215
- var _this = _super.call(this) || this;
1216
- _this.elementRef = elementRef;
1217
- return _this;
1218
- }
1219
- /** Sets focus on the wrapper element */
1220
- MatTabLabelWrapper.prototype.focus = function () {
1221
- this.elementRef.nativeElement.focus();
1222
- };
1223
- MatTabLabelWrapper.prototype.getOffsetLeft = function () {
1224
- return this.elementRef.nativeElement.offsetLeft;
1225
- };
1226
- MatTabLabelWrapper.prototype.getOffsetWidth = function () {
1227
- return this.elementRef.nativeElement.offsetWidth;
1228
- };
1229
- return MatTabLabelWrapper;
1230
- }(_MatTabLabelWrapperBase));
1231
- MatTabLabelWrapper.decorators = [
1232
- { type: core.Directive, args: [{
1233
- selector: '[matTabLabelWrapper]',
1234
- inputs: ['disabled'],
1235
- host: {
1236
- '[class.mat-tab-disabled]': 'disabled',
1237
- '[attr.aria-disabled]': '!!disabled',
1238
- }
1239
- },] }
1240
- ];
1241
- MatTabLabelWrapper.ctorParameters = function () { return [
1242
- { type: core.ElementRef }
1243
- ]; };
1244
-
1245
- /**
1246
- * @license
1247
- * Copyright Google LLC All Rights Reserved.
1248
- *
1249
- * Use of this source code is governed by an MIT-style license that can be
1250
- * found in the LICENSE file at https://angular.io/license
1251
- */
1252
- /** Config used to bind passive event listeners */
1253
- var passiveEventListenerOptions = platform.normalizePassiveListenerOptions({ passive: true });
1254
- /**
1255
- * The distance in pixels that will be overshot when scrolling a tab label into view. This helps
1256
- * provide a small affordance to the label next to it.
1257
- */
1258
- var EXAGGERATED_OVERSCROLL = 60;
1259
- /**
1260
- * Amount of milliseconds to wait before starting to scroll the header automatically.
1261
- * Set a little conservatively in order to handle fake events dispatched on touch devices.
1262
- */
1263
- var HEADER_SCROLL_DELAY = 650;
1264
- /**
1265
- * Interval in milliseconds at which to scroll the header
1266
- * while the user is holding their pointer.
1267
- */
1268
- var HEADER_SCROLL_INTERVAL = 100;
1269
- /**
1270
- * Base class for a tab header that supported pagination.
1271
- * @docs-private
1272
- */
1273
- var MatPaginatedTabHeader = /** @class */ (function () {
1274
- function MatPaginatedTabHeader(_elementRef, _changeDetectorRef, _viewportRuler, _dir, _ngZone, _platform, _animationMode) {
1275
- var _this = this;
1276
- this._elementRef = _elementRef;
1277
- this._changeDetectorRef = _changeDetectorRef;
1278
- this._viewportRuler = _viewportRuler;
1279
- this._dir = _dir;
1280
- this._ngZone = _ngZone;
1281
- this._platform = _platform;
1282
- this._animationMode = _animationMode;
1283
- /** The distance in pixels that the tab labels should be translated to the left. */
1284
- this._scrollDistance = 0;
1285
- /** Whether the header should scroll to the selected index after the view has been checked. */
1286
- this._selectedIndexChanged = false;
1287
- /** Emits when the component is destroyed. */
1288
- this._destroyed = new rxjs.Subject();
1289
- /** Whether the controls for pagination should be displayed */
1290
- this._showPaginationControls = false;
1291
- /** Whether the tab list can be scrolled more towards the end of the tab label list. */
1292
- this._disableScrollAfter = true;
1293
- /** Whether the tab list can be scrolled more towards the beginning of the tab label list. */
1294
- this._disableScrollBefore = true;
1295
- /** Stream that will stop the automated scrolling. */
1296
- this._stopScrolling = new rxjs.Subject();
1297
- /**
1298
- * Whether pagination should be disabled. This can be used to avoid unnecessary
1299
- * layout recalculations if it's known that pagination won't be required.
1300
- */
1301
- this.disablePagination = false;
1302
- this._selectedIndex = 0;
1303
- /** Event emitted when the option is selected. */
1304
- this.selectFocusedIndex = new core.EventEmitter();
1305
- /** Event emitted when a label is focused. */
1306
- this.indexFocused = new core.EventEmitter();
1307
- // Bind the `mouseleave` event on the outside since it doesn't change anything in the view.
1308
- _ngZone.runOutsideAngular(function () {
1309
- rxjs.fromEvent(_elementRef.nativeElement, 'mouseleave')
1310
- .pipe(operators.takeUntil(_this._destroyed))
1311
- .subscribe(function () {
1312
- _this._stopInterval();
1313
- });
1314
- });
1315
- }
1316
- Object.defineProperty(MatPaginatedTabHeader.prototype, "selectedIndex", {
1317
- /** The index of the active tab. */
1318
- get: function () { return this._selectedIndex; },
1319
- set: function (value) {
1320
- value = coercion.coerceNumberProperty(value);
1321
- if (this._selectedIndex != value) {
1322
- this._selectedIndexChanged = true;
1323
- this._selectedIndex = value;
1324
- if (this._keyManager) {
1325
- this._keyManager.updateActiveItem(value);
1326
- }
1327
- }
1328
- },
1329
- enumerable: false,
1330
- configurable: true
1331
- });
1332
- MatPaginatedTabHeader.prototype.ngAfterViewInit = function () {
1333
- var _this = this;
1334
- // We need to handle these events manually, because we want to bind passive event listeners.
1335
- rxjs.fromEvent(this._previousPaginator.nativeElement, 'touchstart', passiveEventListenerOptions)
1336
- .pipe(operators.takeUntil(this._destroyed))
1337
- .subscribe(function () {
1338
- _this._handlePaginatorPress('before');
1339
- });
1340
- rxjs.fromEvent(this._nextPaginator.nativeElement, 'touchstart', passiveEventListenerOptions)
1341
- .pipe(operators.takeUntil(this._destroyed))
1342
- .subscribe(function () {
1343
- _this._handlePaginatorPress('after');
1344
- });
1345
- };
1346
- MatPaginatedTabHeader.prototype.ngAfterContentInit = function () {
1347
- var _this = this;
1348
- var dirChange = this._dir ? this._dir.change : rxjs.of('ltr');
1349
- var resize = this._viewportRuler.change(150);
1350
- var realign = function () {
1351
- _this.updatePagination();
1352
- _this._alignInkBarToSelectedTab();
1353
- };
1354
- this._keyManager = new a11y.FocusKeyManager(this._items)
1355
- .withHorizontalOrientation(this._getLayoutDirection())
1356
- .withHomeAndEnd()
1357
- .withWrap();
1358
- this._keyManager.updateActiveItem(this._selectedIndex);
1359
- // Defer the first call in order to allow for slower browsers to lay out the elements.
1360
- // This helps in cases where the user lands directly on a page with paginated tabs.
1361
- typeof requestAnimationFrame !== 'undefined' ? requestAnimationFrame(realign) : realign();
1362
- // On dir change or window resize, realign the ink bar and update the orientation of
1363
- // the key manager if the direction has changed.
1364
- rxjs.merge(dirChange, resize, this._items.changes).pipe(operators.takeUntil(this._destroyed)).subscribe(function () {
1365
- // We need to defer this to give the browser some time to recalculate
1366
- // the element dimensions. The call has to be wrapped in `NgZone.run`,
1367
- // because the viewport change handler runs outside of Angular.
1368
- _this._ngZone.run(function () { return Promise.resolve().then(realign); });
1369
- _this._keyManager.withHorizontalOrientation(_this._getLayoutDirection());
1370
- });
1371
- // If there is a change in the focus key manager we need to emit the `indexFocused`
1372
- // event in order to provide a public event that notifies about focus changes. Also we realign
1373
- // the tabs container by scrolling the new focused tab into the visible section.
1374
- this._keyManager.change.pipe(operators.takeUntil(this._destroyed)).subscribe(function (newFocusIndex) {
1375
- _this.indexFocused.emit(newFocusIndex);
1376
- _this._setTabFocus(newFocusIndex);
1377
- });
1378
- };
1379
- MatPaginatedTabHeader.prototype.ngAfterContentChecked = function () {
1380
- // If the number of tab labels have changed, check if scrolling should be enabled
1381
- if (this._tabLabelCount != this._items.length) {
1382
- this.updatePagination();
1383
- this._tabLabelCount = this._items.length;
1384
- this._changeDetectorRef.markForCheck();
1385
- }
1386
- // If the selected index has changed, scroll to the label and check if the scrolling controls
1387
- // should be disabled.
1388
- if (this._selectedIndexChanged) {
1389
- this._scrollToLabel(this._selectedIndex);
1390
- this._checkScrollingControls();
1391
- this._alignInkBarToSelectedTab();
1392
- this._selectedIndexChanged = false;
1393
- this._changeDetectorRef.markForCheck();
1394
- }
1395
- // If the scroll distance has been changed (tab selected, focused, scroll controls activated),
1396
- // then translate the header to reflect this.
1397
- if (this._scrollDistanceChanged) {
1398
- this._updateTabScrollPosition();
1399
- this._scrollDistanceChanged = false;
1400
- this._changeDetectorRef.markForCheck();
1401
- }
1402
- };
1403
- MatPaginatedTabHeader.prototype.ngOnDestroy = function () {
1404
- this._destroyed.next();
1405
- this._destroyed.complete();
1406
- this._stopScrolling.complete();
1407
- };
1408
- /** Handles keyboard events on the header. */
1409
- MatPaginatedTabHeader.prototype._handleKeydown = function (event) {
1410
- // We don't handle any key bindings with a modifier key.
1411
- if (keycodes.hasModifierKey(event)) {
1412
- return;
1413
- }
1414
- switch (event.keyCode) {
1415
- case keycodes.ENTER:
1416
- case keycodes.SPACE:
1417
- if (this.focusIndex !== this.selectedIndex) {
1418
- this.selectFocusedIndex.emit(this.focusIndex);
1419
- this._itemSelected(event);
1420
- }
1421
- break;
1422
- default:
1423
- this._keyManager.onKeydown(event);
1424
- }
1425
- };
1426
- /**
1427
- * Callback for when the MutationObserver detects that the content has changed.
1428
- */
1429
- MatPaginatedTabHeader.prototype._onContentChanges = function () {
1430
- var _this = this;
1431
- var textContent = this._elementRef.nativeElement.textContent;
1432
- // We need to diff the text content of the header, because the MutationObserver callback
1433
- // will fire even if the text content didn't change which is inefficient and is prone
1434
- // to infinite loops if a poorly constructed expression is passed in (see #14249).
1435
- if (textContent !== this._currentTextContent) {
1436
- this._currentTextContent = textContent || '';
1437
- // The content observer runs outside the `NgZone` by default, which
1438
- // means that we need to bring the callback back in ourselves.
1439
- this._ngZone.run(function () {
1440
- _this.updatePagination();
1441
- _this._alignInkBarToSelectedTab();
1442
- _this._changeDetectorRef.markForCheck();
1443
- });
1444
- }
1445
- };
1446
- /**
1447
- * Updates the view whether pagination should be enabled or not.
1448
- *
1449
- * WARNING: Calling this method can be very costly in terms of performance. It should be called
1450
- * as infrequently as possible from outside of the Tabs component as it causes a reflow of the
1451
- * page.
1452
- */
1453
- MatPaginatedTabHeader.prototype.updatePagination = function () {
1454
- this._checkPaginationEnabled();
1455
- this._checkScrollingControls();
1456
- this._updateTabScrollPosition();
1457
- };
1458
- Object.defineProperty(MatPaginatedTabHeader.prototype, "focusIndex", {
1459
- /** Tracks which element has focus; used for keyboard navigation */
1460
- get: function () {
1461
- return this._keyManager ? this._keyManager.activeItemIndex : 0;
1462
- },
1463
- /** When the focus index is set, we must manually send focus to the correct label */
1464
- set: function (value) {
1465
- if (!this._isValidIndex(value) || this.focusIndex === value || !this._keyManager) {
1466
- return;
1467
- }
1468
- this._keyManager.setActiveItem(value);
1469
- },
1470
- enumerable: false,
1471
- configurable: true
1472
- });
1473
- /**
1474
- * Determines if an index is valid. If the tabs are not ready yet, we assume that the user is
1475
- * providing a valid index and return true.
1476
- */
1477
- MatPaginatedTabHeader.prototype._isValidIndex = function (index) {
1478
- if (!this._items) {
1479
- return true;
1480
- }
1481
- var tab = this._items ? this._items.toArray()[index] : null;
1482
- return !!tab && !tab.disabled;
1483
- };
1484
- /**
1485
- * Sets focus on the HTML element for the label wrapper and scrolls it into the view if
1486
- * scrolling is enabled.
1487
- */
1488
- MatPaginatedTabHeader.prototype._setTabFocus = function (tabIndex) {
1489
- if (this._showPaginationControls) {
1490
- this._scrollToLabel(tabIndex);
1491
- }
1492
- if (this._items && this._items.length) {
1493
- this._items.toArray()[tabIndex].focus();
1494
- // Do not let the browser manage scrolling to focus the element, this will be handled
1495
- // by using translation. In LTR, the scroll left should be 0. In RTL, the scroll width
1496
- // should be the full width minus the offset width.
1497
- var containerEl = this._tabListContainer.nativeElement;
1498
- var dir = this._getLayoutDirection();
1499
- if (dir == 'ltr') {
1500
- containerEl.scrollLeft = 0;
1501
- }
1502
- else {
1503
- containerEl.scrollLeft = containerEl.scrollWidth - containerEl.offsetWidth;
1504
- }
1505
- }
1506
- };
1507
- /** The layout direction of the containing app. */
1508
- MatPaginatedTabHeader.prototype._getLayoutDirection = function () {
1509
- return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';
1510
- };
1511
- /** Performs the CSS transformation on the tab list that will cause the list to scroll. */
1512
- MatPaginatedTabHeader.prototype._updateTabScrollPosition = function () {
1513
- if (this.disablePagination) {
1514
- return;
1515
- }
1516
- var scrollDistance = this.scrollDistance;
1517
- var translateX = this._getLayoutDirection() === 'ltr' ? -scrollDistance : scrollDistance;
1518
- // Don't use `translate3d` here because we don't want to create a new layer. A new layer
1519
- // seems to cause flickering and overflow in Internet Explorer. For example, the ink bar
1520
- // and ripples will exceed the boundaries of the visible tab bar.
1521
- // See: https://github.com/angular/components/issues/10276
1522
- // We round the `transform` here, because transforms with sub-pixel precision cause some
1523
- // browsers to blur the content of the element.
1524
- this._tabList.nativeElement.style.transform = "translateX(" + Math.round(translateX) + "px)";
1525
- // Setting the `transform` on IE will change the scroll offset of the parent, causing the
1526
- // position to be thrown off in some cases. We have to reset it ourselves to ensure that
1527
- // it doesn't get thrown off. Note that we scope it only to IE and Edge, because messing
1528
- // with the scroll position throws off Chrome 71+ in RTL mode (see #14689).
1529
- if (this._platform.TRIDENT || this._platform.EDGE) {
1530
- this._tabListContainer.nativeElement.scrollLeft = 0;
1531
- }
1532
- };
1533
- Object.defineProperty(MatPaginatedTabHeader.prototype, "scrollDistance", {
1534
- /** Sets the distance in pixels that the tab header should be transformed in the X-axis. */
1535
- get: function () { return this._scrollDistance; },
1536
- set: function (value) {
1537
- this._scrollTo(value);
1538
- },
1539
- enumerable: false,
1540
- configurable: true
1541
- });
1542
- /**
1543
- * Moves the tab list in the 'before' or 'after' direction (towards the beginning of the list or
1544
- * the end of the list, respectively). The distance to scroll is computed to be a third of the
1545
- * length of the tab list view window.
1546
- *
1547
- * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
1548
- * should be called sparingly.
1549
- */
1550
- MatPaginatedTabHeader.prototype._scrollHeader = function (direction) {
1551
- var viewLength = this._tabListContainer.nativeElement.offsetWidth;
1552
- // Move the scroll distance one-third the length of the tab list's viewport.
1553
- var scrollAmount = (direction == 'before' ? -1 : 1) * viewLength / 3;
1554
- return this._scrollTo(this._scrollDistance + scrollAmount);
1555
- };
1556
- /** Handles click events on the pagination arrows. */
1557
- MatPaginatedTabHeader.prototype._handlePaginatorClick = function (direction) {
1558
- this._stopInterval();
1559
- this._scrollHeader(direction);
1560
- };
1561
- /**
1562
- * Moves the tab list such that the desired tab label (marked by index) is moved into view.
1563
- *
1564
- * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
1565
- * should be called sparingly.
1566
- */
1567
- MatPaginatedTabHeader.prototype._scrollToLabel = function (labelIndex) {
1568
- if (this.disablePagination) {
1569
- return;
1570
- }
1571
- var selectedLabel = this._items ? this._items.toArray()[labelIndex] : null;
1572
- if (!selectedLabel) {
1573
- return;
1574
- }
1575
- // The view length is the visible width of the tab labels.
1576
- var viewLength = this._tabListContainer.nativeElement.offsetWidth;
1577
- var _a = selectedLabel.elementRef.nativeElement, offsetLeft = _a.offsetLeft, offsetWidth = _a.offsetWidth;
1578
- var labelBeforePos, labelAfterPos;
1579
- if (this._getLayoutDirection() == 'ltr') {
1580
- labelBeforePos = offsetLeft;
1581
- labelAfterPos = labelBeforePos + offsetWidth;
1582
- }
1583
- else {
1584
- labelAfterPos = this._tabList.nativeElement.offsetWidth - offsetLeft;
1585
- labelBeforePos = labelAfterPos - offsetWidth;
1586
- }
1587
- var beforeVisiblePos = this.scrollDistance;
1588
- var afterVisiblePos = this.scrollDistance + viewLength;
1589
- if (labelBeforePos < beforeVisiblePos) {
1590
- // Scroll header to move label to the before direction
1591
- this.scrollDistance -= beforeVisiblePos - labelBeforePos + EXAGGERATED_OVERSCROLL;
1592
- }
1593
- else if (labelAfterPos > afterVisiblePos) {
1594
- // Scroll header to move label to the after direction
1595
- this.scrollDistance += labelAfterPos - afterVisiblePos + EXAGGERATED_OVERSCROLL;
1596
- }
1597
- };
1598
- /**
1599
- * Evaluate whether the pagination controls should be displayed. If the scroll width of the
1600
- * tab list is wider than the size of the header container, then the pagination controls should
1601
- * be shown.
1602
- *
1603
- * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
1604
- * should be called sparingly.
1605
- */
1606
- MatPaginatedTabHeader.prototype._checkPaginationEnabled = function () {
1607
- if (this.disablePagination) {
1608
- this._showPaginationControls = false;
1609
- }
1610
- else {
1611
- var isEnabled = this._tabList.nativeElement.scrollWidth > this._elementRef.nativeElement.offsetWidth;
1612
- if (!isEnabled) {
1613
- this.scrollDistance = 0;
1614
- }
1615
- if (isEnabled !== this._showPaginationControls) {
1616
- this._changeDetectorRef.markForCheck();
1617
- }
1618
- this._showPaginationControls = isEnabled;
1619
- }
1620
- };
1621
- /**
1622
- * Evaluate whether the before and after controls should be enabled or disabled.
1623
- * If the header is at the beginning of the list (scroll distance is equal to 0) then disable the
1624
- * before button. If the header is at the end of the list (scroll distance is equal to the
1625
- * maximum distance we can scroll), then disable the after button.
1626
- *
1627
- * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
1628
- * should be called sparingly.
1629
- */
1630
- MatPaginatedTabHeader.prototype._checkScrollingControls = function () {
1631
- if (this.disablePagination) {
1632
- this._disableScrollAfter = this._disableScrollBefore = true;
1633
- }
1634
- else {
1635
- // Check if the pagination arrows should be activated.
1636
- this._disableScrollBefore = this.scrollDistance == 0;
1637
- this._disableScrollAfter = this.scrollDistance == this._getMaxScrollDistance();
1638
- this._changeDetectorRef.markForCheck();
1639
- }
1640
- };
1641
- /**
1642
- * Determines what is the maximum length in pixels that can be set for the scroll distance. This
1643
- * is equal to the difference in width between the tab list container and tab header container.
1644
- *
1645
- * This is an expensive call that forces a layout reflow to compute box and scroll metrics and
1646
- * should be called sparingly.
1647
- */
1648
- MatPaginatedTabHeader.prototype._getMaxScrollDistance = function () {
1649
- var lengthOfTabList = this._tabList.nativeElement.scrollWidth;
1650
- var viewLength = this._tabListContainer.nativeElement.offsetWidth;
1651
- return (lengthOfTabList - viewLength) || 0;
1652
- };
1653
- /** Tells the ink-bar to align itself to the current label wrapper */
1654
- MatPaginatedTabHeader.prototype._alignInkBarToSelectedTab = function () {
1655
- var selectedItem = this._items && this._items.length ?
1656
- this._items.toArray()[this.selectedIndex] : null;
1657
- var selectedLabelWrapper = selectedItem ? selectedItem.elementRef.nativeElement : null;
1658
- if (selectedLabelWrapper) {
1659
- this._inkBar.alignToElement(selectedLabelWrapper);
1660
- }
1661
- else {
1662
- this._inkBar.hide();
1663
- }
1664
- };
1665
- /** Stops the currently-running paginator interval. */
1666
- MatPaginatedTabHeader.prototype._stopInterval = function () {
1667
- this._stopScrolling.next();
1668
- };
1669
- /**
1670
- * Handles the user pressing down on one of the paginators.
1671
- * Starts scrolling the header after a certain amount of time.
1672
- * @param direction In which direction the paginator should be scrolled.
1673
- */
1674
- MatPaginatedTabHeader.prototype._handlePaginatorPress = function (direction, mouseEvent) {
1675
- var _this = this;
1676
- // Don't start auto scrolling for right mouse button clicks. Note that we shouldn't have to
1677
- // null check the `button`, but we do it so we don't break tests that use fake events.
1678
- if (mouseEvent && mouseEvent.button != null && mouseEvent.button !== 0) {
1679
- return;
1680
- }
1681
- // Avoid overlapping timers.
1682
- this._stopInterval();
1683
- // Start a timer after the delay and keep firing based on the interval.
1684
- rxjs.timer(HEADER_SCROLL_DELAY, HEADER_SCROLL_INTERVAL)
1685
- // Keep the timer going until something tells it to stop or the component is destroyed.
1686
- .pipe(operators.takeUntil(rxjs.merge(this._stopScrolling, this._destroyed)))
1687
- .subscribe(function () {
1688
- var _a = _this._scrollHeader(direction), maxScrollDistance = _a.maxScrollDistance, distance = _a.distance;
1689
- // Stop the timer if we've reached the start or the end.
1690
- if (distance === 0 || distance >= maxScrollDistance) {
1691
- _this._stopInterval();
1692
- }
1693
- });
1694
- };
1695
- /**
1696
- * Scrolls the header to a given position.
1697
- * @param position Position to which to scroll.
1698
- * @returns Information on the current scroll distance and the maximum.
1699
- */
1700
- MatPaginatedTabHeader.prototype._scrollTo = function (position) {
1701
- if (this.disablePagination) {
1702
- return { maxScrollDistance: 0, distance: 0 };
1703
- }
1704
- var maxScrollDistance = this._getMaxScrollDistance();
1705
- this._scrollDistance = Math.max(0, Math.min(maxScrollDistance, position));
1706
- // Mark that the scroll distance has changed so that after the view is checked, the CSS
1707
- // transformation can move the header.
1708
- this._scrollDistanceChanged = true;
1709
- this._checkScrollingControls();
1710
- return { maxScrollDistance: maxScrollDistance, distance: this._scrollDistance };
1711
- };
1712
- return MatPaginatedTabHeader;
1713
- }());
1714
- MatPaginatedTabHeader.decorators = [
1715
- { type: core.Directive }
1716
- ];
1717
- MatPaginatedTabHeader.ctorParameters = function () { return [
1718
- { type: core.ElementRef },
1719
- { type: core.ChangeDetectorRef },
1720
- { type: scrolling.ViewportRuler },
1721
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1722
- { type: core.NgZone },
1723
- { type: platform.Platform },
1724
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1725
- ]; };
1726
- MatPaginatedTabHeader.propDecorators = {
1727
- disablePagination: [{ type: core.Input }]
1728
- };
1729
-
1730
- /**
1731
- * Base class with all of the `MatTabHeader` functionality.
1732
- * @docs-private
1733
- */
1734
- var _MatTabHeaderBase = /** @class */ (function (_super) {
1735
- __extends(_MatTabHeaderBase, _super);
1736
- function _MatTabHeaderBase(elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) {
1737
- var _this = _super.call(this, elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) || this;
1738
- _this._disableRipple = false;
1739
- return _this;
1740
- }
1741
- Object.defineProperty(_MatTabHeaderBase.prototype, "disableRipple", {
1742
- /** Whether the ripple effect is disabled or not. */
1743
- get: function () { return this._disableRipple; },
1744
- set: function (value) { this._disableRipple = coercion.coerceBooleanProperty(value); },
1745
- enumerable: false,
1746
- configurable: true
1747
- });
1748
- _MatTabHeaderBase.prototype._itemSelected = function (event) {
1749
- event.preventDefault();
1750
- };
1751
- return _MatTabHeaderBase;
1752
- }(MatPaginatedTabHeader));
1753
- _MatTabHeaderBase.decorators = [
1754
- { type: core.Directive }
1755
- ];
1756
- _MatTabHeaderBase.ctorParameters = function () { return [
1757
- { type: core.ElementRef },
1758
- { type: core.ChangeDetectorRef },
1759
- { type: scrolling.ViewportRuler },
1760
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1761
- { type: core.NgZone },
1762
- { type: platform.Platform },
1763
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1764
- ]; };
1765
- _MatTabHeaderBase.propDecorators = {
1766
- disableRipple: [{ type: core.Input }]
1767
- };
1768
- /**
1769
- * The header of the tab group which displays a list of all the tabs in the tab group. Includes
1770
- * an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
1771
- * width of the header container, then arrows will be displayed to allow the user to scroll
1772
- * left and right across the header.
1773
- * @docs-private
1774
- */
1775
- var MatTabHeader = /** @class */ (function (_super) {
1776
- __extends(MatTabHeader, _super);
1777
- function MatTabHeader(elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) {
1778
- return _super.call(this, elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) || this;
1779
- }
1780
- return MatTabHeader;
1781
- }(_MatTabHeaderBase));
1782
- MatTabHeader.decorators = [
1783
- { type: core.Component, args: [{
1784
- selector: 'mat-tab-header',
1785
- 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",
1786
- inputs: ['selectedIndex'],
1787
- outputs: ['selectFocusedIndex', 'indexFocused'],
1788
- encapsulation: core.ViewEncapsulation.None,
1789
- // tslint:disable-next-line:validate-decorators
1790
- changeDetection: core.ChangeDetectionStrategy.Default,
1791
- host: {
1792
- 'class': 'mat-tab-header',
1793
- '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1794
- '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1795
- },
1796
- styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n"]
1797
- },] }
1798
- ];
1799
- MatTabHeader.ctorParameters = function () { return [
1800
- { type: core.ElementRef },
1801
- { type: core.ChangeDetectorRef },
1802
- { type: scrolling.ViewportRuler },
1803
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1804
- { type: core.NgZone },
1805
- { type: platform.Platform },
1806
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1807
- ]; };
1808
- MatTabHeader.propDecorators = {
1809
- _items: [{ type: core.ContentChildren, args: [MatTabLabelWrapper, { descendants: false },] }],
1810
- _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1811
- _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1812
- _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1813
- _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1814
- _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1815
- };
1816
-
1817
- /**
1818
- * Base class with all of the `MatTabNav` functionality.
1819
- * @docs-private
1820
- */
1821
- var _MatTabNavBase = /** @class */ (function (_super) {
1822
- __extends(_MatTabNavBase, _super);
1823
- function _MatTabNavBase(elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode) {
1824
- var _this = _super.call(this, elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode) || this;
1825
- _this._disableRipple = false;
1826
- /** Theme color of the nav bar. */
1827
- _this.color = 'primary';
1828
- return _this;
1829
- }
1830
- Object.defineProperty(_MatTabNavBase.prototype, "backgroundColor", {
1831
- /** Background color of the tab nav. */
1832
- get: function () { return this._backgroundColor; },
1833
- set: function (value) {
1834
- var classList = this._elementRef.nativeElement.classList;
1835
- classList.remove("mat-background-" + this.backgroundColor);
1836
- if (value) {
1837
- classList.add("mat-background-" + value);
1838
- }
1839
- this._backgroundColor = value;
1840
- },
1841
- enumerable: false,
1842
- configurable: true
1843
- });
1844
- Object.defineProperty(_MatTabNavBase.prototype, "disableRipple", {
1845
- /** Whether the ripple effect is disabled or not. */
1846
- get: function () { return this._disableRipple; },
1847
- set: function (value) { this._disableRipple = coercion.coerceBooleanProperty(value); },
1848
- enumerable: false,
1849
- configurable: true
1850
- });
1851
- _MatTabNavBase.prototype._itemSelected = function () {
1852
- // noop
1853
- };
1854
- _MatTabNavBase.prototype.ngAfterContentInit = function () {
1855
- var _this = this;
1856
- // We need this to run before the `changes` subscription in parent to ensure that the
1857
- // selectedIndex is up-to-date by the time the super class starts looking for it.
1858
- this._items.changes.pipe(operators.startWith(null), operators.takeUntil(this._destroyed)).subscribe(function () {
1859
- _this.updateActiveLink();
1860
- });
1861
- _super.prototype.ngAfterContentInit.call(this);
1862
- };
1863
- /** Notifies the component that the active link has been changed. */
1864
- _MatTabNavBase.prototype.updateActiveLink = function () {
1865
- if (!this._items) {
1866
- return;
1867
- }
1868
- var items = this._items.toArray();
1869
- for (var i = 0; i < items.length; i++) {
1870
- if (items[i].active) {
1871
- this.selectedIndex = i;
1872
- this._changeDetectorRef.markForCheck();
1873
- return;
1874
- }
1875
- }
1876
- // The ink bar should hide itself if no items are active.
1877
- this.selectedIndex = -1;
1878
- this._inkBar.hide();
1879
- };
1880
- return _MatTabNavBase;
1881
- }(MatPaginatedTabHeader));
1882
- _MatTabNavBase.decorators = [
1883
- { type: core.Directive }
1884
- ];
1885
- _MatTabNavBase.ctorParameters = function () { return [
1886
- { type: core.ElementRef },
1887
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1888
- { type: core.NgZone },
1889
- { type: core.ChangeDetectorRef },
1890
- { type: scrolling.ViewportRuler },
1891
- { type: platform.Platform },
1892
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1893
- ]; };
1894
- _MatTabNavBase.propDecorators = {
1895
- backgroundColor: [{ type: core.Input }],
1896
- disableRipple: [{ type: core.Input }],
1897
- color: [{ type: core.Input }]
1898
- };
1899
- /**
1900
- * Navigation component matching the styles of the tab group header.
1901
- * Provides anchored navigation with animated ink bar.
1902
- */
1903
- var MatTabNav = /** @class */ (function (_super) {
1904
- __extends(MatTabNav, _super);
1905
- function MatTabNav(elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode) {
1906
- return _super.call(this, elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode) || this;
1907
- }
1908
- return MatTabNav;
1909
- }(_MatTabNavBase));
1910
- MatTabNav.decorators = [
1911
- { type: core.Component, args: [{
1912
- selector: '[mat-tab-nav-bar]',
1913
- exportAs: 'matTabNavBar, matTabNav',
1914
- inputs: ['color'],
1915
- 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",
1916
- host: {
1917
- 'class': 'mat-tab-nav-bar mat-tab-header',
1918
- '[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
1919
- '[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
1920
- '[class.mat-primary]': 'color !== "warn" && color !== "accent"',
1921
- '[class.mat-accent]': 'color === "accent"',
1922
- '[class.mat-warn]': 'color === "warn"',
1923
- },
1924
- encapsulation: core.ViewEncapsulation.None,
1925
- // tslint:disable-next-line:validate-decorators
1926
- changeDetection: core.ChangeDetectionStrategy.Default,
1927
- styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:\"\";height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-link:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}@media(max-width: 599px){.mat-tab-link{min-width:72px}}\n"]
1928
- },] }
1929
- ];
1930
- MatTabNav.ctorParameters = function () { return [
1931
- { type: core.ElementRef },
1932
- { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
1933
- { type: core.NgZone },
1934
- { type: core.ChangeDetectorRef },
1935
- { type: scrolling.ViewportRuler },
1936
- { type: platform.Platform },
1937
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
1938
- ]; };
1939
- MatTabNav.propDecorators = {
1940
- _items: [{ type: core.ContentChildren, args: [core.forwardRef(function () { return MatTabLink; }), { descendants: true },] }],
1941
- _inkBar: [{ type: core.ViewChild, args: [MatInkBar, { static: true },] }],
1942
- _tabListContainer: [{ type: core.ViewChild, args: ['tabListContainer', { static: true },] }],
1943
- _tabList: [{ type: core.ViewChild, args: ['tabList', { static: true },] }],
1944
- _nextPaginator: [{ type: core.ViewChild, args: ['nextPaginator',] }],
1945
- _previousPaginator: [{ type: core.ViewChild, args: ['previousPaginator',] }]
1946
- };
1947
- // Boilerplate for applying mixins to MatTabLink.
1948
- var _MatTabLinkMixinBase = core$1.mixinTabIndex(core$1.mixinDisableRipple(core$1.mixinDisabled(/** @class */ (function () {
1949
- function class_1() {
1950
- }
1951
- return class_1;
1952
- }()))));
1953
- /** Base class with all of the `MatTabLink` functionality. */
1954
- var _MatTabLinkBase = /** @class */ (function (_super) {
1955
- __extends(_MatTabLinkBase, _super);
1956
- function _MatTabLinkBase(_tabNavBar,
1957
- /** @docs-private */ elementRef, globalRippleOptions, tabIndex, _focusMonitor, animationMode) {
1958
- var _this = _super.call(this) || this;
1959
- _this._tabNavBar = _tabNavBar;
1960
- _this.elementRef = elementRef;
1961
- _this._focusMonitor = _focusMonitor;
1962
- /** Whether the tab link is active or not. */
1963
- _this._isActive = false;
1964
- _this.rippleConfig = globalRippleOptions || {};
1965
- _this.tabIndex = parseInt(tabIndex) || 0;
1966
- if (animationMode === 'NoopAnimations') {
1967
- _this.rippleConfig.animation = { enterDuration: 0, exitDuration: 0 };
1968
- }
1969
- return _this;
1970
- }
1971
- Object.defineProperty(_MatTabLinkBase.prototype, "active", {
1972
- /** Whether the link is active. */
1973
- get: function () { return this._isActive; },
1974
- set: function (value) {
1975
- var newValue = coercion.coerceBooleanProperty(value);
1976
- if (newValue !== this._isActive) {
1977
- this._isActive = value;
1978
- this._tabNavBar.updateActiveLink();
1979
- }
1980
- },
1981
- enumerable: false,
1982
- configurable: true
1983
- });
1984
- Object.defineProperty(_MatTabLinkBase.prototype, "rippleDisabled", {
1985
- /**
1986
- * Whether ripples are disabled on interaction.
1987
- * @docs-private
1988
- */
1989
- get: function () {
1990
- return this.disabled || this.disableRipple || this._tabNavBar.disableRipple ||
1991
- !!this.rippleConfig.disabled;
1992
- },
1993
- enumerable: false,
1994
- configurable: true
1995
- });
1996
- /** Focuses the tab link. */
1997
- _MatTabLinkBase.prototype.focus = function () {
1998
- this.elementRef.nativeElement.focus();
1999
- };
2000
- _MatTabLinkBase.prototype.ngAfterViewInit = function () {
2001
- this._focusMonitor.monitor(this.elementRef);
2002
- };
2003
- _MatTabLinkBase.prototype.ngOnDestroy = function () {
2004
- this._focusMonitor.stopMonitoring(this.elementRef);
2005
- };
2006
- _MatTabLinkBase.prototype._handleFocus = function () {
2007
- // Since we allow navigation through tabbing in the nav bar, we
2008
- // have to update the focused index whenever the link receives focus.
2009
- this._tabNavBar.focusIndex = this._tabNavBar._items.toArray().indexOf(this);
2010
- };
2011
- return _MatTabLinkBase;
2012
- }(_MatTabLinkMixinBase));
2013
- _MatTabLinkBase.decorators = [
2014
- { type: core.Directive }
2015
- ];
2016
- _MatTabLinkBase.ctorParameters = function () { return [
2017
- { type: _MatTabNavBase },
2018
- { type: core.ElementRef },
2019
- { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
2020
- { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
2021
- { type: a11y.FocusMonitor },
2022
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
2023
- ]; };
2024
- _MatTabLinkBase.propDecorators = {
2025
- active: [{ type: core.Input }]
2026
- };
2027
- /**
2028
- * Link inside of a `mat-tab-nav-bar`.
2029
- */
2030
- var MatTabLink = /** @class */ (function (_super) {
2031
- __extends(MatTabLink, _super);
2032
- function MatTabLink(tabNavBar, elementRef, ngZone, platform, globalRippleOptions, tabIndex, focusMonitor, animationMode) {
2033
- var _this = _super.call(this, tabNavBar, elementRef, globalRippleOptions, tabIndex, focusMonitor, animationMode) || this;
2034
- _this._tabLinkRipple = new core$1.RippleRenderer(_this, ngZone, elementRef, platform);
2035
- _this._tabLinkRipple.setupTriggerEvents(elementRef.nativeElement);
2036
- return _this;
2037
- }
2038
- MatTabLink.prototype.ngOnDestroy = function () {
2039
- _super.prototype.ngOnDestroy.call(this);
2040
- this._tabLinkRipple._removeTriggerEvents();
2041
- };
2042
- return MatTabLink;
2043
- }(_MatTabLinkBase));
2044
- MatTabLink.decorators = [
2045
- { type: core.Directive, args: [{
2046
- selector: '[mat-tab-link], [matTabLink]',
2047
- exportAs: 'matTabLink',
2048
- inputs: ['disabled', 'disableRipple', 'tabIndex'],
2049
- host: {
2050
- 'class': 'mat-tab-link mat-focus-indicator',
2051
- '[attr.aria-current]': 'active ? "page" : null',
2052
- '[attr.aria-disabled]': 'disabled',
2053
- '[attr.tabIndex]': 'tabIndex',
2054
- '[class.mat-tab-disabled]': 'disabled',
2055
- '[class.mat-tab-label-active]': 'active',
2056
- '(focus)': '_handleFocus()'
2057
- }
2058
- },] }
2059
- ];
2060
- MatTabLink.ctorParameters = function () { return [
2061
- { type: MatTabNav },
2062
- { type: core.ElementRef },
2063
- { type: core.NgZone },
2064
- { type: platform.Platform },
2065
- { type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [core$1.MAT_RIPPLE_GLOBAL_OPTIONS,] }] },
2066
- { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },
2067
- { type: a11y.FocusMonitor },
2068
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
2069
- ]; };
2070
-
2071
- /**
2072
- * @license
2073
- * Copyright Google LLC All Rights Reserved.
2074
- *
2075
- * Use of this source code is governed by an MIT-style license that can be
2076
- * found in the LICENSE file at https://angular.io/license
2077
- */
2078
- var MatTabsModule = /** @class */ (function () {
2079
- function MatTabsModule() {
2080
- }
2081
- return MatTabsModule;
2082
- }());
2083
- MatTabsModule.decorators = [
2084
- { type: core.NgModule, args: [{
2085
- imports: [
2086
- common.CommonModule,
2087
- core$1.MatCommonModule,
2088
- portal.PortalModule,
2089
- core$1.MatRippleModule,
2090
- observers.ObserversModule,
2091
- a11y.A11yModule,
2092
- ],
2093
- // Don't export all components because some are only to be used internally.
2094
- exports: [
2095
- core$1.MatCommonModule,
2096
- MatTabGroup,
2097
- MatTabLabel,
2098
- MatTab,
2099
- MatTabNav,
2100
- MatTabLink,
2101
- MatTabContent,
2102
- ],
2103
- declarations: [
2104
- MatTabGroup,
2105
- MatTabLabel,
2106
- MatTab,
2107
- MatInkBar,
2108
- MatTabLabelWrapper,
2109
- MatTabNav,
2110
- MatTabLink,
2111
- MatTabBody,
2112
- MatTabBodyPortal,
2113
- MatTabHeader,
2114
- MatTabContent,
2115
- ],
2116
- },] }
2117
- ];
2118
-
2119
- /**
2120
- * @license
2121
- * Copyright Google LLC All Rights Reserved.
2122
- *
2123
- * Use of this source code is governed by an MIT-style license that can be
2124
- * found in the LICENSE file at https://angular.io/license
2125
- */
2126
-
2127
- /**
2128
- * @license
2129
- * Copyright Google LLC All Rights Reserved.
2130
- *
2131
- * Use of this source code is governed by an MIT-style license that can be
2132
- * found in the LICENSE file at https://angular.io/license
2133
- */
2134
-
2135
- /**
2136
- * Generated bundle index. Do not edit.
2137
- */
2138
-
2139
- exports.MAT_TABS_CONFIG = MAT_TABS_CONFIG;
2140
- exports.MAT_TAB_GROUP = MAT_TAB_GROUP;
2141
- exports.MatInkBar = MatInkBar;
2142
- exports.MatTab = MatTab;
2143
- exports.MatTabBody = MatTabBody;
2144
- exports.MatTabBodyPortal = MatTabBodyPortal;
2145
- exports.MatTabChangeEvent = MatTabChangeEvent;
2146
- exports.MatTabContent = MatTabContent;
2147
- exports.MatTabGroup = MatTabGroup;
2148
- exports.MatTabHeader = MatTabHeader;
2149
- exports.MatTabLabel = MatTabLabel;
2150
- exports.MatTabLabelWrapper = MatTabLabelWrapper;
2151
- exports.MatTabLink = MatTabLink;
2152
- exports.MatTabNav = MatTabNav;
2153
- exports.MatTabsModule = MatTabsModule;
2154
- exports._MAT_INK_BAR_POSITIONER = _MAT_INK_BAR_POSITIONER;
2155
- exports._MatTabBodyBase = _MatTabBodyBase;
2156
- exports._MatTabGroupBase = _MatTabGroupBase;
2157
- exports._MatTabHeaderBase = _MatTabHeaderBase;
2158
- exports._MatTabLinkBase = _MatTabLinkBase;
2159
- exports._MatTabNavBase = _MatTabNavBase;
2160
- exports.matTabsAnimations = matTabsAnimations;
2161
- exports.ɵangular_material_src_material_tabs_tabs_a = _MAT_INK_BAR_POSITIONER_FACTORY;
2162
- exports.ɵangular_material_src_material_tabs_tabs_b = MAT_TAB_LABEL;
2163
- exports.ɵangular_material_src_material_tabs_tabs_c = MAT_TAB_CONTENT;
2164
- exports.ɵangular_material_src_material_tabs_tabs_d = MatPaginatedTabHeader;
2165
-
2166
- Object.defineProperty(exports, '__esModule', { value: true });
2167
-
2168
- })));
2169
- //# sourceMappingURL=material-tabs.umd.js.map