@angular/material 15.0.0-next.0 → 15.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (589) hide show
  1. package/autocomplete/index.d.ts +6 -6
  2. package/badge/index.d.ts +1 -1
  3. package/bottom-sheet/index.d.ts +1 -1
  4. package/button/index.d.ts +10 -10
  5. package/button/testing/index.d.ts +7 -3
  6. package/button-toggle/index.d.ts +2 -2
  7. package/card/index.d.ts +14 -14
  8. package/checkbox/index.d.ts +3 -3
  9. package/chips/index.d.ts +12 -12
  10. package/core/index.d.ts +7 -7
  11. package/core/theming/_theming.scss +10 -0
  12. package/core/typography/_all-typography.scss +5 -5
  13. package/datepicker/index.d.ts +22 -21
  14. package/dialog/index.d.ts +6 -6
  15. package/divider/index.d.ts +1 -1
  16. package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
  17. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  18. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  19. package/esm2020/autocomplete/module.mjs +5 -5
  20. package/esm2020/badge/badge-module.mjs +5 -5
  21. package/esm2020/badge/badge.mjs +4 -4
  22. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +4 -4
  23. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
  24. package/esm2020/bottom-sheet/bottom-sheet.mjs +4 -4
  25. package/esm2020/button/button-base.mjs +7 -7
  26. package/esm2020/button/button.mjs +7 -7
  27. package/esm2020/button/fab.mjs +13 -13
  28. package/esm2020/button/icon-button.mjs +7 -7
  29. package/esm2020/button/module.mjs +5 -5
  30. package/esm2020/button/testing/button-harness-filters.mjs +9 -0
  31. package/esm2020/button/testing/button-harness.mjs +1 -1
  32. package/esm2020/button/testing/public-api.mjs +2 -1
  33. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  34. package/esm2020/button-toggle/button-toggle.mjs +7 -7
  35. package/esm2020/card/card.mjs +43 -43
  36. package/esm2020/card/module.mjs +5 -5
  37. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  38. package/esm2020/checkbox/checkbox.mjs +7 -7
  39. package/esm2020/checkbox/module.mjs +9 -9
  40. package/esm2020/chips/chip-action.mjs +4 -4
  41. package/esm2020/chips/chip-edit-input.mjs +4 -4
  42. package/esm2020/chips/chip-grid.mjs +4 -4
  43. package/esm2020/chips/chip-icons.mjs +10 -10
  44. package/esm2020/chips/chip-input.mjs +4 -4
  45. package/esm2020/chips/chip-listbox.mjs +4 -4
  46. package/esm2020/chips/chip-option.mjs +4 -4
  47. package/esm2020/chips/chip-row.mjs +4 -4
  48. package/esm2020/chips/chip-set.mjs +4 -4
  49. package/esm2020/chips/chip.mjs +4 -4
  50. package/esm2020/chips/module.mjs +5 -5
  51. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  52. package/esm2020/core/datetime/index.mjs +9 -9
  53. package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
  54. package/esm2020/core/error/error-options.mjs +7 -7
  55. package/esm2020/core/line/line.mjs +8 -8
  56. package/esm2020/core/option/index.mjs +5 -5
  57. package/esm2020/core/option/optgroup.mjs +7 -7
  58. package/esm2020/core/option/option.mjs +7 -7
  59. package/esm2020/core/ripple/index.mjs +5 -5
  60. package/esm2020/core/ripple/ripple.mjs +4 -4
  61. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  62. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  63. package/esm2020/core/version.mjs +1 -1
  64. package/esm2020/datepicker/calendar-body.mjs +4 -4
  65. package/esm2020/datepicker/calendar.mjs +7 -7
  66. package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
  67. package/esm2020/datepicker/date-range-input.mjs +4 -4
  68. package/esm2020/datepicker/date-range-picker.mjs +4 -4
  69. package/esm2020/datepicker/date-range-selection-strategy.mjs +4 -4
  70. package/esm2020/datepicker/date-selection-model.mjs +10 -10
  71. package/esm2020/datepicker/datepicker-actions.mjs +10 -10
  72. package/esm2020/datepicker/datepicker-base.mjs +31 -18
  73. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  74. package/esm2020/datepicker/datepicker-input.mjs +4 -4
  75. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  76. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  77. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  78. package/esm2020/datepicker/datepicker.mjs +4 -4
  79. package/esm2020/datepicker/month-view.mjs +4 -4
  80. package/esm2020/datepicker/multi-year-view.mjs +4 -4
  81. package/esm2020/datepicker/year-view.mjs +4 -4
  82. package/esm2020/dialog/dialog-container.mjs +8 -8
  83. package/esm2020/dialog/dialog-content-directives.mjs +13 -13
  84. package/esm2020/dialog/dialog.mjs +7 -7
  85. package/esm2020/dialog/module.mjs +5 -5
  86. package/esm2020/divider/divider-module.mjs +5 -5
  87. package/esm2020/divider/divider.mjs +4 -4
  88. package/esm2020/expansion/accordion.mjs +4 -4
  89. package/esm2020/expansion/expansion-module.mjs +5 -5
  90. package/esm2020/expansion/expansion-panel-content.mjs +4 -4
  91. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  92. package/esm2020/expansion/expansion-panel.mjs +7 -7
  93. package/esm2020/form-field/directives/error.mjs +4 -4
  94. package/esm2020/form-field/directives/floating-label.mjs +4 -4
  95. package/esm2020/form-field/directives/hint.mjs +4 -4
  96. package/esm2020/form-field/directives/label.mjs +4 -4
  97. package/esm2020/form-field/directives/line-ripple.mjs +4 -4
  98. package/esm2020/form-field/directives/notched-outline.mjs +4 -4
  99. package/esm2020/form-field/directives/prefix.mjs +4 -4
  100. package/esm2020/form-field/directives/suffix.mjs +4 -4
  101. package/esm2020/form-field/form-field-control.mjs +4 -4
  102. package/esm2020/form-field/form-field.mjs +5 -5
  103. package/esm2020/form-field/module.mjs +5 -5
  104. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  105. package/esm2020/grid-list/grid-list.mjs +4 -4
  106. package/esm2020/grid-list/grid-tile.mjs +16 -16
  107. package/esm2020/icon/icon-module.mjs +5 -5
  108. package/esm2020/icon/icon-registry.mjs +4 -4
  109. package/esm2020/icon/icon.mjs +4 -4
  110. package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
  111. package/esm2020/input/input.mjs +4 -4
  112. package/esm2020/input/module.mjs +5 -5
  113. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +5 -5
  114. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +4 -4
  115. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +4 -4
  116. package/esm2020/legacy-autocomplete/autocomplete.mjs +4 -4
  117. package/esm2020/legacy-button/button-module.mjs +5 -5
  118. package/esm2020/legacy-button/button.mjs +7 -7
  119. package/esm2020/legacy-button/testing/button-harness.mjs +1 -1
  120. package/esm2020/legacy-button/testing/public-api.mjs +1 -1
  121. package/esm2020/legacy-card/card-module.mjs +5 -5
  122. package/esm2020/legacy-card/card.mjs +43 -43
  123. package/esm2020/legacy-checkbox/checkbox-module.mjs +5 -5
  124. package/esm2020/legacy-checkbox/checkbox.mjs +4 -4
  125. package/esm2020/legacy-chips/chip-input.mjs +4 -4
  126. package/esm2020/legacy-chips/chip-list.mjs +4 -4
  127. package/esm2020/legacy-chips/chip.mjs +13 -13
  128. package/esm2020/legacy-chips/chips-module.mjs +5 -5
  129. package/esm2020/legacy-core/option/index.mjs +5 -5
  130. package/esm2020/legacy-core/option/optgroup.mjs +4 -4
  131. package/esm2020/legacy-core/option/option.mjs +4 -4
  132. package/esm2020/legacy-dialog/dialog-container.mjs +4 -4
  133. package/esm2020/legacy-dialog/dialog-content-directives.mjs +13 -13
  134. package/esm2020/legacy-dialog/dialog-module.mjs +5 -5
  135. package/esm2020/legacy-dialog/dialog.mjs +4 -4
  136. package/esm2020/legacy-form-field/error.mjs +4 -4
  137. package/esm2020/legacy-form-field/form-field-module.mjs +5 -5
  138. package/esm2020/legacy-form-field/form-field.mjs +4 -4
  139. package/esm2020/legacy-form-field/hint.mjs +4 -4
  140. package/esm2020/legacy-form-field/label.mjs +4 -4
  141. package/esm2020/legacy-form-field/placeholder.mjs +4 -4
  142. package/esm2020/legacy-form-field/prefix.mjs +4 -4
  143. package/esm2020/legacy-form-field/suffix.mjs +4 -4
  144. package/esm2020/legacy-input/input-module.mjs +5 -5
  145. package/esm2020/legacy-input/input.mjs +4 -4
  146. package/esm2020/legacy-list/list-module.mjs +5 -5
  147. package/esm2020/legacy-list/list.mjs +19 -19
  148. package/esm2020/legacy-list/selection-list.mjs +7 -7
  149. package/esm2020/legacy-menu/menu-content.mjs +4 -4
  150. package/esm2020/legacy-menu/menu-item.mjs +4 -4
  151. package/esm2020/legacy-menu/menu-module.mjs +5 -5
  152. package/esm2020/legacy-menu/menu-trigger.mjs +4 -4
  153. package/esm2020/legacy-menu/menu.mjs +4 -4
  154. package/esm2020/legacy-paginator/paginator-module.mjs +5 -5
  155. package/esm2020/legacy-paginator/paginator.mjs +4 -4
  156. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +5 -5
  157. package/esm2020/legacy-progress-bar/progress-bar.mjs +9 -36
  158. package/esm2020/legacy-progress-bar/public-api.mjs +3 -2
  159. package/esm2020/legacy-progress-bar/testing/progress-bar-harness.mjs +1 -1
  160. package/esm2020/legacy-progress-bar/testing/public-api.mjs +1 -1
  161. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +5 -5
  162. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +7 -23
  163. package/esm2020/legacy-progress-spinner/public-api.mjs +3 -2
  164. package/esm2020/legacy-progress-spinner/testing/progress-spinner-harness.mjs +1 -1
  165. package/esm2020/legacy-progress-spinner/testing/public-api.mjs +1 -1
  166. package/esm2020/legacy-radio/radio-module.mjs +5 -5
  167. package/esm2020/legacy-radio/radio.mjs +7 -7
  168. package/esm2020/legacy-select/select-module.mjs +5 -5
  169. package/esm2020/legacy-select/select.mjs +7 -7
  170. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +5 -5
  171. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +4 -4
  172. package/esm2020/legacy-slider/slider-module.mjs +5 -5
  173. package/esm2020/legacy-slider/slider.mjs +4 -4
  174. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +4 -4
  175. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +4 -4
  176. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +5 -5
  177. package/esm2020/legacy-snack-bar/snack-bar.mjs +4 -4
  178. package/esm2020/legacy-table/cell.mjs +22 -22
  179. package/esm2020/legacy-table/row.mjs +22 -22
  180. package/esm2020/legacy-table/table-module.mjs +5 -5
  181. package/esm2020/legacy-table/table.mjs +7 -7
  182. package/esm2020/legacy-table/text-column.mjs +4 -4
  183. package/esm2020/legacy-tabs/ink-bar.mjs +4 -4
  184. package/esm2020/legacy-tabs/tab-body.mjs +7 -7
  185. package/esm2020/legacy-tabs/tab-content.mjs +4 -4
  186. package/esm2020/legacy-tabs/tab-group.mjs +4 -4
  187. package/esm2020/legacy-tabs/tab-header.mjs +4 -4
  188. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +4 -4
  189. package/esm2020/legacy-tabs/tab-label.mjs +4 -4
  190. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  191. package/esm2020/legacy-tabs/tab.mjs +4 -4
  192. package/esm2020/legacy-tabs/tabs-module.mjs +5 -5
  193. package/esm2020/legacy-tooltip/tooltip-module.mjs +5 -5
  194. package/esm2020/legacy-tooltip/tooltip.mjs +7 -7
  195. package/esm2020/list/action-list.mjs +4 -4
  196. package/esm2020/list/list-base.mjs +7 -7
  197. package/esm2020/list/list-item-sections.mjs +19 -19
  198. package/esm2020/list/list-module.mjs +5 -5
  199. package/esm2020/list/list-option.mjs +4 -4
  200. package/esm2020/list/list.mjs +7 -7
  201. package/esm2020/list/nav-list.mjs +4 -4
  202. package/esm2020/list/selection-list.mjs +4 -4
  203. package/esm2020/list/subheader.mjs +4 -4
  204. package/esm2020/menu/menu-content.mjs +7 -7
  205. package/esm2020/menu/menu-item.mjs +9 -4
  206. package/esm2020/menu/menu-trigger.mjs +9 -11
  207. package/esm2020/menu/menu.mjs +7 -7
  208. package/esm2020/menu/module.mjs +5 -5
  209. package/esm2020/paginator/module.mjs +5 -5
  210. package/esm2020/paginator/paginator-intl.mjs +4 -4
  211. package/esm2020/paginator/paginator.mjs +7 -7
  212. package/esm2020/progress-bar/module.mjs +5 -5
  213. package/esm2020/progress-bar/progress-bar.mjs +29 -10
  214. package/esm2020/progress-bar/public-api.mjs +1 -2
  215. package/esm2020/progress-bar/testing/progress-bar-harness-filters.mjs +9 -0
  216. package/esm2020/progress-bar/testing/progress-bar-harness.mjs +1 -1
  217. package/esm2020/progress-bar/testing/public-api.mjs +2 -1
  218. package/esm2020/progress-spinner/module.mjs +5 -5
  219. package/esm2020/progress-spinner/progress-spinner.mjs +16 -8
  220. package/esm2020/progress-spinner/public-api.mjs +1 -2
  221. package/esm2020/progress-spinner/testing/progress-spinner-harness-filters.mjs +9 -0
  222. package/esm2020/progress-spinner/testing/progress-spinner-harness.mjs +1 -1
  223. package/esm2020/progress-spinner/testing/public-api.mjs +2 -1
  224. package/esm2020/radio/module.mjs +5 -5
  225. package/esm2020/radio/radio.mjs +13 -13
  226. package/esm2020/select/module.mjs +5 -5
  227. package/esm2020/select/select.mjs +12 -12
  228. package/esm2020/sidenav/drawer.mjs +10 -10
  229. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  230. package/esm2020/sidenav/sidenav.mjs +10 -10
  231. package/esm2020/slide-toggle/module.mjs +9 -9
  232. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  233. package/esm2020/slide-toggle/slide-toggle.mjs +7 -7
  234. package/esm2020/slider/global-change-and-input-listener.mjs +4 -4
  235. package/esm2020/slider/module.mjs +5 -5
  236. package/esm2020/slider/slider.mjs +11 -11
  237. package/esm2020/snack-bar/module.mjs +5 -5
  238. package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
  239. package/esm2020/snack-bar/snack-bar-container.mjs +7 -7
  240. package/esm2020/snack-bar/snack-bar-content.mjs +10 -10
  241. package/esm2020/snack-bar/snack-bar.mjs +7 -7
  242. package/esm2020/sort/sort-header-intl.mjs +4 -4
  243. package/esm2020/sort/sort-header.mjs +4 -4
  244. package/esm2020/sort/sort-module.mjs +5 -5
  245. package/esm2020/sort/sort.mjs +4 -4
  246. package/esm2020/stepper/step-content.mjs +4 -4
  247. package/esm2020/stepper/step-header.mjs +4 -4
  248. package/esm2020/stepper/step-label.mjs +4 -4
  249. package/esm2020/stepper/stepper-button.mjs +7 -7
  250. package/esm2020/stepper/stepper-icon.mjs +4 -4
  251. package/esm2020/stepper/stepper-intl.mjs +4 -4
  252. package/esm2020/stepper/stepper-module.mjs +5 -9
  253. package/esm2020/stepper/stepper.mjs +7 -7
  254. package/esm2020/table/cell.mjs +22 -22
  255. package/esm2020/table/module.mjs +5 -5
  256. package/esm2020/table/row.mjs +22 -22
  257. package/esm2020/table/table.mjs +7 -7
  258. package/esm2020/table/text-column.mjs +4 -4
  259. package/esm2020/tabs/module.mjs +5 -5
  260. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  261. package/esm2020/tabs/tab-body.mjs +10 -10
  262. package/esm2020/tabs/tab-content.mjs +4 -4
  263. package/esm2020/tabs/tab-group.mjs +7 -7
  264. package/esm2020/tabs/tab-header.mjs +7 -7
  265. package/esm2020/tabs/tab-label-wrapper.mjs +7 -7
  266. package/esm2020/tabs/tab-label.mjs +4 -4
  267. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +16 -16
  268. package/esm2020/tabs/tab.mjs +7 -7
  269. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  270. package/esm2020/toolbar/toolbar.mjs +7 -7
  271. package/esm2020/tooltip/module.mjs +5 -5
  272. package/esm2020/tooltip/tooltip.mjs +13 -13
  273. package/esm2020/tree/node.mjs +10 -10
  274. package/esm2020/tree/outlet.mjs +4 -4
  275. package/esm2020/tree/padding.mjs +4 -4
  276. package/esm2020/tree/toggle.mjs +4 -4
  277. package/esm2020/tree/tree-module.mjs +5 -5
  278. package/esm2020/tree/tree.mjs +4 -4
  279. package/expansion/index.d.ts +7 -7
  280. package/fesm2015/autocomplete.mjs +22 -22
  281. package/fesm2015/autocomplete.mjs.map +1 -1
  282. package/fesm2015/badge.mjs +7 -7
  283. package/fesm2015/badge.mjs.map +1 -1
  284. package/fesm2015/bottom-sheet.mjs +10 -10
  285. package/fesm2015/bottom-sheet.mjs.map +1 -1
  286. package/fesm2015/button/testing.mjs.map +1 -1
  287. package/fesm2015/button-toggle.mjs +10 -10
  288. package/fesm2015/button-toggle.mjs.map +1 -1
  289. package/fesm2015/button.mjs +34 -34
  290. package/fesm2015/button.mjs.map +1 -1
  291. package/fesm2015/card.mjs +46 -46
  292. package/fesm2015/card.mjs.map +1 -1
  293. package/fesm2015/checkbox.mjs +17 -17
  294. package/fesm2015/checkbox.mjs.map +1 -1
  295. package/fesm2015/chips.mjs +40 -40
  296. package/fesm2015/chips.mjs.map +1 -1
  297. package/fesm2015/core.mjs +59 -59
  298. package/fesm2015/core.mjs.map +1 -1
  299. package/fesm2015/datepicker.mjs +106 -94
  300. package/fesm2015/datepicker.mjs.map +1 -1
  301. package/fesm2015/dialog.mjs +29 -29
  302. package/fesm2015/dialog.mjs.map +1 -1
  303. package/fesm2015/divider.mjs +7 -7
  304. package/fesm2015/divider.mjs.map +1 -1
  305. package/fesm2015/expansion.mjs +25 -25
  306. package/fesm2015/expansion.mjs.map +1 -1
  307. package/fesm2015/form-field.mjs +35 -35
  308. package/fesm2015/form-field.mjs.map +1 -1
  309. package/fesm2015/grid-list.mjs +22 -22
  310. package/fesm2015/grid-list.mjs.map +1 -1
  311. package/fesm2015/icon/testing.mjs +7 -7
  312. package/fesm2015/icon/testing.mjs.map +1 -1
  313. package/fesm2015/icon.mjs +10 -10
  314. package/fesm2015/icon.mjs.map +1 -1
  315. package/fesm2015/input.mjs +7 -7
  316. package/fesm2015/input.mjs.map +1 -1
  317. package/fesm2015/legacy-autocomplete.mjs +13 -13
  318. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  319. package/fesm2015/legacy-button/testing.mjs.map +1 -1
  320. package/fesm2015/legacy-button.mjs +10 -10
  321. package/fesm2015/legacy-button.mjs.map +1 -1
  322. package/fesm2015/legacy-card.mjs +46 -46
  323. package/fesm2015/legacy-card.mjs.map +1 -1
  324. package/fesm2015/legacy-checkbox.mjs +7 -7
  325. package/fesm2015/legacy-checkbox.mjs.map +1 -1
  326. package/fesm2015/legacy-chips.mjs +22 -22
  327. package/fesm2015/legacy-chips.mjs.map +1 -1
  328. package/fesm2015/legacy-core.mjs +10 -10
  329. package/fesm2015/legacy-core.mjs.map +1 -1
  330. package/fesm2015/legacy-dialog.mjs +22 -22
  331. package/fesm2015/legacy-dialog.mjs.map +1 -1
  332. package/fesm2015/legacy-form-field.mjs +25 -25
  333. package/fesm2015/legacy-form-field.mjs.map +1 -1
  334. package/fesm2015/legacy-input.mjs +7 -7
  335. package/fesm2015/legacy-input.mjs.map +1 -1
  336. package/fesm2015/legacy-list.mjs +28 -28
  337. package/fesm2015/legacy-list.mjs.map +1 -1
  338. package/fesm2015/legacy-menu.mjs +16 -16
  339. package/fesm2015/legacy-menu.mjs.map +1 -1
  340. package/fesm2015/legacy-paginator.mjs +7 -7
  341. package/fesm2015/legacy-paginator.mjs.map +1 -1
  342. package/fesm2015/legacy-progress-bar/testing.mjs.map +1 -1
  343. package/fesm2015/legacy-progress-bar.mjs +15 -40
  344. package/fesm2015/legacy-progress-bar.mjs.map +1 -1
  345. package/fesm2015/legacy-progress-spinner/testing.mjs.map +1 -1
  346. package/fesm2015/legacy-progress-spinner.mjs +12 -27
  347. package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
  348. package/fesm2015/legacy-radio.mjs +10 -10
  349. package/fesm2015/legacy-radio.mjs.map +1 -1
  350. package/fesm2015/legacy-select.mjs +10 -10
  351. package/fesm2015/legacy-select.mjs.map +1 -1
  352. package/fesm2015/legacy-slide-toggle.mjs +7 -7
  353. package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
  354. package/fesm2015/legacy-slider.mjs +7 -7
  355. package/fesm2015/legacy-slider.mjs.map +1 -1
  356. package/fesm2015/legacy-snack-bar.mjs +13 -13
  357. package/fesm2015/legacy-snack-bar.mjs.map +1 -1
  358. package/fesm2015/legacy-table.mjs +55 -55
  359. package/fesm2015/legacy-table.mjs.map +1 -1
  360. package/fesm2015/legacy-tabs.mjs +40 -40
  361. package/fesm2015/legacy-tabs.mjs.map +1 -1
  362. package/fesm2015/legacy-tooltip.mjs +10 -10
  363. package/fesm2015/legacy-tooltip.mjs.map +1 -1
  364. package/fesm2015/list.mjs +49 -49
  365. package/fesm2015/list.mjs.map +1 -1
  366. package/fesm2015/menu.mjs +34 -29
  367. package/fesm2015/menu.mjs.map +1 -1
  368. package/fesm2015/paginator.mjs +13 -13
  369. package/fesm2015/paginator.mjs.map +1 -1
  370. package/fesm2015/progress-bar/testing.mjs.map +1 -1
  371. package/fesm2015/progress-bar.mjs +33 -15
  372. package/fesm2015/progress-bar.mjs.map +1 -1
  373. package/fesm2015/progress-spinner/testing.mjs.map +1 -1
  374. package/fesm2015/progress-spinner.mjs +20 -13
  375. package/fesm2015/progress-spinner.mjs.map +1 -1
  376. package/fesm2015/radio.mjs +16 -16
  377. package/fesm2015/radio.mjs.map +1 -1
  378. package/fesm2015/select.mjs +15 -15
  379. package/fesm2015/select.mjs.map +1 -1
  380. package/fesm2015/sidenav.mjs +22 -22
  381. package/fesm2015/sidenav.mjs.map +1 -1
  382. package/fesm2015/slide-toggle.mjs +17 -17
  383. package/fesm2015/slide-toggle.mjs.map +1 -1
  384. package/fesm2015/slider.mjs +17 -17
  385. package/fesm2015/slider.mjs.map +1 -1
  386. package/fesm2015/snack-bar.mjs +28 -28
  387. package/fesm2015/snack-bar.mjs.map +1 -1
  388. package/fesm2015/sort.mjs +13 -13
  389. package/fesm2015/sort.mjs.map +1 -1
  390. package/fesm2015/stepper.mjs +31 -35
  391. package/fesm2015/stepper.mjs.map +1 -1
  392. package/fesm2015/table.mjs +55 -55
  393. package/fesm2015/table.mjs.map +1 -1
  394. package/fesm2015/tabs.mjs +61 -61
  395. package/fesm2015/tabs.mjs.map +1 -1
  396. package/fesm2015/toolbar.mjs +10 -10
  397. package/fesm2015/toolbar.mjs.map +1 -1
  398. package/fesm2015/tooltip.mjs +16 -16
  399. package/fesm2015/tooltip.mjs.map +1 -1
  400. package/fesm2015/tree.mjs +25 -25
  401. package/fesm2015/tree.mjs.map +1 -1
  402. package/fesm2020/autocomplete.mjs +22 -22
  403. package/fesm2020/autocomplete.mjs.map +1 -1
  404. package/fesm2020/badge.mjs +7 -7
  405. package/fesm2020/badge.mjs.map +1 -1
  406. package/fesm2020/bottom-sheet.mjs +10 -10
  407. package/fesm2020/bottom-sheet.mjs.map +1 -1
  408. package/fesm2020/button/testing.mjs +8 -0
  409. package/fesm2020/button/testing.mjs.map +1 -1
  410. package/fesm2020/button-toggle.mjs +10 -10
  411. package/fesm2020/button-toggle.mjs.map +1 -1
  412. package/fesm2020/button.mjs +34 -34
  413. package/fesm2020/button.mjs.map +1 -1
  414. package/fesm2020/card.mjs +46 -46
  415. package/fesm2020/card.mjs.map +1 -1
  416. package/fesm2020/checkbox.mjs +17 -17
  417. package/fesm2020/checkbox.mjs.map +1 -1
  418. package/fesm2020/chips.mjs +40 -40
  419. package/fesm2020/chips.mjs.map +1 -1
  420. package/fesm2020/core.mjs +59 -59
  421. package/fesm2020/core.mjs.map +1 -1
  422. package/fesm2020/datepicker.mjs +106 -94
  423. package/fesm2020/datepicker.mjs.map +1 -1
  424. package/fesm2020/dialog.mjs +29 -29
  425. package/fesm2020/dialog.mjs.map +1 -1
  426. package/fesm2020/divider.mjs +7 -7
  427. package/fesm2020/divider.mjs.map +1 -1
  428. package/fesm2020/expansion.mjs +25 -25
  429. package/fesm2020/expansion.mjs.map +1 -1
  430. package/fesm2020/form-field.mjs +35 -35
  431. package/fesm2020/form-field.mjs.map +1 -1
  432. package/fesm2020/grid-list.mjs +22 -22
  433. package/fesm2020/grid-list.mjs.map +1 -1
  434. package/fesm2020/icon/testing.mjs +7 -7
  435. package/fesm2020/icon/testing.mjs.map +1 -1
  436. package/fesm2020/icon.mjs +10 -10
  437. package/fesm2020/icon.mjs.map +1 -1
  438. package/fesm2020/input.mjs +7 -7
  439. package/fesm2020/input.mjs.map +1 -1
  440. package/fesm2020/legacy-autocomplete.mjs +13 -13
  441. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  442. package/fesm2020/legacy-button/testing.mjs.map +1 -1
  443. package/fesm2020/legacy-button.mjs +10 -10
  444. package/fesm2020/legacy-button.mjs.map +1 -1
  445. package/fesm2020/legacy-card.mjs +46 -46
  446. package/fesm2020/legacy-card.mjs.map +1 -1
  447. package/fesm2020/legacy-checkbox.mjs +7 -7
  448. package/fesm2020/legacy-checkbox.mjs.map +1 -1
  449. package/fesm2020/legacy-chips.mjs +22 -22
  450. package/fesm2020/legacy-chips.mjs.map +1 -1
  451. package/fesm2020/legacy-core.mjs +10 -10
  452. package/fesm2020/legacy-core.mjs.map +1 -1
  453. package/fesm2020/legacy-dialog.mjs +22 -22
  454. package/fesm2020/legacy-dialog.mjs.map +1 -1
  455. package/fesm2020/legacy-form-field.mjs +25 -25
  456. package/fesm2020/legacy-form-field.mjs.map +1 -1
  457. package/fesm2020/legacy-input.mjs +7 -7
  458. package/fesm2020/legacy-input.mjs.map +1 -1
  459. package/fesm2020/legacy-list.mjs +28 -28
  460. package/fesm2020/legacy-list.mjs.map +1 -1
  461. package/fesm2020/legacy-menu.mjs +16 -16
  462. package/fesm2020/legacy-menu.mjs.map +1 -1
  463. package/fesm2020/legacy-paginator.mjs +7 -7
  464. package/fesm2020/legacy-paginator.mjs.map +1 -1
  465. package/fesm2020/legacy-progress-bar/testing.mjs.map +1 -1
  466. package/fesm2020/legacy-progress-bar.mjs +15 -40
  467. package/fesm2020/legacy-progress-bar.mjs.map +1 -1
  468. package/fesm2020/legacy-progress-spinner/testing.mjs.map +1 -1
  469. package/fesm2020/legacy-progress-spinner.mjs +12 -27
  470. package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
  471. package/fesm2020/legacy-radio.mjs +10 -10
  472. package/fesm2020/legacy-radio.mjs.map +1 -1
  473. package/fesm2020/legacy-select.mjs +10 -10
  474. package/fesm2020/legacy-select.mjs.map +1 -1
  475. package/fesm2020/legacy-slide-toggle.mjs +7 -7
  476. package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
  477. package/fesm2020/legacy-slider.mjs +7 -7
  478. package/fesm2020/legacy-slider.mjs.map +1 -1
  479. package/fesm2020/legacy-snack-bar.mjs +13 -13
  480. package/fesm2020/legacy-snack-bar.mjs.map +1 -1
  481. package/fesm2020/legacy-table.mjs +55 -55
  482. package/fesm2020/legacy-table.mjs.map +1 -1
  483. package/fesm2020/legacy-tabs.mjs +40 -40
  484. package/fesm2020/legacy-tabs.mjs.map +1 -1
  485. package/fesm2020/legacy-tooltip.mjs +10 -10
  486. package/fesm2020/legacy-tooltip.mjs.map +1 -1
  487. package/fesm2020/list.mjs +49 -49
  488. package/fesm2020/list.mjs.map +1 -1
  489. package/fesm2020/menu.mjs +32 -29
  490. package/fesm2020/menu.mjs.map +1 -1
  491. package/fesm2020/paginator.mjs +13 -13
  492. package/fesm2020/paginator.mjs.map +1 -1
  493. package/fesm2020/progress-bar/testing.mjs +8 -0
  494. package/fesm2020/progress-bar/testing.mjs.map +1 -1
  495. package/fesm2020/progress-bar.mjs +33 -15
  496. package/fesm2020/progress-bar.mjs.map +1 -1
  497. package/fesm2020/progress-spinner/testing.mjs +8 -0
  498. package/fesm2020/progress-spinner/testing.mjs.map +1 -1
  499. package/fesm2020/progress-spinner.mjs +20 -13
  500. package/fesm2020/progress-spinner.mjs.map +1 -1
  501. package/fesm2020/radio.mjs +16 -16
  502. package/fesm2020/radio.mjs.map +1 -1
  503. package/fesm2020/select.mjs +15 -15
  504. package/fesm2020/select.mjs.map +1 -1
  505. package/fesm2020/sidenav.mjs +22 -22
  506. package/fesm2020/sidenav.mjs.map +1 -1
  507. package/fesm2020/slide-toggle.mjs +17 -17
  508. package/fesm2020/slide-toggle.mjs.map +1 -1
  509. package/fesm2020/slider.mjs +17 -17
  510. package/fesm2020/slider.mjs.map +1 -1
  511. package/fesm2020/snack-bar.mjs +28 -28
  512. package/fesm2020/snack-bar.mjs.map +1 -1
  513. package/fesm2020/sort.mjs +13 -13
  514. package/fesm2020/sort.mjs.map +1 -1
  515. package/fesm2020/stepper.mjs +31 -35
  516. package/fesm2020/stepper.mjs.map +1 -1
  517. package/fesm2020/table.mjs +55 -55
  518. package/fesm2020/table.mjs.map +1 -1
  519. package/fesm2020/tabs.mjs +61 -61
  520. package/fesm2020/tabs.mjs.map +1 -1
  521. package/fesm2020/toolbar.mjs +10 -10
  522. package/fesm2020/toolbar.mjs.map +1 -1
  523. package/fesm2020/tooltip.mjs +16 -16
  524. package/fesm2020/tooltip.mjs.map +1 -1
  525. package/fesm2020/tree.mjs +25 -25
  526. package/fesm2020/tree.mjs.map +1 -1
  527. package/form-field/_form-field-native-select.scss +2 -0
  528. package/form-field/_mdc-text-field-structure-overrides.scss +3 -0
  529. package/form-field/index.d.ts +10 -10
  530. package/grid-list/index.d.ts +6 -6
  531. package/icon/index.d.ts +1 -1
  532. package/input/index.d.ts +1 -1
  533. package/legacy-autocomplete/index.d.ts +3 -3
  534. package/legacy-button/index.d.ts +2 -2
  535. package/legacy-button/testing/index.d.ts +2 -10
  536. package/legacy-card/index.d.ts +14 -14
  537. package/legacy-checkbox/index.d.ts +1 -1
  538. package/legacy-chips/index.d.ts +6 -6
  539. package/legacy-core/index.d.ts +2 -2
  540. package/legacy-dialog/index.d.ts +5 -5
  541. package/legacy-form-field/index.d.ts +7 -7
  542. package/legacy-input/index.d.ts +1 -1
  543. package/legacy-list/index.d.ts +8 -8
  544. package/legacy-menu/index.d.ts +4 -4
  545. package/legacy-paginator/index.d.ts +1 -1
  546. package/legacy-progress-bar/index.d.ts +15 -63
  547. package/legacy-progress-bar/testing/index.d.ts +2 -8
  548. package/legacy-progress-spinner/index.d.ts +9 -43
  549. package/legacy-progress-spinner/testing/index.d.ts +2 -8
  550. package/legacy-radio/index.d.ts +2 -2
  551. package/legacy-select/index.d.ts +2 -2
  552. package/legacy-slide-toggle/index.d.ts +1 -1
  553. package/legacy-slider/index.d.ts +1 -1
  554. package/legacy-snack-bar/index.d.ts +2 -2
  555. package/legacy-table/index.d.ts +17 -17
  556. package/legacy-tabs/index.d.ts +12 -12
  557. package/legacy-tooltip/index.d.ts +2 -2
  558. package/list/index.d.ts +15 -15
  559. package/menu/index.d.ts +8 -7
  560. package/package.json +49 -49
  561. package/paginator/index.d.ts +4 -4
  562. package/prebuilt-themes/deeppurple-amber.css +1 -1
  563. package/prebuilt-themes/indigo-pink.css +1 -1
  564. package/prebuilt-themes/pink-bluegrey.css +1 -1
  565. package/prebuilt-themes/purple-green.css +1 -1
  566. package/progress-bar/_progress-bar-theme.scss +14 -9
  567. package/progress-bar/index.d.ts +40 -15
  568. package/progress-bar/testing/index.d.ts +4 -2
  569. package/progress-spinner/index.d.ts +24 -7
  570. package/progress-spinner/testing/index.d.ts +6 -4
  571. package/radio/index.d.ts +4 -4
  572. package/schematics/ng-generate/mdc-migration/index_bundled.js +112 -36
  573. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  574. package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
  575. package/select/index.d.ts +3 -3
  576. package/sidenav/index.d.ts +6 -6
  577. package/slide-toggle/index.d.ts +3 -3
  578. package/slider/index.d.ts +3 -3
  579. package/snack-bar/index.d.ts +6 -6
  580. package/sort/index.d.ts +2 -2
  581. package/stepper/index.d.ts +11 -12
  582. package/table/index.d.ts +17 -17
  583. package/tabs/index.d.ts +19 -19
  584. package/toolbar/index.d.ts +2 -2
  585. package/tooltip/index.d.ts +4 -4
  586. package/tree/index.d.ts +7 -7
  587. package/esm2020/legacy-button/testing/button-harness-filters.mjs +0 -9
  588. package/esm2020/legacy-progress-bar/testing/progress-bar-harness-filters.mjs +0 -9
  589. package/esm2020/legacy-progress-spinner/testing/progress-spinner-harness-filters.mjs +0 -9
