@angular/material-experimental 14.0.0-next.1 → 14.0.0-next.12

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 (453) hide show
  1. package/_index.scss +3 -0
  2. package/column-resize/_column-resize-theme.scss +15 -17
  3. package/column-resize/column-resize-directives/column-resize-flex.d.ts +1 -1
  4. package/column-resize/column-resize-directives/column-resize.d.ts +1 -1
  5. package/column-resize/column-resize-directives/default-enabled-column-resize-flex.d.ts +1 -1
  6. package/column-resize/column-resize-directives/default-enabled-column-resize.d.ts +1 -1
  7. package/column-resize/overlay-handle.d.ts +1 -1
  8. package/column-resize/resizable-directives/default-enabled-resizable.d.ts +1 -1
  9. package/column-resize/resizable-directives/resizable.d.ts +1 -1
  10. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
  11. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
  12. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
  13. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
  14. package/esm2020/column-resize/column-resize-module.mjs +13 -13
  15. package/esm2020/column-resize/overlay-handle.mjs +4 -4
  16. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
  17. package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
  18. package/esm2020/column-resize/resize-strategy.mjs +4 -4
  19. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
  20. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +6 -5
  21. package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
  22. package/esm2020/mdc-autocomplete/module.mjs +5 -5
  23. package/esm2020/mdc-button/button-base.mjs +8 -8
  24. package/esm2020/mdc-button/button.mjs +9 -9
  25. package/esm2020/mdc-button/fab.mjs +17 -17
  26. package/esm2020/mdc-button/icon-button.mjs +9 -9
  27. package/esm2020/mdc-button/module.mjs +5 -5
  28. package/esm2020/mdc-card/card.mjs +44 -44
  29. package/esm2020/mdc-card/module.mjs +5 -5
  30. package/esm2020/mdc-checkbox/checkbox.mjs +10 -5
  31. package/esm2020/mdc-checkbox/module.mjs +5 -5
  32. package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +3 -2
  33. package/esm2020/mdc-chips/chip-action.mjs +6 -5
  34. package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
  35. package/esm2020/mdc-chips/chip-grid.mjs +35 -14
  36. package/esm2020/mdc-chips/chip-icons.mjs +10 -10
  37. package/esm2020/mdc-chips/chip-input.mjs +8 -4
  38. package/esm2020/mdc-chips/chip-listbox.mjs +8 -11
  39. package/esm2020/mdc-chips/chip-option.mjs +8 -8
  40. package/esm2020/mdc-chips/chip-row.mjs +5 -5
  41. package/esm2020/mdc-chips/chip-set.mjs +13 -15
  42. package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
  43. package/esm2020/mdc-chips/chip.mjs +8 -8
  44. package/esm2020/mdc-chips/module.mjs +5 -5
  45. package/esm2020/mdc-chips/testing/public-api.mjs +2 -1
  46. package/esm2020/mdc-core/option/index.mjs +5 -5
  47. package/esm2020/mdc-core/option/optgroup.mjs +5 -5
  48. package/esm2020/mdc-core/option/option.mjs +5 -5
  49. package/esm2020/mdc-dialog/dialog-container.mjs +7 -8
  50. package/esm2020/mdc-dialog/dialog-content-directives.mjs +27 -15
  51. package/esm2020/mdc-dialog/dialog.mjs +10 -5
  52. package/esm2020/mdc-dialog/module.mjs +5 -5
  53. package/esm2020/mdc-dialog/testing/dialog-opener.mjs +45 -0
  54. package/esm2020/mdc-dialog/testing/public-api.mjs +2 -1
  55. package/esm2020/mdc-form-field/directives/error.mjs +4 -4
  56. package/esm2020/mdc-form-field/directives/floating-label.mjs +5 -10
  57. package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
  58. package/esm2020/mdc-form-field/directives/label.mjs +4 -4
  59. package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
  60. package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
  61. package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
  62. package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
  63. package/esm2020/mdc-form-field/form-field.mjs +59 -47
  64. package/esm2020/mdc-form-field/module.mjs +5 -5
  65. package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
  66. package/esm2020/mdc-input/input.mjs +4 -4
  67. package/esm2020/mdc-input/module.mjs +5 -5
  68. package/esm2020/mdc-list/action-list.mjs +6 -6
  69. package/esm2020/mdc-list/interactive-list-base.mjs +5 -5
  70. package/esm2020/mdc-list/list-base.mjs +7 -7
  71. package/esm2020/mdc-list/list-item-sections.mjs +19 -19
  72. package/esm2020/mdc-list/list-option.mjs +9 -9
  73. package/esm2020/mdc-list/list.mjs +21 -9
  74. package/esm2020/mdc-list/module.mjs +5 -5
  75. package/esm2020/mdc-list/nav-list.mjs +5 -5
  76. package/esm2020/mdc-list/selection-list.mjs +6 -6
  77. package/esm2020/mdc-list/subheader.mjs +4 -4
  78. package/esm2020/mdc-menu/directives.mjs +7 -7
  79. package/esm2020/mdc-menu/menu-item.mjs +6 -6
  80. package/esm2020/mdc-menu/menu.mjs +9 -9
  81. package/esm2020/mdc-menu/module.mjs +5 -5
  82. package/esm2020/mdc-paginator/module.mjs +5 -5
  83. package/esm2020/mdc-paginator/paginator.mjs +10 -10
  84. package/esm2020/mdc-paginator/public-api.mjs +1 -1
  85. package/esm2020/mdc-progress-bar/module.mjs +5 -5
  86. package/esm2020/mdc-progress-bar/progress-bar.mjs +8 -5
  87. package/esm2020/mdc-progress-spinner/module.mjs +5 -5
  88. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +8 -5
  89. package/esm2020/mdc-radio/module.mjs +5 -5
  90. package/esm2020/mdc-radio/radio.mjs +9 -8
  91. package/esm2020/mdc-radio/testing/radio-harness.mjs +3 -2
  92. package/esm2020/mdc-select/module.mjs +5 -5
  93. package/esm2020/mdc-select/select.mjs +11 -12
  94. package/esm2020/mdc-slide-toggle/module.mjs +5 -5
  95. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +6 -5
  96. package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +4 -2
  97. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
  98. package/esm2020/mdc-slider/module.mjs +5 -5
  99. package/esm2020/mdc-slider/slider.mjs +53 -24
  100. package/esm2020/mdc-snack-bar/module.mjs +5 -5
  101. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +8 -8
  102. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +37 -25
  103. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
  104. package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
  105. package/esm2020/mdc-table/cell.mjs +22 -22
  106. package/esm2020/mdc-table/module.mjs +5 -5
  107. package/esm2020/mdc-table/row.mjs +22 -22
  108. package/esm2020/mdc-table/table.mjs +9 -9
  109. package/esm2020/mdc-table/text-column.mjs +5 -5
  110. package/esm2020/mdc-tabs/ink-bar.mjs +4 -2
  111. package/esm2020/mdc-tabs/module.mjs +5 -5
  112. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  113. package/esm2020/mdc-tabs/tab-content.mjs +4 -4
  114. package/esm2020/mdc-tabs/tab-group.mjs +25 -13
  115. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  116. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
  117. package/esm2020/mdc-tabs/tab-label.mjs +4 -4
  118. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +29 -12
  119. package/esm2020/mdc-tabs/tab.mjs +4 -4
  120. package/esm2020/mdc-tooltip/module.mjs +5 -5
  121. package/esm2020/mdc-tooltip/testing/tooltip-harness.mjs +4 -1
  122. package/esm2020/mdc-tooltip/tooltip.mjs +31 -15
  123. package/esm2020/menubar/menubar-item.mjs +20 -6
  124. package/esm2020/menubar/menubar-module.mjs +6 -6
  125. package/esm2020/menubar/menubar.mjs +11 -14
  126. package/esm2020/popover-edit/lens-directives.mjs +10 -10
  127. package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
  128. package/esm2020/popover-edit/table-directives.mjs +13 -13
  129. package/esm2020/selection/row-selection.mjs +4 -4
  130. package/esm2020/selection/select-all.mjs +4 -4
  131. package/esm2020/selection/selection-column.mjs +8 -8
  132. package/esm2020/selection/selection-module.mjs +5 -5
  133. package/esm2020/selection/selection-toggle.mjs +4 -4
  134. package/esm2020/selection/selection.mjs +4 -4
  135. package/esm2020/version.mjs +1 -1
  136. package/fesm2015/column-resize.mjs +36 -36
  137. package/fesm2015/column-resize.mjs.map +1 -1
  138. package/fesm2015/material-experimental.mjs +1 -1
  139. package/fesm2015/material-experimental.mjs.map +1 -1
  140. package/fesm2015/mdc-autocomplete/testing.mjs.map +1 -1
  141. package/fesm2015/mdc-autocomplete.mjs +16 -15
  142. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  143. package/fesm2015/mdc-button/testing.mjs.map +1 -1
  144. package/fesm2015/mdc-button.mjs +43 -43
  145. package/fesm2015/mdc-button.mjs.map +1 -1
  146. package/fesm2015/mdc-card/testing.mjs.map +1 -1
  147. package/fesm2015/mdc-card.mjs +47 -47
  148. package/fesm2015/mdc-card.mjs.map +1 -1
  149. package/fesm2015/mdc-checkbox/testing.mjs +2 -1
  150. package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
  151. package/fesm2015/mdc-checkbox.mjs +13 -8
  152. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  153. package/fesm2015/mdc-chips/testing.mjs +2 -2
  154. package/fesm2015/mdc-chips/testing.mjs.map +1 -1
  155. package/fesm2015/mdc-chips.mjs +96 -76
  156. package/fesm2015/mdc-chips.mjs.map +1 -1
  157. package/fesm2015/mdc-core/testing.mjs.map +1 -1
  158. package/fesm2015/mdc-core.mjs +12 -12
  159. package/fesm2015/mdc-core.mjs.map +1 -1
  160. package/fesm2015/mdc-dialog/testing.mjs +44 -2
  161. package/fesm2015/mdc-dialog/testing.mjs.map +1 -1
  162. package/fesm2015/mdc-dialog.mjs +45 -29
  163. package/fesm2015/mdc-dialog.mjs.map +1 -1
  164. package/fesm2015/mdc-form-field/testing.mjs +1 -1
  165. package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
  166. package/fesm2015/mdc-form-field.mjs +84 -77
  167. package/fesm2015/mdc-form-field.mjs.map +1 -1
  168. package/fesm2015/mdc-input/testing.mjs.map +1 -1
  169. package/fesm2015/mdc-input.mjs +7 -7
  170. package/fesm2015/mdc-input.mjs.map +1 -1
  171. package/fesm2015/mdc-list/testing.mjs.map +1 -1
  172. package/fesm2015/mdc-list.mjs +74 -63
  173. package/fesm2015/mdc-list.mjs.map +1 -1
  174. package/fesm2015/mdc-menu/testing.mjs.map +1 -1
  175. package/fesm2015/mdc-menu.mjs +21 -21
  176. package/fesm2015/mdc-menu.mjs.map +1 -1
  177. package/fesm2015/mdc-paginator/testing.mjs.map +1 -1
  178. package/fesm2015/mdc-paginator.mjs +13 -13
  179. package/fesm2015/mdc-paginator.mjs.map +1 -1
  180. package/fesm2015/mdc-progress-bar/testing.mjs.map +1 -1
  181. package/fesm2015/mdc-progress-bar.mjs +11 -8
  182. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  183. package/fesm2015/mdc-progress-spinner/testing.mjs.map +1 -1
  184. package/fesm2015/mdc-progress-spinner.mjs +11 -8
  185. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  186. package/fesm2015/mdc-radio/testing.mjs +2 -1
  187. package/fesm2015/mdc-radio/testing.mjs.map +1 -1
  188. package/fesm2015/mdc-radio.mjs +12 -11
  189. package/fesm2015/mdc-radio.mjs.map +1 -1
  190. package/fesm2015/mdc-select/testing.mjs.map +1 -1
  191. package/fesm2015/mdc-select.mjs +14 -15
  192. package/fesm2015/mdc-select.mjs.map +1 -1
  193. package/fesm2015/mdc-slide-toggle/testing.mjs +3 -1
  194. package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
  195. package/fesm2015/mdc-slide-toggle.mjs +9 -8
  196. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  197. package/fesm2015/mdc-slider/testing.mjs.map +1 -1
  198. package/fesm2015/mdc-slider.mjs +70 -30
  199. package/fesm2015/mdc-slider.mjs.map +1 -1
  200. package/fesm2015/mdc-snack-bar/testing.mjs.map +1 -1
  201. package/fesm2015/mdc-snack-bar.mjs +62 -50
  202. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  203. package/fesm2015/mdc-table/testing.mjs.map +1 -1
  204. package/fesm2015/mdc-table.mjs +58 -58
  205. package/fesm2015/mdc-table.mjs.map +1 -1
  206. package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
  207. package/fesm2015/mdc-tabs.mjs +77 -46
  208. package/fesm2015/mdc-tabs.mjs.map +1 -1
  209. package/fesm2015/mdc-tooltip/testing.mjs +3 -0
  210. package/fesm2015/mdc-tooltip/testing.mjs.map +1 -1
  211. package/fesm2015/mdc-tooltip.mjs +60 -41
  212. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  213. package/fesm2015/menubar.mjs +32 -20
  214. package/fesm2015/menubar.mjs.map +1 -1
  215. package/fesm2015/popover-edit.mjs +25 -25
  216. package/fesm2015/popover-edit.mjs.map +1 -1
  217. package/fesm2015/selection.mjs +24 -24
  218. package/fesm2015/selection.mjs.map +1 -1
  219. package/fesm2020/column-resize.mjs +36 -36
  220. package/fesm2020/column-resize.mjs.map +1 -1
  221. package/fesm2020/material-experimental.mjs +1 -1
  222. package/fesm2020/material-experimental.mjs.map +1 -1
  223. package/fesm2020/mdc-autocomplete/testing.mjs.map +1 -1
  224. package/fesm2020/mdc-autocomplete.mjs +16 -15
  225. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  226. package/fesm2020/mdc-button/testing.mjs.map +1 -1
  227. package/fesm2020/mdc-button.mjs +43 -43
  228. package/fesm2020/mdc-button.mjs.map +1 -1
  229. package/fesm2020/mdc-card/testing.mjs.map +1 -1
  230. package/fesm2020/mdc-card.mjs +47 -47
  231. package/fesm2020/mdc-card.mjs.map +1 -1
  232. package/fesm2020/mdc-checkbox/testing.mjs +2 -1
  233. package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
  234. package/fesm2020/mdc-checkbox.mjs +13 -8
  235. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  236. package/fesm2020/mdc-chips/testing.mjs +1 -1
  237. package/fesm2020/mdc-chips/testing.mjs.map +1 -1
  238. package/fesm2020/mdc-chips.mjs +96 -76
  239. package/fesm2020/mdc-chips.mjs.map +1 -1
  240. package/fesm2020/mdc-core/testing.mjs.map +1 -1
  241. package/fesm2020/mdc-core.mjs +12 -12
  242. package/fesm2020/mdc-core.mjs.map +1 -1
  243. package/fesm2020/mdc-dialog/testing.mjs +44 -2
  244. package/fesm2020/mdc-dialog/testing.mjs.map +1 -1
  245. package/fesm2020/mdc-dialog.mjs +45 -29
  246. package/fesm2020/mdc-dialog.mjs.map +1 -1
  247. package/fesm2020/mdc-form-field/testing.mjs +1 -1
  248. package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
  249. package/fesm2020/mdc-form-field.mjs +83 -76
  250. package/fesm2020/mdc-form-field.mjs.map +1 -1
  251. package/fesm2020/mdc-input/testing.mjs.map +1 -1
  252. package/fesm2020/mdc-input.mjs +7 -7
  253. package/fesm2020/mdc-input.mjs.map +1 -1
  254. package/fesm2020/mdc-list/testing.mjs.map +1 -1
  255. package/fesm2020/mdc-list.mjs +74 -63
  256. package/fesm2020/mdc-list.mjs.map +1 -1
  257. package/fesm2020/mdc-menu/testing.mjs.map +1 -1
  258. package/fesm2020/mdc-menu.mjs +21 -21
  259. package/fesm2020/mdc-menu.mjs.map +1 -1
  260. package/fesm2020/mdc-paginator/testing.mjs.map +1 -1
  261. package/fesm2020/mdc-paginator.mjs +13 -13
  262. package/fesm2020/mdc-paginator.mjs.map +1 -1
  263. package/fesm2020/mdc-progress-bar/testing.mjs.map +1 -1
  264. package/fesm2020/mdc-progress-bar.mjs +11 -8
  265. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  266. package/fesm2020/mdc-progress-spinner/testing.mjs.map +1 -1
  267. package/fesm2020/mdc-progress-spinner.mjs +11 -8
  268. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  269. package/fesm2020/mdc-radio/testing.mjs +2 -1
  270. package/fesm2020/mdc-radio/testing.mjs.map +1 -1
  271. package/fesm2020/mdc-radio.mjs +12 -11
  272. package/fesm2020/mdc-radio.mjs.map +1 -1
  273. package/fesm2020/mdc-select/testing.mjs.map +1 -1
  274. package/fesm2020/mdc-select.mjs +14 -15
  275. package/fesm2020/mdc-select.mjs.map +1 -1
  276. package/fesm2020/mdc-slide-toggle/testing.mjs +3 -1
  277. package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
  278. package/fesm2020/mdc-slide-toggle.mjs +9 -8
  279. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  280. package/fesm2020/mdc-slider/testing.mjs.map +1 -1
  281. package/fesm2020/mdc-slider.mjs +59 -29
  282. package/fesm2020/mdc-slider.mjs.map +1 -1
  283. package/fesm2020/mdc-snack-bar/testing.mjs.map +1 -1
  284. package/fesm2020/mdc-snack-bar.mjs +62 -50
  285. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  286. package/fesm2020/mdc-table/testing.mjs.map +1 -1
  287. package/fesm2020/mdc-table.mjs +58 -58
  288. package/fesm2020/mdc-table.mjs.map +1 -1
  289. package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
  290. package/fesm2020/mdc-tabs.mjs +77 -46
  291. package/fesm2020/mdc-tabs.mjs.map +1 -1
  292. package/fesm2020/mdc-tooltip/testing.mjs +3 -0
  293. package/fesm2020/mdc-tooltip/testing.mjs.map +1 -1
  294. package/fesm2020/mdc-tooltip.mjs +57 -40
  295. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  296. package/fesm2020/menubar.mjs +31 -20
  297. package/fesm2020/menubar.mjs.map +1 -1
  298. package/fesm2020/popover-edit.mjs +25 -25
  299. package/fesm2020/popover-edit.mjs.map +1 -1
  300. package/fesm2020/selection.mjs +24 -24
  301. package/fesm2020/selection.mjs.map +1 -1
  302. package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
  303. package/mdc-autocomplete/autocomplete-origin.d.ts +1 -1
  304. package/mdc-autocomplete/autocomplete-trigger.d.ts +1 -1
  305. package/mdc-autocomplete/autocomplete.d.ts +1 -1
  306. package/mdc-button/_button-base.scss +4 -3
  307. package/mdc-button/_button-theme-private.scss +0 -1
  308. package/mdc-button/_button-theme.scss +16 -13
  309. package/mdc-button/_fab-theme.scss +10 -10
  310. package/mdc-button/_icon-button-theme.scss +13 -12
  311. package/mdc-button/button-base.d.ts +2 -2
  312. package/mdc-button/button.d.ts +2 -2
  313. package/mdc-button/fab.d.ts +4 -4
  314. package/mdc-button/icon-button.d.ts +2 -2
  315. package/mdc-card/_card-theme.scss +11 -11
  316. package/mdc-card/card.d.ts +14 -14
  317. package/mdc-checkbox/_checkbox-theme.scss +16 -17
  318. package/mdc-checkbox/checkbox.d.ts +1 -1
  319. package/mdc-chips/_chips-theme.scss +20 -15
  320. package/mdc-chips/chip-action.d.ts +2 -2
  321. package/mdc-chips/chip-edit-input.d.ts +1 -1
  322. package/mdc-chips/chip-grid.d.ts +23 -6
  323. package/mdc-chips/chip-icons.d.ts +3 -3
  324. package/mdc-chips/chip-input.d.ts +6 -6
  325. package/mdc-chips/chip-listbox.d.ts +2 -3
  326. package/mdc-chips/chip-option.d.ts +1 -1
  327. package/mdc-chips/chip-row.d.ts +1 -1
  328. package/mdc-chips/chip-set.d.ts +4 -4
  329. package/mdc-chips/chip-text-control.d.ts +2 -0
  330. package/mdc-chips/chip.d.ts +1 -1
  331. package/mdc-chips/testing/public-api.d.ts +1 -0
  332. package/mdc-color/_all-color.scss +4 -3
  333. package/mdc-core/_core-theme.scss +23 -11
  334. package/mdc-core/option/_optgroup-theme.scss +11 -11
  335. package/mdc-core/option/_option-theme.scss +11 -11
  336. package/mdc-core/option/optgroup.d.ts +1 -1
  337. package/mdc-core/option/option.d.ts +1 -1
  338. package/mdc-density/_all-density.scss +4 -3
  339. package/mdc-dialog/_dialog-theme.scss +49 -13
  340. package/mdc-dialog/dialog-container.d.ts +1 -1
  341. package/mdc-dialog/dialog-content-directives.d.ts +8 -4
  342. package/mdc-dialog/dialog.d.ts +6 -1
  343. package/mdc-dialog/testing/dialog-opener.d.ts +18 -0
  344. package/mdc-dialog/testing/public-api.d.ts +1 -0
  345. package/mdc-form-field/_form-field-density.scss +6 -5
  346. package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
  347. package/mdc-form-field/_form-field-high-contrast.scss +17 -8
  348. package/mdc-form-field/_form-field-native-select.scss +5 -4
  349. package/mdc-form-field/_form-field-subscript.scss +5 -3
  350. package/mdc-form-field/_form-field-theme.scss +17 -17
  351. package/mdc-form-field/_mdc-text-field-structure-overrides.scss +2 -2
  352. package/mdc-form-field/directives/error.d.ts +1 -1
  353. package/mdc-form-field/directives/floating-label.d.ts +1 -3
  354. package/mdc-form-field/directives/hint.d.ts +1 -1
  355. package/mdc-form-field/directives/label.d.ts +1 -1
  356. package/mdc-form-field/directives/line-ripple.d.ts +1 -1
  357. package/mdc-form-field/directives/notched-outline.d.ts +1 -1
  358. package/mdc-form-field/directives/prefix.d.ts +1 -1
  359. package/mdc-form-field/directives/suffix.d.ts +1 -1
  360. package/mdc-form-field/form-field.d.ts +24 -12
  361. package/mdc-form-field/testing/public-api.d.ts +1 -1
  362. package/mdc-helpers/_focus-indicators-theme.scss +6 -6
  363. package/mdc-helpers/_focus-indicators.scss +2 -2
  364. package/mdc-helpers/_mdc-helpers.scss +13 -16
  365. package/mdc-input/_input-theme.scss +10 -10
  366. package/mdc-input/input.d.ts +1 -1
  367. package/mdc-list/_interactive-list-theme.scss +2 -2
  368. package/mdc-list/_list-theme.scss +22 -15
  369. package/mdc-list/action-list.d.ts +1 -1
  370. package/mdc-list/interactive-list-base.d.ts +1 -1
  371. package/mdc-list/list-base.d.ts +2 -2
  372. package/mdc-list/list-item-sections.d.ts +6 -6
  373. package/mdc-list/list-option.d.ts +1 -1
  374. package/mdc-list/list.d.ts +6 -2
  375. package/mdc-list/nav-list.d.ts +1 -1
  376. package/mdc-list/selection-list.d.ts +1 -1
  377. package/mdc-list/subheader.d.ts +1 -1
  378. package/mdc-menu/_menu-theme.scss +10 -10
  379. package/mdc-menu/directives.d.ts +2 -2
  380. package/mdc-menu/menu-item.d.ts +1 -1
  381. package/mdc-menu/menu.d.ts +2 -2
  382. package/mdc-paginator/_paginator-theme.scss +20 -23
  383. package/mdc-paginator/paginator.d.ts +1 -1
  384. package/mdc-paginator/public-api.d.ts +1 -1
  385. package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
  386. package/mdc-progress-bar/progress-bar.d.ts +1 -1
  387. package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
  388. package/mdc-progress-spinner/progress-spinner.d.ts +1 -1
  389. package/mdc-radio/_radio-theme.scss +16 -16
  390. package/mdc-radio/radio.d.ts +2 -2
  391. package/mdc-select/_select-theme.scss +11 -11
  392. package/mdc-select/select.d.ts +2 -2
  393. package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
  394. package/mdc-slide-toggle/slide-toggle.d.ts +1 -1
  395. package/mdc-slider/_slider-theme.scss +11 -12
  396. package/mdc-slider/slider.d.ts +9 -3
  397. package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
  398. package/mdc-snack-bar/simple-snack-bar.d.ts +1 -1
  399. package/mdc-snack-bar/snack-bar-container.d.ts +5 -4
  400. package/mdc-snack-bar/snack-bar-content.d.ts +3 -3
  401. package/mdc-table/_table-theme.scss +14 -21
  402. package/mdc-table/cell.d.ts +7 -7
  403. package/mdc-table/row.d.ts +7 -7
  404. package/mdc-table/table.d.ts +2 -2
  405. package/mdc-table/text-column.d.ts +1 -1
  406. package/mdc-tabs/_tabs-common.scss +14 -4
  407. package/mdc-tabs/_tabs-theme.scss +14 -14
  408. package/mdc-tabs/ink-bar.d.ts +1 -1
  409. package/mdc-tabs/tab-body.d.ts +2 -2
  410. package/mdc-tabs/tab-content.d.ts +1 -1
  411. package/mdc-tabs/tab-group.d.ts +5 -1
  412. package/mdc-tabs/tab-header.d.ts +1 -1
  413. package/mdc-tabs/tab-label-wrapper.d.ts +1 -1
  414. package/mdc-tabs/tab-label.d.ts +1 -1
  415. package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +10 -5
  416. package/mdc-tabs/tab.d.ts +1 -1
  417. package/mdc-theming/_all-theme.scss +3 -2
  418. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  419. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  420. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  421. package/mdc-theming/prebuilt/purple-green.css +1 -1
  422. package/mdc-tooltip/_tooltip-theme.scss +12 -13
  423. package/mdc-tooltip/testing/tooltip-harness.d.ts +3 -0
  424. package/mdc-tooltip/tooltip.d.ts +8 -4
  425. package/mdc-typography/_all-typography.scss +5 -5
  426. package/menubar/menubar-item.d.ts +3 -2
  427. package/menubar/menubar-module.d.ts +1 -1
  428. package/menubar/menubar.d.ts +2 -2
  429. package/package.json +56 -18
  430. package/popover-edit/_popover-edit-theme.scss +23 -26
  431. package/popover-edit/lens-directives.d.ts +3 -3
  432. package/popover-edit/table-directives.d.ts +4 -4
  433. package/selection/_selection.scss +3 -3
  434. package/selection/row-selection.d.ts +1 -1
  435. package/selection/select-all.d.ts +1 -1
  436. package/selection/selection-column.d.ts +1 -1
  437. package/selection/selection-toggle.d.ts +1 -1
  438. package/selection/selection.d.ts +1 -1
  439. package/esm2020/mdc-sidenav/index.mjs +0 -9
  440. package/esm2020/mdc-sidenav/mdc-sidenav_public_index.mjs +0 -5
  441. package/esm2020/mdc-sidenav/module.mjs +0 -23
  442. package/esm2020/mdc-sidenav/public-api.mjs +0 -9
  443. package/fesm2015/mdc-sidenav.mjs +0 -46
  444. package/fesm2015/mdc-sidenav.mjs.map +0 -1
  445. package/fesm2020/mdc-sidenav.mjs +0 -46
  446. package/fesm2020/mdc-sidenav.mjs.map +0 -1
  447. package/mdc-sidenav/_sidenav-theme.import.scss +0 -5
  448. package/mdc-sidenav/_sidenav-theme.scss +0 -28
  449. package/mdc-sidenav/index.d.ts +0 -8
  450. package/mdc-sidenav/mdc-sidenav_public_index.d.ts +0 -4
  451. package/mdc-sidenav/module.d.ts +0 -7
  452. package/mdc-sidenav/package.json +0 -9
  453. package/mdc-sidenav/public-api.d.ts +0 -8
