@angular/material-experimental 13.3.3 → 14.0.0-next.10

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 (307) hide show
  1. package/_index.scss +3 -0
  2. package/column-resize/_column-resize-theme.scss +15 -17
  3. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
  4. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
  6. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
  7. package/esm2020/column-resize/column-resize-module.mjs +13 -13
  8. package/esm2020/column-resize/overlay-handle.mjs +4 -4
  9. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
  10. package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
  11. package/esm2020/column-resize/resize-strategy.mjs +4 -4
  12. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
  13. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
  14. package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
  15. package/esm2020/mdc-autocomplete/module.mjs +5 -5
  16. package/esm2020/mdc-button/button-base.mjs +7 -7
  17. package/esm2020/mdc-button/button.mjs +9 -9
  18. package/esm2020/mdc-button/fab.mjs +17 -17
  19. package/esm2020/mdc-button/icon-button.mjs +9 -9
  20. package/esm2020/mdc-button/module.mjs +5 -5
  21. package/esm2020/mdc-card/card.mjs +44 -44
  22. package/esm2020/mdc-card/module.mjs +5 -5
  23. package/esm2020/mdc-checkbox/checkbox.mjs +5 -5
  24. package/esm2020/mdc-checkbox/module.mjs +5 -5
  25. package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +3 -2
  26. package/esm2020/mdc-chips/chip-action.mjs +4 -4
  27. package/esm2020/mdc-chips/chip-edit-input.mjs +4 -4
  28. package/esm2020/mdc-chips/chip-grid.mjs +19 -11
  29. package/esm2020/mdc-chips/chip-icons.mjs +10 -10
  30. package/esm2020/mdc-chips/chip-input.mjs +4 -4
  31. package/esm2020/mdc-chips/chip-listbox.mjs +8 -11
  32. package/esm2020/mdc-chips/chip-option.mjs +5 -5
  33. package/esm2020/mdc-chips/chip-row.mjs +5 -5
  34. package/esm2020/mdc-chips/chip-set.mjs +13 -13
  35. package/esm2020/mdc-chips/chip.mjs +5 -5
  36. package/esm2020/mdc-chips/module.mjs +5 -5
  37. package/esm2020/mdc-core/option/index.mjs +5 -5
  38. package/esm2020/mdc-core/option/optgroup.mjs +5 -5
  39. package/esm2020/mdc-core/option/option.mjs +5 -5
  40. package/esm2020/mdc-dialog/dialog-container.mjs +6 -7
  41. package/esm2020/mdc-dialog/dialog-content-directives.mjs +27 -15
  42. package/esm2020/mdc-dialog/dialog.mjs +4 -4
  43. package/esm2020/mdc-dialog/module.mjs +5 -5
  44. package/esm2020/mdc-form-field/directives/error.mjs +4 -4
  45. package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
  46. package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
  47. package/esm2020/mdc-form-field/directives/label.mjs +4 -4
  48. package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
  49. package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
  50. package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
  51. package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
  52. package/esm2020/mdc-form-field/form-field.mjs +53 -41
  53. package/esm2020/mdc-form-field/module.mjs +5 -5
  54. package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
  55. package/esm2020/mdc-input/input.mjs +4 -4
  56. package/esm2020/mdc-input/module.mjs +5 -5
  57. package/esm2020/mdc-list/action-list.mjs +5 -5
  58. package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
  59. package/esm2020/mdc-list/list-base.mjs +7 -7
  60. package/esm2020/mdc-list/list-item-sections.mjs +19 -19
  61. package/esm2020/mdc-list/list-option.mjs +6 -6
  62. package/esm2020/mdc-list/list.mjs +21 -9
  63. package/esm2020/mdc-list/module.mjs +5 -5
  64. package/esm2020/mdc-list/nav-list.mjs +5 -5
  65. package/esm2020/mdc-list/selection-list.mjs +6 -6
  66. package/esm2020/mdc-list/subheader.mjs +4 -4
  67. package/esm2020/mdc-menu/directives.mjs +7 -7
  68. package/esm2020/mdc-menu/menu-item.mjs +4 -4
  69. package/esm2020/mdc-menu/menu.mjs +5 -5
  70. package/esm2020/mdc-menu/module.mjs +5 -5
  71. package/esm2020/mdc-paginator/module.mjs +5 -5
  72. package/esm2020/mdc-paginator/paginator.mjs +5 -5
  73. package/esm2020/mdc-paginator/public-api.mjs +1 -1
  74. package/esm2020/mdc-progress-bar/module.mjs +5 -5
  75. package/esm2020/mdc-progress-bar/progress-bar.mjs +5 -5
  76. package/esm2020/mdc-progress-spinner/module.mjs +5 -5
  77. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +8 -5
  78. package/esm2020/mdc-radio/module.mjs +5 -5
  79. package/esm2020/mdc-radio/radio.mjs +8 -8
  80. package/esm2020/mdc-radio/testing/radio-harness.mjs +3 -2
  81. package/esm2020/mdc-select/module.mjs +5 -5
  82. package/esm2020/mdc-select/select.mjs +9 -9
  83. package/esm2020/mdc-slide-toggle/module.mjs +5 -5
  84. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
  85. package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +4 -2
  86. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
  87. package/esm2020/mdc-slider/module.mjs +5 -5
  88. package/esm2020/mdc-slider/slider.mjs +12 -12
  89. package/esm2020/mdc-snack-bar/module.mjs +5 -5
  90. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +5 -5
  91. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +5 -5
  92. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
  93. package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
  94. package/esm2020/mdc-table/cell.mjs +22 -22
  95. package/esm2020/mdc-table/module.mjs +5 -5
  96. package/esm2020/mdc-table/row.mjs +22 -22
  97. package/esm2020/mdc-table/table.mjs +9 -9
  98. package/esm2020/mdc-table/text-column.mjs +4 -4
  99. package/esm2020/mdc-tabs/module.mjs +5 -5
  100. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  101. package/esm2020/mdc-tabs/tab-content.mjs +4 -4
  102. package/esm2020/mdc-tabs/tab-group.mjs +18 -6
  103. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  104. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
  105. package/esm2020/mdc-tabs/tab-label.mjs +4 -4
  106. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +29 -12
  107. package/esm2020/mdc-tabs/tab.mjs +4 -4
  108. package/esm2020/mdc-tooltip/module.mjs +5 -5
  109. package/esm2020/mdc-tooltip/tooltip.mjs +8 -8
  110. package/esm2020/menubar/menubar-item.mjs +19 -5
  111. package/esm2020/menubar/menubar-module.mjs +5 -5
  112. package/esm2020/menubar/menubar.mjs +11 -14
  113. package/esm2020/popover-edit/lens-directives.mjs +10 -10
  114. package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
  115. package/esm2020/popover-edit/table-directives.mjs +13 -13
  116. package/esm2020/selection/row-selection.mjs +4 -4
  117. package/esm2020/selection/select-all.mjs +4 -4
  118. package/esm2020/selection/selection-column.mjs +6 -6
  119. package/esm2020/selection/selection-module.mjs +5 -5
  120. package/esm2020/selection/selection-toggle.mjs +4 -4
  121. package/esm2020/selection/selection.mjs +4 -4
  122. package/esm2020/version.mjs +1 -1
  123. package/fesm2015/column-resize.mjs +36 -36
  124. package/fesm2015/column-resize.mjs.map +1 -1
  125. package/fesm2015/material-experimental.mjs +1 -1
  126. package/fesm2015/material-experimental.mjs.map +1 -1
  127. package/fesm2015/mdc-autocomplete.mjs +14 -14
  128. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  129. package/fesm2015/mdc-button.mjs +42 -42
  130. package/fesm2015/mdc-button.mjs.map +1 -1
  131. package/fesm2015/mdc-card.mjs +47 -47
  132. package/fesm2015/mdc-card.mjs.map +1 -1
  133. package/fesm2015/mdc-checkbox/testing.mjs +2 -1
  134. package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
  135. package/fesm2015/mdc-checkbox.mjs +8 -8
  136. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  137. package/fesm2015/mdc-chips.mjs +70 -66
  138. package/fesm2015/mdc-chips.mjs.map +1 -1
  139. package/fesm2015/mdc-core.mjs +12 -12
  140. package/fesm2015/mdc-core.mjs.map +1 -1
  141. package/fesm2015/mdc-dialog.mjs +38 -27
  142. package/fesm2015/mdc-dialog.mjs.map +1 -1
  143. package/fesm2015/mdc-form-field/testing.mjs +1 -1
  144. package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
  145. package/fesm2015/mdc-form-field.mjs +81 -69
  146. package/fesm2015/mdc-form-field.mjs.map +1 -1
  147. package/fesm2015/mdc-input.mjs +7 -7
  148. package/fesm2015/mdc-input.mjs.map +1 -1
  149. package/fesm2015/mdc-list.mjs +70 -59
  150. package/fesm2015/mdc-list.mjs.map +1 -1
  151. package/fesm2015/mdc-menu.mjs +17 -17
  152. package/fesm2015/mdc-menu.mjs.map +1 -1
  153. package/fesm2015/mdc-paginator.mjs +8 -8
  154. package/fesm2015/mdc-paginator.mjs.map +1 -1
  155. package/fesm2015/mdc-progress-bar.mjs +8 -8
  156. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  157. package/fesm2015/mdc-progress-spinner.mjs +11 -8
  158. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  159. package/fesm2015/mdc-radio/testing.mjs +2 -1
  160. package/fesm2015/mdc-radio/testing.mjs.map +1 -1
  161. package/fesm2015/mdc-radio.mjs +11 -11
  162. package/fesm2015/mdc-radio.mjs.map +1 -1
  163. package/fesm2015/mdc-select.mjs +12 -12
  164. package/fesm2015/mdc-select.mjs.map +1 -1
  165. package/fesm2015/mdc-slide-toggle/testing.mjs +3 -1
  166. package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
  167. package/fesm2015/mdc-slide-toggle.mjs +8 -8
  168. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  169. package/fesm2015/mdc-slider.mjs +18 -18
  170. package/fesm2015/mdc-slider.mjs.map +1 -1
  171. package/fesm2015/mdc-snack-bar.mjs +24 -24
  172. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  173. package/fesm2015/mdc-table.mjs +57 -57
  174. package/fesm2015/mdc-table.mjs.map +1 -1
  175. package/fesm2015/mdc-tabs.mjs +72 -43
  176. package/fesm2015/mdc-tabs.mjs.map +1 -1
  177. package/fesm2015/mdc-tooltip.mjs +11 -11
  178. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  179. package/fesm2015/menubar.mjs +32 -20
  180. package/fesm2015/menubar.mjs.map +1 -1
  181. package/fesm2015/popover-edit.mjs +25 -25
  182. package/fesm2015/popover-edit.mjs.map +1 -1
  183. package/fesm2015/selection.mjs +21 -21
  184. package/fesm2015/selection.mjs.map +1 -1
  185. package/fesm2020/column-resize.mjs +36 -36
  186. package/fesm2020/column-resize.mjs.map +1 -1
  187. package/fesm2020/material-experimental.mjs +1 -1
  188. package/fesm2020/material-experimental.mjs.map +1 -1
  189. package/fesm2020/mdc-autocomplete.mjs +14 -14
  190. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  191. package/fesm2020/mdc-button.mjs +42 -42
  192. package/fesm2020/mdc-button.mjs.map +1 -1
  193. package/fesm2020/mdc-card.mjs +47 -47
  194. package/fesm2020/mdc-card.mjs.map +1 -1
  195. package/fesm2020/mdc-checkbox/testing.mjs +2 -1
  196. package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
  197. package/fesm2020/mdc-checkbox.mjs +8 -8
  198. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  199. package/fesm2020/mdc-chips.mjs +70 -66
  200. package/fesm2020/mdc-chips.mjs.map +1 -1
  201. package/fesm2020/mdc-core.mjs +12 -12
  202. package/fesm2020/mdc-core.mjs.map +1 -1
  203. package/fesm2020/mdc-dialog.mjs +38 -27
  204. package/fesm2020/mdc-dialog.mjs.map +1 -1
  205. package/fesm2020/mdc-form-field/testing.mjs +1 -1
  206. package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
  207. package/fesm2020/mdc-form-field.mjs +80 -68
  208. package/fesm2020/mdc-form-field.mjs.map +1 -1
  209. package/fesm2020/mdc-input.mjs +7 -7
  210. package/fesm2020/mdc-input.mjs.map +1 -1
  211. package/fesm2020/mdc-list.mjs +70 -59
  212. package/fesm2020/mdc-list.mjs.map +1 -1
  213. package/fesm2020/mdc-menu.mjs +17 -17
  214. package/fesm2020/mdc-menu.mjs.map +1 -1
  215. package/fesm2020/mdc-paginator.mjs +8 -8
  216. package/fesm2020/mdc-paginator.mjs.map +1 -1
  217. package/fesm2020/mdc-progress-bar.mjs +8 -8
  218. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  219. package/fesm2020/mdc-progress-spinner.mjs +11 -8
  220. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  221. package/fesm2020/mdc-radio/testing.mjs +2 -1
  222. package/fesm2020/mdc-radio/testing.mjs.map +1 -1
  223. package/fesm2020/mdc-radio.mjs +11 -11
  224. package/fesm2020/mdc-radio.mjs.map +1 -1
  225. package/fesm2020/mdc-select.mjs +12 -12
  226. package/fesm2020/mdc-select.mjs.map +1 -1
  227. package/fesm2020/mdc-slide-toggle/testing.mjs +3 -1
  228. package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
  229. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  230. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  231. package/fesm2020/mdc-slider.mjs +18 -18
  232. package/fesm2020/mdc-slider.mjs.map +1 -1
  233. package/fesm2020/mdc-snack-bar.mjs +24 -24
  234. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  235. package/fesm2020/mdc-table.mjs +57 -57
  236. package/fesm2020/mdc-table.mjs.map +1 -1
  237. package/fesm2020/mdc-tabs.mjs +72 -43
  238. package/fesm2020/mdc-tabs.mjs.map +1 -1
  239. package/fesm2020/mdc-tooltip.mjs +11 -11
  240. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  241. package/fesm2020/menubar.mjs +31 -20
  242. package/fesm2020/menubar.mjs.map +1 -1
  243. package/fesm2020/popover-edit.mjs +25 -25
  244. package/fesm2020/popover-edit.mjs.map +1 -1
  245. package/fesm2020/selection.mjs +21 -21
  246. package/fesm2020/selection.mjs.map +1 -1
  247. package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
  248. package/mdc-button/_button-base.scss +4 -3
  249. package/mdc-button/_button-theme-private.scss +0 -1
  250. package/mdc-button/_button-theme.scss +11 -11
  251. package/mdc-button/_fab-theme.scss +10 -10
  252. package/mdc-button/_icon-button-theme.scss +11 -11
  253. package/mdc-card/_card-theme.scss +11 -11
  254. package/mdc-checkbox/_checkbox-theme.scss +16 -17
  255. package/mdc-chips/_chips-theme.scss +13 -13
  256. package/mdc-chips/chip-grid.d.ts +18 -5
  257. package/mdc-chips/chip-input.d.ts +2 -5
  258. package/mdc-chips/chip-listbox.d.ts +1 -2
  259. package/mdc-chips/chip-set.d.ts +3 -1
  260. package/mdc-color/_all-color.scss +4 -3
  261. package/mdc-core/_core-theme.scss +13 -13
  262. package/mdc-core/option/_optgroup-theme.scss +11 -11
  263. package/mdc-core/option/_option-theme.scss +11 -11
  264. package/mdc-density/_all-density.scss +4 -3
  265. package/mdc-dialog/_dialog-theme.scss +49 -13
  266. package/mdc-dialog/dialog-content-directives.d.ts +5 -1
  267. package/mdc-form-field/_form-field-density.scss +4 -3
  268. package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
  269. package/mdc-form-field/_form-field-high-contrast.scss +5 -5
  270. package/mdc-form-field/_form-field-native-select.scss +5 -4
  271. package/mdc-form-field/_form-field-subscript.scss +5 -3
  272. package/mdc-form-field/_form-field-theme.scss +16 -16
  273. package/mdc-form-field/form-field.d.ts +23 -11
  274. package/mdc-form-field/testing/public-api.d.ts +1 -1
  275. package/mdc-helpers/_focus-indicators-theme.scss +6 -6
  276. package/mdc-helpers/_focus-indicators.scss +2 -2
  277. package/mdc-helpers/_mdc-helpers.scss +12 -14
  278. package/mdc-input/_input-theme.scss +10 -10
  279. package/mdc-list/_interactive-list-theme.scss +2 -2
  280. package/mdc-list/_list-theme.scss +15 -17
  281. package/mdc-list/list.d.ts +5 -1
  282. package/mdc-menu/_menu-theme.scss +10 -10
  283. package/mdc-paginator/_paginator-theme.scss +20 -23
  284. package/mdc-paginator/public-api.d.ts +1 -1
  285. package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
  286. package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
  287. package/mdc-radio/_radio-theme.scss +13 -14
  288. package/mdc-select/_select-theme.scss +10 -10
  289. package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
  290. package/mdc-slider/_slider-theme.scss +11 -12
  291. package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
  292. package/mdc-table/_table-theme.scss +12 -12
  293. package/mdc-tabs/_tabs-common.scss +5 -4
  294. package/mdc-tabs/_tabs-theme.scss +14 -14
  295. package/mdc-tabs/tab-group.d.ts +5 -1
  296. package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +8 -3
  297. package/mdc-theming/_all-theme.scss +3 -2
  298. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  299. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  300. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  301. package/mdc-theming/prebuilt/purple-green.css +1 -1
  302. package/mdc-tooltip/_tooltip-theme.scss +12 -13
  303. package/mdc-typography/_all-typography.scss +5 -5
  304. package/menubar/menubar-item.d.ts +1 -0
  305. package/package.json +55 -9
  306. package/popover-edit/_popover-edit-theme.scss +23 -26
  307. package/selection/_selection.scss +3 -3