@@ -6,45 +6,28 @@ import { ElementRef } from '@angular/core';
6
6
  import * as i0 from '@angular/core';
7
7
  import * as i2 from '@angular/material/core';
8
8
  import * as i3 from '@angular/common';
9
- import { InjectionToken } from '@angular/core';
9
+ import { ProgressSpinnerMode as LegacyProgressSpinnerMode } from '@angular/material/progress-spinner';
10
+ import { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS as MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS } from '@angular/material/progress-spinner';
11
+ import { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY as MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY } from '@angular/material/progress-spinner';
12
+ import { MatProgressSpinnerDefaultOptions as MatLegacyProgressSpinnerDefaultOptions } from '@angular/material/progress-spinner';
10
13
  import { NgZone } from '@angular/core';
11
14
  import { NumberInput } from '@angular/cdk/coercion';
12
15
  import { OnDestroy } from '@angular/core';
13
16
  import { OnInit } from '@angular/core';
14
17
  import { Platform } from '@angular/cdk/platform';
15
- import { ThemePalette } from '@angular/material/core';
16
18
  import { ViewportRuler } from '@angular/cdk/scrolling';
17
19
 
18
20
  declare namespace i1 {
19
21
  export {
20
- MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY,
21
- LegacyProgressSpinnerMode,
22
- MatLegacyProgressSpinnerDefaultOptions,
23
- MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS,
24
22
  MatLegacyProgressSpinner
25
23
  }
26
24
  }
