@angular/material 16.2.0-next.0 → 16.2.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 (444) hide show
  1. package/autocomplete/_autocomplete-theme.scss +8 -19
  2. package/autocomplete/index.d.ts +6 -6
  3. package/badge/index.d.ts +1 -1
  4. package/bottom-sheet/index.d.ts +1 -1
  5. package/button/index.d.ts +10 -10
  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/_chips-theme.scss +0 -4
  10. package/chips/index.d.ts +12 -12
  11. package/core/index.d.ts +7 -7
  12. package/core/tokens/m2/mat/_autocomplete.scss +43 -0
  13. package/core/tokens/m2/mat/_paginator.scss +66 -0
  14. package/core/tokens/m2/mat/_select.scss +72 -0
  15. package/core/tokens/m2/mat/_slide-toggle.scss +52 -0
  16. package/core/tokens/m2/mdc/_chip.scss +8 -4
  17. package/core/tokens/m2/mdc/_dialog.scss +1 -0
  18. package/core/tokens/m2/mdc/_switch.scss +182 -0
  19. package/datepicker/index.d.ts +21 -21
  20. package/dialog/index.d.ts +6 -6
  21. package/divider/index.d.ts +1 -1
  22. package/esm2022/autocomplete/autocomplete-origin.mjs +7 -7
  23. package/esm2022/autocomplete/autocomplete-trigger.mjs +7 -7
  24. package/esm2022/autocomplete/autocomplete.mjs +8 -8
  25. package/esm2022/autocomplete/module.mjs +5 -5
  26. package/esm2022/badge/badge-module.mjs +5 -5
  27. package/esm2022/badge/badge.mjs +4 -4
  28. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
  29. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
  30. package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
  31. package/esm2022/button/button-base.mjs +7 -7
  32. package/esm2022/button/button.mjs +7 -7
  33. package/esm2022/button/fab.mjs +13 -13
  34. package/esm2022/button/icon-button.mjs +7 -7
  35. package/esm2022/button/module.mjs +5 -5
  36. package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
  37. package/esm2022/button-toggle/button-toggle.mjs +7 -7
  38. package/esm2022/card/card.mjs +43 -43
  39. package/esm2022/card/module.mjs +5 -5
  40. package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
  41. package/esm2022/checkbox/checkbox.mjs +7 -7
  42. package/esm2022/checkbox/module.mjs +9 -9
  43. package/esm2022/chips/chip-action.mjs +4 -4
  44. package/esm2022/chips/chip-edit-input.mjs +4 -4
  45. package/esm2022/chips/chip-grid.mjs +4 -4
  46. package/esm2022/chips/chip-icons.mjs +10 -10
  47. package/esm2022/chips/chip-input.mjs +4 -4
  48. package/esm2022/chips/chip-listbox.mjs +4 -4
  49. package/esm2022/chips/chip-option.mjs +6 -6
  50. package/esm2022/chips/chip-row.mjs +6 -6
  51. package/esm2022/chips/chip-set.mjs +4 -4
  52. package/esm2022/chips/chip.mjs +5 -5
  53. package/esm2022/chips/module.mjs +5 -5
  54. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  55. package/esm2022/core/datetime/index.mjs +9 -9
  56. package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
  57. package/esm2022/core/error/error-options.mjs +7 -7
  58. package/esm2022/core/line/line.mjs +8 -8
  59. package/esm2022/core/option/index.mjs +5 -5
  60. package/esm2022/core/option/optgroup.mjs +7 -7
  61. package/esm2022/core/option/option.mjs +7 -7
  62. package/esm2022/core/private/ripple-loader.mjs +4 -4
  63. package/esm2022/core/ripple/index.mjs +5 -5
  64. package/esm2022/core/ripple/ripple.mjs +4 -4
  65. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  66. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  67. package/esm2022/core/version.mjs +1 -1
  68. package/esm2022/datepicker/calendar-body.mjs +4 -4
  69. package/esm2022/datepicker/calendar.mjs +7 -7
  70. package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
  71. package/esm2022/datepicker/date-range-input.mjs +4 -4
  72. package/esm2022/datepicker/date-range-picker.mjs +4 -4
  73. package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
  74. package/esm2022/datepicker/date-selection-model.mjs +10 -10
  75. package/esm2022/datepicker/datepicker-actions.mjs +10 -10
  76. package/esm2022/datepicker/datepicker-base.mjs +7 -7
  77. package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
  78. package/esm2022/datepicker/datepicker-input.mjs +4 -4
  79. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  80. package/esm2022/datepicker/datepicker-module.mjs +5 -5
  81. package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
  82. package/esm2022/datepicker/datepicker.mjs +4 -4
  83. package/esm2022/datepicker/month-view.mjs +4 -4
  84. package/esm2022/datepicker/multi-year-view.mjs +4 -4
  85. package/esm2022/datepicker/year-view.mjs +4 -4
  86. package/esm2022/dialog/dialog-container.mjs +7 -7
  87. package/esm2022/dialog/dialog-content-directives.mjs +13 -13
  88. package/esm2022/dialog/dialog.mjs +7 -7
  89. package/esm2022/dialog/module.mjs +5 -5
  90. package/esm2022/divider/divider-module.mjs +5 -5
  91. package/esm2022/divider/divider.mjs +4 -4
  92. package/esm2022/expansion/accordion.mjs +4 -4
  93. package/esm2022/expansion/expansion-module.mjs +5 -5
  94. package/esm2022/expansion/expansion-panel-content.mjs +4 -4
  95. package/esm2022/expansion/expansion-panel-header.mjs +10 -10
  96. package/esm2022/expansion/expansion-panel.mjs +7 -7
  97. package/esm2022/form-field/directives/error.mjs +4 -4
  98. package/esm2022/form-field/directives/floating-label.mjs +4 -4
  99. package/esm2022/form-field/directives/hint.mjs +4 -4
  100. package/esm2022/form-field/directives/label.mjs +4 -4
  101. package/esm2022/form-field/directives/line-ripple.mjs +4 -4
  102. package/esm2022/form-field/directives/notched-outline.mjs +4 -4
  103. package/esm2022/form-field/directives/prefix.mjs +4 -4
  104. package/esm2022/form-field/directives/suffix.mjs +4 -4
  105. package/esm2022/form-field/form-field-control.mjs +4 -4
  106. package/esm2022/form-field/form-field.mjs +4 -4
  107. package/esm2022/form-field/module.mjs +5 -5
  108. package/esm2022/grid-list/grid-list-module.mjs +5 -5
  109. package/esm2022/grid-list/grid-list.mjs +4 -4
  110. package/esm2022/grid-list/grid-tile.mjs +16 -16
  111. package/esm2022/icon/icon-module.mjs +5 -5
  112. package/esm2022/icon/icon-registry.mjs +4 -4
  113. package/esm2022/icon/icon.mjs +4 -4
  114. package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
  115. package/esm2022/input/input.mjs +4 -4
  116. package/esm2022/input/module.mjs +5 -5
  117. package/esm2022/legacy-autocomplete/autocomplete-module.mjs +5 -5
  118. package/esm2022/legacy-autocomplete/autocomplete-origin.mjs +4 -4
  119. package/esm2022/legacy-autocomplete/autocomplete-trigger.mjs +4 -4
  120. package/esm2022/legacy-autocomplete/autocomplete.mjs +4 -4
  121. package/esm2022/legacy-button/button-module.mjs +5 -5
  122. package/esm2022/legacy-button/button.mjs +7 -7
  123. package/esm2022/legacy-card/card-module.mjs +5 -5
  124. package/esm2022/legacy-card/card.mjs +43 -43
  125. package/esm2022/legacy-checkbox/checkbox-module.mjs +5 -5
  126. package/esm2022/legacy-checkbox/checkbox.mjs +4 -4
  127. package/esm2022/legacy-chips/chip-input.mjs +4 -4
  128. package/esm2022/legacy-chips/chip-list.mjs +4 -4
  129. package/esm2022/legacy-chips/chip.mjs +13 -13
  130. package/esm2022/legacy-chips/chips-module.mjs +5 -5
  131. package/esm2022/legacy-core/option/index.mjs +5 -5
  132. package/esm2022/legacy-core/option/optgroup.mjs +4 -4
  133. package/esm2022/legacy-core/option/option.mjs +4 -4
  134. package/esm2022/legacy-dialog/dialog-container.mjs +4 -4
  135. package/esm2022/legacy-dialog/dialog-content-directives.mjs +13 -13
  136. package/esm2022/legacy-dialog/dialog-module.mjs +5 -5
  137. package/esm2022/legacy-dialog/dialog.mjs +4 -4
  138. package/esm2022/legacy-form-field/error.mjs +4 -4
  139. package/esm2022/legacy-form-field/form-field-module.mjs +5 -5
  140. package/esm2022/legacy-form-field/form-field.mjs +4 -4
  141. package/esm2022/legacy-form-field/hint.mjs +4 -4
  142. package/esm2022/legacy-form-field/label.mjs +4 -4
  143. package/esm2022/legacy-form-field/placeholder.mjs +4 -4
  144. package/esm2022/legacy-form-field/prefix.mjs +4 -4
  145. package/esm2022/legacy-form-field/suffix.mjs +4 -4
  146. package/esm2022/legacy-input/input-module.mjs +5 -5
  147. package/esm2022/legacy-input/input.mjs +4 -4
  148. package/esm2022/legacy-list/list-module.mjs +5 -5
  149. package/esm2022/legacy-list/list.mjs +19 -19
  150. package/esm2022/legacy-list/selection-list.mjs +7 -7
  151. package/esm2022/legacy-menu/menu-content.mjs +4 -4
  152. package/esm2022/legacy-menu/menu-item.mjs +4 -4
  153. package/esm2022/legacy-menu/menu-module.mjs +5 -5
  154. package/esm2022/legacy-menu/menu-trigger.mjs +4 -4
  155. package/esm2022/legacy-menu/menu.mjs +4 -4
  156. package/esm2022/legacy-paginator/paginator-module.mjs +5 -5
  157. package/esm2022/legacy-paginator/paginator.mjs +4 -4
  158. package/esm2022/legacy-progress-bar/progress-bar-module.mjs +5 -5
  159. package/esm2022/legacy-progress-bar/progress-bar.mjs +4 -4
  160. package/esm2022/legacy-progress-spinner/progress-spinner-module.mjs +5 -5
  161. package/esm2022/legacy-progress-spinner/progress-spinner.mjs +4 -4
  162. package/esm2022/legacy-radio/radio-module.mjs +5 -5
  163. package/esm2022/legacy-radio/radio.mjs +7 -7
  164. package/esm2022/legacy-select/select-module.mjs +5 -5
  165. package/esm2022/legacy-select/select.mjs +7 -7
  166. package/esm2022/legacy-slide-toggle/slide-toggle-module.mjs +5 -5
  167. package/esm2022/legacy-slide-toggle/slide-toggle.mjs +4 -4
  168. package/esm2022/legacy-slider/slider-module.mjs +5 -5
  169. package/esm2022/legacy-slider/slider.mjs +4 -4
  170. package/esm2022/legacy-snack-bar/simple-snack-bar.mjs +4 -4
  171. package/esm2022/legacy-snack-bar/snack-bar-container.mjs +4 -4
  172. package/esm2022/legacy-snack-bar/snack-bar-module.mjs +5 -5
  173. package/esm2022/legacy-snack-bar/snack-bar.mjs +4 -4
  174. package/esm2022/legacy-table/cell.mjs +22 -22
  175. package/esm2022/legacy-table/row.mjs +22 -22
  176. package/esm2022/legacy-table/table-module.mjs +5 -5
  177. package/esm2022/legacy-table/table.mjs +7 -7
  178. package/esm2022/legacy-table/text-column.mjs +4 -4
  179. package/esm2022/legacy-tabs/ink-bar.mjs +4 -4
  180. package/esm2022/legacy-tabs/tab-body.mjs +7 -7
  181. package/esm2022/legacy-tabs/tab-content.mjs +4 -4
  182. package/esm2022/legacy-tabs/tab-group.mjs +4 -4
  183. package/esm2022/legacy-tabs/tab-header.mjs +4 -4
  184. package/esm2022/legacy-tabs/tab-label-wrapper.mjs +4 -4
  185. package/esm2022/legacy-tabs/tab-label.mjs +4 -4
  186. package/esm2022/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  187. package/esm2022/legacy-tabs/tab.mjs +4 -4
  188. package/esm2022/legacy-tabs/tabs-module.mjs +5 -5
  189. package/esm2022/legacy-tooltip/tooltip-module.mjs +5 -5
  190. package/esm2022/legacy-tooltip/tooltip.mjs +7 -7
  191. package/esm2022/list/action-list.mjs +4 -4
  192. package/esm2022/list/list-base.mjs +7 -7
  193. package/esm2022/list/list-item-sections.mjs +19 -19
  194. package/esm2022/list/list-module.mjs +5 -5
  195. package/esm2022/list/list-option.mjs +4 -4
  196. package/esm2022/list/list.mjs +7 -7
  197. package/esm2022/list/nav-list.mjs +4 -4
  198. package/esm2022/list/selection-list.mjs +4 -4
  199. package/esm2022/list/subheader.mjs +4 -4
  200. package/esm2022/menu/menu-content.mjs +7 -7
  201. package/esm2022/menu/menu-item.mjs +4 -4
  202. package/esm2022/menu/menu-trigger.mjs +7 -7
  203. package/esm2022/menu/menu.mjs +7 -7
  204. package/esm2022/menu/module.mjs +5 -5
  205. package/esm2022/paginator/module.mjs +5 -5
  206. package/esm2022/paginator/paginator-intl.mjs +4 -4
  207. package/esm2022/paginator/paginator.mjs +8 -8
  208. package/esm2022/progress-bar/module.mjs +5 -5
  209. package/esm2022/progress-bar/progress-bar.mjs +4 -4
  210. package/esm2022/progress-spinner/module.mjs +5 -5
  211. package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
  212. package/esm2022/radio/module.mjs +5 -5
  213. package/esm2022/radio/radio.mjs +13 -13
  214. package/esm2022/select/module.mjs +5 -5
  215. package/esm2022/select/select.mjs +12 -12
  216. package/esm2022/sidenav/drawer.mjs +10 -10
  217. package/esm2022/sidenav/sidenav-module.mjs +5 -5
  218. package/esm2022/sidenav/sidenav.mjs +10 -10
  219. package/esm2022/slide-toggle/module.mjs +9 -9
  220. package/esm2022/slide-toggle/slide-toggle-config.mjs +2 -2
  221. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  222. package/esm2022/slide-toggle/slide-toggle.mjs +20 -8
  223. package/esm2022/slider/module.mjs +5 -5
  224. package/esm2022/slider/slider-input.mjs +7 -7
  225. package/esm2022/slider/slider-thumb.mjs +4 -4
  226. package/esm2022/slider/slider.mjs +5 -5
  227. package/esm2022/snack-bar/module.mjs +5 -5
  228. package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
  229. package/esm2022/snack-bar/snack-bar-container.mjs +7 -7
  230. package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
  231. package/esm2022/snack-bar/snack-bar.mjs +7 -7
  232. package/esm2022/sort/sort-header-intl.mjs +4 -4
  233. package/esm2022/sort/sort-header.mjs +4 -4
  234. package/esm2022/sort/sort-module.mjs +5 -5
  235. package/esm2022/sort/sort.mjs +4 -4
  236. package/esm2022/stepper/step-content.mjs +4 -4
  237. package/esm2022/stepper/step-header.mjs +4 -4
  238. package/esm2022/stepper/step-label.mjs +4 -4
  239. package/esm2022/stepper/stepper-animations.mjs +10 -4
  240. package/esm2022/stepper/stepper-button.mjs +7 -7
  241. package/esm2022/stepper/stepper-icon.mjs +4 -4
  242. package/esm2022/stepper/stepper-intl.mjs +4 -4
  243. package/esm2022/stepper/stepper-module.mjs +5 -5
  244. package/esm2022/stepper/stepper.mjs +7 -7
  245. package/esm2022/table/cell.mjs +22 -22
  246. package/esm2022/table/module.mjs +5 -5
  247. package/esm2022/table/row.mjs +22 -22
  248. package/esm2022/table/table.mjs +7 -7
  249. package/esm2022/table/text-column.mjs +4 -4
  250. package/esm2022/tabs/module.mjs +5 -5
  251. package/esm2022/tabs/paginated-tab-header.mjs +4 -4
  252. package/esm2022/tabs/tab-body.mjs +10 -10
  253. package/esm2022/tabs/tab-content.mjs +4 -4
  254. package/esm2022/tabs/tab-group.mjs +7 -7
  255. package/esm2022/tabs/tab-header.mjs +7 -7
  256. package/esm2022/tabs/tab-label-wrapper.mjs +7 -7
  257. package/esm2022/tabs/tab-label.mjs +4 -4
  258. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +16 -16
  259. package/esm2022/tabs/tab.mjs +7 -7
  260. package/esm2022/toolbar/toolbar-module.mjs +5 -5
  261. package/esm2022/toolbar/toolbar.mjs +7 -7
  262. package/esm2022/tooltip/module.mjs +5 -5
  263. package/esm2022/tooltip/tooltip.mjs +13 -13
  264. package/esm2022/tree/node.mjs +10 -10
  265. package/esm2022/tree/outlet.mjs +4 -4
  266. package/esm2022/tree/padding.mjs +4 -4
  267. package/esm2022/tree/toggle.mjs +4 -4
  268. package/esm2022/tree/tree-module.mjs +5 -5
  269. package/esm2022/tree/tree.mjs +4 -4
  270. package/expansion/index.d.ts +7 -7
  271. package/fesm2022/autocomplete.mjs +23 -23
  272. package/fesm2022/autocomplete.mjs.map +1 -1
  273. package/fesm2022/badge.mjs +7 -7
  274. package/fesm2022/badge.mjs.map +1 -1
  275. package/fesm2022/bottom-sheet.mjs +10 -10
  276. package/fesm2022/bottom-sheet.mjs.map +1 -1
  277. package/fesm2022/button-toggle.mjs +10 -10
  278. package/fesm2022/button-toggle.mjs.map +1 -1
  279. package/fesm2022/button.mjs +34 -34
  280. package/fesm2022/button.mjs.map +1 -1
  281. package/fesm2022/card.mjs +46 -46
  282. package/fesm2022/card.mjs.map +1 -1
  283. package/fesm2022/checkbox.mjs +17 -17
  284. package/fesm2022/checkbox.mjs.map +1 -1
  285. package/fesm2022/chips.mjs +45 -45
  286. package/fesm2022/chips.mjs.map +1 -1
  287. package/fesm2022/core.mjs +62 -62
  288. package/fesm2022/core.mjs.map +1 -1
  289. package/fesm2022/datepicker.mjs +82 -82
  290. package/fesm2022/datepicker.mjs.map +1 -1
  291. package/fesm2022/dialog.mjs +28 -28
  292. package/fesm2022/dialog.mjs.map +1 -1
  293. package/fesm2022/divider.mjs +7 -7
  294. package/fesm2022/divider.mjs.map +1 -1
  295. package/fesm2022/expansion.mjs +25 -25
  296. package/fesm2022/expansion.mjs.map +1 -1
  297. package/fesm2022/form-field.mjs +34 -34
  298. package/fesm2022/form-field.mjs.map +1 -1
  299. package/fesm2022/grid-list.mjs +22 -22
  300. package/fesm2022/grid-list.mjs.map +1 -1
  301. package/fesm2022/icon/testing.mjs +7 -7
  302. package/fesm2022/icon/testing.mjs.map +1 -1
  303. package/fesm2022/icon.mjs +10 -10
  304. package/fesm2022/icon.mjs.map +1 -1
  305. package/fesm2022/input.mjs +7 -7
  306. package/fesm2022/input.mjs.map +1 -1
  307. package/fesm2022/legacy-autocomplete.mjs +13 -13
  308. package/fesm2022/legacy-autocomplete.mjs.map +1 -1
  309. package/fesm2022/legacy-button.mjs +10 -10
  310. package/fesm2022/legacy-button.mjs.map +1 -1
  311. package/fesm2022/legacy-card.mjs +46 -46
  312. package/fesm2022/legacy-card.mjs.map +1 -1
  313. package/fesm2022/legacy-checkbox.mjs +7 -7
  314. package/fesm2022/legacy-checkbox.mjs.map +1 -1
  315. package/fesm2022/legacy-chips.mjs +22 -22
  316. package/fesm2022/legacy-chips.mjs.map +1 -1
  317. package/fesm2022/legacy-core.mjs +10 -10
  318. package/fesm2022/legacy-core.mjs.map +1 -1
  319. package/fesm2022/legacy-dialog.mjs +22 -22
  320. package/fesm2022/legacy-dialog.mjs.map +1 -1
  321. package/fesm2022/legacy-form-field.mjs +25 -25
  322. package/fesm2022/legacy-form-field.mjs.map +1 -1
  323. package/fesm2022/legacy-input.mjs +7 -7
  324. package/fesm2022/legacy-input.mjs.map +1 -1
  325. package/fesm2022/legacy-list.mjs +28 -28
  326. package/fesm2022/legacy-list.mjs.map +1 -1
  327. package/fesm2022/legacy-menu.mjs +16 -16
  328. package/fesm2022/legacy-menu.mjs.map +1 -1
  329. package/fesm2022/legacy-paginator.mjs +7 -7
  330. package/fesm2022/legacy-paginator.mjs.map +1 -1
  331. package/fesm2022/legacy-progress-bar.mjs +7 -7
  332. package/fesm2022/legacy-progress-bar.mjs.map +1 -1
  333. package/fesm2022/legacy-progress-spinner.mjs +7 -7
  334. package/fesm2022/legacy-progress-spinner.mjs.map +1 -1
  335. package/fesm2022/legacy-radio.mjs +10 -10
  336. package/fesm2022/legacy-radio.mjs.map +1 -1
  337. package/fesm2022/legacy-select.mjs +10 -10
  338. package/fesm2022/legacy-select.mjs.map +1 -1
  339. package/fesm2022/legacy-slide-toggle.mjs +7 -7
  340. package/fesm2022/legacy-slide-toggle.mjs.map +1 -1
  341. package/fesm2022/legacy-slider.mjs +7 -7
  342. package/fesm2022/legacy-slider.mjs.map +1 -1
  343. package/fesm2022/legacy-snack-bar.mjs +13 -13
  344. package/fesm2022/legacy-snack-bar.mjs.map +1 -1
  345. package/fesm2022/legacy-table.mjs +55 -55
  346. package/fesm2022/legacy-table.mjs.map +1 -1
  347. package/fesm2022/legacy-tabs.mjs +40 -40
  348. package/fesm2022/legacy-tabs.mjs.map +1 -1
  349. package/fesm2022/legacy-tooltip.mjs +10 -10
  350. package/fesm2022/legacy-tooltip.mjs.map +1 -1
  351. package/fesm2022/list.mjs +49 -49
  352. package/fesm2022/list.mjs.map +1 -1
  353. package/fesm2022/menu.mjs +25 -25
  354. package/fesm2022/menu.mjs.map +1 -1
  355. package/fesm2022/paginator.mjs +14 -14
  356. package/fesm2022/paginator.mjs.map +1 -1
  357. package/fesm2022/progress-bar.mjs +7 -7
  358. package/fesm2022/progress-bar.mjs.map +1 -1
  359. package/fesm2022/progress-spinner.mjs +7 -7
  360. package/fesm2022/progress-spinner.mjs.map +1 -1
  361. package/fesm2022/radio.mjs +16 -16
  362. package/fesm2022/radio.mjs.map +1 -1
  363. package/fesm2022/select.mjs +15 -15
  364. package/fesm2022/select.mjs.map +1 -1
  365. package/fesm2022/sidenav.mjs +22 -22
  366. package/fesm2022/sidenav.mjs.map +1 -1
  367. package/fesm2022/slide-toggle.mjs +31 -19
  368. package/fesm2022/slide-toggle.mjs.map +1 -1
  369. package/fesm2022/slider.mjs +17 -17
  370. package/fesm2022/slider.mjs.map +1 -1
  371. package/fesm2022/snack-bar.mjs +28 -28
  372. package/fesm2022/snack-bar.mjs.map +1 -1
  373. package/fesm2022/sort.mjs +13 -13
  374. package/fesm2022/sort.mjs.map +1 -1
  375. package/fesm2022/stepper.mjs +40 -34
  376. package/fesm2022/stepper.mjs.map +1 -1
  377. package/fesm2022/table.mjs +55 -55
  378. package/fesm2022/table.mjs.map +1 -1
  379. package/fesm2022/tabs.mjs +61 -61
  380. package/fesm2022/tabs.mjs.map +1 -1
  381. package/fesm2022/toolbar.mjs +10 -10
  382. package/fesm2022/toolbar.mjs.map +1 -1
  383. package/fesm2022/tooltip.mjs +16 -16
  384. package/fesm2022/tooltip.mjs.map +1 -1
  385. package/fesm2022/tree.mjs +25 -25
  386. package/fesm2022/tree.mjs.map +1 -1
  387. package/form-field/index.d.ts +10 -10
  388. package/grid-list/index.d.ts +6 -6
  389. package/icon/index.d.ts +1 -1
  390. package/input/index.d.ts +1 -1
  391. package/legacy-autocomplete/index.d.ts +3 -3
  392. package/legacy-button/index.d.ts +2 -2
  393. package/legacy-card/index.d.ts +14 -14
  394. package/legacy-checkbox/index.d.ts +1 -1
  395. package/legacy-chips/index.d.ts +6 -6
  396. package/legacy-core/index.d.ts +2 -2
  397. package/legacy-dialog/index.d.ts +5 -5
  398. package/legacy-form-field/index.d.ts +7 -7
  399. package/legacy-input/index.d.ts +1 -1
  400. package/legacy-list/index.d.ts +8 -8
  401. package/legacy-menu/index.d.ts +4 -4
  402. package/legacy-paginator/index.d.ts +1 -1
  403. package/legacy-progress-bar/index.d.ts +1 -1
  404. package/legacy-progress-spinner/index.d.ts +1 -1
  405. package/legacy-radio/index.d.ts +2 -2
  406. package/legacy-select/index.d.ts +2 -2
  407. package/legacy-slide-toggle/index.d.ts +1 -1
  408. package/legacy-slider/index.d.ts +1 -1
  409. package/legacy-snack-bar/index.d.ts +2 -2
  410. package/legacy-table/index.d.ts +17 -17
  411. package/legacy-tabs/index.d.ts +12 -12
  412. package/legacy-tooltip/index.d.ts +2 -2
  413. package/list/index.d.ts +15 -15
  414. package/menu/index.d.ts +7 -7
  415. package/package.json +2 -2
  416. package/paginator/_paginator-theme.scss +15 -56
  417. package/paginator/_paginator-variables.scss +2 -0
  418. package/paginator/index.d.ts +2 -2
  419. package/prebuilt-themes/deeppurple-amber.css +1 -1
  420. package/prebuilt-themes/indigo-pink.css +1 -1
  421. package/prebuilt-themes/pink-bluegrey.css +1 -1
  422. package/prebuilt-themes/purple-green.css +1 -1
  423. package/progress-bar/index.d.ts +1 -1
  424. package/progress-spinner/index.d.ts +1 -1
  425. package/radio/index.d.ts +4 -4
  426. package/schematics/ng-add/index.js +1 -1
  427. package/schematics/ng-add/index.mjs +1 -1
  428. package/schematics/ng-generate/mdc-migration/index_bundled.js +735 -192
  429. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +4 -4
  430. package/schematics/ng-update/index_bundled.js +25 -25
  431. package/select/_select-theme.scss +25 -60
  432. package/select/index.d.ts +3 -3
  433. package/sidenav/index.d.ts +6 -6
  434. package/slide-toggle/_slide-toggle-theme.scss +26 -75
  435. package/slide-toggle/index.d.ts +9 -3
  436. package/slider/index.d.ts +4 -4
  437. package/snack-bar/index.d.ts +6 -6
  438. package/sort/index.d.ts +2 -2
  439. package/stepper/index.d.ts +8 -8
  440. package/table/index.d.ts +17 -17
  441. package/tabs/index.d.ts +19 -19
  442. package/toolbar/index.d.ts +2 -2
  443. package/tooltip/index.d.ts +4 -4
  444. package/tree/index.d.ts +7 -7
