@angular/material-experimental 13.1.3 → 13.2.0

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 (316) hide show
  1. package/_index.scss +2 -1
  2. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
  3. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
  4. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
  6. package/esm2020/column-resize/column-resize-module.mjs +13 -13
  7. package/esm2020/column-resize/overlay-handle.mjs +4 -4
  8. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
  9. package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
  10. package/esm2020/column-resize/resize-strategy.mjs +4 -4
  11. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
  12. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
  13. package/esm2020/mdc-autocomplete/autocomplete.mjs +4 -4
  14. package/esm2020/mdc-autocomplete/module.mjs +5 -5
  15. package/esm2020/mdc-button/button-base.mjs +9 -9
  16. package/esm2020/mdc-button/button.mjs +9 -9
  17. package/esm2020/mdc-button/fab.mjs +17 -17
  18. package/esm2020/mdc-button/icon-button.mjs +11 -13
  19. package/esm2020/mdc-button/module.mjs +5 -5
  20. package/esm2020/mdc-card/card.mjs +43 -43
  21. package/esm2020/mdc-card/module.mjs +5 -5
  22. package/esm2020/mdc-checkbox/checkbox.mjs +9 -16
  23. package/esm2020/mdc-checkbox/module.mjs +6 -7
  24. package/esm2020/mdc-chips/chip-action.mjs +123 -0
  25. package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
  26. package/esm2020/mdc-chips/chip-grid.mjs +49 -99
  27. package/esm2020/mdc-chips/chip-icons.mjs +39 -101
  28. package/esm2020/mdc-chips/chip-input.mjs +6 -13
  29. package/esm2020/mdc-chips/chip-listbox.mjs +51 -156
  30. package/esm2020/mdc-chips/chip-option.mjs +84 -95
  31. package/esm2020/mdc-chips/chip-row.mjs +81 -89
  32. package/esm2020/mdc-chips/chip-set.mjs +119 -120
  33. package/esm2020/mdc-chips/chip.mjs +188 -180
  34. package/esm2020/mdc-chips/emit-event.mjs +27 -0
  35. package/esm2020/mdc-chips/module.mjs +8 -10
  36. package/esm2020/mdc-chips/testing/chip-harness.mjs +5 -1
  37. package/esm2020/mdc-chips/testing/chip-option-harness.mjs +2 -2
  38. package/esm2020/mdc-chips/testing/chip-row-harness.mjs +10 -1
  39. package/esm2020/mdc-core/option/index.mjs +5 -5
  40. package/esm2020/mdc-core/option/optgroup.mjs +4 -4
  41. package/esm2020/mdc-core/option/option.mjs +5 -5
  42. package/esm2020/mdc-core/public-api.mjs +2 -2
  43. package/esm2020/mdc-dialog/dialog-container.mjs +4 -4
  44. package/esm2020/mdc-dialog/dialog-content-directives.mjs +13 -13
  45. package/esm2020/mdc-dialog/dialog.mjs +4 -4
  46. package/esm2020/mdc-dialog/module.mjs +5 -5
  47. package/esm2020/mdc-form-field/directives/error.mjs +4 -4
  48. package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
  49. package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
  50. package/esm2020/mdc-form-field/directives/label.mjs +4 -4
  51. package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
  52. package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
  53. package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
  54. package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
  55. package/esm2020/mdc-form-field/form-field.mjs +21 -5
  56. package/esm2020/mdc-form-field/module.mjs +5 -5
  57. package/esm2020/mdc-input/input.mjs +4 -4
  58. package/esm2020/mdc-input/module.mjs +5 -5
  59. package/esm2020/mdc-list/action-list.mjs +5 -5
  60. package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
  61. package/esm2020/mdc-list/list-base.mjs +138 -41
  62. package/esm2020/mdc-list/list-item-sections.mjs +138 -0
  63. package/esm2020/mdc-list/list-option.mjs +25 -17
  64. package/esm2020/mdc-list/list.mjs +24 -18
  65. package/esm2020/mdc-list/module.mjs +46 -23
  66. package/esm2020/mdc-list/nav-list.mjs +5 -5
  67. package/esm2020/mdc-list/public-api.mjs +3 -2
  68. package/esm2020/mdc-list/selection-list.mjs +8 -8
  69. package/esm2020/mdc-list/subheader.mjs +27 -0
  70. package/esm2020/mdc-list/testing/list-harness-filters.mjs +1 -1
  71. package/esm2020/mdc-list/testing/list-item-harness-base.mjs +100 -12
  72. package/esm2020/mdc-list/testing/public-api.mjs +2 -1
  73. package/esm2020/mdc-list/testing/selection-list-harness.mjs +1 -5
  74. package/esm2020/mdc-menu/directives.mjs +7 -7
  75. package/esm2020/mdc-menu/menu-item.mjs +4 -4
  76. package/esm2020/mdc-menu/menu.mjs +4 -4
  77. package/esm2020/mdc-menu/module.mjs +5 -5
  78. package/esm2020/mdc-paginator/module.mjs +5 -5
  79. package/esm2020/mdc-paginator/paginator.mjs +4 -4
  80. package/esm2020/mdc-progress-bar/module.mjs +5 -5
  81. package/esm2020/mdc-progress-bar/progress-bar.mjs +4 -4
  82. package/esm2020/mdc-progress-spinner/module.mjs +5 -5
  83. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +4 -4
  84. package/esm2020/mdc-radio/module.mjs +5 -5
  85. package/esm2020/mdc-radio/radio.mjs +8 -8
  86. package/esm2020/mdc-select/module.mjs +5 -5
  87. package/esm2020/mdc-select/select.mjs +7 -7
  88. package/esm2020/mdc-sidenav/module.mjs +5 -5
  89. package/esm2020/mdc-slide-toggle/module.mjs +5 -5
  90. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +4 -4
  91. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
  92. package/esm2020/mdc-slider/module.mjs +5 -5
  93. package/esm2020/mdc-slider/slider.mjs +10 -10
  94. package/esm2020/mdc-snack-bar/module.mjs +5 -5
  95. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +4 -4
  96. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +4 -4
  97. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
  98. package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
  99. package/esm2020/mdc-table/cell.mjs +22 -22
  100. package/esm2020/mdc-table/module.mjs +5 -5
  101. package/esm2020/mdc-table/row.mjs +22 -22
  102. package/esm2020/mdc-table/table.mjs +7 -7
  103. package/esm2020/mdc-table/text-column.mjs +4 -4
  104. package/esm2020/mdc-tabs/module.mjs +10 -6
  105. package/esm2020/mdc-tabs/public-api.mjs +2 -2
  106. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  107. package/esm2020/mdc-tabs/tab-content.mjs +4 -4
  108. package/esm2020/mdc-tabs/tab-group.mjs +7 -7
  109. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  110. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
  111. package/esm2020/mdc-tabs/tab-label.mjs +4 -4
  112. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +48 -11
  113. package/esm2020/mdc-tabs/tab.mjs +5 -5
  114. package/esm2020/mdc-tabs/testing/tab-harness-filters.mjs +1 -1
  115. package/esm2020/mdc-tabs/testing/tab-nav-bar-harness.mjs +13 -1
  116. package/esm2020/mdc-tabs/testing/tab-nav-panel-harness.mjs +27 -0
  117. package/esm2020/mdc-tooltip/module.mjs +5 -5
  118. package/esm2020/mdc-tooltip/tooltip.mjs +7 -7
  119. package/esm2020/menubar/menubar-item.mjs +4 -4
  120. package/esm2020/menubar/menubar-module.mjs +5 -5
  121. package/esm2020/menubar/menubar.mjs +4 -4
  122. package/esm2020/popover-edit/lens-directives.mjs +10 -10
  123. package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
  124. package/esm2020/popover-edit/table-directives.mjs +13 -13
  125. package/esm2020/selection/row-selection.mjs +4 -4
  126. package/esm2020/selection/select-all.mjs +4 -4
  127. package/esm2020/selection/selection-column.mjs +4 -4
  128. package/esm2020/selection/selection-module.mjs +5 -5
  129. package/esm2020/selection/selection-toggle.mjs +4 -4
  130. package/esm2020/selection/selection.mjs +4 -4
  131. package/esm2020/version.mjs +1 -1
  132. package/fesm2015/column-resize.mjs +36 -36
  133. package/fesm2015/column-resize.mjs.map +1 -1
  134. package/fesm2015/material-experimental.mjs +1 -1
  135. package/fesm2015/material-experimental.mjs.map +1 -1
  136. package/fesm2015/mdc-autocomplete.mjs +13 -13
  137. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  138. package/fesm2015/mdc-button.mjs +46 -48
  139. package/fesm2015/mdc-button.mjs.map +1 -1
  140. package/fesm2015/mdc-card.mjs +46 -46
  141. package/fesm2015/mdc-card.mjs.map +1 -1
  142. package/fesm2015/mdc-checkbox.mjs +13 -21
  143. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  144. package/fesm2015/mdc-chips/testing.mjs +18 -8
  145. package/fesm2015/mdc-chips/testing.mjs.map +1 -1
  146. package/fesm2015/mdc-chips.mjs +752 -1062
  147. package/fesm2015/mdc-chips.mjs.map +1 -1
  148. package/fesm2015/mdc-core.mjs +12 -12
  149. package/fesm2015/mdc-core.mjs.map +1 -1
  150. package/fesm2015/mdc-dialog.mjs +22 -22
  151. package/fesm2015/mdc-dialog.mjs.map +1 -1
  152. package/fesm2015/mdc-form-field.mjs +50 -32
  153. package/fesm2015/mdc-form-field.mjs.map +1 -1
  154. package/fesm2015/mdc-input.mjs +7 -7
  155. package/fesm2015/mdc-input.mjs.map +1 -1
  156. package/fesm2015/mdc-list/testing.mjs +110 -18
  157. package/fesm2015/mdc-list/testing.mjs.map +1 -1
  158. package/fesm2015/mdc-list.mjs +353 -148
  159. package/fesm2015/mdc-list.mjs.map +1 -1
  160. package/fesm2015/mdc-menu.mjs +16 -16
  161. package/fesm2015/mdc-menu.mjs.map +1 -1
  162. package/fesm2015/mdc-paginator.mjs +7 -7
  163. package/fesm2015/mdc-paginator.mjs.map +1 -1
  164. package/fesm2015/mdc-progress-bar.mjs +7 -7
  165. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  166. package/fesm2015/mdc-progress-spinner.mjs +7 -7
  167. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  168. package/fesm2015/mdc-radio.mjs +11 -11
  169. package/fesm2015/mdc-radio.mjs.map +1 -1
  170. package/fesm2015/mdc-select.mjs +10 -10
  171. package/fesm2015/mdc-select.mjs.map +1 -1
  172. package/fesm2015/mdc-sidenav.mjs +4 -4
  173. package/fesm2015/mdc-sidenav.mjs.map +1 -1
  174. package/fesm2015/mdc-slide-toggle.mjs +7 -7
  175. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  176. package/fesm2015/mdc-slider.mjs +16 -16
  177. package/fesm2015/mdc-slider.mjs.map +1 -1
  178. package/fesm2015/mdc-snack-bar.mjs +22 -22
  179. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  180. package/fesm2015/mdc-table.mjs +55 -55
  181. package/fesm2015/mdc-table.mjs.map +1 -1
  182. package/fesm2015/mdc-tabs/testing.mjs +34 -0
  183. package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
  184. package/fesm2015/mdc-tabs.mjs +86 -45
  185. package/fesm2015/mdc-tabs.mjs.map +1 -1
  186. package/fesm2015/mdc-tooltip.mjs +10 -10
  187. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  188. package/fesm2015/menubar.mjs +10 -10
  189. package/fesm2015/menubar.mjs.map +1 -1
  190. package/fesm2015/popover-edit.mjs +25 -25
  191. package/fesm2015/popover-edit.mjs.map +1 -1
  192. package/fesm2015/selection.mjs +19 -19
  193. package/fesm2015/selection.mjs.map +1 -1
  194. package/fesm2020/column-resize.mjs +36 -36
  195. package/fesm2020/column-resize.mjs.map +1 -1
  196. package/fesm2020/material-experimental.mjs +1 -1
  197. package/fesm2020/material-experimental.mjs.map +1 -1
  198. package/fesm2020/mdc-autocomplete.mjs +13 -13
  199. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  200. package/fesm2020/mdc-button.mjs +46 -48
  201. package/fesm2020/mdc-button.mjs.map +1 -1
  202. package/fesm2020/mdc-card.mjs +46 -46
  203. package/fesm2020/mdc-card.mjs.map +1 -1
  204. package/fesm2020/mdc-checkbox.mjs +13 -21
  205. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  206. package/fesm2020/mdc-chips/testing.mjs +14 -1
  207. package/fesm2020/mdc-chips/testing.mjs.map +1 -1
  208. package/fesm2020/mdc-chips.mjs +732 -1067
  209. package/fesm2020/mdc-chips.mjs.map +1 -1
  210. package/fesm2020/mdc-core.mjs +12 -12
  211. package/fesm2020/mdc-core.mjs.map +1 -1
  212. package/fesm2020/mdc-dialog.mjs +22 -22
  213. package/fesm2020/mdc-dialog.mjs.map +1 -1
  214. package/fesm2020/mdc-form-field.mjs +48 -32
  215. package/fesm2020/mdc-form-field.mjs.map +1 -1
  216. package/fesm2020/mdc-input.mjs +7 -7
  217. package/fesm2020/mdc-input.mjs.map +1 -1
  218. package/fesm2020/mdc-list/testing.mjs +100 -16
  219. package/fesm2020/mdc-list/testing.mjs.map +1 -1
  220. package/fesm2020/mdc-list.mjs +351 -148
  221. package/fesm2020/mdc-list.mjs.map +1 -1
  222. package/fesm2020/mdc-menu.mjs +16 -16
  223. package/fesm2020/mdc-menu.mjs.map +1 -1
  224. package/fesm2020/mdc-paginator.mjs +7 -7
  225. package/fesm2020/mdc-paginator.mjs.map +1 -1
  226. package/fesm2020/mdc-progress-bar.mjs +7 -7
  227. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  228. package/fesm2020/mdc-progress-spinner.mjs +7 -7
  229. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  230. package/fesm2020/mdc-radio.mjs +11 -11
  231. package/fesm2020/mdc-radio.mjs.map +1 -1
  232. package/fesm2020/mdc-select.mjs +10 -10
  233. package/fesm2020/mdc-select.mjs.map +1 -1
  234. package/fesm2020/mdc-sidenav.mjs +4 -4
  235. package/fesm2020/mdc-sidenav.mjs.map +1 -1
  236. package/fesm2020/mdc-slide-toggle.mjs +7 -7
  237. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  238. package/fesm2020/mdc-slider.mjs +16 -16
  239. package/fesm2020/mdc-slider.mjs.map +1 -1
  240. package/fesm2020/mdc-snack-bar.mjs +22 -22
  241. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  242. package/fesm2020/mdc-table.mjs +55 -55
  243. package/fesm2020/mdc-table.mjs.map +1 -1
  244. package/fesm2020/mdc-tabs/testing.mjs +37 -0
  245. package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
  246. package/fesm2020/mdc-tabs.mjs +86 -45
  247. package/fesm2020/mdc-tabs.mjs.map +1 -1
  248. package/fesm2020/mdc-tooltip.mjs +10 -10
  249. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  250. package/fesm2020/menubar.mjs +10 -10
  251. package/fesm2020/menubar.mjs.map +1 -1
  252. package/fesm2020/popover-edit.mjs +25 -25
  253. package/fesm2020/popover-edit.mjs.map +1 -1
  254. package/fesm2020/selection.mjs +19 -19
  255. package/fesm2020/selection.mjs.map +1 -1
  256. package/mdc-button/_button-base.scss +28 -15
  257. package/mdc-button/_button-theme-private.scss +35 -28
  258. package/mdc-button/_button-theme.scss +115 -80
  259. package/mdc-button/_fab-theme.scss +31 -37
  260. package/mdc-button/_icon-button-theme.scss +15 -22
  261. package/mdc-button/button-base.d.ts +2 -2
  262. package/mdc-button/icon-button.d.ts +2 -2
  263. package/mdc-checkbox/_checkbox-theme.scss +4 -11
  264. package/mdc-checkbox/checkbox.d.ts +0 -6
  265. package/mdc-checkbox/module.d.ts +2 -3
  266. package/mdc-chips/_chips-theme.scss +53 -53
  267. package/mdc-chips/chip-action.d.ts +40 -0
  268. package/mdc-chips/chip-grid.d.ts +6 -24
  269. package/mdc-chips/chip-icons.d.ts +14 -37
  270. package/mdc-chips/chip-listbox.d.ts +4 -40
  271. package/mdc-chips/chip-option.d.ts +15 -11
  272. package/mdc-chips/chip-row.d.ts +13 -28
  273. package/mdc-chips/chip-set.d.ts +25 -42
  274. package/mdc-chips/chip.d.ts +37 -36
  275. package/mdc-chips/emit-event.d.ts +16 -0
  276. package/mdc-chips/module.d.ts +13 -12
  277. package/mdc-chips/testing/chip-harness.d.ts +1 -0
  278. package/mdc-chips/testing/chip-row-harness.d.ts +4 -0
  279. package/mdc-core/_core-theme.scss +47 -14
  280. package/mdc-core/option/_option-theme.scss +3 -3
  281. package/mdc-core/public-api.d.ts +1 -1
  282. package/mdc-form-field/_form-field-subscript.scss +11 -0
  283. package/mdc-form-field/form-field.d.ts +12 -1
  284. package/mdc-helpers/_focus-indicators.scss +11 -3
  285. package/mdc-list/_interactive-list-theme.scss +17 -11
  286. package/mdc-list/list-base.d.ts +56 -11
  287. package/mdc-list/list-item-sections.d.ts +77 -0
  288. package/mdc-list/list-option.d.ts +11 -8
  289. package/mdc-list/list.d.ts +6 -2
  290. package/mdc-list/module.d.ts +7 -5
  291. package/mdc-list/public-api.d.ts +2 -1
  292. package/mdc-list/subheader.d.ts +9 -0
  293. package/mdc-list/testing/list-harness-filters.d.ts +8 -0
  294. package/mdc-list/testing/list-item-harness-base.d.ts +36 -3
  295. package/mdc-list/testing/public-api.d.ts +1 -1
  296. package/mdc-list/testing/selection-list-harness.d.ts +0 -2
  297. package/mdc-radio/_radio-theme.scss +0 -6
  298. package/mdc-tabs/_tabs-common.scss +8 -1
  299. package/mdc-tabs/_tabs-theme.scss +8 -55
  300. package/mdc-tabs/module.d.ts +1 -1
  301. package/mdc-tabs/public-api.d.ts +1 -1
  302. package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +11 -0
  303. package/mdc-tabs/testing/tab-harness-filters.d.ts +3 -0
  304. package/mdc-tabs/testing/tab-nav-bar-harness.d.ts +3 -0
  305. package/mdc-tabs/testing/tab-nav-panel-harness.d.ts +23 -0
  306. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  307. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  308. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  309. package/mdc-theming/prebuilt/purple-green.css +1 -1
  310. package/package.json +3 -3
  311. package/esm2020/mdc-chips/grid-focus-key-manager.mjs +0 -21
  312. package/esm2020/mdc-chips/grid-key-manager.mjs +0 -218
  313. package/esm2020/mdc-list/list-styling.mjs +0 -92
  314. package/mdc-chips/grid-focus-key-manager.d.ts +0 -28
  315. package/mdc-chips/grid-key-manager.d.ts +0 -116
  316. package/mdc-list/list-styling.d.ts +0 -40