27
25
 
28
- /**
29
- * Possible mode for a progress spinner.
30
- * @deprecated Use `ProgressSpinnerMode` from `@angular/material/progress-spinner` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
31
- * @breaking-change 17.0.0
32
- */
33
- export declare type LegacyProgressSpinnerMode = 'determinate' | 'indeterminate';
26
+ export { LegacyProgressSpinnerMode }
34
27
 
35
- /**
36
- * Injection token to be used to override the default options for `mat-progress-spinner`.
37
- * @deprecated Use `MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS` from `@angular/material/progress-spinner` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
38
- * @breaking-change 17.0.0
39
- */
40
- export declare const MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatLegacyProgressSpinnerDefaultOptions>;
28
+ export { MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS }
41
29
 
42
- /**
43
- * @docs-private
44
- * @deprecated Use `MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY` from `@angular/material/progress-spinner` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
45
- * @breaking-change 17.0.0
46
- */
47
- export declare function MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatLegacyProgressSpinnerDefaultOptions;
30
+ export { MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY }
48
31
 
49
32
  /**
50
33
  * `<mat-progress-spinner>` component.
@@ -113,27 +96,10 @@ export declare class MatLegacyProgressSpinner extends _MatProgressSpinnerBase im
113
96
  /** Returns the circle diameter formatted for use with the animation-name CSS property. */