@@ -1,31 +1,20 @@
1
- @use '@material/menu-surface/mixins' as mdc-menu-surface;
2
- @use '@material/list/evolution-mixins' as mdc-list;
3
1
  @use '../core/theming/theming';
4
2
  @use '../core/typography/typography';
5
- @use '../core/mdc-helpers/mdc-helpers';
3
+ @use '../core/style/sass-utils';
4
+ @use '../core/tokens/token-utils';
5
+ @use '../core/tokens/m2/mat/autocomplete' as tokens-mat-autocomplete;
6
6
 
7
7
  @mixin color($config-or-theme) {
8
8
  $config: theming.get-color-config($config-or-theme);
9
- @include mdc-helpers.using-mdc-theme($config) {
10
- @include mdc-menu-surface.core-styles(mdc-helpers.$mdc-theme-styles-query);
11
- @include mdc-list.without-ripple(mdc-helpers.$mdc-theme-styles-query);
12
- }
13
- }
14
-
15
- @mixin typography($config-or-theme) {
16
- $config: typography.private-typography-to-2018-config(
17
- theming.get-typography-config($config-or-theme));
18
- @include mdc-helpers.using-mdc-typography($config) {
19
- @include mdc-menu-surface.core-styles(mdc-helpers.$mdc-typography-styles-query);
20
9
 
21
- .mat-mdc-autocomplete-panel {
22
- // Note that we include this private mixin, because the public one adds
23
- // a bunch of styles that we aren't using for the autocomplete panel.
24
- @include mdc-list.list-base(mdc-helpers.$mdc-typography-styles-query);
25
- }
10
+ @include sass-utils.current-selector-or-root() {
11
+ @include token-utils.create-token-values(tokens-mat-autocomplete.$prefix,
12
+ tokens-mat-autocomplete.get-color-tokens($config));
26
13
  }
27
14
  }
28
15
 
16
+ @mixin typography($config-or-theme) {}
17
+
29
18
  @mixin density($config-or-theme) {}
30
19
 
31
20
  @mixin theme($theme-or-color-config) {
@@ -113,7 +113,7 @@ export declare class MatAutocomplete extends _MatAutocompleteBase {
113
113
  _syncParentProperties(): void;
114
114
  protected _skipPredicate(_option: _MatOptionBase): boolean;
115
115
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocomplete, never>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, {}, ["optionGroups", "options"], ["*"], false, never, false>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, {}, ["optionGroups", "options"], ["*"], false, never>;
117
117
  }
118
118
 
119
119
  /** Event object that is emitted when an autocomplete option is activated. */
@@ -220,7 +220,7 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin
220
220
  private _setThemeClasses;
221
221
  protected _skipPredicate(option: _MatOptionBase): boolean;
222
222
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteBase, never>;
223
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "autoActiveFirstOption": { "alias": "autoActiveFirstOption"; "required": false; }; "autoSelectActiveOption": { "alias": "autoSelectActiveOption"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "classList": { "alias": "class"; "required": false; }; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never, never, false, never, false>;
223
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "autoActiveFirstOption": { "alias": "autoActiveFirstOption"; "required": false; }; "autoSelectActiveOption": { "alias": "autoSelectActiveOption"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "classList": { "alias": "class"; "required": false; }; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never, never, false, never>;
224
224
  }
225
225
 
226
226
  /** Default `mat-autocomplete` options that can be overridden. */
@@ -252,7 +252,7 @@ export declare class MatAutocompleteModule {
252
252
  */
253
253
  export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
254
254
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>;
255
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never, never, false, never, false>;
255
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never, never, false, never>;
256
256
  }
257
257
 
258
258
  /** Base class containing all of the functionality for `MatAutocompleteOrigin`. */
@@ -263,7 +263,7 @@ export declare abstract class _MatAutocompleteOriginBase {
263
263
  /** Reference to the element on which the directive is applied. */
264
264
  elementRef: ElementRef<HTMLElement>);
265
265
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>;
266
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never, never, false, never, false>;
266
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never, never, false, never>;
267
267
  }
268
268
 
269
269
  /** Event object that is emitted when an autocomplete option is selected. */
@@ -282,7 +282,7 @@ export declare class MatAutocompleteSelectedEvent {
282
282
  export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase {
283
283
  protected _aboveClass: string;
284
284
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteTrigger, never>;
285
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never, never, false, never, false>;
285
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never, never, false, never>;
286
286
  }
287
287
 
288
288
  /** Base class with all of the `MatAutocompleteTrigger` functionality. */
@@ -481,7 +481,7 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu
481
481
  /** Clears the references to the listbox overlay element from the modal it was added to. */
482
482
  private _clearFromModal;
483
483
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>;
484
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": { "alias": "matAutocomplete"; "required": false; }; "position": { "alias": "matAutocompletePosition"; "required": false; }; "connectedTo": { "alias": "matAutocompleteConnectedTo"; "required": false; }; "autocompleteAttribute": { "alias": "autocomplete"; "required": false; }; "autocompleteDisabled": { "alias": "matAutocompleteDisabled"; "required": false; }; }, {}, never, never, false, never, false>;
484
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": { "alias": "matAutocomplete"; "required": false; }; "position": { "alias": "matAutocompletePosition"; "required": false; }; "connectedTo": { "alias": "matAutocompleteConnectedTo"; "required": false; }; "autocompleteAttribute": { "alias": "autocomplete"; "required": false; }; "autocompleteDisabled": { "alias": "matAutocompleteDisabled"; "required": false; }; }, {}, never, never, false, never>;
485
485
  }
486
486
 
487
487
  export { }
package/badge/index.d.ts CHANGED
@@ -93,7 +93,7 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
93
93
  /** Clears any existing badges that might be left over from server-side rendering. */
94
94
  private _clearExistingBadges;
95
95
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, [null, null, null, null, { optional: true; }]>;
96
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, false, never, false>;
96
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "disabled": { "alias": "matBadgeDisabled"; "required": false; }; "color": { "alias": "matBadgeColor"; "required": false; }; "overlap": { "alias": "matBadgeOverlap"; "required": false; }; "position": { "alias": "matBadgePosition"; "required": false; }; "content": { "alias": "matBadge"; "required": false; }; "description": { "alias": "matBadgeDescription"; "required": false; }; "size": { "alias": "matBadgeSize"; "required": false; }; "hidden": { "alias": "matBadgeHidden"; "required": false; }; }, {}, never, never, false, never>;
97
97
  }