@@ -1,146 +1,181 @@
1
+ @use 'sass:map';
1
2
  @use '@material/button/button' as mdc-button;
2
3
  @use '@material/button/button-theme' as mdc-button-theme;
3
- @use '@material/ripple/ripple-theme' as mdc-ripple-theme;
4
+ @use '@material/button/button-text-theme' as mdc-button-text-theme;
5
+ @use '@material/button/button-filled-theme' as mdc-button-filled-theme;
6
+ @use '@material/button/button-protected-theme' as mdc-button-protected-theme;
7
+ @use '@material/button/button-outlined-theme' as mdc-button-outlined-theme;
4
8
  @use '@material/theme/theme-color' as mdc-theme-color;
5
- @use '@material/theme/theme' as mdc-theme;
6
- @use '@material/elevation/elevation-theme' as mdc-elevation-theme;
7
- @use '../../material/core/ripple/ripple-theme';
8
9
  @use '../../material/core/typography/typography';
9
10
  @use '../mdc-helpers/mdc-helpers';
10
11
  @use '../../material/core/theming/theming';
11
12
  @use './button-theme-private';
12
13
 
14
+ @mixin _button-variant($color) {
15
+ @include mdc-button-text-theme.theme((
16
+ label-text-color: $color,
17
+ ));
18
+ }
19
+
20
+ @mixin _unelevated-button-variant($foreground, $background) {
21
+ @include mdc-button-filled-theme.theme((
22
+ container-color: $background,
23
+ label-text-color: $foreground,
24
+ ));
25
+ }
26
+
27
+ @mixin _raised-button-variant($foreground, $background) {
28
+ @include mdc-button-protected-theme.theme((
29
+ container-color: $background,
30
+ label-text-color: $foreground,
31
+ ));
32
+ }
33
+
34
+ @mixin _outlined-button-variant($color) {
35
+ @include mdc-button-outlined-theme.theme((
36
+ label-text-color: $color,
37
+ outline-color: $color,
38
+ ));
39
+ }
40
+
13
41
  @mixin color($config-or-theme) {
14
42
  $config: theming.get-color-config($config-or-theme);
15
43
  @include mdc-helpers.mat-using-mdc-theme($config) {
16
- // Add state interactions for hover, focus, press, active. Colors are changed based on
17
- // the mixin mdc-states-base-color
18
- .mat-mdc-button, .mat-mdc-raised-button, .mat-mdc-unelevated-button, .mat-mdc-outlined-button {
19
- @include mdc-ripple-theme.states(
20
- $query: mdc-helpers.$mat-theme-styles-query,
21
- $ripple-target: button-theme-private.$button-state-target);
22
- }
23
-
24
- .mat-mdc-button, .mat-mdc-outlined-button {
44
+ $is-dark: map.get($config, is-dark);
45
+ $on-surface: mdc-theme-color.prop-value(on-surface);
46
+ $surface: mdc-theme-color.prop-value(surface);
47
+ $disabled-ink-color: rgba($on-surface, if($is-dark, 0.5, 0.38));
48
+ $disabled-container-color: rgba($on-surface, 0.12);
49
+ $primary: mdc-theme-color.prop-value(primary);
50
+ $on-primary: mdc-theme-color.prop-value(on-primary);
51
+ $secondary: mdc-theme-color.prop-value(secondary);
52
+ $on-secondary: mdc-theme-color.prop-value(on-secondary);
53
+ $error: mdc-theme-color.prop-value(error);
54
+ $on-error: mdc-theme-color.prop-value(on-error);
55
+
56
+ .mat-mdc-button {
25
57
  &.mat-unthemed {
26
- @include mdc-button-theme.ink-color(mdc-theme-color.$on-surface,
27
- $query: mdc-helpers.$mat-theme-styles-query);
58
+ @include _button-variant($on-surface);
28
59
  }
29
60
 
30
61
  &.mat-primary {
31
- @include mdc-button-theme.ink-color(primary, $query: mdc-helpers.$mat-theme-styles-query);
32
- @include mdc-ripple-theme.states-base-color(primary,
33
- $query: mdc-helpers.$mat-theme-styles-query,
34
- $ripple-target: button-theme-private.$button-state-target);
35
- @include button-theme-private.ripple-ink-color(primary);
62
+ @include _button-variant($primary);
36
63
  }
37
64
 
38
65
  &.mat-accent {
39
- @include mdc-button-theme.ink-color(secondary, $query: mdc-helpers.$mat-theme-styles-query);
40
- @include mdc-ripple-theme.states-base-color(secondary,
41
- $query: mdc-helpers.$mat-theme-styles-query,
42
- $ripple-target: button-theme-private.$button-state-target);
43
- @include button-theme-private.ripple-ink-color(secondary);
66
+ @include _button-variant($secondary);
44
67
  }
45
68
 
46
69
  &.mat-warn {
47
- @include mdc-button-theme.ink-color(error, $query: mdc-helpers.$mat-theme-styles-query);
48
- @include mdc-ripple-theme.states-base-color(error,
49
- $query: mdc-helpers.$mat-theme-styles-query,
50
- $ripple-target: button-theme-private.$button-state-target);
51
- @include button-theme-private.ripple-ink-color(error);
70
+ @include _button-variant($error);
71
+ }
72
+
73
+ @include button-theme-private.apply-disabled-style() {
74
+ @include mdc-button-text-theme.theme((
75
+ // We need to pass both the disabled and enabled values, because the enabled
76
+ // ones apply to anchors while the disabled ones are for buttons.
77
+ disabled-label-text-color: $disabled-ink-color,
78
+ label-text-color: $disabled-ink-color
79
+ ));
52
80
  }
53
81
  }
54
82
 
55
- .mat-mdc-raised-button,
56
83
  .mat-mdc-unelevated-button {
57
84
  &.mat-unthemed {
58
- @include mdc-button-theme.container-fill-color(mdc-theme-color.$surface,
59
- $query: mdc-helpers.$mat-theme-styles-query);
60
- @include mdc-button-theme.ink-color(mdc-theme-color.$on-surface,
61
- $query: mdc-helpers.$mat-theme-styles-query);
62
- @include mdc-ripple-theme.states-base-color(mdc-theme-color.$on-surface,
63
- $query: mdc-helpers.$mat-theme-styles-query,
64
- $ripple-target: button-theme-private.$button-state-target);
85
+ @include _unelevated-button-variant($on-surface, $surface);
65
86
  }
66
87
 
67
88
  &.mat-primary {
68
- @include mdc-button-theme.container-fill-color(primary,
69
- $query: mdc-helpers.$mat-theme-styles-query);
70
- @include mdc-button-theme.ink-color(on-primary,
71
- $query: mdc-helpers.$mat-theme-styles-query);
72
- @include mdc-ripple-theme.states-base-color(on-primary,
73
- $query: mdc-helpers.$mat-theme-styles-query,
74
- $ripple-target: button-theme-private.$button-state-target);
75
- @include button-theme-private.ripple-ink-color(on-primary);
89
+ @include _unelevated-button-variant($on-primary, $primary);
76
90
  }
77
91
 
78
92
  &.mat-accent {
79
- @include mdc-button-theme.container-fill-color(secondary,
80
- $query: mdc-helpers.$mat-theme-styles-query);
81
- @include mdc-button-theme.ink-color(on-secondary,
82
- $query: mdc-helpers.$mat-theme-styles-query);
83
- @include mdc-ripple-theme.states-base-color(on-secondary,
84
- $query: mdc-helpers.$mat-theme-styles-query,
85
- $ripple-target: button-theme-private.$button-state-target);
86
- @include button-theme-private.ripple-ink-color(on-secondary);
93
+ @include _unelevated-button-variant($on-secondary, $secondary);
87
94
  }
88
95
 
89
96
  &.mat-warn {
90
- @include mdc-button-theme.container-fill-color(error,
91
- $query: mdc-helpers.$mat-theme-styles-query);
92
- @include mdc-button-theme.ink-color(on-error, $query: mdc-helpers.$mat-theme-styles-query);
93
- @include mdc-ripple-theme.states-base-color(on-error,
94
- $query: mdc-helpers.$mat-theme-styles-query,
95
- $ripple-target: button-theme-private.$button-state-target);
96
- @include button-theme-private.ripple-ink-color(on-error);
97
+ @include _unelevated-button-variant($on-error, $error);
97
98
  }
98
99
 
99
100
  @include button-theme-private.apply-disabled-style() {
100
- @include button-theme-private.apply-disabled-background();
101
+ @include mdc-button-filled-theme.theme((
102
+ // We need to pass both the disabled and enabled values, because the enabled
103
+ // ones apply to anchors while the disabled ones are for buttons.
104
+ disabled-container-color: $disabled-container-color,
105
+ disabled-label-text-color: $disabled-ink-color,
106
+ container-color: $disabled-container-color,
107
+ label-text-color: $disabled-ink-color,
108
+ ));
101
109
  }
102
110
  }
103
111
 
104
- .mat-mdc-outlined-button {
112
+ .mat-mdc-raised-button {
105
113
  &.mat-unthemed {
106
- @include mdc-button-theme.outline-color(mdc-theme-color.$on-surface,
107
- $query: mdc-helpers.$mat-theme-styles-query);
114
+ @include _raised-button-variant($on-surface, $surface);
108
115
  }
109
116
 
110
117
  &.mat-primary {
111
- @include mdc-button-theme.outline-color(primary,
112
- $query: mdc-helpers.$mat-theme-styles-query);
118
+ @include _raised-button-variant($on-primary, $primary);
113
119
  }
114
120
 
115
121
  &.mat-accent {
116
- @include mdc-button-theme.outline-color(secondary,
117
- $query: mdc-helpers.$mat-theme-styles-query);
122
+ @include _raised-button-variant($on-secondary, $secondary);
118
123
  }
119
124
 
120
125
  &.mat-warn {
121
- @include mdc-button-theme.outline-color(error,
122
- $query: mdc-helpers.$mat-theme-styles-query);
126
+ @include _raised-button-variant($on-error, $error);
123
127
  }
124
128
 
125
129
  @include button-theme-private.apply-disabled-style() {
126
- @include mdc-theme.prop(border-color,
127
- mdc-theme-color.ink-color-for-fill_(disabled, mdc-theme-color.$background));
130
+ @include mdc-button-protected-theme.theme((
131
+ // We need to pass both the disabled and enabled values, because the enabled
132
+ // ones apply to anchors while the disabled ones are for buttons.
133
+ disabled-container-color: $disabled-container-color,
134
+ disabled-label-text-color: $disabled-ink-color,
135
+ container-color: $disabled-container-color,
136
+ label-text-color: $disabled-ink-color,
137
+ container-elevation: 0,
138
+ ));
128
139
  }
129
140
  }
130
141
 
131
- .mat-mdc-raised-button {
132
- @include button-theme-private.apply-disabled-style() {
133
- @include mdc-elevation-theme.elevation(0, $query: mdc-helpers.$mat-theme-styles-query);
142
+ .mat-mdc-outlined-button {
143
+ &.mat-unthemed {
144
+ @include _outlined-button-variant($on-surface);
145
+ }
146
+
147
+ &.mat-primary {
148
+ @include _outlined-button-variant($primary);
149
+ }
150
+
151
+ &.mat-accent {
152
+ @include _outlined-button-variant($secondary);
153
+ }
154
+
155
+ &.mat-warn {
156
+ @include _outlined-button-variant($error);
134
157
  }
135
- }
136
158
 
137
- .mat-mdc-button, .mat-mdc-raised-button, .mat-mdc-unelevated-button, .mat-mdc-outlined-button {
138
159
  @include button-theme-private.apply-disabled-style() {
139
- @include button-theme-private.apply-disabled-color();
160
+ @include mdc-button-outlined-theme.theme((
161
+ // We need to pass both the disabled and enabled values, because the enabled
162
+ // ones apply to anchors while the disabled ones are for buttons.
163
+ label-text-color: $disabled-ink-color,
164
+ outline-color: $disabled-ink-color,
165
+ disabled-label-text-color: $disabled-ink-color,
166
+ disabled-outline-color: $disabled-ink-color,
167
+ ));
140
168
  }
141
169
  }
142
170
 
143
- @include mdc-button.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
171
+ // Ripple colors
172
+ .mat-mdc-button, .mat-mdc-outlined-button {
173
+ @include button-theme-private.ripple-theme-styles($config, false);
174
+ }
175
+
176
+ .mat-mdc-raised-button, .mat-mdc-unelevated-button {
177
+ @include button-theme-private.ripple-theme-styles($config, true);
178
+ }
144
179
  }
145
180
  }
146
181
 
@@ -1,68 +1,62 @@
1
+ @use 'sass:map';
1
2
  @use '@material/fab/fab' as mdc-fab;
2
3
  @use '@material/fab/fab-theme' as mdc-fab-theme;
3
- @use '@material/ripple/ripple-theme' as mdc-ripple-theme;
4
- @use '@material/elevation/elevation-theme' as mdc-elevation-theme;
5
4
  @use '@material/theme/theme-color' as mdc-theme-color;
6
5
  @use '../mdc-helpers/mdc-helpers';
7
6
  @use '../../material/core/theming/theming';
8
7
  @use '../../material/core/typography/typography';
9
8
  @use './button-theme-private';
10
9
 
10
+ @mixin _fab-variant($foreground, $background) {
11
+ @include mdc-fab-theme.theme((
12
+ container-color: $background,
13
+ icon-color: $foreground,
14
+ ));
15
+
16
+ --mat-mdc-fab-color: #{$foreground};
17
+ }
18
+
11
19
  @mixin color($config-or-theme) {
12
20
  $config: theming.get-color-config($config-or-theme);
13
21
  @include mdc-helpers.mat-using-mdc-theme($config) {
22
+ $on-surface: mdc-theme-color.prop-value(on-surface);
23
+ $is-dark: map.get($config, is-dark);
24
+
14
25
  .mat-mdc-fab, .mat-mdc-mini-fab {
15
- @include mdc-ripple-theme.states(
16
- $query: mdc-helpers.$mat-theme-styles-query,
17
- $ripple-target: button-theme-private.$fab-state-target);
26
+ @include button-theme-private.ripple-theme-styles($config, true);
18
27
 
19
28
  &.mat-unthemed {
20
- @include mdc-ripple-theme.states-base-color(mdc-theme-color.$on-surface,
21
- $query: mdc-helpers.$mat-theme-styles-query,
22
- $ripple-target: button-theme-private.$fab-state-target);
23
- @include mdc-fab-theme.container-color(mdc-theme-color.$on-surface,
24
- $query: mdc-helpers.$mat-theme-styles-query);
25
- @include mdc-fab-theme.ink-color(mdc-theme-color.$on-surface,
26
- $query: mdc-helpers.$mat-theme-styles-query);
29
+ @include _fab-variant($on-surface, mdc-theme-color.prop-value(surface));
27
30
  }
28
31
 
29
32
  &.mat-primary {
30
- @include mdc-ripple-theme.states-base-color(on-primary,
31
- $query: mdc-helpers.$mat-theme-styles-query,
32
- $ripple-target: button-theme-private.$fab-state-target);
33
- @include mdc-fab-theme.container-color(primary,
34
- $query: mdc-helpers.$mat-theme-styles-query);
35
- @include mdc-fab-theme.ink-color(on-primary, $query: mdc-helpers.$mat-theme-styles-query);
36
- @include button-theme-private.ripple-ink-color(on-primary);
33
+ @include _fab-variant(
34
+ mdc-theme-color.prop-value(on-primary),
35
+ mdc-theme-color.prop-value(primary)
36
+ );
37
37
  }
38
38
 
39
39
  &.mat-accent {
40
- @include mdc-ripple-theme.states-base-color(on-secondary,
41
- $query: mdc-helpers.$mat-theme-styles-query,
42
- $ripple-target: button-theme-private.$fab-state-target);
43
- @include mdc-fab-theme.container-color(secondary,
44
- $query: mdc-helpers.$mat-theme-styles-query);
45
- @include mdc-fab-theme.ink-color(on-secondary, $query: mdc-helpers.$mat-theme-styles-query);
46
- @include button-theme-private.ripple-ink-color(on-secondary);
40
+ @include _fab-variant(
41
+ mdc-theme-color.prop-value(on-secondary),
42
+ mdc-theme-color.prop-value(secondary)
43
+ );
47
44
  }
48
45
 
49
46
  &.mat-warn {
50
- @include mdc-ripple-theme.states-base-color(on-error,
51
- $query: mdc-helpers.$mat-theme-styles-query,
52
- $ripple-target: button-theme-private.$fab-state-target);
53
- @include mdc-fab-theme.container-color(error, $query: mdc-helpers.$mat-theme-styles-query);
54
- @include mdc-fab-theme.ink-color(on-error, $query: mdc-helpers.$mat-theme-styles-query);
55
- @include button-theme-private.ripple-ink-color(on-error);
47
+ @include _fab-variant(
48
+ mdc-theme-color.prop-value(on-error),
49
+ mdc-theme-color.prop-value(error)
50
+ );
56
51
  }
57
52
 
58
53
  @include button-theme-private.apply-disabled-style() {
59
- @include button-theme-private.apply-disabled-color();
60
- @include button-theme-private.apply-disabled-background();
61
- @include mdc-elevation-theme.elevation(0, $query: mdc-helpers.$mat-theme-styles-query);
54
+ @include _fab-variant(
55
+ rgba($on-surface, if(map.get($config, is-dark), 0.5, 0.38)),
56
+ rgba($on-surface, 0.12)
57
+ );
62
58
  }
63
59
  }
64
-
65
- @include mdc-fab.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
66
60
  }
67
61
  }
68
62
 
@@ -1,5 +1,7 @@
1
+ @use 'sass:map';
1
2
  @use '@material/icon-button/mixins' as mdc-icon-button;
2
- @use '@material/ripple/ripple-theme' as mdc-ripple-theme;
3
+ @use '@material/icon-button/icon-button-theme' as mdc-icon-button-theme;
4
+ @use '@material/theme/theme-color' as mdc-theme-color;
3
5
  @use '../mdc-helpers/mdc-helpers';
4
6
  @use '../../material/core/theming/theming';
5
7
  @use '../../material/core/typography/typography';
@@ -8,41 +10,32 @@
8
10
  @mixin color($config-or-theme) {
9
11
  $config: theming.get-color-config($config-or-theme);
10
12
  @include mdc-helpers.mat-using-mdc-theme($config) {
13
+ $is-dark: map.get($config, is-dark);
14
+ $on-surface: mdc-theme-color.prop-value(on-surface);
15
+ $disabled-color: rgba($on-surface, if($is-dark, 0.5, 0.38));
16
+
11
17
  .mat-mdc-icon-button {
12
- @include mdc-ripple-theme.states(
13
- $query: mdc-helpers.$mat-theme-styles-query,
14
- $ripple-target: button-theme-private.$button-state-target);
18
+ @include button-theme-private.ripple-theme-styles($config, false);
15
19
 
16
20
  &.mat-primary {
17
- @include mdc-ripple-theme.states-base-color(primary,
18
- $query: mdc-helpers.$mat-theme-styles-query,
19
- $ripple-target: button-theme-private.$button-state-target);
20
- @include mdc-icon-button.ink-color(primary, $query: mdc-helpers.$mat-theme-styles-query);
21
- @include button-theme-private.ripple-ink-color(primary);
21
+ @include mdc-icon-button-theme.theme((icon-color: mdc-theme-color.prop-value(primary)));
22
22
  }
23
23
 
24
24
  &.mat-accent {
25
- @include mdc-ripple-theme.states-base-color(secondary,
26
- $query: mdc-helpers.$mat-theme-styles-query,
27
- $ripple-target: button-theme-private.$button-state-target);
28
- @include mdc-icon-button.ink-color(secondary, $query: mdc-helpers.$mat-theme-styles-query);
29
- @include button-theme-private.ripple-ink-color(secondary);
25
+ @include mdc-icon-button-theme.theme((icon-color: mdc-theme-color.prop-value(secondary)));
30
26
  }
31
27
 
32
28
  &.mat-warn {
33
- @include mdc-ripple-theme.states-base-color(error,
34
- $query: mdc-helpers.$mat-theme-styles-query,
35
- $ripple-target: button-theme-private.$button-state-target);
36
- @include mdc-icon-button.ink-color(error, $query: mdc-helpers.$mat-theme-styles-query);
37
- @include button-theme-private.ripple-ink-color(error);
29
+ @include mdc-icon-button-theme.theme((icon-color: (mdc-theme-color.prop-value(error))));
38
30
  }
39
31
 
40
32
  @include button-theme-private.apply-disabled-style() {
41
- @include button-theme-private.apply-disabled-color();
33
+ @include mdc-icon-button-theme.theme((
34
+ icon-color: $disabled-color,
35
+ disabled-icon-color: $disabled-color,
36
+ ));
42
37
  }
43
38
  }
44
-
45
- @include mdc-icon-button.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
46
39
  }
47
40
  }
48
41
 
@@ -30,10 +30,10 @@ export declare class MatButtonBase extends _MatButtonMixin implements CanDisable
30
30
  _platform: Platform;
31
31
  _ngZone: NgZone;
32
32
  _animationMode?: string | undefined;
33
- /** Whether the ripple is centered on the button. */
34
- _isRippleCentered: boolean;
35
33
  /** Whether this button is a FAB. Used to apply the correct class on the ripple. */
36
34
  _isFab: boolean;
35
+ /** Whether this button is an icon button. Used to apply the correct class on the ripple. */
36
+ _isIconButton: boolean;
37
37
  /** Reference to the MatRipple instance of the button. */
38
38
  ripple: MatRipple;
39
39
  constructor(elementRef: ElementRef, _platform: Platform, _ngZone: NgZone, _animationMode?: string | undefined);
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
15
15
  * See https://material.io/develop/web/components/buttons/icon-buttons/
16
16
  */
17
17
  export declare class MatIconButton extends MatButtonBase {
18
- _isRippleCentered: boolean;
18
+ _isIconButton: boolean;
19
19
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, [null, null, null, { optional: true; }]>;
21
21
  static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"]>;
@@ -26,7 +26,7 @@ export declare class MatIconButton extends MatButtonBase {
26
26
  * See https://material.io/develop/web/components/buttons/icon-buttons/
27
27
  */
28
28
  export declare class MatIconAnchor extends MatAnchorBase {
29
- _isRippleCentered: boolean;
29
+ _isIconButton: boolean;
30
30
  constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MatIconAnchor, [null, null, null, { optional: true; }]>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"]>;
@@ -13,28 +13,21 @@
13
13
 
14
14
  // Mixin that includes the checkbox theme styles with a given palette.
15
15
  // By default, the MDC checkbox always uses the `secondary` palette.
16
- @mixin private-checkbox-styles-with-color($color, $mdcColor) {
16
+ @mixin private-checkbox-styles-with-color($color, $mdc-color) {
17
17
  $on-surface: mdc-theme-color.prop-value(on-surface);
18
18
  $border-color: rgba($on-surface, color.opacity(mdc-checkbox-theme.$border-color));
19
19
  $disabled-color: rgba($on-surface, color.opacity(mdc-checkbox-theme.$disabled-color));
20
20
 
21
21
  @include mdc-checkbox-theme.theme((
22
- selected-checkmark-color: mdc-theme-color.prop-value(on-#{$mdcColor}),
22
+ selected-checkmark-color: mdc-theme-color.prop-value(on-#{$mdc-color}),
23
23
 
24
24
  selected-focus-icon-color: $color,
25
25
  selected-hover-icon-color: $color,
26
- selected-hover-state-layer-color: $color,
27
26
  selected-icon-color: $color,
28
27
  selected-pressed-icon-color: $color,
29
28
  unselected-focus-icon-color: $color,
30
29
  unselected-hover-icon-color: $color,
31
30
 
32
- selected-focus-state-layer-color: $on-surface,
33
- selected-pressed-state-layer-color: $on-surface,
34
- unselected-focus-state-layer-color: $on-surface,
35
- unselected-hover-state-layer-color: $on-surface,
36
- unselected-pressed-state-layer-color: $on-surface,
37
-
38
31
  disabled-selected-icon-color: $disabled-color,
39
32
  disabled-unselected-icon-color: $disabled-color,
40
33
 
@@ -45,12 +38,12 @@
45
38
 
46
39
  // Apply ripple colors to the MatRipple element and the MDC ripple element when the
47
40
  // checkbox is selected.
48
- @mixin _selected-ripple-colors($theme, $mdcColor) {
41
+ @mixin _selected-ripple-colors($theme, $mdc-color) {
49
42
  .mdc-checkbox--selected ~ {
50
43
  .mat-mdc-checkbox-ripple {
51
44
  @include ripple-theme.color((
52
45
  foreground: (
53
- base: mdc-theme-color.prop-value($mdcColor)
46
+ base: mdc-theme-color.prop-value($mdc-color)
54
47
  ),
55
48
  ));
56
49
  }
@@ -87,10 +87,6 @@ export declare class MatCheckbox extends _MatCheckboxBase implements AfterViewIn
87
87
  get inputId(): string;
88
88
  /** The `MDCCheckboxFoundation` instance for this checkbox. */
89
89
  _checkboxFoundation: MDCCheckboxFoundation;
90
- /** The set of classes that should be applied to the native input. */
91
- _classes: {
92
- [key: string]: boolean;
93
- };
94
90
  /** ControlValueAccessor onChange */
95
91
  private _cvaOnChange;
96
92
  /** ControlValueAccessor onTouch */
@@ -144,8 +140,6 @@ export declare class MatCheckbox extends _MatCheckboxBase implements AfterViewIn
144
140
  _onClick(): void;
145
141
  /** Gets the value for the `aria-checked` attribute of the native input. */
146
142
  _getAriaChecked(): 'true' | 'false' | 'mixed';
147
- /** Sets whether the given CSS class should be applied to the native input. */
148
- private _setClass;
149
143
  /**
150
144
  * Syncs the indeterminate value with the checkbox DOM node.
151
145
  *
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./checkbox";
3
3
  import * as i2 from "@angular/material-experimental/mdc-core";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/checkbox";
4
+ import * as i3 from "@angular/material/checkbox";
6
5
  export declare class MatCheckboxModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, [typeof i1.MatCheckbox], [typeof i2.MatCommonModule, typeof i2.MatRippleModule, typeof i3.CommonModule, typeof i4._MatCheckboxRequiredValidatorModule], [typeof i1.MatCheckbox, typeof i2.MatCommonModule, typeof i4._MatCheckboxRequiredValidatorModule]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, [typeof i1.MatCheckbox], [typeof i2.MatCommonModule, typeof i2.MatRippleModule, typeof i3._MatCheckboxRequiredValidatorModule], [typeof i1.MatCheckbox, typeof i2.MatCommonModule, typeof i3._MatCheckboxRequiredValidatorModule]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>;
10
9
  }