@@ -1,11 +1,10 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/theme/theme-color' as mdc-theme-color;
3
4
  @use '@material/radio/radio-theme' as mdc-radio-theme;
4
5
  @use '@material/radio/radio' as mdc-radio;
5
6
  @use '@material/form-field' as mdc-form-field;
6
7
  @use '../mdc-helpers/mdc-helpers';
7
- @use '../../material/core/typography/typography';
8
- @use '../../material/core/theming/theming';
9
8
 
10
9
  @mixin _color-palette($color-palette) {
11
10
  @include mdc-radio-theme.theme((
@@ -15,15 +14,14 @@
15
14
  selected-pressed-icon-color: $color-palette,
16
15
  ));
17
16
 
18
- // TODO(crisbeto): this should be included by MDC's `theme-styles`, but it isn't currently.
19
- @include mdc-radio-theme.focus-indicator-color($color-palette);
17
+ --mat-mdc-radio-checked-ripple-color: #{$color-palette};
20
18
  }
21
19
 
22
20
  @mixin color($config-or-theme) {
23
- $config: theming.get-color-config($config-or-theme);
24
- $primary: theming.get-color-from-palette(map.get($config, primary));
25
- $accent: theming.get-color-from-palette(map.get($config, accent));
26
- $warn: theming.get-color-from-palette(map.get($config, warn));
21
+ $config: mat.get-color-config($config-or-theme);
22
+ $primary: mat.get-color-from-palette(map.get($config, primary));
23
+ $accent: mat.get-color-from-palette(map.get($config, accent));
24
+ $warn: mat.get-color-from-palette(map.get($config, warn));
27
25
 
28
26
  @include mdc-helpers.mat-using-mdc-theme($config) {
29
27
  $on-surface: rgba(mdc-theme-color.$on-surface, 0.54);
@@ -41,6 +39,8 @@
41
39
  unselected-pressed-icon-color: $on-surface,
42
40
  ));