114
97
  private _getSpinnerAnimationLabel;
115
98
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyProgressSpinner, [null, null, { optional: true; }, { optional: true; }, null, null, null, null]>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": "color"; "diameter": "diameter"; "strokeWidth": "strokeWidth"; "mode": "mode"; "value": "value"; }, {}, never, never, false>;
99
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": "color"; "diameter": "diameter"; "strokeWidth": "strokeWidth"; "mode": "mode"; "value": "value"; }, {}, never, never, false, never>;
117
100
  }
118
101
 
119
- /**
120
- * Default `mat-progress-spinner` options that can be overridden.
121
- * @deprecated Use `MatProgressSpinnerDefaultOptions` from `@angular/material/progress-spinner` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
122
- * @breaking-change 17.0.0
123
- */
124
- export declare interface MatLegacyProgressSpinnerDefaultOptions {
125
- /** Default color of the spinner. */
126
- color?: ThemePalette;
127
- /** Diameter of the spinner. */
128
- diameter?: number;
129
- /** Width of the spinner's stroke. */
130
- strokeWidth?: number;
131
- /**
132
- * Whether the animations should be force to be enabled, ignoring if the current environment is
133
- * using NoopAnimationsModule.
134
- */
135
- _forceAnimations?: boolean;
136
- }
102
+ export { MatLegacyProgressSpinnerDefaultOptions }
137
103
 