98
98
 
99
99
  /** @docs-private */
@@ -151,7 +151,7 @@ export declare class MatBottomSheetContainer extends CdkDialogContainer implemen
151
151
  protected _captureInitialFocus(): void;
152
152
  private _toggleClass;
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetContainer, [null, null, { optional: true; }, null, null, null, null, null, null, null]>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never, false, never, false>;
154
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never, false, never>;
155
155
  }
156
156
 
157
157
  export declare class MatBottomSheetModule {
package/button/index.d.ts CHANGED
@@ -63,7 +63,7 @@ export declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
63
63
  export declare class MatAnchor extends MatAnchorBase {
64
64
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchor, [null, null, null, { optional: true; }]>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
67
67
  }
68
68
 
69
69
  /**
@@ -76,7 +76,7 @@ declare class MatAnchorBase extends MatButtonBase implements OnInit, OnDestroy {
76
76
  ngOnDestroy(): void;
77
77
  _haltDisabledEvents: (event: Event) => void;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchorBase, never>;
79
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAnchorBase, never, never, {}, {}, never, never, false, never, false>;
79
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatAnchorBase, never, never, {}, {}, never, never, false, never>;
80
80
  }
81
81
 
82
82
  /**
@@ -91,7 +91,7 @@ declare class MatAnchorBase extends MatButtonBase implements OnInit, OnDestroy {
91
91
  export declare class MatButton extends MatButtonBase {
92
92
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, [null, null, null, { optional: true; }]>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
95
95
  }
96
96
 
97
97
  /** Base class for all buttons. */
@@ -130,7 +130,7 @@ declare class MatButtonBase extends _MatButtonMixin implements CanDisable, CanCo
130
130
  private _hasHostAttributes;
131
131
  private _updateRippleDisabled;
132
132
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
133
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, {}, {}, never, never, false, never, false>;
133
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, {}, {}, never, never, false, never>;
134
134
  }