@@ -1,10 +1,10 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/fab/fab' as mdc-fab;
3
4
  @use '@material/fab/fab-theme' as mdc-fab-theme;
4
5
  @use '@material/theme/theme-color' as mdc-theme-color;
6
+
5
7
  @use '../mdc-helpers/mdc-helpers';
6
- @use '../../material/core/theming/theming';
7
- @use '../../material/core/typography/typography';
8
8
  @use './button-theme-private';
9
9
 
10
10
  @mixin _fab-variant($foreground, $background) {
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  @mixin color($config-or-theme) {
20
- $config: theming.get-color-config($config-or-theme);
20
+ $config: mat.get-color-config($config-or-theme);
21
21
  @include mdc-helpers.mat-using-mdc-theme($config) {
22
22
  $on-surface: mdc-theme-color.prop-value(on-surface);
23
23
  $is-dark: map.get($config, is-dark);
@@ -61,8 +61,8 @@
61
61
  }
62
62
 
63
63
  @mixin typography($config-or-theme) {
64
- $config: typography.private-typography-to-2018-config(
65
- theming.get-typography-config($config-or-theme));
64
+ $config: mat.private-typography-to-2018-config(
65
+ mat.get-typography-config($config-or-theme));
66
66
  @include mdc-helpers.mat-using-mdc-typography($config) {
67
67
  @include mdc-fab.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
68
68
  }
@@ -71,11 +71,11 @@
71
71
  @mixin density($config-or-theme) {}
72
72
 
73
73
  @mixin theme($theme-or-color-config) {
74
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
75
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-fab') {
76
- $color: theming.get-color-config($theme);
77
- $density: theming.get-density-config($theme);
78
- $typography: theming.get-typography-config($theme);
74
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
75
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-fab') {
76
+ $color: mat.get-color-config($theme);
77
+ $density: mat.get-density-config($theme);
78
+ $typography: mat.get-typography-config($theme);
79
79
 
80
80
  @if $color != null {
81
81
  @include color($color);
@@ -1,14 +1,14 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/icon-button/mixins' as mdc-icon-button;
3
4
  @use '@material/icon-button/icon-button-theme' as mdc-icon-button-theme;
4
5
  @use '@material/theme/theme-color' as mdc-theme-color;
6
+
5
7
  @use '../mdc-helpers/mdc-helpers';
6
- @use '../../material/core/theming/theming';
7
- @use '../../material/core/typography/typography';
8
8
  @use './button-theme-private';
9
9
 
10
10
  @mixin color($config-or-theme) {
11
- $config: theming.get-color-config($config-or-theme);
11
+ $config: mat.get-color-config($config-or-theme);
12
12
  @include mdc-helpers.mat-using-mdc-theme($config) {
13
13
  $is-dark: map.get($config, is-dark);
14
14
  $on-surface: mdc-theme-color.prop-value(on-surface);
@@ -40,15 +40,15 @@
40
40
  }
41
41
 
42
42
  @mixin typography($config-or-theme) {
43
- $config: typography.private-typography-to-2018-config(
44
- theming.get-typography-config($config-or-theme));
43
+ $config: mat.private-typography-to-2018-config(
44
+ mat.get-typography-config($config-or-theme));
45
45
  @include mdc-helpers.mat-using-mdc-typography($config) {
46
46
  @include mdc-icon-button.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
47
47
  }
48
48
  }
49
49
 
50
50
  @mixin density($config-or-theme) {
51
- $density-scale: theming.get-density-config($config-or-theme);
51
+ $density-scale: mat.get-density-config($config-or-theme);
52
52
  // Use `mat-mdc-button-base` to increase the specificity over the button's structural styles.
53
53
  .mat-mdc-icon-button.mat-mdc-button-base {
54
54
  @include mdc-icon-button.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
@@ -57,11 +57,11 @@
57
57
  }
58
58
 
59
59
  @mixin theme($theme-or-color-config) {
60
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
61
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-icon-button') {
62
- $color: theming.get-color-config($theme);
63
- $density: theming.get-density-config($theme);
64
- $typography: theming.get-typography-config($theme);
60
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
61
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-icon-button') {
62
+ $color: mat.get-color-config($theme);
63
+ $density: mat.get-density-config($theme);
64
+ $typography: mat.get-typography-config($theme);
65
65
 
66
66
  @if $color != null {
67
67
  @include color($color);
@@ -1,14 +1,14 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/card' as mdc-card;
2
3
  @use '@material/typography' as mdc-typography;
3
4
  @use '@material/theme/theme-color' as mdc-theme-color;
4
5
  @use 'sass:color';
5
6
  @use 'sass:map';
7
+
6
8
  @use '../mdc-helpers/mdc-helpers';
7
- @use '../../material/core/typography/typography';
8
- @use '../../material/core/theming/theming';
9
9
 
10
10
  @mixin color($config-or-theme) {
11
- $config: theming.get-color-config($config-or-theme);
11
+ $config: mat.get-color-config($config-or-theme);
12
12
  $foreground: map.get($config, foreground);
13
13
  $is-dark-theme: map.get($config, is-dark);
14
14
 
@@ -26,7 +26,7 @@
26
26
  // Card subtitles are an Angular Material construct (not MDC), so we explicitly set their
27
27
  // color to secondary text here.
28
28
  .mat-mdc-card-subtitle {
29
- color: theming.get-color-from-palette($foreground, secondary-text);
29
+ color: mat.get-color-from-palette($foreground, secondary-text);
30
30
  }
31
31
  }
32
32
 
@@ -35,8 +35,8 @@
35
35
  }
36
36
 
37
37
  @mixin typography($config-or-theme) {
38
- $config: typography.private-typography-to-2018-config(
39
- theming.get-typography-config($config-or-theme));
38
+ $config: mat.private-typography-to-2018-config(
39
+ mat.get-typography-config($config-or-theme));
40
40
  @include mdc-helpers.mat-using-mdc-typography($config) {
41
41
  @include mdc-card.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
42
42
 
@@ -55,11 +55,11 @@
55
55
  @mixin density($config-or-theme) {}
56
56
 
57
57
  @mixin theme($theme-or-color-config) {
58
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
59
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-card') {
60
- $color: theming.get-color-config($theme);
61
- $density: theming.get-density-config($theme);
62
- $typography: theming.get-typography-config($theme);
58
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
59
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-card') {
60
+ $color: mat.get-color-config($theme);
61
+ $density: mat.get-density-config($theme);
62
+ $typography: mat.get-typography-config($theme);
63
63
 
64
64
  @if $color != null {
65
65
  @include color($color);
@@ -1,3 +1,4 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/checkbox/checkbox' as mdc-checkbox;
2
3
  @use '@material/checkbox/checkbox-theme' as mdc-checkbox-theme;
3
4
  @use '@material/form-field' as mdc-form-field;
@@ -5,10 +6,8 @@
5
6
  @use '@material/theme/theme';
6
7
  @use 'sass:map';
7
8
  @use 'sass:color';
9
+
8
10
  @use '../mdc-helpers/mdc-helpers';
9
- @use '../../material/core/typography/typography';
10
- @use '../../material/core/theming/theming';
11
- @use '../../material/core/ripple/ripple-theme';
12
11
  @use './checkbox-private';
13
12
 
14
13
  // Apply ripple colors to the MatRipple element and the MDC ripple element when the
@@ -16,7 +15,7 @@
16
15
  @mixin _selected-ripple-colors($theme, $mdc-color) {
17
16
  .mdc-checkbox--selected ~ {
18
17
  .mat-mdc-checkbox-ripple {
19
- @include ripple-theme.color((
18
+ @include mat.ripple-color((
20
19
  foreground: (
21
20
  base: mdc-theme-color.prop-value($mdc-color)
22
21
  ),
@@ -30,15 +29,15 @@
30
29
  }
31
30
 
32
31
  @mixin color($config-or-theme) {
33
- $config: theming.get-color-config($config-or-theme);
34
- $primary: theming.get-color-from-palette(map.get($config, primary));
35
- $accent: theming.get-color-from-palette(map.get($config, accent));
36
- $warn: theming.get-color-from-palette(map.get($config, warn));
32
+ $config: mat.get-color-config($config-or-theme);
33
+ $primary: mat.get-color-from-palette(map.get($config, primary));
34
+ $accent: mat.get-color-from-palette(map.get($config, accent));
35
+ $warn: mat.get-color-from-palette(map.get($config, warn));
37
36
 
38
37
  @include mdc-helpers.mat-using-mdc-theme($config) {
39
38
  .mat-mdc-checkbox {
40
39
  @include mdc-form-field.core-styles($query: mdc-helpers.$mat-theme-styles-query);
41
- @include ripple-theme.color((
40
+ @include mat.ripple-color((
42
41
  foreground: (
43
42
  base: mdc-theme-color.prop-value(on-surface)
44
43
  ),
@@ -70,8 +69,8 @@
70
69
  }
71
70
 
72
71
  @mixin typography($config-or-theme) {
73
- $config: typography.private-typography-to-2018-config(
74
- theming.get-typography-config($config-or-theme));
72
+ $config: mat.private-typography-to-2018-config(
73
+ mat.get-typography-config($config-or-theme));
75
74
  @include mdc-helpers.mat-using-mdc-typography($config) {
76
75
  @include mdc-checkbox.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
77
76
  @include mdc-form-field.core-styles($query: mdc-helpers.$mat-typography-styles-query);
@@ -79,7 +78,7 @@
79
78
  }
80
79
 
81
80
  @mixin density($config-or-theme) {
82
- $density-scale: theming.get-density-config($config-or-theme);
81
+ $density-scale: mat.get-density-config($config-or-theme);
83
82
 
84
83
  @include mdc-helpers.disable-fallback-declarations {
85
84
  .mat-mdc-checkbox .mdc-checkbox {
@@ -98,11 +97,11 @@
98
97
  }
99
98
 
100
99
  @mixin theme($theme-or-color-config) {
101
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
102
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-checkbox') {
103
- $color: theming.get-color-config($theme);
104
- $density: theming.get-density-config($theme);
105
- $typography: theming.get-typography-config($theme);
100
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
101
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-checkbox') {
102
+ $color: mat.get-color-config($theme);
103
+ $density: mat.get-density-config($theme);
104
+ $typography: mat.get-typography-config($theme);
106
105
 
107
106
  @if $color != null {
108
107
  @include color($color);
@@ -1,3 +1,4 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/chips/chip-theme' as mdc-chip-theme;
2
3
  @use '@material/chips/chip-set' as mdc-chip-set;
3
4
  @use '@material/theme/theme-color' as mdc-theme-color;
@@ -5,9 +6,8 @@
5
6
  @use '@material/typography' as mdc-typography;
6
7
  @use 'sass:color';
7
8
  @use 'sass:map';
9
+
8
10
  @use '../mdc-helpers/mdc-helpers';
9
- @use '../../material/core/typography/typography';
10
- @use '../../material/core/theming/theming';
11
11
 
12
12
  // Customizes the appearance of a chip. Note that ideally we would be doing this using the
13
13
  // `theme-styles` mixin, however it has the following problems:
@@ -32,8 +32,8 @@
32
32
  }
33
33
 
34
34
  @mixin _colored-chip($palette) {
35
- $background: theming.get-color-from-palette($palette);
36
- $foreground: theming.get-color-from-palette($palette, default-contrast);
35
+ $background: mat.get-color-from-palette($palette);
36
+ $foreground: mat.get-color-from-palette($palette, default-contrast);
37
37
 
38
38
  &.mat-mdc-chip-selected,
39
39
  &.mat-mdc-chip-highlighted {
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  @mixin color($config-or-theme) {
45
- $config: theming.get-color-config($config-or-theme);
45
+ $config: mat.get-color-config($config-or-theme);
46
46
  $primary: map.get($config, primary);
47
47
  $accent: map.get($config, accent);
48
48
  $warn: map.get($config, warn);
@@ -76,8 +76,8 @@
76
76
  }
77
77
 
78
78
  @mixin typography($config-or-theme) {
79
- $config: typography.private-typography-to-2018-config(
80
- theming.get-typography-config($config-or-theme));
79
+ $config: mat.private-typography-to-2018-config(
80
+ mat.get-typography-config($config-or-theme));
81
81
  @include mdc-chip-set.core-styles($query: mdc-helpers.$mat-typography-styles-query);
82
82
  @include mdc-helpers.mat-using-mdc-typography($config) {
83
83
  // Note that we don't go through MDC's typography mixin, because it assigns the styles to
@@ -90,18 +90,18 @@
90
90
  }
91
91
 
92
92
  @mixin density($config-or-theme) {
93
- $density-scale: theming.get-density-config($config-or-theme);
93
+ $density-scale: mat.get-density-config($config-or-theme);
94
94
  .mat-mdc-chip {
95
95
  @include mdc-chip-theme.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
96
96
  }
97
97
  }
98
98
 
99
99
  @mixin theme($theme-or-color-config) {
100
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
101
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-chips') {
102
- $color: theming.get-color-config($theme);
103
- $density: theming.get-density-config($theme);
104
- $typography: theming.get-typography-config($theme);
100
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
101
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-chips') {
102
+ $color: mat.get-color-config($theme);
103
+ $density: mat.get-density-config($theme);
104
+ $typography: mat.get-typography-config($theme);
105
105
 
106
106
  @if $color != null {
107
107
  @include color($color);
@@ -12,7 +12,7 @@ import { CanUpdateErrorState, ErrorStateMatcher } from '@angular/material-experi
12
12
  import { MatFormFieldControl } from '@angular/material-experimental/mdc-form-field';
13
13
  import { LiveAnnouncer } from '@angular/cdk/a11y';
14
14
  import { MatChipTextControl } from './chip-text-control';
15
- import { Observable } from 'rxjs';
15
+ import { Observable, Subject } from 'rxjs';
16
16
  import { MatChipEvent } from './chip';
17
17
  import { MatChipRow } from './chip-row';
18
18
  import { MatChipSet } from './chip-set';
@@ -37,10 +37,24 @@ declare class MatChipGridBase extends MatChipSet {
37
37
  _defaultErrorStateMatcher: ErrorStateMatcher;
38
38
  _parentForm: NgForm;
39
39
  _parentFormGroup: FormGroupDirective;
40
- /** @docs-private */
40
+ /**
41
+ * Form control bound to the component.
42
+ * Implemented as part of `MatFormFieldControl`.
43
+ * @docs-private
44
+ */
41
45
  ngControl: NgControl;
46
+ /**
47
+ * Emits whenever the component state changes and should cause the parent
48
+ * form-field to update. Implemented as part of `MatFormFieldControl`.
49
+ * @docs-private
50
+ */
51
+ readonly stateChanges: Subject<void>;
42
52
  constructor(liveAnnouncer: LiveAnnouncer, document: any, elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, _defaultErrorStateMatcher: ErrorStateMatcher, _parentForm: NgForm, _parentFormGroup: FormGroupDirective,
43
- /** @docs-private */
53
+ /**
54
+ * Form control bound to the component.
55
+ * Implemented as part of `MatFormFieldControl`.
56
+ * @docs-private
57
+ */
44
58
  ngControl: NgControl);
45
59
  }
46
60
  declare const _MatChipGridMixinBase: import("@angular/material-experimental/mdc-core")._Constructor<CanUpdateErrorState> & import("@angular/material-experimental/mdc-core")._AbstractConstructor<CanUpdateErrorState> & typeof MatChipGridBase;
@@ -56,6 +70,7 @@ export declare class MatChipGrid extends _MatChipGridMixinBase implements AfterC
56
70
  readonly controlType: string;
57
71
  /** The chip input to add more chips */
58
72
  protected _chipInput: MatChipTextControl;
73
+ protected _defaultRole: string;
59
74
  /**
60
75
  * List of element ids to propagate to the chipInput's aria-describedby attribute.
61
76
  */
@@ -86,8 +101,6 @@ export declare class MatChipGrid extends _MatChipGridMixinBase implements AfterC
86
101
  * @docs-private
87
102
  */
88
103
  get empty(): boolean;
89
- /** The ARIA role applied to the chip grid. */
90
- get role(): string | null;
91
104
  /**
92
105
  * Implemented as part of MatFormFieldControl.
93
106
  * @docs-private
@@ -22,11 +22,8 @@ export interface MatChipInputEvent {
22
22
  input: HTMLInputElement;
23
23
  /** The value of the input. */
24
24
  value: string;
25
- /**
26
- * Reference to the chip input that emitted the event.
27
- * @breaking-change 13.0.0 This property will be made required.
28
- */
29
- chipInput?: MatChipInput;
25
+ /** Reference to the chip input that emitted the event. */
26
+ chipInput: MatChipInput;
30
27
  }
31
28
  /**
32
29
  * Directive that adds chip-specific behaviors to an input element inside `<mat-form-field>`.
@@ -46,8 +46,7 @@ export declare class MatChipListbox extends MatChipSet implements AfterContentIn
46
46
  * @docs-private
47
47
  */
48
48
  _onChange: (value: any) => void;
49
- /** The ARIA role applied to the chip listbox. */
50
- get role(): string | null;
49
+ protected _defaultRole: string;
51
50
  /** Whether the user should be allowed to select multiple chips. */
52
51
  get multiple(): boolean;
53
52
  set multiple(value: BooleanInput);
@@ -42,6 +42,8 @@ export declare class MatChipSet extends _MatChipSetMixinBase implements AfterCon
42
42
  protected _chipSetFoundation: MDCChipSetFoundation;
43
43
  /** Subject that emits when the component has been destroyed. */
44
44
  protected _destroyed: Subject<void>;
45
+ /** Role to use if it hasn't been overwritten by the user. */
46
+ protected _defaultRole: string;
45
47
  /** Combined stream of all of the child chips' remove events. */
46
48
  get chipDestroyedChanges(): Observable<MatChipEvent>;
47
49
  /**
@@ -65,7 +67,7 @@ export declare class MatChipSet extends _MatChipSetMixinBase implements AfterCon
65
67
  /** The ARIA role applied to the chip set. */
66
68
  get role(): string | null;
67
69
  set role(value: string | null);
68
- private _role;
70
+ private _explicitRole;
69
71
  /** Whether any of the chips inside of this chip-set has focus. */
70
72
  get focused(): boolean;
71
73
  /** The chips that are part of this chip set. */
@@ -1,11 +1,12 @@
1
+ @use '@angular/material' as mat;
2
+
1
3
  @use '../mdc-theming/all-theme';
2
- @use '../../material/core/theming/theming';
3
4
 
4
5
  @mixin all-mdc-component-colors($config-or-theme) {
5
6
  // In case a theme object has been passed instead of a configuration for
6
7
  // the color system, extract the color config from the theme object.
7
- $config: if(theming.private-is-theme-object($config-or-theme),
8
- theming.get-color-config($config-or-theme), $config-or-theme);
8
+ $config: if(mat.private-is-theme-object($config-or-theme),
9
+ mat.get-color-config($config-or-theme), $config-or-theme);
9
10
 
10
11
  @if $config == null {
11
12
  @error 'No color configuration specified.';
@@ -1,13 +1,13 @@
1
1
  @use 'sass:map';
2
- @use '../../material/core/theming/theming';
3
- @use '../../material/core/typography/typography';
2
+ @use '@angular/material' as mat;
3
+
4
4
  @use './option/option-theme';
5
5
  @use './option/optgroup-theme';
6
6
  @use './elevation';
7
7
 
8
8
 
9
9
  @mixin color($config-or-theme) {
10
- $config: theming.get-color-config($config-or-theme);
10
+ $config: mat.get-color-config($config-or-theme);
11
11
 
12
12
  @include option-theme.color($config);
13
13
  @include optgroup-theme.color($config);
@@ -32,22 +32,22 @@
32
32
  $background: map.get($config, background);
33
33
  $foreground: map.get($config, foreground);
34
34
 
35
- background-color: theming.get-color-from-palette($background, background);
36
- color: theming.get-color-from-palette($foreground, text);
35
+ background-color: mat.get-color-from-palette($background, background);
36
+ color: mat.get-color-from-palette($foreground, text);
37
37
  }
38
38
  }
39
39
  }
40
40
 
41
41
  @mixin typography($config-or-theme) {
42
- $config: typography.private-typography-to-2018-config(
43
- theming.get-typography-config($config-or-theme));
42
+ $config: mat.private-typography-to-2018-config(
43
+ mat.get-typography-config($config-or-theme));
44
44
 
45
45
  @include option-theme.typography($config-or-theme);
46
46
  @include optgroup-theme.typography($config-or-theme);
47
47
  }
48
48
 
49
49
  @mixin density($config-or-theme) {
50
- $density-scale: theming.get-density-config($config-or-theme);
50
+ $density-scale: mat.get-density-config($config-or-theme);
51
51
 
52
52
  @include option-theme.density($density-scale);
53
53
  @include optgroup-theme.density($density-scale);
@@ -55,15 +55,15 @@
55
55
 
56
56
  // Mixin that renders all of the core styles that depend on the theme.
57
57
  @mixin theme($theme-or-color-config) {
58
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
58
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
59
59
 
60
60
  // Wrap the sub-theme includes in the duplicate theme styles mixin. This ensures that
61
61
  // there won't be multiple warnings. e.g. if `mat-mdc-core-theme` reports a warning, then
62
62
  // the imported themes (such as `mat-ripple-theme`) should not report again.
63
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-core') {
64
- $color: theming.get-color-config($theme);
65
- $density: theming.get-density-config($theme);
66
- $typography: theming.get-typography-config($theme);
63
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-core') {
64
+ $color: mat.get-color-config($theme);
65
+ $density: mat.get-density-config($theme);
66
+ $typography: mat.get-typography-config($theme);
67
67
 
68
68
  @if $color != null {
69
69
  @include color($color);
@@ -1,10 +1,10 @@
1
1
  @use '@material/theme/theme' as mdc-theme;
2
+ @use '@angular/material' as mat;
3
+
2
4
  @use '../../mdc-helpers/mdc-helpers';
3
- @use '../../../material/core/theming/theming';
4
- @use '../../../material/core/typography/typography';
5
5
 
6
6
  @mixin color($config-or-theme) {
7
- $config: theming.get-color-config($config-or-theme);
7
+ $config: mat.get-color-config($config-or-theme);
8
8
 
9
9
  @include mdc-helpers.mat-using-mdc-theme($config) {
10
10
  .mat-mdc-optgroup-label {
@@ -16,20 +16,20 @@
16
16
  }
17
17
 
18
18
  @mixin typography($config-or-theme) {
19
- $config: typography.private-typography-to-2018-config(
20
- theming.get-typography-config($config-or-theme));
19
+ $config: mat.private-typography-to-2018-config(
20
+ mat.get-typography-config($config-or-theme));
21
21
  }
22
22
 
23
23
  @mixin density($config-or-theme) {
24
- $density-scale: theming.get-density-config($config-or-theme);
24
+ $density-scale: mat.get-density-config($config-or-theme);
25
25
  }
26
26
 
27
27
  @mixin theme($theme-or-color-config) {
28
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
29
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-optgroup') {
30
- $color: theming.get-color-config($theme);
31
- $density: theming.get-density-config($theme);
32
- $typography: theming.get-typography-config($theme);
28
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
29
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-optgroup') {
30
+ $color: mat.get-color-config($theme);
31
+ $density: mat.get-density-config($theme);
32
+ $typography: mat.get-typography-config($theme);
33
33
 
34
34
  @if $color != null {
35
35
  @include color($color);
@@ -3,12 +3,12 @@
3
3
  @use '@material/list/evolution-mixins' as mdc-list-mixins;
4
4
  @use '@material/typography' as mdc-typography;
5
5
  @use '@material/ripple' as mdc-ripple;
6
+ @use '@angular/material' as mat;
7
+
6
8
  @use '../../mdc-helpers/mdc-helpers';
7
- @use '../../../material/core/theming/theming';
8
- @use '../../../material/core/typography/typography';
9
9
 
10
10
  @mixin color($config-or-theme) {
11
- $config: theming.get-color-config($config-or-theme);
11
+ $config: mat.get-color-config($config-or-theme);
12
12
 
13
13
  @include mdc-helpers.mat-using-mdc-theme($config) {
14
14
  .mat-mdc-option {
@@ -51,8 +51,8 @@
51
51
  }
52
52
 
53
53
  @mixin typography($config-or-theme) {
54
- $config: typography.private-typography-to-2018-config(
55
- theming.get-typography-config($config-or-theme));
54
+ $config: mat.private-typography-to-2018-config(
55
+ mat.get-typography-config($config-or-theme));
56
56
 
57
57
  @include mdc-helpers.mat-using-mdc-typography($config) {
58
58
  // MDC uses the `subtitle1` level for list items, but
@@ -64,15 +64,15 @@
64
64
  }
65
65
 
66
66
  @mixin density($config-or-theme) {
67
- $density-scale: theming.get-density-config($config-or-theme);
67
+ $density-scale: mat.get-density-config($config-or-theme);
68
68
  }
69
69
 
70
70
  @mixin theme($theme-or-color-config) {
71
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
72
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-option') {
73
- $color: theming.get-color-config($theme);
74
- $density: theming.get-density-config($theme);
75
- $typography: theming.get-typography-config($theme);
71
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
72
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-option') {
73
+ $color: mat.get-color-config($theme);
74
+ $density: mat.get-density-config($theme);
75
+ $typography: mat.get-typography-config($theme);
76
76
 
77
77
  @if $color != null {
78
78
  @include color($color);
@@ -1,11 +1,12 @@
1
+ @use '@angular/material' as mat;
2
+
1
3
  @use '../mdc-theming/all-theme';
2
- @use '../../material/core/theming/theming';
3
4
 
4
5
  @mixin all-mdc-component-densities($config-or-theme) {
5
6
  // In case a theme object has been passed instead of a configuration for
6
7
  // the density system, extract the density config from the theme object.
7
- $config: if(theming.private-is-theme-object($config-or-theme),
8
- theming.get-density-config($config-or-theme), $config-or-theme);
8
+ $config: if(mat.private-is-theme-object($config-or-theme),
9
+ mat.get-density-config($config-or-theme), $config-or-theme);
9
10
 
10
11
  @if $config == null {
11
12
  @error 'No density configuration specified.';