138
104
  /**
139
105
  * @deprecated Use `MatProgressSpinnerModule` from `@angular/material/progress-spinner` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
@@ -1,15 +1,9 @@
1
- import { BaseHarnessFilters } from '@angular/cdk/testing';
2
1
  import { ComponentHarness } from '@angular/cdk/testing';
3
2
  import { HarnessPredicate } from '@angular/cdk/testing';
3
+ import { ProgressSpinnerHarnessFilters as LegacyProgressSpinnerHarnessFilters } from '@angular/material/progress-spinner/testing';
4
4
  import { LegacyProgressSpinnerMode } from '@angular/material/legacy-progress-spinner';
5
5
 
6
- /**
7
- * A set of criteria that can be used to filter a list of `MatProgressSpinnerHarness` instances.
8
- * @deprecated Use `ProgressSpinnerHarnessFilters` from `@angular/material/progress-spinner/testing` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
9
- * @breaking-change 17.0.0
10
- */
11
- export declare interface LegacyProgressSpinnerHarnessFilters extends BaseHarnessFilters {
12
- }
6
+ export { LegacyProgressSpinnerHarnessFilters }
13
7
 
14
8
  /**
15
9
  * Harness for interacting with a standard mat-progress-spinner in tests.
@@ -44,7 +44,7 @@ export declare const MAT_LEGACY_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any;
44
44
  export declare class MatLegacyRadioButton extends _MatRadioButtonBase {
45
45
  constructor(radioGroup: MatLegacyRadioGroup, elementRef: ElementRef, changeDetector: ChangeDetectorRef, focusMonitor: FocusMonitor, radioDispatcher: UniqueSelectionDispatcher, animationMode?: string, providerOverride?: MatLegacyRadioDefaultOptions, tabIndex?: string);
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyRadioButton, [{ optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyRadioButton, "mat-radio-button", ["matRadioButton"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyRadioButton, "mat-radio-button", ["matRadioButton"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false, never>;
48
48
  }
49
49
 
50
50
  export { MatLegacyRadioChange }
@@ -59,7 +59,7 @@ export { MatLegacyRadioDefaultOptions }
59
59
  export declare class MatLegacyRadioGroup extends _MatRadioGroupBase<MatLegacyRadioButton> {
60
60
  _radios: QueryList<MatLegacyRadioButton>;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyRadioGroup, never>;
62
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRadioGroup, "mat-radio-group", ["matRadioGroup"], {}, {}, ["_radios"], never, false>;
62
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRadioGroup, "mat-radio-group", ["matRadioGroup"], {}, {}, ["_radios"], never, false, never>;
63
63
  }
64
64
 
65
65
  /**
@@ -116,7 +116,7 @@ export declare class MatLegacySelect extends _MatSelectBase<MatLegacySelectChang
116
116
  /** Calculates the amount of items in the select. This includes options and group labels. */
117
117
  private _getItemCount;
118
118
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySelect, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySelect, "mat-select", ["matSelect"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], false>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySelect, "mat-select", ["matSelect"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], false, never>;
120
120
  }
121
121
 
122
122
  /**
@@ -169,7 +169,7 @@ export declare class MatLegacySelectModule {
169
169
  */
170
170
  export declare class MatLegacySelectTrigger {
171
171
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySelectTrigger, never>;
172
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacySelectTrigger, "mat-select-trigger", never, {}, {}, never, never, false>;
172
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacySelectTrigger, "mat-select-trigger", never, {}, {}, never, never, false, never>;
173
173
  }
174
174
 
175
175
  /**
@@ -62,7 +62,7 @@ export declare class MatLegacySlideToggle extends _MatLegacySlideToggleBase<MatL
62
62
  /** Method being called whenever the label text changes. */
63
63
  _onLabelTextChange(): void;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySlideToggle, [null, null, null, { attribute: "tabindex"; }, null, { optional: true; }]>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySlideToggle, "mat-slide-toggle", ["matSlideToggle"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySlideToggle, "mat-slide-toggle", ["matSlideToggle"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false, never>;
66
66
  }
67
67
 
68
68
  export { _MatLegacySlideToggleBase }
@@ -268,7 +268,7 @@ export declare class MatLegacySlider extends _MatSliderBase implements ControlVa
268
268
  */
269
269
  setDisabledState(isDisabled: boolean): void;
270
270
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySlider, [null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, null, { optional: true; }]>;
271
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySlider, "mat-slider", ["matSlider"], { "disabled": "disabled"; "color": "color"; "tabIndex": "tabIndex"; "invert": "invert"; "max": "max"; "min": "min"; "step": "step"; "thumbLabel": "thumbLabel"; "tickInterval": "tickInterval"; "value": "value"; "displayWith": "displayWith"; "valueText": "valueText"; "vertical": "vertical"; }, { "change": "change"; "input": "input"; "valueChange": "valueChange"; }, never, never, false>;
271
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySlider, "mat-slider", ["matSlider"], { "disabled": "disabled"; "color": "color"; "tabIndex": "tabIndex"; "invert": "invert"; "max": "max"; "min": "min"; "step": "step"; "thumbLabel": "thumbLabel"; "tickInterval": "tickInterval"; "value": "value"; "displayWith": "displayWith"; "valueText": "valueText"; "vertical": "vertical"; }, { "change": "change"; "input": "input"; "valueChange": "valueChange"; }, never, never, false, never>;
272
272
  }