43
41
 
42
+ --mat-mdc-radio-ripple-color: #{mdc-theme-color.prop-value(on-surface)};
43
+
44
44
  &.mat-primary {
45
45
  @include _color-palette($primary);
46
46
  }
@@ -57,8 +57,8 @@
57
57
  }
58
58
 
59
59
  @mixin typography($config-or-theme) {
60
- $config: typography.private-typography-to-2018-config(
61
- theming.get-typography-config($config-or-theme));
60
+ $config: mat.private-typography-to-2018-config(
61
+ mat.get-typography-config($config-or-theme));
62
62
  @include mdc-helpers.mat-using-mdc-typography($config) {
63
63
  @include mdc-radio.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
64
64
  @include mdc-form-field.core-styles($query: mdc-helpers.$mat-typography-styles-query);
@@ -66,7 +66,7 @@
66
66
  }
67
67
 
68
68
  @mixin density($config-or-theme) {
69
- $density-scale: theming.get-density-config($config-or-theme);
69
+ $density-scale: mat.get-density-config($config-or-theme);
70
70
  .mat-mdc-radio-button .mdc-radio {
71
71
  @include mdc-radio-theme.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
72
72
  }
@@ -79,11 +79,11 @@
79
79
  }
80
80
 
81
81
  @mixin theme($theme-or-color-config) {
82
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
83
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-radio') {
84
- $color: theming.get-color-config($theme);
85
- $density: theming.get-density-config($theme);
86
- $typography: theming.get-typography-config($theme);
82
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
83
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-radio') {
84
+ $color: mat.get-color-config($theme);
85
+ $density: mat.get-density-config($theme);
86
+ $typography: mat.get-typography-config($theme);
87
87
 
88
88
  @if $color != null {
89
89
  @include color($color);
@@ -31,7 +31,7 @@ export declare class MatRadioGroup extends _MatRadioGroupBase<MatRadioButton> {
31
31
  /** Child radio buttons. */
32
32
  _radios: QueryList<MatRadioButton>;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioGroup, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatRadioGroup, "mat-radio-group", ["matRadioGroup"], {}, {}, ["_radios"]>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatRadioGroup, "mat-radio-group", ["matRadioGroup"], {}, {}, ["_radios"], never, false>;
35
35
  }
36
36
  export declare class MatRadioButton extends _MatRadioButtonBase implements AfterViewInit, OnDestroy {
37
37
  private _radioAdapter;
@@ -49,5 +49,5 @@ export declare class MatRadioButton extends _MatRadioButtonBase implements After
49
49
  */
50
50
  protected _setDisabled(value: boolean): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioButton, [{ optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<MatRadioButton, "mat-radio-button", ["matRadioButton"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"]>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatRadioButton, "mat-radio-button", ["matRadioButton"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
53
53
  }
@@ -1,10 +1,10 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/theme/theme-color' as mdc-theme-color;
2
3
  @use '@material/menu-surface' as mdc-menu-surface;
3
4
  @use '@material/list/evolution-mixins' as mdc-list;
4
5
  @use '@material/typography' as mdc-typography;
6
+
5
7
  @use '../mdc-helpers/mdc-helpers';
6
- @use '../../material/core/typography/typography';
7
- @use '../../material/core/theming/theming';
8
8
 
9
9
  // Gets the color to use for some text that is highlighted while a select has focus.
10
10
  @function _get-mdc-focused-text-color($palette) {
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  @mixin color($config-or-theme) {
15
- $config: theming.get-color-config($config-or-theme);
15
+ $config: mat.get-color-config($config-or-theme);
16
16
 
17
17
  @include mdc-helpers.mat-using-mdc-theme($config) {
18
18
  $disabled-color: rgba(mdc-theme-color.prop-value(on-surface), 0.38);
@@ -62,8 +62,8 @@
62
62
  }
63
63
 
64
64
  @mixin typography($config-or-theme) {
65
- $config: typography.private-typography-to-2018-config(
66
- theming.get-typography-config($config-or-theme));
65
+ $config: mat.private-typography-to-2018-config(
66
+ mat.get-typography-config($config-or-theme));
67
67
  @include mdc-helpers.mat-using-mdc-typography($config) {
68
68
  @include mdc-menu-surface.core-styles(mdc-helpers.$mat-typography-styles-query);
69
69
 
@@ -71,7 +71,7 @@
71
71
  @include mdc-list.list-base(mdc-helpers.$mat-typography-styles-query);
72
72
  }
73
73
 
74
- .mat-mdc-select-value {
74
+ .mat-mdc-select {
75
75
  @include mdc-typography.typography(body1, $query: mdc-helpers.$mat-typography-styles-query);
76
76
  }
77
77
  }
@@ -80,11 +80,11 @@
80
80
  @mixin density($config-or-theme) {}
81
81
 
82
82
  @mixin theme($theme-or-color-config) {
83
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
84
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-select') {
85
- $color: theming.get-color-config($theme);
86
- $density: theming.get-density-config($theme);
87
- $typography: theming.get-typography-config($theme);
83
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
84
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-select') {
85
+ $color: mat.get-color-config($theme);
86
+ $density: mat.get-density-config($theme);
87
+ $typography: mat.get-typography-config($theme);
88
88
 
89
89
  @if $color != null {
90
90
  @include color($color);
@@ -27,7 +27,7 @@ export declare class MatSelectChange {
27
27
  */
28
28
  export declare class MatSelectTrigger {
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectTrigger, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectTrigger, "mat-select-trigger", never, {}, {}, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectTrigger, "mat-select-trigger", never, {}, {}, never, never, false>;
31
31
  }
32
32
  export declare class MatSelect extends _MatSelectBase<MatSelectChange> implements OnInit, AfterViewInit {
33
33
  options: QueryList<MatOption>;
@@ -50,5 +50,5 @@ export declare class MatSelect extends _MatSelectBase<MatSelectChange> implement
50
50
  /** Gets how wide the overlay panel should be. */
51
51
  private _getOverlayWidth;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"]>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], false>;
54
54
  }
@@ -1,12 +1,11 @@
1
1
  @use 'sass:map';
2
2
  @use 'sass:color';
3
+ @use '@angular/material' as mat;
3
4
  @use '@material/switch/switch-theme' as mdc-switch-theme;
4
5
  @use '@material/theme/color-palette' as mdc-color-palette;
5
6
  @use '@material/form-field' as mdc-form-field;
7
+
6
8
  @use '../mdc-helpers/mdc-helpers';
7
- @use '../../material/core/typography/typography';
8
- @use '../../material/core/theming/theming';
9
- @use '../../material/core/theming/palette';
10
9
 
11
10
  // Generates all color mapping for the properties that only change based on the theme.
12
11
  @function _get-theme-base-map($is-dark) {
@@ -70,10 +69,10 @@
70
69
  }
71
70
 
72
71
  @mixin color($config-or-theme) {
73
- $config: theming.get-color-config($config-or-theme);
74
- $primary: theming.get-color-from-palette(map.get($config, primary));
75
- $accent: theming.get-color-from-palette(map.get($config, accent));
76
- $warn: theming.get-color-from-palette(map.get($config, warn));
72
+ $config: mat.get-color-config($config-or-theme);
73
+ $primary: mat.get-color-from-palette(map.get($config, primary));
74
+ $accent: mat.get-color-from-palette(map.get($config, accent));
75
+ $warn: mat.get-color-from-palette(map.get($config, warn));
77
76
  $is-dark: map.get($config, is-dark);
78
77
 
79
78
  @include mdc-helpers.mat-using-mdc-theme($config) {
@@ -99,27 +98,27 @@
99
98
  }
100
99
 
101
100
  @mixin typography($config-or-theme) {
102
- $config: typography.private-typography-to-2018-config(
103
- theming.get-typography-config($config-or-theme));
101
+ $config: mat.private-typography-to-2018-config(
102
+ mat.get-typography-config($config-or-theme));
104
103
  @include mdc-helpers.mat-using-mdc-typography($config) {
105
104
  @include mdc-form-field.core-styles($query: mdc-helpers.$mat-typography-styles-query);
106
105
  }
107
106
  }
108
107
 
109
108
  @mixin density($config-or-theme) {
110
- $density-scale: theming.get-density-config($config-or-theme);
109
+ $density-scale: mat.get-density-config($config-or-theme);
111
110
  .mat-mdc-slide-toggle {
112
111
  @include mdc-switch-theme.theme(mdc-switch-theme.density($density-scale));
113
112
  }
114
113
  }
115
114
 
116
115
  @mixin theme($theme-or-color-config) {
117
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
116
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
118
117
 
119
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-slide-toggle') {
120
- $color: theming.get-color-config($theme);
121
- $density: theming.get-density-config($theme);
122
- $typography: theming.get-typography-config($theme);
118
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-slide-toggle') {
119
+ $color: mat.get-color-config($theme);
120
+ $density: mat.get-density-config($theme);
121
+ $typography: mat.get-typography-config($theme);
123
122
 
124
123
  @if $color != null {
125
124
  @include color($color);
@@ -103,5 +103,5 @@ export declare class MatSlideToggle implements ControlValueAccessor, AfterViewIn
103
103
  toggle(): void;
104
104
  _getAriaLabelledBy(): string | null;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggle, [null, null, null, { attribute: "tabindex"; }, null, { optional: true; }]>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSlideToggle, "mat-slide-toggle", ["matSlideToggle"], { "color": "color"; "name": "name"; "id": "id"; "tabIndex": "tabIndex"; "labelPosition": "labelPosition"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "required": "required"; "checked": "checked"; "disableRipple": "disableRipple"; "disabled": "disabled"; }, { "change": "change"; "toggleChange": "toggleChange"; }, never, ["*"]>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSlideToggle, "mat-slide-toggle", ["matSlideToggle"], { "color": "color"; "name": "name"; "id": "id"; "tabIndex": "tabIndex"; "labelPosition": "labelPosition"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "required": "required"; "checked": "checked"; "disableRipple": "disableRipple"; "disabled": "disabled"; }, { "change": "change"; "toggleChange": "toggleChange"; }, never, ["*"], false>;
107
107
  }
@@ -1,15 +1,14 @@
1
1
  @use 'sass:map';
2
2
 
3
+ @use '@angular/material' as mat;
3
4
  @use '@material/slider/slider' as mdc-slider;
4
5
  @use '@material/slider/slider-theme';
5
6
  @use '@material/theme/variables' as theme-variables;
7
+
6
8
  @use '../mdc-helpers/mdc-helpers';
7
- @use '../../material/core/typography/typography';
8
- @use '../../material/core/ripple/ripple-theme';
9
- @use '../../material/core/theming/theming';
10
9
 
11
10
  @mixin color($config-or-theme) {
12
- $config: theming.get-color-config($config-or-theme);
11
+ $config: mat.get-color-config($config-or-theme);
13
12
  @include mdc-helpers.mat-using-mdc-theme($config) {
14
13
  @include mdc-slider.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
15
14
 
@@ -47,8 +46,8 @@
47
46
  }
48
47
 
49
48
  @mixin typography($config-or-theme) {
50
- $config: typography.private-typography-to-2018-config(
51
- theming.get-typography-config($config-or-theme));
49
+ $config: mat.private-typography-to-2018-config(
50
+ mat.get-typography-config($config-or-theme));
52
51
  @include mdc-helpers.mat-using-mdc-typography($config) {
53
52
  @include mdc-slider.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
54
53
  }
@@ -57,11 +56,11 @@
57
56
  @mixin density($config-or-theme) {}
58
57
 
59
58
  @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-slider') {
62
- $color: theming.get-color-config($theme);
63
- $density: theming.get-density-config($theme);
64
- $typography: theming.get-typography-config($theme);
59
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
60
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-slider') {
61
+ $color: mat.get-color-config($theme);
62
+ $density: mat.get-density-config($theme);
63
+ $typography: mat.get-typography-config($theme);
65
64
 
66
65
  @if $color != null {
67
66
  @include color($color);
@@ -112,7 +111,7 @@
112
111
  $query: mdc-helpers.$mat-theme-styles-query
113
112
  );
114
113
  $ripple-color: map.get(theme-variables.$property-values, $color);
115
- @include ripple-theme.color((
114
+ @include mat.ripple-color((
116
115
  foreground: (
117
116
  base: $ripple-color
118
117
  ),
@@ -91,7 +91,7 @@ export declare class MatSliderVisualThumb implements AfterViewInit, OnDestroy {
91
91
  */
92
92
  _getValueIndicatorContainer(): HTMLElement;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderVisualThumb, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSliderVisualThumb, "mat-slider-visual-thumb", never, { "discrete": "discrete"; "thumbPosition": "thumbPosition"; "valueIndicatorText": "valueIndicatorText"; "disableRipple": "disableRipple"; }, {}, never, never>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSliderVisualThumb, "mat-slider-visual-thumb", never, { "discrete": "discrete"; "thumbPosition": "thumbPosition"; "valueIndicatorText": "valueIndicatorText"; "disableRipple": "disableRipple"; }, {}, never, never, false>;
95
95
  }
96
96
  /**
97
97
  * Directive that adds slider-specific behaviors to an input element inside `<mat-slider>`.
@@ -214,7 +214,7 @@ export declare class MatSliderThumb implements AfterViewInit, ControlValueAccess
214
214
  */
215
215
  private _initializeAriaValueText;
216
216
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderThumb, never>;
217
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSliderThumb, "input[matSliderThumb], input[matSliderStartThumb], input[matSliderEndThumb]", ["matSliderThumb"], { "value": "value"; }, { "valueChange": "valueChange"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; "_blur": "_blur"; "_focus": "_focus"; }, never>;
217
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSliderThumb, "input[matSliderThumb], input[matSliderStartThumb], input[matSliderEndThumb]", ["matSliderThumb"], { "value": "value"; }, { "valueChange": "valueChange"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; "_blur": "_blur"; "_focus": "_focus"; }, never, never, false>;
218
218
  }
219
219
  declare const _MatSliderMixinBase: import("@angular/material/core")._Constructor<import("@angular/material/core").CanColor> & import("@angular/material/core")._AbstractConstructor<import("@angular/material/core").CanColor> & import("@angular/material/core")._Constructor<CanDisableRipple> & import("@angular/material/core")._AbstractConstructor<CanDisableRipple> & {
220
220
  new (_elementRef: ElementRef<HTMLElement>): {
@@ -296,6 +296,10 @@ export declare class MatSlider extends _MatSliderMixinBase implements AfterViewI
296
296
  private _SUPPORTS_POINTER_EVENTS;
297
297
  /** Subscription to changes to the directionality (LTR / RTL) context for the application. */
298
298
  private _dirChangeSubscription;
299
+ /** Observer used to monitor size changes in the slider. */
300
+ private _resizeObserver;
301
+ /** Timeout used to debounce resize listeners. */
302
+ private _resizeTimer;
299
303
  constructor(_ngZone: NgZone, _cdr: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>, _platform: Platform, _globalChangeAndInputListener: GlobalChangeAndInputListener<'input' | 'change'>, document: any, _dir: Directionality, _globalRippleOptions?: RippleGlobalOptions | undefined, animationMode?: string);
300
304
  ngAfterViewInit(): void;
301
305
  ngOnDestroy(): void;
@@ -361,7 +365,9 @@ export declare class MatSlider extends _MatSliderMixinBase implements AfterViewI
361
365
  _getTickMarkClass(tickMark: TickMark): string;
362
366
  /** Whether the slider thumb ripples should be disabled. */
363
367
  _isRippleDisabled(): boolean;
368
+ /** Starts observing and updating the slider if the host changes its size. */
369
+ private _observeHostResize;
364
370
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlider, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
365
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSlider, "mat-slider", ["matSlider"], { "color": "color"; "disableRipple": "disableRipple"; "disabled": "disabled"; "discrete": "discrete"; "showTickMarks": "showTickMarks"; "min": "min"; "max": "max"; "step": "step"; "displayWith": "displayWith"; }, {}, ["_inputs"], ["*"]>;
371
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSlider, "mat-slider", ["matSlider"], { "color": "color"; "disableRipple": "disableRipple"; "disabled": "disabled"; "discrete": "discrete"; "showTickMarks": "showTickMarks"; "min": "min"; "max": "max"; "step": "step"; "displayWith": "displayWith"; }, {}, ["_inputs"], ["*"], false>;
366
372
  }
367
373
  export {};
@@ -1,13 +1,13 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/theme/theme-color' as mdc-theme-color;
2
3
  @use '@material/snackbar' as mdc-snackbar;
3
4
  @use 'sass:color';
4
5
  @use 'sass:map';
6
+
5
7
  @use '../mdc-helpers/mdc-helpers';
6
- @use '../../material/core/typography/typography';
7
- @use '../../material/core/theming/theming';
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
  $orig-fill-color: mdc-snackbar.$fill-color;
13
13
  $orig-label-ink-color: mdc-snackbar.$label-ink-color;
@@ -41,7 +41,7 @@
41
41
  .mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action {
42
42
  $is-dark-theme: map.get($config, is-dark);
43
43
  $accent: map.get($config, accent);
44
- color: if($is-dark-theme, inherit, theming.get-color-from-palette($accent, text));
44
+ color: if($is-dark-theme, inherit, mat.get-color-from-palette($accent, text));
45
45
 
46
46
  .mat-ripple-element {
47
47
  background-color: currentColor;
@@ -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
  @include mdc-helpers.mat-using-mdc-typography($config) {
57
57
  @include mdc-snackbar.core-styles($query: mdc-helpers.$mat-typography-styles-query);
58
58
  }
@@ -61,11 +61,11 @@
61
61
  @mixin density($config-or-theme) {}
62
62
 
63
63
  @mixin theme($theme-or-color-config) {
64
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
65
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-snack-bar') {
66
- $color: theming.get-color-config($theme);
67
- $density: theming.get-density-config($theme);
68
- $typography: theming.get-typography-config($theme);
64
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
65
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-snack-bar') {
66
+ $color: mat.get-color-config($theme);
67
+ $density: mat.get-density-config($theme);
68
+ $typography: mat.get-typography-config($theme);
69
69
 
70
70
  @if $color != null {
71
71
  @include color($color);
@@ -15,5 +15,5 @@ export declare class SimpleSnackBar implements TextOnlySnackBar {
15
15
  /** If the action button should be shown. */
16
16
  get hasAction(): boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpleSnackBar, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SimpleSnackBar, "simple-snack-bar", ["matSnackBar"], {}, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<SimpleSnackBar, "simple-snack-bar", ["matSnackBar"], {}, {}, never, never, false>;
19
19
  }
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { AriaLivePoliteness } from '@angular/cdk/a11y';
9
9
  import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
10
- import { AfterViewChecked, ComponentRef, ElementRef, EmbeddedViewRef, NgZone, OnDestroy } from '@angular/core';
10
+ import { ComponentRef, ElementRef, EmbeddedViewRef, NgZone, OnDestroy } from '@angular/core';
11
11
  import { MatSnackBarConfig, _SnackBarContainer } from '@angular/material/snack-bar';
12
12
  import { MDCSnackbarFoundation } from '@material/snackbar';
13
13
  import { Platform } from '@angular/cdk/platform';
@@ -17,7 +17,7 @@ import * as i0 from "@angular/core";
17
17
  * Internal component that wraps user-provided snack bar content.
18
18
  * @docs-private
19
19
  */
20
- export declare class MatSnackBarContainer extends BasePortalOutlet implements _SnackBarContainer, AfterViewChecked, OnDestroy {
20
+ export declare class MatSnackBarContainer extends BasePortalOutlet implements _SnackBarContainer, OnDestroy {
21
21
  private _elementRef;
22
22
  snackBarConfig: MatSnackBarConfig;
23
23
  private _platform;
@@ -55,7 +55,6 @@ export declare class MatSnackBarContainer extends BasePortalOutlet implements _S
55
55
  */
56
56
  _label: ElementRef;
57
57
  constructor(_elementRef: ElementRef<HTMLElement>, snackBarConfig: MatSnackBarConfig, _platform: Platform, _ngZone: NgZone, _animationMode?: string | undefined);
58
- ngAfterViewChecked(): void;
59
58
  /** Makes sure the exit callbacks have been invoked when the element is destroyed. */
60
59
  ngOnDestroy(): void;
61
60
  enter(): void;
@@ -74,6 +73,8 @@ export declare class MatSnackBarContainer extends BasePortalOutlet implements _S
74
73
  * announce it.
75
74
  */
76
75
  private _screenReaderAnnounce;
76
+ /** Applies the correct CSS class to the label based on its content. */
77
+ private _applyLabelClass;
77
78
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarContainer, [null, null, null, null, { optional: true; }]>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSnackBarContainer, "mat-snack-bar-container", never, {}, {}, never, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSnackBarContainer, "mat-snack-bar-container", never, {}, {}, never, never, false>;
79
80
  }
@@ -2,15 +2,15 @@ import * as i0 from "@angular/core";
2
2
  /** Directive that should be applied to the text element to be rendered in the snack bar. */
3
3
  export declare class MatSnackBarLabel {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarLabel, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarLabel, "[matSnackBarLabel]", never, {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarLabel, "[matSnackBarLabel]", never, {}, {}, never, never, false>;
6
6
  }
7
7
  /** Directive that should be applied to the element containing the snack bar's action buttons. */
8
8
  export declare class MatSnackBarActions {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarActions, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarActions, "[matSnackBarActions]", never, {}, {}, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarActions, "[matSnackBarActions]", never, {}, {}, never, never, false>;
11
11
  }
12
12
  /** Directive that should be applied to each of the snack bar's action buttons. */
13
13
  export declare class MatSnackBarAction {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarAction, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarAction, "[matSnackBarAction]", never, {}, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarAction, "[matSnackBarAction]", never, {}, {}, never, never, false>;
16
16
  }
@@ -1,13 +1,13 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/theme/theme-color' as mdc-theme-color;
3
4
  @use '@material/data-table/data-table' as mdc-data-table;
4
5
  @use '@material/data-table' as mdc-data-table-theme;
6
+
5
7
  @use '../mdc-helpers/mdc-helpers';
6
- @use '../../material/core/typography/typography';
7
- @use '../../material/core/theming/theming';
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
  // Save original values of MDC global variables. We need to save these so we can restore the
12
12
  // variables to their original values and prevent unintended side effects from using this mixin.
13
13
  $orig-selected-row-fill-color: mdc-data-table-theme.$selected-row-fill-color;
@@ -15,8 +15,6 @@
15
15
  $orig-row-hover-fill-color: mdc-data-table-theme.$row-hover-fill-color;
16
16
  $orig-header-row-text-color: mdc-data-table-theme.$header-row-text-color;
17
17
  $orig-row-text-color: mdc-data-table-theme.$row-text-color;
18
- $orig-sort-icon-color: mdc-data-table-theme.$sort-icon-color;
19
- $orig-sort-icon-active-color: mdc-data-table-theme.$sort-icon-active-color;
20
18
  $orig-stroke-color: mdc-data-table-theme.$stroke-color;
21
19
 
22
20
  @include mdc-helpers.mat-using-mdc-theme($config) {
@@ -25,12 +23,9 @@
25
23
  mdc-data-table-theme.$row-hover-fill-color: rgba(mdc-theme-color.prop-value(on-surface), 0.04);
26
24
  mdc-data-table-theme.$header-row-text-color: rgba(mdc-theme-color.prop-value(on-surface), 0.87);
27
25
  mdc-data-table-theme.$row-text-color: rgba(mdc-theme-color.prop-value(on-surface), 0.87);
28
- mdc-data-table-theme.$sort-icon-color: rgba(mdc-theme-color.prop-value(on-surface), 0.6);
29
- mdc-data-table-theme.$sort-icon-active-color:
30
- rgba(mdc-theme-color.prop-value(on-surface), 0.87);
31
26
  mdc-data-table-theme.$stroke-color: rgba(mdc-theme-color.prop-value(on-surface), 0.12);
32
27
 
33
- @include mdc-data-table.core-styles($query: mdc-helpers.$mat-theme-styles-query);
28
+ @include mdc-data-table.table-styles($query: mdc-helpers.$mat-theme-styles-query);
34
29
  }
35
30
 
36
31
  // Restore original values of MDC global variables.
@@ -39,26 +34,24 @@
39
34
  mdc-data-table-theme.$row-hover-fill-color: $orig-row-hover-fill-color;
40
35
  mdc-data-table-theme.$header-row-text-color: $orig-header-row-text-color;
41
36
  mdc-data-table-theme.$row-text-color: $orig-row-text-color;
42
- mdc-data-table-theme.$sort-icon-color: $orig-sort-icon-color;
43
- mdc-data-table-theme.$sort-icon-active-color: $orig-sort-icon-active-color;
44
37
  mdc-data-table-theme.$stroke-color: $orig-stroke-color;
45
38
 
46
39
  .mat-mdc-table {
47
40
  $background: map.get($config, background);
48
- background: theming.get-color-from-palette($background, 'card');
41
+ background: mat.get-color-from-palette($background, 'card');
49
42
  }
50
43
  }
51
44
 
52
45
  @mixin typography($config-or-theme) {
53
- $config: typography.private-typography-to-2018-config(
54
- theming.get-typography-config($config-or-theme));
46
+ $config: mat.private-typography-to-2018-config(
47
+ mat.get-typography-config($config-or-theme));
55
48
  @include mdc-helpers.mat-using-mdc-typography($config) {
56
- @include mdc-data-table.core-styles($query: mdc-helpers.$mat-typography-styles-query);
49
+ @include mdc-data-table.table-styles($query: mdc-helpers.$mat-typography-styles-query);
57
50
  }
58
51
  }
59
52
 
60
53
  @mixin density($config-or-theme) {
61
- $density-scale: theming.get-density-config($config-or-theme);
54
+ $density-scale: mat.get-density-config($config-or-theme);
62
55
  .mat-mdc-table {
63
56
  @include mdc-data-table-theme.density($density-scale,
64
57
  $query: mdc-helpers.$mat-base-styles-query);
@@ -66,11 +59,11 @@
66
59
  }
67
60
 
68
61
  @mixin theme($theme-or-color-config) {
69
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
70
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-table') {
71
- $color: theming.get-color-config($theme);
72
- $density: theming.get-density-config($theme);
73
- $typography: theming.get-typography-config($theme);
62
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
63
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-table') {
64
+ $color: mat.get-color-config($theme);
65
+ $density: mat.get-density-config($theme);
66
+ $typography: mat.get-typography-config($theme);
74
67
 
75
68
  @if $color != null {
76
69
  @include color($color);
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class MatCellDef extends CdkCellDef {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCellDef, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCellDef, "[matCellDef]", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCellDef, "[matCellDef]", never, {}, {}, never, never, false>;
10
10
  }
11
11
  /**
12
12
  * Header cell definition for the mat-table.
@@ -14,7 +14,7 @@ export declare class MatCellDef extends CdkCellDef {
14
14
  */
15
15
  export declare class MatHeaderCellDef extends CdkHeaderCellDef {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MatHeaderCellDef, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatHeaderCellDef, "[matHeaderCellDef]", never, {}, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatHeaderCellDef, "[matHeaderCellDef]", never, {}, {}, never, never, false>;
18
18
  }
19
19
  /**
20
20
  * Footer cell definition for the mat-table.
@@ -22,7 +22,7 @@ export declare class MatHeaderCellDef extends CdkHeaderCellDef {
22
22
  */
23
23
  export declare class MatFooterCellDef extends CdkFooterCellDef {
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<MatFooterCellDef, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatFooterCellDef, "[matFooterCellDef]", never, {}, {}, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatFooterCellDef, "[matFooterCellDef]", never, {}, {}, never, never, false>;
26
26
  }
27
27
  /**
28
28
  * Column definition for the mat-table.
@@ -40,20 +40,20 @@ export declare class MatColumnDef extends CdkColumnDef {
40
40
  */
41
41
  protected _updateColumnCssClassName(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<MatColumnDef, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatColumnDef, "[matColumnDef]", never, { "sticky": "sticky"; "name": "matColumnDef"; }, {}, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatColumnDef, "[matColumnDef]", never, { "sticky": "sticky"; "name": "matColumnDef"; }, {}, never, never, false>;
44
44
  }
45
45
  /** Header cell template container that adds the right classes and role. */
46
46
  export declare class MatHeaderCell extends CdkHeaderCell {
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<MatHeaderCell, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatHeaderCell, "mat-header-cell, th[mat-header-cell]", never, {}, {}, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatHeaderCell, "mat-header-cell, th[mat-header-cell]", never, {}, {}, never, never, false>;
49
49
  }
50
50
  /** Footer cell template container that adds the right classes and role. */
51
51
  export declare class MatFooterCell extends CdkFooterCell {
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<MatFooterCell, never>;
53
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatFooterCell, "mat-footer-cell, td[mat-footer-cell]", never, {}, {}, never>;
53
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatFooterCell, "mat-footer-cell, td[mat-footer-cell]", never, {}, {}, never, never, false>;
54
54
  }
55
55
  /** Cell template container that adds the right classes and role. */
56
56
  export declare class MatCell extends CdkCell {
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCell, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCell, "mat-cell, td[mat-cell]", never, {}, {}, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCell, "mat-cell, td[mat-cell]", never, {}, {}, never, never, false>;
59
59
  }