135
135
 
136
136
  /** @docs-private */
@@ -161,7 +161,7 @@ export declare class MatFabAnchor extends MatAnchor {
161
161
  private _extended;
162
162
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
163
163
  static ɵfac: i0.ɵɵFactoryDeclaration<MatFabAnchor, [null, null, null, { optional: true; }, { optional: true; }]>;
164
- static ɵcmp: i0.ɵɵComponentDeclaration<MatFabAnchor, "a[mat-fab]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatFabAnchor, "a[mat-fab]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
165
165
  }
166
166
 
167
167
  /**
@@ -179,7 +179,7 @@ export declare class MatFabButton extends MatButtonBase {
179
179
  private _extended;
180
180
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
181
181
  static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, [null, null, null, { optional: true; }, { optional: true; }]>;
182
- static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
182
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
183
183
  }
184
184
 
185
185
  /** Default FAB options that can be overridden. */
@@ -195,7 +195,7 @@ export declare interface MatFabDefaultOptions {
195
195
  export declare class MatIconAnchor extends MatAnchorBase {
196
196
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
197
197
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconAnchor, [null, null, null, { optional: true; }]>;
198
- static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
198
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
199
199
  }
200
200
 
201
201
  /**
@@ -206,7 +206,7 @@ export declare class MatIconAnchor extends MatAnchorBase {
206
206
  export declare class MatIconButton extends MatButtonBase {
207
207
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
208
208
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, [null, null, null, { optional: true; }]>;
209
- static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never, false>;
209
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
210
210
  }
211
211
 
212
212
  /**
@@ -219,7 +219,7 @@ export declare class MatMiniFabAnchor extends MatAnchor {
219
219
  _isFab: boolean;
220
220
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
221
221
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabAnchor, [null, null, null, { optional: true; }, { optional: true; }]>;
222
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabAnchor, "a[mat-mini-fab]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
222
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabAnchor, "a[mat-mini-fab]", ["matButton", "matAnchor"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
223
223
  }
224
224
 
225
225
  /**
@@ -232,7 +232,7 @@ export declare class MatMiniFabButton extends MatButtonBase {
232
232
  _isFab: boolean;
233
233
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
234
234
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, [null, null, null, { optional: true; }, { optional: true; }]>;
235
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never, false>;
235
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab]", ["matButton"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], false, never>;
236
236
  }
237
237
 
238
238
  export { }
@@ -111,7 +111,7 @@ export declare class MatButtonToggle extends _MatButtonToggleBase implements OnI
111
111
  /** Whether the toggle is in single selection mode. */
112
112
  private _isSingleSelector;
113
113
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggle, [{ optional: true; }, null, null, null, { attribute: "tabindex"; }, { optional: true; }]>;
114
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never, false>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never>;
115
115
  }