273
273
 
274
274
  /**
@@ -52,7 +52,7 @@ export declare class LegacySimpleSnackBar implements LegacyTextOnlySnackBar {
52
52
  /** If the action button should be shown. */
53
53
  get hasAction(): boolean;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<LegacySimpleSnackBar, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<LegacySimpleSnackBar, "simple-snack-bar", never, {}, {}, never, never, false>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegacySimpleSnackBar, "simple-snack-bar", never, {}, {}, never, never, false, never>;
56
56
  }
57
57
 
58
58
  export { LegacyTextOnlySnackBar }
@@ -92,7 +92,7 @@ export { MatLegacySnackBarConfig }
92
92
  export declare class MatLegacySnackBarContainer extends _MatLegacySnackBarContainerBase {
93
93
  protected _afterPortalAttached(): void;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySnackBarContainer, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySnackBarContainer, "snack-bar-container", never, {}, {}, never, never, false>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacySnackBarContainer, "snack-bar-container", never, {}, {}, never, never, false, never>;
96
96
  }
97
97
 
98
98
  export { _MatLegacySnackBarContainerBase }
@@ -66,7 +66,7 @@ declare namespace i4 {
66
66
  */
67
67
  export declare class MatLegacyCell extends CdkCell {
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyCell, never>;
69
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyCell, "mat-cell, td[mat-cell]", never, {}, {}, never, never, false>;
69
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyCell, "mat-cell, td[mat-cell]", never, {}, {}, never, never, false, never>;
70
70
  }
71
71
 
72
72
  /**
@@ -77,7 +77,7 @@ export declare class MatLegacyCell extends CdkCell {
77
77
  */
78
78
  export declare class MatLegacyCellDef extends CdkCellDef {
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyCellDef, never>;
80
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyCellDef, "[matCellDef]", never, {}, {}, never, never, false>;
80
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyCellDef, "[matCellDef]", never, {}, {}, never, never, false, never>;
81
81
  }
82
82
 
83
83
  /**
@@ -98,7 +98,7 @@ export declare class MatLegacyColumnDef extends CdkColumnDef {
98
98
  */
99
99
  protected _updateColumnCssClassName(): void;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyColumnDef, never>;
101
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyColumnDef, "[matColumnDef]", never, { "sticky": "sticky"; "name": "matColumnDef"; }, {}, never, never, false>;
101
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyColumnDef, "[matColumnDef]", never, { "sticky": "sticky"; "name": "matColumnDef"; }, {}, never, never, false, never>;
102
102
  }
103
103
 
104
104
  /**
@@ -108,7 +108,7 @@ export declare class MatLegacyColumnDef extends CdkColumnDef {
108
108
  */
109
109
  export declare class MatLegacyFooterCell extends CdkFooterCell {
110
110
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyFooterCell, never>;
111
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterCell, "mat-footer-cell, td[mat-footer-cell]", never, {}, {}, never, never, false>;
111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterCell, "mat-footer-cell, td[mat-footer-cell]", never, {}, {}, never, never, false, never>;
112
112
  }
113
113
 
114
114
  /**
@@ -119,7 +119,7 @@ export declare class MatLegacyFooterCell extends CdkFooterCell {
119
119
  */
120
120
  export declare class MatLegacyFooterCellDef extends CdkFooterCellDef {
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyFooterCellDef, never>;
122
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterCellDef, "[matFooterCellDef]", never, {}, {}, never, never, false>;
122
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterCellDef, "[matFooterCellDef]", never, {}, {}, never, never, false, never>;
123
123
  }
124
124
 
125
125
  /**
@@ -129,7 +129,7 @@ export declare class MatLegacyFooterCellDef extends CdkFooterCellDef {
129
129
  */
130
130
  export declare class MatLegacyFooterRow extends CdkFooterRow {
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyFooterRow, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyFooterRow, "mat-footer-row, tr[mat-footer-row]", ["matFooterRow"], {}, {}, never, never, false>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyFooterRow, "mat-footer-row, tr[mat-footer-row]", ["matFooterRow"], {}, {}, never, never, false, never>;
133
133
  }
134
134
 
135
135
  /**
@@ -140,7 +140,7 @@ export declare class MatLegacyFooterRow extends CdkFooterRow {
140
140
  */
141
141
  export declare class MatLegacyFooterRowDef extends CdkFooterRowDef {
142
142
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyFooterRowDef, never>;
143
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterRowDef, "[matFooterRowDef]", never, { "columns": "matFooterRowDef"; "sticky": "matFooterRowDefSticky"; }, {}, never, never, false>;
143
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyFooterRowDef, "[matFooterRowDef]", never, { "columns": "matFooterRowDef"; "sticky": "matFooterRowDefSticky"; }, {}, never, never, false, never>;
144
144
  }
145
145
 
146
146
  /**
@@ -150,7 +150,7 @@ export declare class MatLegacyFooterRowDef extends CdkFooterRowDef {
150
150
  */
151
151
  export declare class MatLegacyHeaderCell extends CdkHeaderCell {
152
152
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyHeaderCell, never>;
153
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderCell, "mat-header-cell, th[mat-header-cell]", never, {}, {}, never, never, false>;
153
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderCell, "mat-header-cell, th[mat-header-cell]", never, {}, {}, never, never, false, never>;
154
154
  }
155
155
 
156
156
  /**
@@ -161,7 +161,7 @@ export declare class MatLegacyHeaderCell extends CdkHeaderCell {
161
161
  */
162
162
  export declare class MatLegacyHeaderCellDef extends CdkHeaderCellDef {
163
163
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyHeaderCellDef, never>;
164
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderCellDef, "[matHeaderCellDef]", never, {}, {}, never, never, false>;
164
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderCellDef, "[matHeaderCellDef]", never, {}, {}, never, never, false, never>;
165
165
  }
166
166
 
167
167
  /**
@@ -171,7 +171,7 @@ export declare class MatLegacyHeaderCellDef extends CdkHeaderCellDef {
171
171
  */
172
172
  export declare class MatLegacyHeaderRow extends CdkHeaderRow {
173
173
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyHeaderRow, never>;
174
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyHeaderRow, "mat-header-row, tr[mat-header-row]", ["matHeaderRow"], {}, {}, never, never, false>;
174
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyHeaderRow, "mat-header-row, tr[mat-header-row]", ["matHeaderRow"], {}, {}, never, never, false, never>;
175
175
  }
176
176
 
177
177
  /**
@@ -182,7 +182,7 @@ export declare class MatLegacyHeaderRow extends CdkHeaderRow {
182
182
  */
183
183
  export declare class MatLegacyHeaderRowDef extends CdkHeaderRowDef {
184
184
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyHeaderRowDef, never>;
185
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderRowDef, "[matHeaderRowDef]", never, { "columns": "matHeaderRowDef"; "sticky": "matHeaderRowDefSticky"; }, {}, never, never, false>;
185
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyHeaderRowDef, "[matHeaderRowDef]", never, { "columns": "matHeaderRowDef"; "sticky": "matHeaderRowDefSticky"; }, {}, never, never, false, never>;
186
186
  }
187
187
 
188
188
  /**
@@ -193,7 +193,7 @@ export declare class MatLegacyHeaderRowDef extends CdkHeaderRowDef {
193
193
  export declare class MatLegacyNoDataRow extends CdkNoDataRow {
194
194
  _contentClassName: string;
195
195
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyNoDataRow, never>;
196
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyNoDataRow, "ng-template[matNoDataRow]", never, {}, {}, never, never, false>;
196
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyNoDataRow, "ng-template[matNoDataRow]", never, {}, {}, never, never, false, never>;
197
197
  }
198
198
 
199
199
  /**
@@ -204,7 +204,7 @@ export declare class MatLegacyNoDataRow extends CdkNoDataRow {
204
204
  */
205
205
  export declare class MatLegacyRecycleRows {
206
206
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyRecycleRows, never>;
207
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRecycleRows, "mat-table[recycleRows], table[mat-table][recycleRows]", never, {}, {}, never, never, false>;
207
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRecycleRows, "mat-table[recycleRows], table[mat-table][recycleRows]", never, {}, {}, never, never, false, never>;
208
208
  }
209
209
 
210
210
  /**
@@ -214,7 +214,7 @@ export declare class MatLegacyRecycleRows {
214
214
  */
215
215
  export declare class MatLegacyRow extends CdkRow {
216
216
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyRow, never>;
217
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyRow, "mat-row, tr[mat-row]", ["matRow"], {}, {}, never, never, false>;
217
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyRow, "mat-row, tr[mat-row]", ["matRow"], {}, {}, never, never, false, never>;
218
218
  }
219
219
 
220
220
  /**
@@ -226,7 +226,7 @@ export declare class MatLegacyRow extends CdkRow {
226
226
  */
