@angular/material-experimental 14.0.1 → 14.1.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. package/_index.scss +6 -6
  2. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
  3. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
  4. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
  6. package/esm2020/column-resize/column-resize-module.mjs +13 -13
  7. package/esm2020/column-resize/overlay-handle.mjs +4 -4
  8. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
  9. package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
  10. package/esm2020/column-resize/resize-strategy.mjs +4 -4
  11. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
  12. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
  13. package/esm2020/mdc-autocomplete/autocomplete.mjs +4 -4
  14. package/esm2020/mdc-autocomplete/module.mjs +5 -5
  15. package/esm2020/mdc-button/button-base.mjs +7 -7
  16. package/esm2020/mdc-button/button.mjs +9 -9
  17. package/esm2020/mdc-button/fab.mjs +17 -17
  18. package/esm2020/mdc-button/icon-button.mjs +9 -9
  19. package/esm2020/mdc-button/module.mjs +5 -5
  20. package/esm2020/mdc-card/card.mjs +43 -43
  21. package/esm2020/mdc-card/module.mjs +5 -5
  22. package/esm2020/mdc-checkbox/checkbox.mjs +17 -5
  23. package/esm2020/mdc-checkbox/module.mjs +5 -5
  24. package/esm2020/mdc-chips/chip-action.mjs +4 -4
  25. package/esm2020/mdc-chips/chip-edit-input.mjs +4 -4
  26. package/esm2020/mdc-chips/chip-grid.mjs +4 -4
  27. package/esm2020/mdc-chips/chip-icons.mjs +10 -10
  28. package/esm2020/mdc-chips/chip-input.mjs +4 -4
  29. package/esm2020/mdc-chips/chip-listbox.mjs +4 -4
  30. package/esm2020/mdc-chips/chip-option.mjs +6 -6
  31. package/esm2020/mdc-chips/chip-row.mjs +6 -6
  32. package/esm2020/mdc-chips/chip-set.mjs +4 -4
  33. package/esm2020/mdc-chips/chip.mjs +5 -5
  34. package/esm2020/mdc-chips/module.mjs +5 -5
  35. package/esm2020/mdc-core/option/index.mjs +5 -5
  36. package/esm2020/mdc-core/option/optgroup.mjs +4 -4
  37. package/esm2020/mdc-core/option/option.mjs +5 -5
  38. package/esm2020/mdc-dialog/dialog-container.mjs +4 -4
  39. package/esm2020/mdc-dialog/dialog-content-directives.mjs +13 -13
  40. package/esm2020/mdc-dialog/dialog.mjs +4 -4
  41. package/esm2020/mdc-dialog/module.mjs +5 -5
  42. package/esm2020/mdc-form-field/directives/error.mjs +4 -4
  43. package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
  44. package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
  45. package/esm2020/mdc-form-field/directives/label.mjs +4 -4
  46. package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
  47. package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
  48. package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
  49. package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
  50. package/esm2020/mdc-form-field/form-field.mjs +18 -8
  51. package/esm2020/mdc-form-field/module.mjs +5 -5
  52. package/esm2020/mdc-input/input.mjs +4 -4
  53. package/esm2020/mdc-input/module.mjs +5 -5
  54. package/esm2020/mdc-list/action-list.mjs +5 -5
  55. package/esm2020/mdc-list/list-base.mjs +41 -41
  56. package/esm2020/mdc-list/list-item-sections.mjs +19 -19
  57. package/esm2020/mdc-list/list-option.mjs +4 -4
  58. package/esm2020/mdc-list/list.mjs +8 -8
  59. package/esm2020/mdc-list/module.mjs +5 -5
  60. package/esm2020/mdc-list/nav-list.mjs +5 -5
  61. package/esm2020/mdc-list/selection-list.mjs +6 -6
  62. package/esm2020/mdc-list/subheader.mjs +4 -4
  63. package/esm2020/mdc-list/testing/list-harness-filters.mjs +1 -1
  64. package/esm2020/mdc-list/testing/nav-list-harness.mjs +8 -2
  65. package/esm2020/mdc-menu/directives.mjs +7 -7
  66. package/esm2020/mdc-menu/menu-item.mjs +4 -4
  67. package/esm2020/mdc-menu/menu.mjs +5 -5
  68. package/esm2020/mdc-menu/module.mjs +5 -5
  69. package/esm2020/mdc-paginator/module.mjs +5 -5
  70. package/esm2020/mdc-paginator/paginator.mjs +5 -5
  71. package/esm2020/mdc-progress-bar/module.mjs +5 -5
  72. package/esm2020/mdc-progress-bar/progress-bar.mjs +4 -4
  73. package/esm2020/mdc-progress-spinner/module.mjs +5 -5
  74. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +4 -4
  75. package/esm2020/mdc-radio/module.mjs +5 -5
  76. package/esm2020/mdc-radio/radio.mjs +8 -8
  77. package/esm2020/mdc-select/module.mjs +5 -5
  78. package/esm2020/mdc-select/select.mjs +7 -7
  79. package/esm2020/mdc-slide-toggle/module.mjs +5 -5
  80. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
  81. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
  82. package/esm2020/mdc-slider/module.mjs +5 -5
  83. package/esm2020/mdc-slider/slider.mjs +11 -11
  84. package/esm2020/mdc-snack-bar/module.mjs +5 -5
  85. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +4 -4
  86. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +4 -4
  87. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
  88. package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
  89. package/esm2020/mdc-table/cell.mjs +22 -22
  90. package/esm2020/mdc-table/module.mjs +5 -5
  91. package/esm2020/mdc-table/row.mjs +22 -22
  92. package/esm2020/mdc-table/table.mjs +7 -7
  93. package/esm2020/mdc-table/text-column.mjs +4 -4
  94. package/esm2020/mdc-tabs/module.mjs +5 -5
  95. package/esm2020/mdc-tabs/tab-body.mjs +7 -7
  96. package/esm2020/mdc-tabs/tab-content.mjs +4 -4
  97. package/esm2020/mdc-tabs/tab-group.mjs +6 -6
  98. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  99. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
  100. package/esm2020/mdc-tabs/tab-label.mjs +4 -4
  101. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +11 -11
  102. package/esm2020/mdc-tabs/tab.mjs +4 -4
  103. package/esm2020/mdc-tooltip/module.mjs +5 -5
  104. package/esm2020/mdc-tooltip/tooltip.mjs +7 -7
  105. package/esm2020/menubar/menubar-item.mjs +4 -4
  106. package/esm2020/menubar/menubar-module.mjs +5 -5
  107. package/esm2020/menubar/menubar.mjs +4 -4
  108. package/esm2020/popover-edit/lens-directives.mjs +10 -10
  109. package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
  110. package/esm2020/popover-edit/table-directives.mjs +13 -13
  111. package/esm2020/selection/row-selection.mjs +4 -4
  112. package/esm2020/selection/select-all.mjs +4 -4
  113. package/esm2020/selection/selection-column.mjs +4 -4
  114. package/esm2020/selection/selection-module.mjs +5 -5
  115. package/esm2020/selection/selection-toggle.mjs +4 -4
  116. package/esm2020/selection/selection.mjs +4 -4
  117. package/esm2020/version.mjs +1 -1
  118. package/fesm2015/column-resize.mjs +36 -36
  119. package/fesm2015/column-resize.mjs.map +1 -1
  120. package/fesm2015/material-experimental.mjs +1 -1
  121. package/fesm2015/material-experimental.mjs.map +1 -1
  122. package/fesm2015/mdc-autocomplete.mjs +13 -13
  123. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  124. package/fesm2015/mdc-button.mjs +42 -42
  125. package/fesm2015/mdc-button.mjs.map +1 -1
  126. package/fesm2015/mdc-card.mjs +46 -46
  127. package/fesm2015/mdc-card.mjs.map +1 -1
  128. package/fesm2015/mdc-checkbox.mjs +20 -8
  129. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  130. package/fesm2015/mdc-chips.mjs +45 -45
  131. package/fesm2015/mdc-chips.mjs.map +1 -1
  132. package/fesm2015/mdc-core.mjs +11 -11
  133. package/fesm2015/mdc-core.mjs.map +1 -1
  134. package/fesm2015/mdc-dialog.mjs +22 -22
  135. package/fesm2015/mdc-dialog.mjs.map +1 -1
  136. package/fesm2015/mdc-form-field.mjs +45 -35
  137. package/fesm2015/mdc-form-field.mjs.map +1 -1
  138. package/fesm2015/mdc-input.mjs +7 -7
  139. package/fesm2015/mdc-input.mjs.map +1 -1
  140. package/fesm2015/mdc-list/testing.mjs +9 -1
  141. package/fesm2015/mdc-list/testing.mjs.map +1 -1
  142. package/fesm2015/mdc-list.mjs +90 -90
  143. package/fesm2015/mdc-list.mjs.map +1 -1
  144. package/fesm2015/mdc-menu.mjs +17 -17
  145. package/fesm2015/mdc-menu.mjs.map +1 -1
  146. package/fesm2015/mdc-paginator.mjs +8 -8
  147. package/fesm2015/mdc-paginator.mjs.map +1 -1
  148. package/fesm2015/mdc-progress-bar.mjs +7 -7
  149. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  150. package/fesm2015/mdc-progress-spinner.mjs +7 -7
  151. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  152. package/fesm2015/mdc-radio.mjs +11 -11
  153. package/fesm2015/mdc-radio.mjs.map +1 -1
  154. package/fesm2015/mdc-select.mjs +10 -10
  155. package/fesm2015/mdc-select.mjs.map +1 -1
  156. package/fesm2015/mdc-slide-toggle.mjs +8 -8
  157. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  158. package/fesm2015/mdc-slider.mjs +17 -17
  159. package/fesm2015/mdc-slider.mjs.map +1 -1
  160. package/fesm2015/mdc-snack-bar.mjs +22 -22
  161. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  162. package/fesm2015/mdc-table.mjs +55 -55
  163. package/fesm2015/mdc-table.mjs.map +1 -1
  164. package/fesm2015/mdc-tabs.mjs +41 -41
  165. package/fesm2015/mdc-tabs.mjs.map +1 -1
  166. package/fesm2015/mdc-tooltip.mjs +10 -10
  167. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  168. package/fesm2015/menubar.mjs +10 -10
  169. package/fesm2015/menubar.mjs.map +1 -1
  170. package/fesm2015/popover-edit.mjs +25 -25
  171. package/fesm2015/popover-edit.mjs.map +1 -1
  172. package/fesm2015/selection.mjs +19 -19
  173. package/fesm2015/selection.mjs.map +1 -1
  174. package/fesm2020/column-resize.mjs +36 -36
  175. package/fesm2020/column-resize.mjs.map +1 -1
  176. package/fesm2020/material-experimental.mjs +1 -1
  177. package/fesm2020/material-experimental.mjs.map +1 -1
  178. package/fesm2020/mdc-autocomplete.mjs +13 -13
  179. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  180. package/fesm2020/mdc-button.mjs +42 -42
  181. package/fesm2020/mdc-button.mjs.map +1 -1
  182. package/fesm2020/mdc-card.mjs +46 -46
  183. package/fesm2020/mdc-card.mjs.map +1 -1
  184. package/fesm2020/mdc-checkbox.mjs +20 -8
  185. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  186. package/fesm2020/mdc-chips.mjs +45 -45
  187. package/fesm2020/mdc-chips.mjs.map +1 -1
  188. package/fesm2020/mdc-core.mjs +11 -11
  189. package/fesm2020/mdc-core.mjs.map +1 -1
  190. package/fesm2020/mdc-dialog.mjs +22 -22
  191. package/fesm2020/mdc-dialog.mjs.map +1 -1
  192. package/fesm2020/mdc-form-field.mjs +45 -35
  193. package/fesm2020/mdc-form-field.mjs.map +1 -1
  194. package/fesm2020/mdc-input.mjs +7 -7
  195. package/fesm2020/mdc-input.mjs.map +1 -1
  196. package/fesm2020/mdc-list/testing.mjs +7 -1
  197. package/fesm2020/mdc-list/testing.mjs.map +1 -1
  198. package/fesm2020/mdc-list.mjs +90 -90
  199. package/fesm2020/mdc-list.mjs.map +1 -1
  200. package/fesm2020/mdc-menu.mjs +17 -17
  201. package/fesm2020/mdc-menu.mjs.map +1 -1
  202. package/fesm2020/mdc-paginator.mjs +8 -8
  203. package/fesm2020/mdc-paginator.mjs.map +1 -1
  204. package/fesm2020/mdc-progress-bar.mjs +7 -7
  205. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  206. package/fesm2020/mdc-progress-spinner.mjs +7 -7
  207. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  208. package/fesm2020/mdc-radio.mjs +11 -11
  209. package/fesm2020/mdc-radio.mjs.map +1 -1
  210. package/fesm2020/mdc-select.mjs +10 -10
  211. package/fesm2020/mdc-select.mjs.map +1 -1
  212. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  213. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  214. package/fesm2020/mdc-slider.mjs +17 -17
  215. package/fesm2020/mdc-slider.mjs.map +1 -1
  216. package/fesm2020/mdc-snack-bar.mjs +22 -22
  217. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  218. package/fesm2020/mdc-table.mjs +55 -55
  219. package/fesm2020/mdc-table.mjs.map +1 -1
  220. package/fesm2020/mdc-tabs.mjs +41 -41
  221. package/fesm2020/mdc-tabs.mjs.map +1 -1
  222. package/fesm2020/mdc-tooltip.mjs +10 -10
  223. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  224. package/fesm2020/menubar.mjs +10 -10
  225. package/fesm2020/menubar.mjs.map +1 -1
  226. package/fesm2020/popover-edit.mjs +25 -25
  227. package/fesm2020/popover-edit.mjs.map +1 -1
  228. package/fesm2020/selection.mjs +19 -19
  229. package/fesm2020/selection.mjs.map +1 -1
  230. package/mdc-autocomplete/_autocomplete-theme.import.scss +3 -3
  231. package/mdc-autocomplete/_autocomplete-theme.scss +1 -1
  232. package/mdc-button/_button-base.scss +5 -1
  233. package/mdc-button/_button-theme.import.scss +3 -3
  234. package/mdc-button/_button-theme.scss +1 -1
  235. package/mdc-button/_fab-theme.scss +1 -1
  236. package/mdc-button/_icon-button-theme.scss +1 -1
  237. package/mdc-button/index.d.ts +8 -8
  238. package/mdc-card/_card-theme.import.scss +3 -3
  239. package/mdc-card/_card-theme.scss +1 -1
  240. package/mdc-checkbox/_checkbox-theme.import.scss +3 -3
  241. package/mdc-checkbox/_checkbox-theme.scss +1 -1
  242. package/mdc-checkbox/index.d.ts +8 -0
  243. package/mdc-chips/_chips-theme.import.scss +3 -3
  244. package/mdc-chips/_chips-theme.scss +1 -1
  245. package/mdc-core/_core-theme.import.scss +2 -2
  246. package/{mdc-color → mdc-core/color}/_all-color.scss +1 -1
  247. package/{mdc-density → mdc-core/density}/_all-density.scss +1 -1
  248. package/{mdc-helpers → mdc-core/mdc-helpers}/_focus-indicators-theme.scss +10 -8
  249. package/{mdc-helpers → mdc-core/mdc-helpers}/_focus-indicators.import.scss +4 -4
  250. package/mdc-core/mdc-helpers/_focus-indicators.scss +15 -0
  251. package/mdc-core/mdc-helpers/_mdc-helpers.import.scss +8 -0
  252. package/{mdc-helpers → mdc-core/mdc-helpers}/_mdc-helpers.scss +0 -0
  253. package/mdc-core/option/_optgroup-theme.import.scss +3 -3
  254. package/mdc-core/option/_optgroup-theme.scss +1 -1
  255. package/mdc-core/option/_option-theme.import.scss +3 -3
  256. package/mdc-core/option/_option-theme.scss +1 -1
  257. package/{mdc-theming → mdc-core/theming}/_all-theme.scss +24 -24
  258. package/mdc-core/theming/prebuilt/deeppurple-amber.css +1 -0
  259. package/mdc-core/theming/prebuilt/indigo-pink.css +1 -0
  260. package/mdc-core/theming/prebuilt/pink-bluegrey.css +1 -0
  261. package/mdc-core/theming/prebuilt/purple-green.css +1 -0
  262. package/{mdc-typography → mdc-core/typography}/_all-typography.scss +1 -1
  263. package/mdc-dialog/_dialog-theme.import.scss +3 -3
  264. package/mdc-dialog/_dialog-theme.scss +1 -1
  265. package/mdc-form-field/_form-field-density.scss +4 -8
  266. package/mdc-form-field/_form-field-native-select.scss +1 -1
  267. package/mdc-form-field/_form-field-subscript.scss +1 -1
  268. package/mdc-form-field/_form-field-theme.scss +1 -1
  269. package/mdc-input/_input-theme.import.scss +3 -3
  270. package/mdc-input/_input-theme.scss +1 -1
  271. package/mdc-list/_interactive-list-theme.import.scss +3 -3
  272. package/mdc-list/_list-option-theme.import.scss +2 -2
  273. package/mdc-list/_list-option-theme.scss +1 -1
  274. package/mdc-list/_list-option-trailing-avatar-compat.scss +1 -1
  275. package/mdc-list/_list-theme.import.scss +3 -3
  276. package/mdc-list/_list-theme.scss +1 -1
  277. package/mdc-list/testing/index.d.ts +3 -0
  278. package/mdc-menu/_menu-theme.import.scss +3 -3
  279. package/mdc-menu/_menu-theme.scss +1 -1
  280. package/mdc-paginator/_paginator-theme.import.scss +3 -3
  281. package/mdc-paginator/_paginator-theme.scss +1 -1
  282. package/mdc-progress-bar/_progress-bar-theme.import.scss +3 -3
  283. package/mdc-progress-bar/_progress-bar-theme.scss +1 -1
  284. package/mdc-progress-spinner/_progress-spinner-theme.import.scss +3 -3
  285. package/mdc-progress-spinner/_progress-spinner-theme.scss +1 -1
  286. package/mdc-radio/_radio-theme.import.scss +3 -3
  287. package/mdc-radio/_radio-theme.scss +1 -1
  288. package/mdc-select/_select-theme.import.scss +3 -3
  289. package/mdc-select/_select-theme.scss +1 -1
  290. package/mdc-slide-toggle/_slide-toggle-theme.import.scss +3 -3
  291. package/mdc-slide-toggle/_slide-toggle-theme.scss +1 -1
  292. package/mdc-slider/_slider-theme.import.scss +3 -3
  293. package/mdc-slider/_slider-theme.scss +1 -1
  294. package/mdc-snack-bar/_snack-bar-theme.import.scss +3 -3
  295. package/mdc-snack-bar/_snack-bar-theme.scss +1 -1
  296. package/mdc-table/_table-theme.import.scss +3 -3
  297. package/mdc-table/_table-theme.scss +1 -1
  298. package/mdc-tabs/_tabs-common.import.scss +3 -3
  299. package/mdc-tabs/_tabs-common.scss +1 -10
  300. package/mdc-tabs/_tabs-theme.import.scss +3 -3
  301. package/mdc-tabs/_tabs-theme.scss +1 -1
  302. package/mdc-tooltip/_tooltip-theme.import.scss +3 -3
  303. package/mdc-tooltip/_tooltip-theme.scss +1 -1
  304. package/package.json +13 -13
  305. package/mdc-helpers/_focus-indicators.scss +0 -104
  306. package/mdc-helpers/_mdc-helpers.import.scss +0 -8
  307. package/mdc-theming/prebuilt/deeppurple-amber.css +0 -1
  308. package/mdc-theming/prebuilt/indigo-pink.css +0 -1
  309. package/mdc-theming/prebuilt/pink-bluegrey.css +0 -1
  310. package/mdc-theming/prebuilt/purple-green.css +0 -1