116
116
 
117
117
  /** Possible appearance styles for the button toggle. */
@@ -234,7 +234,7 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni
234
234
  /** Marks all of the child button toggles to be checked. */
235
235
  private _markButtonsForCheck;
236
236
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleGroup, [null, { optional: true; }]>;
237
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": { "alias": "appearance"; "required": false; }; "name": { "alias": "name"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"], never, false, never, false>;
237
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": { "alias": "appearance"; "required": false; }; "name": { "alias": "name"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"], never, false, never>;
238
238
  }
239
239
 
240
240
  export declare class MatButtonToggleModule {
package/card/index.d.ts CHANGED
@@ -38,7 +38,7 @@ export declare class MatCard {
38
38
  appearance: MatCardAppearance;
39
39
  constructor(config?: MatCardConfig);
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCard, [{ optional: true; }]>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCard, "mat-card", ["matCard"], { "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, ["*"], false, never, false>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCard, "mat-card", ["matCard"], { "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, ["*"], false, never>;
42
42
  }
43
43
 
44
44
  /**
@@ -52,7 +52,7 @@ export declare class MatCardActions {
52
52
  /** Position of the actions inside the card. */
53
53
  align: 'start' | 'end';
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardActions, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardActions, "mat-card-actions", ["matCardActions"], { "align": { "alias": "align"; "required": false; }; }, {}, never, never, false, never, false>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardActions, "mat-card-actions", ["matCardActions"], { "align": { "alias": "align"; "required": false; }; }, {}, never, never, false, never>;
56
56
  }
57
57
 
58
58
  export declare type MatCardAppearance = 'outlined' | 'raised';
@@ -68,7 +68,7 @@ export declare type MatCardAppearance = 'outlined' | 'raised';
68
68
  */
69
69
  export declare class MatCardAvatar {
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardAvatar, never>;
71
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardAvatar, "[mat-card-avatar], [matCardAvatar]", never, {}, {}, never, never, false, never, false>;
71
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardAvatar, "[mat-card-avatar], [matCardAvatar]", never, {}, {}, never, never, false, never>;
72
72
  }
73
73
 
74
74
  /** Object that can be used to configure the default options for the card module. */
@@ -86,7 +86,7 @@ export declare interface MatCardConfig {
86
86
  */
87
87
  export declare class MatCardContent {
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardContent, never>;
89
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardContent, "mat-card-content", never, {}, {}, never, never, false, never, false>;
89
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardContent, "mat-card-content", never, {}, {}, never, never, false, never>;
90
90
  }
91
91
 
92
92
  /**
@@ -98,7 +98,7 @@ export declare class MatCardContent {
98
98
  */
99
99
  export declare class MatCardFooter {
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardFooter, never>;
101
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardFooter, "mat-card-footer", never, {}, {}, never, never, false, never, false>;
101
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardFooter, "mat-card-footer", never, {}, {}, never, never, false, never>;
102
102
  }
103
103
 
104
104
  /**
@@ -111,7 +111,7 @@ export declare class MatCardFooter {
111
111
  */
112
112
  export declare class MatCardHeader {
113
113
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardHeader, never>;
114
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCardHeader, "mat-card-header", never, {}, {}, never, ["[mat-card-avatar], [matCardAvatar]", "mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "*"], false, never, false>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCardHeader, "mat-card-header", never, {}, {}, never, ["[mat-card-avatar], [matCardAvatar]", "mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "*"], false, never>;
115
115
  }
116
116
 
117
117
  /**
@@ -125,19 +125,19 @@ export declare class MatCardHeader {
125
125
  */
126
126
  export declare class MatCardImage {
127
127
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardImage, never>;
128
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardImage, "[mat-card-image], [matCardImage]", never, {}, {}, never, never, false, never, false>;
128
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardImage, "[mat-card-image], [matCardImage]", never, {}, {}, never, never, false, never>;
129
129
  }
130
130
 
131
131
  /** Same as `MatCardImage`, but large. */
132
132
  export declare class MatCardLgImage {
133
133
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardLgImage, never>;
134
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardLgImage, "[mat-card-lg-image], [matCardImageLarge]", never, {}, {}, never, never, false, never, false>;
134
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardLgImage, "[mat-card-lg-image], [matCardImageLarge]", never, {}, {}, never, never, false, never>;
135
135
  }
136
136
 
137
137
  /** Same as `MatCardImage`, but medium. */
138
138
  export declare class MatCardMdImage {
139
139
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardMdImage, never>;
140
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardMdImage, "[mat-card-md-image], [matCardImageMedium]", never, {}, {}, never, never, false, never, false>;
140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardMdImage, "[mat-card-md-image], [matCardImageMedium]", never, {}, {}, never, never, false, never>;
141
141
  }
142
142
 
143
143
  export declare class MatCardModule {
@@ -149,7 +149,7 @@ export declare class MatCardModule {
149
149
  /** Same as `MatCardImage`, but small. */
150
150
  export declare class MatCardSmImage {
151
151
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardSmImage, never>;
152
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSmImage, "[mat-card-sm-image], [matCardImageSmall]", never, {}, {}, never, never, false, never, false>;
152
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSmImage, "[mat-card-sm-image], [matCardImageSmall]", never, {}, {}, never, never, false, never>;
153
153
  }
154
154
 
155
155
  /**
@@ -161,7 +161,7 @@ export declare class MatCardSmImage {
161
161
  */
162
162
  export declare class MatCardSubtitle {
163
163
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardSubtitle, never>;
164
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSubtitle, "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]", never, {}, {}, never, never, false, never, false>;
164
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSubtitle, "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]", never, {}, {}, never, never, false, never>;
165
165
  }
166
166
 
167
167
  /**
@@ -172,7 +172,7 @@ export declare class MatCardSubtitle {
172
172
  */
173
173
  export declare class MatCardTitle {
174
174
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardTitle, never>;
175
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardTitle, "mat-card-title, [mat-card-title], [matCardTitle]", never, {}, {}, never, never, false, never, false>;
175
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardTitle, "mat-card-title, [mat-card-title], [matCardTitle]", never, {}, {}, never, never, false, never>;
176
176
  }
177
177
 
178
178
  /**
@@ -182,13 +182,13 @@ export declare class MatCardTitle {
182
182
  */
183
183
  export declare class MatCardTitleGroup {
184
184
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardTitleGroup, never>;
185
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCardTitleGroup, "mat-card-title-group", never, {}, {}, never, ["mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "[mat-card-image], [matCardImage],\n [mat-card-sm-image], [matCardImageSmall],\n [mat-card-md-image], [matCardImageMedium],\n [mat-card-lg-image], [matCardImageLarge],\n [mat-card-xl-image], [matCardImageXLarge]", "*"], false, never, false>;
185
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCardTitleGroup, "mat-card-title-group", never, {}, {}, never, ["mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "[mat-card-image], [matCardImage],\n [mat-card-sm-image], [matCardImageSmall],\n [mat-card-md-image], [matCardImageMedium],\n [mat-card-lg-image], [matCardImageLarge],\n [mat-card-xl-image], [matCardImageXLarge]", "*"], false, never>;
186
186
  }
187
187
 
188
188
  /** Same as `MatCardImage`, but extra-large. */
189
189
  export declare class MatCardXlImage {
190
190
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardXlImage, never>;
191
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardXlImage, "[mat-card-xl-image], [matCardImageXLarge]", never, {}, {}, never, never, false, never, false>;
191
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardXlImage, "[mat-card-xl-image], [matCardImageXLarge]", never, {}, {}, never, never, false, never>;
192
192
  }
193
193
 
194
194
  export { }
@@ -73,7 +73,7 @@ export declare class MatCheckbox extends _MatCheckboxBase<MatCheckboxChange> imp
73
73
  */
74
74
  _preventBubblingFromLabel(event: MouseEvent): void;
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckbox, [null, null, null, { attribute: "tabindex"; }, { optional: true; }, { optional: true; }]>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCheckbox, "mat-checkbox", ["matCheckbox"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], false, never, false>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCheckbox, "mat-checkbox", ["matCheckbox"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
77
77
  }
78
78
 
79
79
  export declare abstract class _MatCheckboxBase<E> extends _MatCheckboxMixinBase implements AfterViewInit, ControlValueAccessor, CanColor, CanDisable, HasTabIndex, CanDisableRipple, FocusableOption {
@@ -191,7 +191,7 @@ export declare abstract class _MatCheckboxBase<E> extends _MatCheckboxMixinBase
191
191
  */
192
192
  private _syncIndeterminate;
193
193
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatCheckboxBase<any>, never>;
194
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatCheckboxBase<any>, never, never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, never, false, never, false>;
194
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatCheckboxBase<any>, never, never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, never, false, never>;
195
195
  }
196
196
 
197
197
  /** Change event object emitted by checkbox. */
@@ -239,7 +239,7 @@ export declare class MatCheckboxModule {
239
239
  */
240
240
  export declare class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {
241
241
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxRequiredValidator, never>;
242
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never, never, false, never, false>;
242
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never, never, false, never>;
243
243
  }
244
244
 
245
245
  /** This module is used by both original and MDC-based checkbox implementations. */
@@ -58,10 +58,6 @@
58
58
  }
59
59
  }
60
60
  }
61
-
62
- .mat-mdc-chip-focus-overlay {
63
- background: map.get(map.get($config, foreground), base);
64
- }
65
61
  }
66
62
 
67
63
  @mixin typography($config-or-theme) {
package/chips/index.d.ts CHANGED
@@ -253,7 +253,7 @@ export declare class MatChip extends _MatChipMixinBase implements OnInit, AfterV
253
253
  /** Starts the focus monitoring process on the chip. */
254
254
  private _monitorFocus;
255
255
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChip, [null, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
256
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "role": { "alias": "role"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescription": { "alias": "aria-description"; "required": false; }; "value": { "alias": "value"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; }, { "removed": "removed"; "destroyed": "destroyed"; }, ["leadingIcon", "trailingIcon", "removeIcon", "_allLeadingIcons", "_allTrailingIcons", "_allRemoveIcons"], ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never, false>;
256
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "role": { "alias": "role"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescription": { "alias": "aria-description"; "required": false; }; "value": { "alias": "value"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; }, { "removed": "removed"; "destroyed": "destroyed"; }, ["leadingIcon", "trailingIcon", "removeIcon", "_allLeadingIcons", "_allTrailingIcons", "_allRemoveIcons"], ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never>;
257
257
  }
258
258
 
259
259
  /**
@@ -298,7 +298,7 @@ declare class MatChipAction extends _MatChipActionMixinBase implements HasTabInd
298
298
  _handleClick(event: MouseEvent): void;
299
299
  _handleKeydown(event: KeyboardEvent): void;
300
300
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipAction, never>;
301
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAction, "[matChipAction]", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "isInteractive": { "alias": "isInteractive"; "required": false; }; "_allowFocusWhenDisabled": { "alias": "_allowFocusWhenDisabled"; "required": false; }; }, {}, never, never, false, never, false>;
301
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAction, "[matChipAction]", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "isInteractive": { "alias": "isInteractive"; "required": false; }; "_allowFocusWhenDisabled": { "alias": "_allowFocusWhenDisabled"; "required": false; }; }, {}, never, never, false, never>;
302
302
  }
303
303
 
304
304
  declare abstract class _MatChipActionBase {
@@ -310,7 +310,7 @@ declare const _MatChipActionMixinBase: _Constructor<HasTabIndex> & _AbstractCons
310
310
  /** Avatar image within a chip. */
311
311
  export declare class MatChipAvatar {
312
312
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipAvatar, never>;
313
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAvatar, "mat-chip-avatar, [matChipAvatar]", never, {}, {}, never, never, false, never, false>;
313
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAvatar, "mat-chip-avatar, [matChipAvatar]", never, {}, {}, never, never, false, never>;
314
314
  }
315
315
 
316
316
  /** Represents an event fired on an individual `mat-chip` when it is edited. */
@@ -333,7 +333,7 @@ export declare class MatChipEditInput {
333
333
  getValue(): string;
334
334
  private _moveCursorToEndOfInput;
335
335
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipEditInput, never>;
336
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipEditInput, "span[matChipEditInput]", never, {}, {}, never, never, false, never, false>;
336
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipEditInput, "span[matChipEditInput]", never, {}, {}, never, never, false, never>;
337
337
  }
338
338
 
339
339
  /** Represents an event fired on an individual `mat-chip`. */
@@ -484,7 +484,7 @@ export declare class MatChipGrid extends _MatChipGridMixinBase implements AfterC
484
484
  /** Mark the field as touched */
485
485
  private _markAsTouched;
486
486
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipGrid, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
487
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipGrid, "mat-chip-grid", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; }, { "change": "change"; "valueChange": "valueChange"; }, ["_chips"], ["*"], false, never, false>;
487
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipGrid, "mat-chip-grid", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; }, { "change": "change"; "valueChange": "valueChange"; }, ["_chips"], ["*"], false, never>;
488
488
  }
489
489
 
490
490
  /**
@@ -594,7 +594,7 @@ export declare class MatChipInput implements MatChipTextControl, AfterContentIni
594
594
  /** Checks whether a keycode is one of the configured separators. */
595
595
  private _isSeparatorKey;
596
596
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipInput, [null, null, { optional: true; }]>;
597
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipInput, "input[matChipInputFor]", ["matChipInput", "matChipInputFor"], { "chipGrid": { "alias": "matChipInputFor"; "required": false; }; "addOnBlur": { "alias": "matChipInputAddOnBlur"; "required": false; }; "separatorKeyCodes": { "alias": "matChipInputSeparatorKeyCodes"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "chipEnd": "matChipInputTokenEnd"; }, never, never, false, never, false>;
597
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipInput, "input[matChipInputFor]", ["matChipInput", "matChipInputFor"], { "chipGrid": { "alias": "matChipInputFor"; "required": false; }; "addOnBlur": { "alias": "matChipInputAddOnBlur"; "required": false; }; "separatorKeyCodes": { "alias": "matChipInputSeparatorKeyCodes"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "chipEnd": "matChipInputTokenEnd"; }, never, never, false, never>;
598
598
  }
599
599
 
600
600
  /** Represents an input event on a `matChipInput`. */
@@ -728,7 +728,7 @@ export declare class MatChipListbox extends MatChipSet implements AfterContentIn
728
728
  */
729
729
  protected _skipPredicate(action: MatChipAction): boolean;
730
730
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipListbox, never>;
731
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipListbox, "mat-chip-listbox", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "ariaOrientation": { "alias": "aria-orientation"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, ["_chips"], ["*"], false, never, false>;
731
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipListbox, "mat-chip-listbox", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "ariaOrientation": { "alias": "aria-orientation"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, ["_chips"], ["*"], false, never>;
732
732
  }
733
733
 
734
734
  /** Change event object that is emitted when the chip listbox value has changed. */
@@ -814,7 +814,7 @@ export declare class MatChipOption extends MatChip implements OnInit {
814
814
  _hasLeadingGraphic(): boolean;
815
815
  _setSelectedState(isSelected: boolean, isUserInput: boolean, emitEvent: boolean): void;
816
816
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipOption, never>;
817
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipOption, "mat-basic-chip-option, [mat-basic-chip-option], mat-chip-option, [mat-chip-option]", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never, false>;
817
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipOption, "mat-basic-chip-option, [mat-basic-chip-option], mat-chip-option, [mat-chip-option]", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never>;
818
818
  }
819
819
 
820
820
  /**
@@ -837,7 +837,7 @@ export declare class MatChipRemove extends MatChipAction {
837
837
  _handleClick(event: MouseEvent): void;
838
838
  _handleKeydown(event: KeyboardEvent): void;
839
839
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRemove, never>;
840
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipRemove, "[matChipRemove]", never, {}, {}, never, never, false, never, false>;
840
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipRemove, "[matChipRemove]", never, {}, {}, never, never, false, never>;
841
841
  }
842
842
 
843
843
  /**
@@ -874,7 +874,7 @@ export declare class MatChipRow extends MatChip implements AfterViewInit {
874
874
  */
875
875
  private _getEditInput;
876
876
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRow, [null, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
877
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipRow, "mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, { "edited": "edited"; }, ["contentEditInput"], ["mat-chip-avatar, [matChipAvatar]", "*", "[matChipEditInput]", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never, false>;
877
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipRow, "mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, { "edited": "edited"; }, ["contentEditInput"], ["mat-chip-avatar, [matChipAvatar]", "*", "[matChipEditInput]", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], false, never>;
878
878
  }
879
879
 
880
880
  /** Default options, for the chips module, that can be overridden. */
@@ -987,7 +987,7 @@ export declare class MatChipSet extends _MatChipSetMixinBase implements AfterVie
987
987
  */
988
988
  private _redirectDestroyedChipFocus;
989
989
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipSet, [null, null, { optional: true; }]>;
990
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipSet, "mat-chip-set", never, { "disabled": { "alias": "disabled"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["_chips"], ["*"], false, never, false>;
990
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipSet, "mat-chip-set", never, { "disabled": { "alias": "disabled"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["_chips"], ["*"], false, never>;
991
991
  }
992
992
 
993
993
  /**
@@ -1033,7 +1033,7 @@ export declare class MatChipTrailingIcon extends MatChipAction {
1033
1033
  isInteractive: boolean;
1034
1034
  _isPrimary: boolean;
1035
1035
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipTrailingIcon, never>;
1036
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipTrailingIcon, "mat-chip-trailing-icon, [matChipTrailingIcon]", never, {}, {}, never, never, false, never, false>;
1036
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipTrailingIcon, "mat-chip-trailing-icon, [matChipTrailingIcon]", never, {}, {}, never, never, false, never>;
1037
1037
  }
1038
1038
 
1039
1039
  export { }