227
227
  export declare class MatLegacyRowDef<T> extends CdkRowDef<T> {
228
228
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyRowDef<any>, never>;
229
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRowDef<any>, "[matRowDef]", never, { "columns": "matRowDefColumns"; "when": "matRowDefWhen"; }, {}, never, never, false>;
229
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyRowDef<any>, "[matRowDef]", never, { "columns": "matRowDefColumns"; "when": "matRowDefWhen"; }, {}, never, never, false, never>;
230
230
  }
231
231
 
232
232
  /**
@@ -240,7 +240,7 @@ export declare class MatLegacyTable<T> extends CdkTable<T> {
240
240
  /** Overrides the need to add position: sticky on every sticky cell element in `CdkTable`. */
241
241
  protected needsPositionStickyOnElement: boolean;
242
242
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTable<any>, never>;
243
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTable<any>, "mat-table, table[mat-table]", ["matTable"], {}, {}, never, ["caption", "colgroup, col"], false>;
243
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTable<any>, "mat-table, table[mat-table]", ["matTable"], {}, {}, never, ["caption", "colgroup, col"], false, never>;
244
244
  }
245
245
 
246
246
  /**
@@ -292,7 +292,7 @@ export declare class MatLegacyTableModule {
292
292
  */
293
293
  export declare class MatLegacyTextColumn<T> extends CdkTextColumn<T> {
294
294
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTextColumn<any>, never>;
295
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTextColumn<any>, "mat-text-column", never, {}, {}, never, never, false>;
295
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTextColumn<any>, "mat-text-column", never, {}, {}, never, never, false, never>;
296
296
  }
297
297
 
298
298
  export { }
@@ -139,7 +139,7 @@ export declare class MatLegacyInkBar {
139
139
  /** Hides the ink bar. */
140
140
  hide(): void;
141
141
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyInkBar, [null, null, null, { optional: true; }]>;
142
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyInkBar, "mat-ink-bar", never, {}, {}, never, never, false>;
142
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyInkBar, "mat-ink-bar", never, {}, {}, never, never, false, never>;
143
143
  }
144
144
 
145
145
  export { _MatLegacyInkBarPositioner }
@@ -159,7 +159,7 @@ export declare class MatLegacyTab extends _MatLegacyTabBase {
159
159
  */
160
160
  _explicitContent: TemplateRef<any>;
161
161
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTab, never>;
162
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTab, "mat-tab", ["matTab"], { "disabled": "disabled"; }, {}, ["templateLabel", "_explicitContent"], ["*"], false>;
162
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTab, "mat-tab", ["matTab"], { "disabled": "disabled"; }, {}, ["templateLabel", "_explicitContent"], ["*"], false, never>;
163
163
  }
164
164
 
165
165
  export { _MatLegacyTabBase }
@@ -174,7 +174,7 @@ export declare class MatLegacyTabBody extends _MatLegacyTabBodyBase {
174
174
  _portalHost: CdkPortalOutlet;
175
175
  constructor(elementRef: ElementRef<HTMLElement>, dir: Directionality, changeDetectorRef: ChangeDetectorRef);
176
176
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabBody, [null, { optional: true; }, null]>;
177
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabBody, "mat-tab-body", never, {}, {}, never, never, false>;
177
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabBody, "mat-tab-body", never, {}, {}, never, never, false, never>;
178
178
  }
179
179
 
180
180
  export { _MatLegacyTabBodyBase }
@@ -190,7 +190,7 @@ export { MatLegacyTabBodyOriginState }
190
190
  export declare class MatLegacyTabBodyPortal extends MatTabBodyPortal {
191
191
  constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, host: MatLegacyTabBody, _document: any);
192
192
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabBodyPortal, never>;
193
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabBodyPortal, "[matTabBodyHost]", never, {}, {}, never, never, false>;
193
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabBodyPortal, "[matTabBodyHost]", never, {}, {}, never, never, false, never>;
194
194
  }
195
195
 
196
196
  export { MatLegacyTabBodyPositionState }
@@ -204,7 +204,7 @@ export { MatLegacyTabChangeEvent }
204
204
  */
205
205
  export declare class MatLegacyTabContent extends MatTabContent {
206
206
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabContent, never>;
207
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabContent, "[matTabContent]", never, {}, {}, never, never, false>;
207
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabContent, "[matTabContent]", never, {}, {}, never, never, false, never>;
208
208
  }
209
209
 
210
210
  /**
@@ -220,7 +220,7 @@ export declare class MatLegacyTabGroup extends _MatLegacyTabGroupBase {
220
220
  _tabHeader: MatTabGroupBaseHeader;
221
221
  constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatLegacyTabsConfig, animationMode?: string);
222
222
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabGroup, [null, null, { optional: true; }, { optional: true; }]>;
223
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabGroup, "mat-tab-group", ["matTabGroup"], { "color": "color"; "disableRipple": "disableRipple"; }, {}, ["_allTabs"], never, false>;
223
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabGroup, "mat-tab-group", ["matTabGroup"], { "color": "color"; "disableRipple": "disableRipple"; }, {}, ["_allTabs"], never, false, never>;
224
224
  }
225
225
 
226
226
  export { _MatLegacyTabGroupBase }
@@ -244,7 +244,7 @@ export declare class MatLegacyTabHeader extends _MatLegacyTabHeaderBase {
244
244
  _previousPaginator: ElementRef<HTMLElement>;
245
245
  constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
246
246
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
247
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabHeader, "mat-tab-header", never, { "selectedIndex": "selectedIndex"; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false>;
247
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabHeader, "mat-tab-header", never, { "selectedIndex": "selectedIndex"; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false, never>;
248
248
  }
249
249
 
250
250
  export { _MatLegacyTabHeaderBase }
@@ -258,7 +258,7 @@ export { MatLegacyTabHeaderPosition }
258
258
  */
259
259
  export declare class MatLegacyTabLabel extends MatTabLabel {
260
260
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabLabel, never>;
261
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLabel, "[mat-tab-label], [matTabLabel]", never, {}, {}, never, never, false>;
261
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLabel, "[mat-tab-label], [matTabLabel]", never, {}, {}, never, never, false, never>;
262
262
  }
263
263
 
264
264
  /**
@@ -267,7 +267,7 @@ export declare class MatLegacyTabLabel extends MatTabLabel {
267
267
  */
268
268
  export declare class MatLegacyTabLabelWrapper extends _MatTabLabelWrapperBase {
269
269
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabLabelWrapper, never>;
270
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; }, {}, never, never, false>;
270
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; }, {}, never, never, false, never>;
271
271
  }
272
272
 
273
273
  /**
@@ -281,7 +281,7 @@ export declare class MatLegacyTabLink extends _MatLegacyTabLinkBase implements O
281
281
  constructor(tabNavBar: MatLegacyTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string);
282
282
  ngOnDestroy(): void;
283
283
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabLink, [null, null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
284
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, never, false>;
284
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, never, false, never>;
285
285
  }
286
286
 
287
287
  export { _MatLegacyTabLinkBase }
@@ -302,7 +302,7 @@ export declare class MatLegacyTabNav extends _MatLegacyTabNavBase {
302
302
  _previousPaginator: ElementRef<HTMLElement>;
303
303
  constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string);
304
304
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabNav, [null, { optional: true; }, null, null, null, null, { optional: true; }]>;
305
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": "color"; }, {}, ["_items"], ["*"], false>;
305
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": "color"; }, {}, ["_items"], ["*"], false, never>;
306
306
  }
307
307
 
308
308
  export { _MatLegacyTabNavBase }
@@ -318,7 +318,7 @@ export declare class MatLegacyTabNavPanel {
318
318
  /** Id of the active tab in the nav bar. */
319
319
  _activeTabId?: string;
320
320
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTabNavPanel, never>;
321
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabNavPanel, "mat-tab-nav-panel", ["matTabNavPanel"], { "id": "id"; }, {}, never, ["*"], false>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLegacyTabNavPanel, "mat-tab-nav-panel", ["matTabNavPanel"], { "id": "id"; }, {}, never, ["*"], false, never>;
322
322
  }
323
323
 
324
324
  export { matLegacyTabsAnimations }
@@ -58,7 +58,7 @@ export declare class LegacyTooltipComponent extends _TooltipComponentBase {
58
58
  _tooltip: ElementRef<HTMLElement>;
59
59
  constructor(changeDetectorRef: ChangeDetectorRef, _breakpointObserver: BreakpointObserver, animationMode?: string);
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<LegacyTooltipComponent, [null, null, { optional: true; }]>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<LegacyTooltipComponent, "mat-tooltip-component", never, {}, {}, never, never, false>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegacyTooltipComponent, "mat-tooltip-component", never, {}, {}, never, never, false, never>;
62
62
  }
63
63
 
64
64
  export { LegacyTooltipPosition }
@@ -90,7 +90,7 @@ export declare class MatLegacyTooltip extends _MatTooltipBase<LegacyTooltipCompo
90
90
  protected readonly _tooltipComponent: typeof LegacyTooltipComponent;
91
91
  constructor(overlay: Overlay, elementRef: ElementRef<HTMLElement>, scrollDispatcher: ScrollDispatcher, viewContainerRef: ViewContainerRef, ngZone: NgZone, platform: Platform, ariaDescriber: AriaDescriber, focusMonitor: FocusMonitor, scrollStrategy: any, dir: Directionality, defaultOptions: MatLegacyTooltipDefaultOptions, _document: any);
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacyTooltip, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null]>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTooltip, "[matTooltip]", ["matTooltip"], {}, {}, never, never, false>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLegacyTooltip, "[matTooltip]", ["matTooltip"], {}, {}, never, never, false, never>;
94
94
  }