@@ -1,7 +1,7 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'radio-theme' hide color, density, theme, typography;
4
4
  @forward 'radio-theme' as mat-mdc-radio-* hide $mat-mdc-radio-mdc-radio-baseline-theme-color,
5
5
  $mat-mdc-radio-mdc-radio-disabled-circle-color, $mat-mdc-radio-mdc-radio-unchecked-color;
6
6
 
7
- @import '../mdc-helpers/mdc-helpers';
7
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -4,7 +4,7 @@
4
4
  @use '@material/radio/radio-theme' as mdc-radio-theme;
5
5
  @use '@material/radio/radio' as mdc-radio;
6
6
  @use '@material/form-field' as mdc-form-field;
7
- @use '../mdc-helpers/mdc-helpers';
7
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
8
8
 
9
9
  @mixin _color-palette($color-palette) {
10
10
  @include mdc-radio-theme.theme((
@@ -1,5 +1,5 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'select-theme' hide color, density, theme, typography;
4
4
  @forward 'select-theme' as mat-mdc-select-* hide
5
5
  $mat-mdc-select-mdc-select-disabled-dropdown-icon-color,
@@ -7,4 +7,4 @@ $mat-mdc-select-mdc-select-disabled-label-color, $mat-mdc-select-mdc-select-drop
7
7
  $mat-mdc-select-mdc-select-ink-color, $mat-mdc-select-mdc-select-label-color,
8
8
  mat-mdc-select-get-mdc-focused-text-color;
9
9
 
10
- @import '../mdc-helpers/mdc-helpers';
10
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -4,7 +4,7 @@
4
4
  @use '@material/list/evolution-mixins' as mdc-list;
5
5
  @use '@material/typography' as mdc-typography;
6
6
 
7
- @use '../mdc-helpers/mdc-helpers';
7
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
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) {
@@ -1,5 +1,5 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'slide-toggle-theme' hide color, density, theme, typography;
4
4
  @forward 'slide-toggle-theme' as mat-mdc-slide-toggle-* hide
5
5
  $mat-mdc-slide-toggle-mdc-switch-baseline-theme-color,
@@ -8,4 +8,4 @@ $mat-mdc-slide-toggle-mdc-switch-disabled-track-color,
8
8
  $mat-mdc-slide-toggle-mdc-switch-toggled-off-thumb-color,
9
9
  $mat-mdc-slide-toggle-mdc-switch-toggled-off-track-color;
10
10
 
11
- @import '../mdc-helpers/mdc-helpers';
11
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -5,7 +5,7 @@
5
5
  @use '@material/theme/color-palette' as mdc-color-palette;
6
6
  @use '@material/form-field' as mdc-form-field;
7
7
 
8
- @use '../mdc-helpers/mdc-helpers';
8
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
9
9
 
10
10
  // Generates all color mapping for the properties that only change based on the theme.
11
11
  @function _get-theme-base-map($is-dark) {
@@ -1,5 +1,5 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'slider-theme' as mat-mdc-slider-*;
4
4
 
5
- @import '../mdc-helpers/mdc-helpers';
5
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -5,7 +5,7 @@
5
5
  @use '@material/slider/slider-theme';
6
6
  @use '@material/theme/variables' as theme-variables;
7
7
 
8
- @use '../mdc-helpers/mdc-helpers';
8
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
9
9
 
10
10
  @mixin color($config-or-theme) {
11
11
  $config: mat.get-color-config($config-or-theme);
@@ -1,8 +1,8 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'snack-bar-theme' hide color, density, theme, typography;
4
4
  @forward 'snack-bar-theme' as mat-mdc-snack-bar-* hide
5
5
  $mat-mdc-snack-bar-mdc-snackbar-dismiss-ink-color, $mat-mdc-snack-bar-mdc-snackbar-fill-color,
6
6
  $mat-mdc-snack-bar-mdc-snackbar-label-ink-color;
7
7
 
8
- @import '../mdc-helpers/mdc-helpers';
8
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -4,7 +4,7 @@
4
4
  @use 'sass:color';
5
5
  @use 'sass:map';
6
6
 
7
- @use '../mdc-helpers/mdc-helpers';
7
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
8
8
 
9
9
  @mixin color($config-or-theme) {
10
10
  $config: mat.get-color-config($config-or-theme);
@@ -1,5 +1,5 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'table-theme' hide color, density, theme, typography;
4
4
  @forward 'table-theme' as mat-mdc-table-* hide $mat-mdc-table-mdc-data-table-divider-color,
5
5
  $mat-mdc-table-mdc-data-table-header-row-text-color,
@@ -8,4 +8,4 @@ $mat-mdc-table-mdc-data-table-selected-row-fill-color,
8
8
  $mat-mdc-table-mdc-data-table-sort-icon-active-color, $mat-mdc-table-mdc-data-table-sort-icon-color,
9
9
  $mat-mdc-table-mdc-data-table-stroke-color, $mat-mdc-table-mdc-data-table-table-divider-color;
10
10
 
11
- @import '../mdc-helpers/mdc-helpers';
11
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -4,7 +4,7 @@
4
4
  @use '@material/data-table/data-table' as mdc-data-table;
5
5
  @use '@material/data-table' as mdc-data-table-theme;
6
6
 
7
- @use '../mdc-helpers/mdc-helpers';
7
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
8
8
 
9
9
  @mixin color($config-or-theme) {
10
10
  $config: mat.get-color-config($config-or-theme);
@@ -1,6 +1,6 @@
1
1
  @forward '../../material/core/style/private.import';
2
- @forward '../mdc-helpers/mdc-helpers.import';
3
- @forward '../mdc-helpers/mdc-helpers';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
3
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
4
4
  @forward '../../material/core/style/vendor-prefixes.import';
5
5
  @forward '../../cdk/a11y/index.import';
6
6
  @forward 'tabs-common' hide paginated-tab-header, paginated-tab-header-container,
@@ -11,4 +11,4 @@ paginated-tab-header-item-wrapper, tab, tab-ripple;
11
11
  @import '../../material/core/style/private';
12
12
  @import '../../material/core/style/vendor-prefixes';
13
13
  @import '../../cdk/a11y';
14
- @import '../mdc-helpers/mdc-helpers';
14
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -1,11 +1,10 @@
1
- @use '@angular/cdk';
2
1
  @use '@angular/material' as mat;
3
2
  @use '@material/ripple' as mdc-ripple;
4
3
  @use '@material/tab' as mdc-tab;
5
4
  @use '@material/tab-indicator' as mdc-tab-indicator;
6
5
  @use 'sass:map';
7
6
 
8
- @use '../mdc-helpers/mdc-helpers';
7
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
9
8
 
10
9
  $mat-tab-animation-duration: 500ms !default;
11
10
 
@@ -69,14 +68,6 @@ $mat-tab-animation-duration: 500ms !default;
69
68
  .mdc-tab__ripple::before {
70
69
  opacity: map.get(mdc-ripple.$dark-ink-opacities, focus);
71
70
  }
72
-
73
- // The usual focus indication is color-based so it won't show up in
74
- // high contrast mode. Add an outline which is a bit more visible.
75
- @include cdk.high-contrast {
76
- $outline-width: 2px;
77
- outline: dotted $outline-width;
78
- outline-offset: -$outline-width; // Not supported on IE, but looks better everywhere else.
79
- }
80
71
  }
81
72
 
82
73
  .mat-ripple-element {
@@ -1,8 +1,8 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'tabs-theme' hide color, density, theme, typography;
4
4
  @forward 'tabs-theme' as mat-mdc-tabs-* hide $mat-mdc-tabs-mdc-tab-icon-color-active,
5
5
  $mat-mdc-tabs-mdc-tab-text-label-color-active, $mat-mdc-tabs-mdc-tab-text-label-color-default,
6
6
  mat-mdc-tabs-background, mat-mdc-tabs-palette-styles;
7
7
 
8
- @import '../mdc-helpers/mdc-helpers';
8
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -8,7 +8,7 @@
8
8
  @use '@material/tab/mixins' as mdc-tab-mixins;
9
9
  @use '@material/tab-bar' as mdc-tab-bar;
10
10
 
11
- @use '../mdc-helpers/mdc-helpers';
11
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
12
12
 
13
13
  @mixin color($config-or-theme) {
14
14
  $config: mat.get-color-config($config-or-theme);
@@ -1,5 +1,5 @@
1
- @forward '../mdc-helpers/mdc-helpers.import';
2
- @forward '../mdc-helpers/mdc-helpers';
1
+ @forward '../mdc-core/mdc-helpers/mdc-helpers.import';
2
+ @forward '../mdc-core/mdc-helpers/mdc-helpers';
3
3
  @forward 'tooltip-theme' as mat-mdc-tooltip-*;
4
4
 
5
- @import '../mdc-helpers/mdc-helpers';
5
+ @import '../mdc-core/mdc-helpers/mdc-helpers';
@@ -3,7 +3,7 @@
3
3
  @use '@material/tooltip/tooltip';
4
4
  @use '@material/tooltip' as tooltip-theme;
5
5
 
6
- @use '../mdc-helpers/mdc-helpers';
6
+ @use '../mdc-core/mdc-helpers/mdc-helpers';
7
7
 
8
8
  @mixin color($config-or-theme) {
9
9
  $config: mat.get-color-config($config-or-theme);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-experimental",
3
- "version": "14.0.1",
3
+ "version": "14.1.0-next.1",
4
4
  "description": "Experimental components for Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,20 +21,20 @@
21
21
  "node": "./fesm2015/material-experimental.mjs",
22
22
  "default": "./fesm2020/material-experimental.mjs"
23
23
  },
24
- "./mdc-theming/prebuilt/indigo-pink.css": {
25
- "style": "./mdc-theming/prebuilt/indigo-pink.css"
24
+ "./mdc-core/theming/prebuilt/indigo-pink.css": {
25
+ "style": "./mdc-core/theming/prebuilt/indigo-pink.css"
26
26
  },
27
- "./mdc-theming/prebuilt/deeppurple-amber.css": {
28
- "style": "./mdc-theming/prebuilt/deeppurple-amber.css"
27
+ "./mdc-core/theming/prebuilt/deeppurple-amber.css": {
28
+ "style": "./mdc-core/theming/prebuilt/deeppurple-amber.css"
29
29
  },
30
- "./mdc-theming/prebuilt/pink-bluegrey.css": {
31
- "style": "./mdc-theming/prebuilt/pink-bluegrey.css"
30
+ "./mdc-core/theming/prebuilt/pink-bluegrey.css": {
31
+ "style": "./mdc-core/theming/prebuilt/pink-bluegrey.css"
32
32
  },
33
- "./mdc-theming/prebuilt/purple-green.css": {
34
- "style": "./mdc-theming/prebuilt/purple-green.css"
33
+ "./mdc-core/theming/prebuilt/purple-green.css": {
34
+ "style": "./mdc-core/theming/prebuilt/purple-green.css"
35
35
  },
36
- "./mdc-theming/prebuilt/*": {
37
- "style": "./mdc-theming/prebuilt/*.css"
36
+ "./mdc-core/theming/prebuilt/*": {
37
+ "style": "./mdc-core/theming/prebuilt/*.css"
38
38
  },
39
39
  "./package.json": {
40
40
  "default": "./package.json"
@@ -426,12 +426,12 @@
426
426
  },
427
427
  "peerDependencies": {
428
428
  "@angular/animations": "^14.0.0 || ^15.0.0",
429
- "@angular/cdk": "14.0.1",
429
+ "@angular/cdk": "14.1.0-next.1",
430
430
  "@angular/core": "^14.0.0 || ^15.0.0",
431
431
  "@angular/common": "^14.0.0 || ^15.0.0",
432
432
  "@angular/forms": "^14.0.0 || ^15.0.0",
433
433
  "@angular/platform-browser": "^14.0.0 || ^15.0.0",
434
- "@angular/material": "14.0.1"
434
+ "@angular/material": "14.1.0-next.1"
435
435
  },
436
436
  "dependencies": {
437
437
  "tslib": "^2.3.0",
@@ -1,104 +0,0 @@
1
- @use '@angular/material' as mat;
2
- @use 'sass:map';
3
-
4
- /// Mixin that turns on strong focus indicators.
5
- ///
6
- /// @example
7
- /// .my-app {
8
- /// @include mat-mdc-strong-focus-indicators($config);
9
- /// }
10
- @mixin strong-focus-indicators($config: ()) {
11
- // Default focus indicator config.
12
- $default-config: (
13
- border-style: solid,
14
- border-width: 3px,
15
- border-radius: 4px,
16
- );
17
-
18
- // Merge default config with user config.
19
- $config: map.merge($default-config, $config);
20
- $border-style: map.get($config, border-style);
21
- $border-width: map.get($config, border-width);
22
- $border-radius: map.get($config, border-radius);
23
-
24
- // Base styles for focus indicators.
25
- .mat-mdc-focus-indicator::before {
26
- @include mat.private-fill();
27
- box-sizing: border-box;
28
- pointer-events: none;
29
- border: $border-width $border-style transparent;
30
- border-radius: $border-radius;
31
-
32
- .cdk-high-contrast-active & {
33
- display: none;
34
- }
35
- }
36
-
37
- // By default, all focus indicators are flush with the bounding box of their
38
- // host element. For particular elements (listed below), default inset/offset
39
- // values are necessary to ensure that the focus indicator is sufficiently
40
- // contrastive and renders appropriately.
41
-
42
- .mat-mdc-unelevated-button .mat-mdc-focus-indicator::before,
43
- .mat-mdc-raised-button .mat-mdc-focus-indicator::before,
44
- .mdc-fab .mat-mdc-focus-indicator::before,
45
- .mat-mdc-chip-action-label .mat-mdc-focus-indicator::before {
46
- margin: -($border-width + 2px);
47
- }
48
-
49
- .mat-mdc-outlined-button .mat-mdc-focus-indicator::before {
50
- margin: -($border-width + 3px);
51
- }
52
-
53
- .mat-mdc-focus-indicator.mat-mdc-chip-remove::before {
54
- margin: -$border-width;
55
- }
56
-
57
- // MDC sets a padding a on the button which stretches out the focus indicator.
58
- .mat-mdc-focus-indicator.mat-mdc-chip-remove::before {
59
- left: 8px;
60
- right: 8px;
61
- }
62
-
63
- .mat-mdc-focus-indicator.mat-mdc-tab::before,
64
- .mat-mdc-focus-indicator.mat-mdc-tab-link::before {
65
- margin: 5px;
66
- }
67
-
68
- // These components have to set `border-radius: 50%` in order to support density scaling
69
- // which will clip a square focus indicator so we have to turn it into a circle.
70
- .mat-mdc-checkbox-ripple.mat-mdc-focus-indicator::before,
71
- .mat-radio-ripple.mat-mdc-focus-indicator::before,
72
- .mat-mdc-slider .mat-mdc-focus-indicator::before,
73
- .mat-mdc-slide-toggle .mat-mdc-focus-indicator::before {
74
- border-radius: 50%;
75
- }
76
-
77
- // Render the focus indicator on focus. Defining a pseudo element's
78
- // content will cause it to render.
79
-
80
- // For checkboxes, radios and slide toggles, render the focus indicator when we know
81
- // the hidden input is focused (slightly different for each control).
82
- .mdc-checkbox__native-control:focus ~ .mat-mdc-focus-indicator::before,
83
- .mat-mdc-slide-toggle-focused .mat-mdc-focus-indicator::before,
84
- .mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before,
85
-
86
- // In the chips the individual actions have focus so we target a different element.
87
- .mat-mdc-chip-action:focus .mat-mdc-focus-indicator::before,
88
-
89
- // For buttons and list items, render the focus indicator when the parent
90
- // button or list item is focused.
91
- .mat-mdc-button-base:focus .mat-mdc-focus-indicator::before,
92
- .mat-mdc-list-item:focus > .mat-mdc-focus-indicator::before,
93
-
94
- // For options, render the focus indicator when the class .mat-mdc-option-active is present.
95
- .mat-mdc-focus-indicator.mat-mdc-option-active::before,
96
-
97
- // In the MDC slider the focus indicator is inside the thumb.
98
- .mdc-slider__thumb--focused .mat-mdc-focus-indicator::before,
99
-
100
- // For all other components, render the focus indicator on focus.
101
- .mat-mdc-focus-indicator:focus::before {
102
- content: '';
103
- }
104
- }
@@ -1,8 +0,0 @@
1
- @forward '../../material/core/theming/theming.import';
2
- @forward '../../material/core/style/layout-common.import';
3
- @forward '../../material/core/typography/typography.import';
4
- @forward 'mdc-helpers';
5
-
6
- @import '../../material/core/style/layout-common';
7
- @import '../../material/core/theming/theming';
8
- @import '../../material/core/typography/typography';