95
95
 
96
96
  /**
package/list/index.d.ts CHANGED
@@ -105,12 +105,12 @@ export declare const MAT_SELECTION_LIST_VALUE_ACCESSOR: any;
105
105
  export declare class MatActionList extends MatListBase {
106
106
  _isNonInteractive: boolean;
107
107
  static ɵfac: i0.ɵɵFactoryDeclaration<MatActionList, never>;
108
- static ɵcmp: i0.ɵɵComponentDeclaration<MatActionList, "mat-action-list", ["matActionList"], {}, {}, never, ["*"], false>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatActionList, "mat-action-list", ["matActionList"], {}, {}, never, ["*"], false, never>;
109
109
  }
110
110
 
111
111
  export declare class MatList extends MatListBase {
112
112
  static ɵfac: i0.ɵɵFactoryDeclaration<MatList, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<MatList, "mat-list", ["matList"], {}, {}, never, ["*"], false>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatList, "mat-list", ["matList"], {}, {}, never, ["*"], false, never>;
114
114
  }
115
115
 
116
116
  declare abstract class MatListBase {
@@ -124,7 +124,7 @@ declare abstract class MatListBase {
124
124
  set disabled(value: BooleanInput);
125
125
  private _disabled;
126
126
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListBase, never>;
127
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListBase, never, never, { "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, never, never, false>;
127
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListBase, never, never, { "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, never, never, false, never>;
128
128
  }
129
129
 
130
130
  export declare class MatListItem extends MatListItemBase {
@@ -139,7 +139,7 @@ export declare class MatListItem extends MatListItemBase {
139
139
  _activated: boolean;
140
140
  constructor(element: ElementRef, ngZone: NgZone, listBase: MatListBase, platform: Platform, globalRippleOptions?: RippleGlobalOptions, animationMode?: string);
141
141
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItem, [null, null, null, null, { optional: true; }, { optional: true; }]>;
142
- static ɵcmp: i0.ɵɵComponentDeclaration<MatListItem, "mat-list-item, a[mat-list-item], button[mat-list-item]", ["matListItem"], { "activated": "activated"; }, {}, ["_lines", "_titles", "_meta"], ["[matListItemAvatar],[matListItemIcon]", "[matListItemTitle]", "[matListItemLine]", "*", "[matListItemMeta]", "mat-divider"], false>;
142
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatListItem, "mat-list-item, a[mat-list-item], button[mat-list-item]", ["matListItem"], { "activated": "activated"; }, {}, ["_lines", "_titles", "_meta"], ["[matListItemAvatar],[matListItemIcon]", "[matListItemTitle]", "[matListItemLine]", "*", "[matListItemMeta]", "mat-divider"], false, never>;
143
143
  }
144
144
 
145
145
  /**
@@ -149,7 +149,7 @@ export declare class MatListItem extends MatListItemBase {
149
149
  */
150
150
  export declare class MatListItemAvatar extends _MatListItemGraphicBase {
151
151
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemAvatar, never>;
152
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemAvatar, "[matListItemAvatar]", never, {}, {}, never, never, false>;
152
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemAvatar, "[matListItemAvatar]", never, {}, {}, never, never, false, never>;
153
153
  }
154
154
 
155
155
  declare abstract class MatListItemBase implements AfterViewInit, OnDestroy, RippleTarget {
@@ -242,7 +242,7 @@ declare abstract class MatListItemBase implements AfterViewInit, OnDestroy, Ripp
242
242
  /** Checks whether the list item has unscoped text content. */
243
243
  private _checkDomForUnscopedTextContent;
244
244
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemBase, [null, null, null, null, { optional: true; }, { optional: true; }]>;
245
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemBase, never, never, { "lines": "lines"; "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, ["_avatars", "_icons"], never, false>;
245
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemBase, never, never, { "lines": "lines"; "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, ["_avatars", "_icons"], never, false, never>;
246
246
  }
247
247
 
248
248
  /**
@@ -258,7 +258,7 @@ export declare class _MatListItemGraphicBase {
258
258
  constructor(_listOption: ListOption);
259
259
  _isAlignedAtStart(): boolean;
260
260
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatListItemGraphicBase, [{ optional: true; }]>;
261
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatListItemGraphicBase, never, never, {}, {}, never, never, false>;
261
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatListItemGraphicBase, never, never, {}, {}, never, never, false, never>;
262
262
  }
263
263
 
264
264
  /**
@@ -268,7 +268,7 @@ export declare class _MatListItemGraphicBase {
268
268
  */
269
269
  export declare class MatListItemIcon extends _MatListItemGraphicBase {
270
270
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemIcon, never>;
271
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemIcon, "[matListItemIcon]", never, {}, {}, never, never, false>;
271
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemIcon, "[matListItemIcon]", never, {}, {}, never, never, false, never>;
272
272
  }
273
273
 
274
274
  /**
@@ -281,7 +281,7 @@ export declare class MatListItemLine {
281
281
  _elementRef: ElementRef<HTMLElement>;
282
282
  constructor(_elementRef: ElementRef<HTMLElement>);
283
283
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemLine, never>;
284
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemLine, "[matListItemLine]", never, {}, {}, never, never, false>;
284
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemLine, "[matListItemLine]", never, {}, {}, never, never, false, never>;
285
285
  }
286
286
 
287
287
  /**
@@ -292,7 +292,7 @@ export declare class MatListItemLine {
292
292
  */
293
293
  export declare class MatListItemMeta {
294
294
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemMeta, never>;
295
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemMeta, "[matListItemMeta]", never, {}, {}, never, never, false>;
295
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemMeta, "[matListItemMeta]", never, {}, {}, never, never, false, never>;
296
296
  }
297
297
 
298
298
  /**
@@ -305,7 +305,7 @@ export declare class MatListItemTitle {
305
305
  _elementRef: ElementRef<HTMLElement>;
306
306
  constructor(_elementRef: ElementRef<HTMLElement>);
307
307
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListItemTitle, never>;
308
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemTitle, "[matListItemTitle]", never, {}, {}, never, never, false>;
308
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListItemTitle, "[matListItemTitle]", never, {}, {}, never, never, false, never>;
309
309
  }
310
310
 
311
311
  export declare class MatListModule {
@@ -379,7 +379,7 @@ export declare class MatListOption extends MatListItemBase implements ListOption
379
379
  /** Sets the tabindex of the list option. */
380
380
  _setTabindex(value: number): void;
381
381
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListOption, [null, null, null, null, null, { optional: true; }, { optional: true; }]>;
382
- static ɵcmp: i0.ɵɵComponentDeclaration<MatListOption, "mat-list-option", ["matListOption"], { "checkboxPosition": "checkboxPosition"; "color": "color"; "value": "value"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, ["_lines", "_titles"], ["[matListItemAvatar],[matListItemIcon]", "[matListItemTitle]", "[matListItemLine]", "*", "mat-divider"], false>;
382
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatListOption, "mat-list-option", ["matListOption"], { "checkboxPosition": "checkboxPosition"; "color": "color"; "value": "value"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, ["_lines", "_titles"], ["[matListItemAvatar],[matListItemIcon]", "[matListItemTitle]", "[matListItemLine]", "*", "mat-divider"], false, never>;
383
383
  }
384
384
 
385
385
  /**
@@ -394,13 +394,13 @@ export declare type MatListOptionCheckboxPosition = 'before' | 'after';
394
394
  */
395
395
  export declare class MatListSubheaderCssMatStyler {
396
396
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListSubheaderCssMatStyler, never>;
397
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatListSubheaderCssMatStyler, "[mat-subheader], [matSubheader]", never, {}, {}, never, never, false>;
397
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatListSubheaderCssMatStyler, "[mat-subheader], [matSubheader]", never, {}, {}, never, never, false, never>;
398
398
  }
399
399
 
400
400
  export declare class MatNavList extends MatListBase {
401
401
  _isNonInteractive: boolean;
402
402
  static ɵfac: i0.ɵɵFactoryDeclaration<MatNavList, never>;
403
- static ɵcmp: i0.ɵɵComponentDeclaration<MatNavList, "mat-nav-list", ["matNavList"], {}, {}, never, ["*"], false>;
403
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatNavList, "mat-nav-list", ["matNavList"], {}, {}, never, ["*"], false, never>;
404
404
  }
405
405
 
406
406
  export declare class MatSelectionList extends MatListBase implements SelectionList, ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy {
@@ -490,7 +490,7 @@ export declare class MatSelectionList extends MatListBase implements SelectionLi
490
490
  /** Returns whether the focus is currently within the list. */
491
491
  private _containsFocus;
492
492
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectionList, never>;
493
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectionList, "mat-selection-list", ["matSelectionList"], { "color": "color"; "compareWith": "compareWith"; "multiple": "multiple"; }, { "selectionChange": "selectionChange"; }, ["_items"], ["*"], false>;
493
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectionList, "mat-selection-list", ["matSelectionList"], { "color": "color"; "compareWith": "compareWith"; "multiple": "multiple"; }, { "selectionChange": "selectionChange"; }, ["_items"], ["*"], false, never>;
494
494
  }
495
495
 
496
496
  /** Change event that is being fired whenever the selected state of an option changes. */