@angular/material-experimental 14.0.0-next.8 → 14.0.0-next.9

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 (280) hide show
  1. package/_index.scss +3 -0
  2. package/column-resize/_column-resize-theme.scss +15 -17
  3. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  4. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +3 -3
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +3 -3
  6. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +3 -3
  7. package/esm2020/column-resize/column-resize-module.mjs +12 -12
  8. package/esm2020/column-resize/overlay-handle.mjs +3 -3
  9. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +3 -3
  10. package/esm2020/column-resize/resizable-directives/resizable.mjs +3 -3
  11. package/esm2020/column-resize/resize-strategy.mjs +3 -3
  12. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +3 -3
  13. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +3 -3
  14. package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
  15. package/esm2020/mdc-autocomplete/module.mjs +4 -4
  16. package/esm2020/mdc-button/button-base.mjs +6 -6
  17. package/esm2020/mdc-button/button.mjs +8 -8
  18. package/esm2020/mdc-button/fab.mjs +16 -16
  19. package/esm2020/mdc-button/icon-button.mjs +8 -8
  20. package/esm2020/mdc-button/module.mjs +4 -4
  21. package/esm2020/mdc-card/card.mjs +43 -43
  22. package/esm2020/mdc-card/module.mjs +4 -4
  23. package/esm2020/mdc-checkbox/checkbox.mjs +4 -4
  24. package/esm2020/mdc-checkbox/module.mjs +4 -4
  25. package/esm2020/mdc-chips/chip-action.mjs +3 -3
  26. package/esm2020/mdc-chips/chip-edit-input.mjs +3 -3
  27. package/esm2020/mdc-chips/chip-grid.mjs +22 -9
  28. package/esm2020/mdc-chips/chip-icons.mjs +9 -9
  29. package/esm2020/mdc-chips/chip-input.mjs +8 -4
  30. package/esm2020/mdc-chips/chip-listbox.mjs +5 -5
  31. package/esm2020/mdc-chips/chip-option.mjs +4 -4
  32. package/esm2020/mdc-chips/chip-row.mjs +4 -4
  33. package/esm2020/mdc-chips/chip-set.mjs +6 -8
  34. package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
  35. package/esm2020/mdc-chips/chip.mjs +4 -4
  36. package/esm2020/mdc-chips/module.mjs +4 -4
  37. package/esm2020/mdc-core/option/index.mjs +4 -4
  38. package/esm2020/mdc-core/option/optgroup.mjs +4 -4
  39. package/esm2020/mdc-core/option/option.mjs +4 -4
  40. package/esm2020/mdc-dialog/dialog-container.mjs +4 -4
  41. package/esm2020/mdc-dialog/dialog-content-directives.mjs +12 -12
  42. package/esm2020/mdc-dialog/dialog.mjs +3 -3
  43. package/esm2020/mdc-dialog/module.mjs +4 -4
  44. package/esm2020/mdc-form-field/directives/error.mjs +3 -3
  45. package/esm2020/mdc-form-field/directives/floating-label.mjs +3 -3
  46. package/esm2020/mdc-form-field/directives/hint.mjs +3 -3
  47. package/esm2020/mdc-form-field/directives/label.mjs +3 -3
  48. package/esm2020/mdc-form-field/directives/line-ripple.mjs +3 -3
  49. package/esm2020/mdc-form-field/directives/notched-outline.mjs +3 -3
  50. package/esm2020/mdc-form-field/directives/prefix.mjs +3 -3
  51. package/esm2020/mdc-form-field/directives/suffix.mjs +3 -3
  52. package/esm2020/mdc-form-field/form-field.mjs +5 -5
  53. package/esm2020/mdc-form-field/module.mjs +4 -4
  54. package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
  55. package/esm2020/mdc-input/input.mjs +3 -3
  56. package/esm2020/mdc-input/module.mjs +4 -4
  57. package/esm2020/mdc-list/action-list.mjs +4 -4
  58. package/esm2020/mdc-list/interactive-list-base.mjs +3 -3
  59. package/esm2020/mdc-list/list-base.mjs +6 -6
  60. package/esm2020/mdc-list/list-item-sections.mjs +18 -18
  61. package/esm2020/mdc-list/list-option.mjs +5 -5
  62. package/esm2020/mdc-list/list.mjs +7 -7
  63. package/esm2020/mdc-list/module.mjs +4 -4
  64. package/esm2020/mdc-list/nav-list.mjs +4 -4
  65. package/esm2020/mdc-list/selection-list.mjs +5 -5
  66. package/esm2020/mdc-list/subheader.mjs +3 -3
  67. package/esm2020/mdc-menu/directives.mjs +6 -6
  68. package/esm2020/mdc-menu/menu-item.mjs +3 -3
  69. package/esm2020/mdc-menu/menu.mjs +5 -5
  70. package/esm2020/mdc-menu/module.mjs +4 -4
  71. package/esm2020/mdc-paginator/module.mjs +4 -4
  72. package/esm2020/mdc-paginator/paginator.mjs +4 -4
  73. package/esm2020/mdc-progress-bar/module.mjs +4 -4
  74. package/esm2020/mdc-progress-bar/progress-bar.mjs +4 -4
  75. package/esm2020/mdc-progress-spinner/module.mjs +4 -4
  76. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +4 -4
  77. package/esm2020/mdc-radio/module.mjs +4 -4
  78. package/esm2020/mdc-radio/radio.mjs +8 -8
  79. package/esm2020/mdc-select/module.mjs +4 -4
  80. package/esm2020/mdc-select/select.mjs +9 -9
  81. package/esm2020/mdc-slide-toggle/module.mjs +4 -4
  82. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +4 -4
  83. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +3 -3
  84. package/esm2020/mdc-slider/module.mjs +4 -4
  85. package/esm2020/mdc-slider/slider.mjs +46 -17
  86. package/esm2020/mdc-snack-bar/module.mjs +4 -4
  87. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +4 -4
  88. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +18 -12
  89. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +9 -9
  90. package/esm2020/mdc-snack-bar/snack-bar.mjs +3 -3
  91. package/esm2020/mdc-table/cell.mjs +21 -21
  92. package/esm2020/mdc-table/module.mjs +4 -4
  93. package/esm2020/mdc-table/row.mjs +21 -21
  94. package/esm2020/mdc-table/table.mjs +8 -8
  95. package/esm2020/mdc-table/text-column.mjs +3 -3
  96. package/esm2020/mdc-tabs/module.mjs +4 -4
  97. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  98. package/esm2020/mdc-tabs/tab-content.mjs +3 -3
  99. package/esm2020/mdc-tabs/tab-group.mjs +5 -5
  100. package/esm2020/mdc-tabs/tab-header.mjs +4 -4
  101. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +3 -3
  102. package/esm2020/mdc-tabs/tab-label.mjs +3 -3
  103. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +11 -11
  104. package/esm2020/mdc-tabs/tab.mjs +3 -3
  105. package/esm2020/mdc-tooltip/module.mjs +4 -4
  106. package/esm2020/mdc-tooltip/tooltip.mjs +7 -7
  107. package/esm2020/menubar/menubar-item.mjs +4 -4
  108. package/esm2020/menubar/menubar-module.mjs +4 -4
  109. package/esm2020/menubar/menubar.mjs +7 -10
  110. package/esm2020/popover-edit/lens-directives.mjs +9 -9
  111. package/esm2020/popover-edit/popover-edit-module.mjs +4 -4
  112. package/esm2020/popover-edit/table-directives.mjs +12 -12
  113. package/esm2020/selection/row-selection.mjs +3 -3
  114. package/esm2020/selection/select-all.mjs +3 -3
  115. package/esm2020/selection/selection-column.mjs +5 -5
  116. package/esm2020/selection/selection-module.mjs +4 -4
  117. package/esm2020/selection/selection-toggle.mjs +3 -3
  118. package/esm2020/selection/selection.mjs +3 -3
  119. package/esm2020/version.mjs +1 -1
  120. package/fesm2015/column-resize.mjs +36 -36
  121. package/fesm2015/material-experimental.mjs +1 -1
  122. package/fesm2015/material-experimental.mjs.map +1 -1
  123. package/fesm2015/mdc-autocomplete.mjs +14 -14
  124. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  125. package/fesm2015/mdc-button.mjs +42 -42
  126. package/fesm2015/mdc-button.mjs.map +1 -1
  127. package/fesm2015/mdc-card.mjs +47 -47
  128. package/fesm2015/mdc-card.mjs.map +1 -1
  129. package/fesm2015/mdc-checkbox.mjs +8 -8
  130. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  131. package/fesm2015/mdc-chips.mjs +69 -54
  132. package/fesm2015/mdc-chips.mjs.map +1 -1
  133. package/fesm2015/mdc-core.mjs +12 -12
  134. package/fesm2015/mdc-core.mjs.map +1 -1
  135. package/fesm2015/mdc-dialog.mjs +23 -23
  136. package/fesm2015/mdc-dialog.mjs.map +1 -1
  137. package/fesm2015/mdc-form-field/testing.mjs +1 -1
  138. package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
  139. package/fesm2015/mdc-form-field.mjs +32 -32
  140. package/fesm2015/mdc-form-field.mjs.map +1 -1
  141. package/fesm2015/mdc-input.mjs +7 -7
  142. package/fesm2015/mdc-list.mjs +59 -59
  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 +8 -8
  149. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  150. package/fesm2015/mdc-progress-spinner.mjs +8 -8
  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 +12 -12
  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 +54 -23
  159. package/fesm2015/mdc-slider.mjs.map +1 -1
  160. package/fesm2015/mdc-snack-bar.mjs +37 -31
  161. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  162. package/fesm2015/mdc-table.mjs +57 -57
  163. package/fesm2015/mdc-table.mjs.map +1 -1
  164. package/fesm2015/mdc-tabs.mjs +43 -43
  165. package/fesm2015/mdc-tabs.mjs.map +1 -1
  166. package/fesm2015/mdc-tooltip.mjs +11 -11
  167. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  168. package/fesm2015/menubar.mjs +14 -17
  169. package/fesm2015/menubar.mjs.map +1 -1
  170. package/fesm2015/popover-edit.mjs +25 -25
  171. package/fesm2015/selection.mjs +21 -21
  172. package/fesm2015/selection.mjs.map +1 -1
  173. package/fesm2020/column-resize.mjs +36 -36
  174. package/fesm2020/material-experimental.mjs +1 -1
  175. package/fesm2020/material-experimental.mjs.map +1 -1
  176. package/fesm2020/mdc-autocomplete.mjs +14 -14
  177. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  178. package/fesm2020/mdc-button.mjs +42 -42
  179. package/fesm2020/mdc-button.mjs.map +1 -1
  180. package/fesm2020/mdc-card.mjs +47 -47
  181. package/fesm2020/mdc-card.mjs.map +1 -1
  182. package/fesm2020/mdc-checkbox.mjs +8 -8
  183. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  184. package/fesm2020/mdc-chips.mjs +69 -54
  185. package/fesm2020/mdc-chips.mjs.map +1 -1
  186. package/fesm2020/mdc-core.mjs +12 -12
  187. package/fesm2020/mdc-core.mjs.map +1 -1
  188. package/fesm2020/mdc-dialog.mjs +23 -23
  189. package/fesm2020/mdc-dialog.mjs.map +1 -1
  190. package/fesm2020/mdc-form-field/testing.mjs +1 -1
  191. package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
  192. package/fesm2020/mdc-form-field.mjs +32 -32
  193. package/fesm2020/mdc-form-field.mjs.map +1 -1
  194. package/fesm2020/mdc-input.mjs +7 -7
  195. package/fesm2020/mdc-list.mjs +59 -59
  196. package/fesm2020/mdc-list.mjs.map +1 -1
  197. package/fesm2020/mdc-menu.mjs +17 -17
  198. package/fesm2020/mdc-menu.mjs.map +1 -1
  199. package/fesm2020/mdc-paginator.mjs +8 -8
  200. package/fesm2020/mdc-paginator.mjs.map +1 -1
  201. package/fesm2020/mdc-progress-bar.mjs +8 -8
  202. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  203. package/fesm2020/mdc-progress-spinner.mjs +8 -8
  204. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  205. package/fesm2020/mdc-radio.mjs +11 -11
  206. package/fesm2020/mdc-radio.mjs.map +1 -1
  207. package/fesm2020/mdc-select.mjs +12 -12
  208. package/fesm2020/mdc-select.mjs.map +1 -1
  209. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  210. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  211. package/fesm2020/mdc-slider.mjs +52 -22
  212. package/fesm2020/mdc-slider.mjs.map +1 -1
  213. package/fesm2020/mdc-snack-bar.mjs +37 -31
  214. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  215. package/fesm2020/mdc-table.mjs +57 -57
  216. package/fesm2020/mdc-table.mjs.map +1 -1
  217. package/fesm2020/mdc-tabs.mjs +43 -43
  218. package/fesm2020/mdc-tabs.mjs.map +1 -1
  219. package/fesm2020/mdc-tooltip.mjs +11 -11
  220. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  221. package/fesm2020/menubar.mjs +14 -17
  222. package/fesm2020/menubar.mjs.map +1 -1
  223. package/fesm2020/popover-edit.mjs +25 -25
  224. package/fesm2020/selection.mjs +21 -21
  225. package/fesm2020/selection.mjs.map +1 -1
  226. package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
  227. package/mdc-button/_button-base.scss +4 -3
  228. package/mdc-button/_button-theme-private.scss +0 -1
  229. package/mdc-button/_button-theme.scss +11 -11
  230. package/mdc-button/_fab-theme.scss +10 -10
  231. package/mdc-button/_icon-button-theme.scss +11 -11
  232. package/mdc-card/_card-theme.scss +11 -11
  233. package/mdc-checkbox/_checkbox-theme.scss +16 -17
  234. package/mdc-chips/_chips-theme.scss +20 -15
  235. package/mdc-chips/chip-grid.d.ts +4 -0
  236. package/mdc-chips/chip-input.d.ts +3 -0
  237. package/mdc-chips/chip-set.d.ts +0 -2
  238. package/mdc-chips/chip-text-control.d.ts +2 -0
  239. package/mdc-color/_all-color.scss +4 -3
  240. package/mdc-core/_core-theme.scss +13 -13
  241. package/mdc-core/option/_optgroup-theme.scss +11 -11
  242. package/mdc-core/option/_option-theme.scss +11 -11
  243. package/mdc-density/_all-density.scss +4 -3
  244. package/mdc-dialog/_dialog-theme.scss +49 -13
  245. package/mdc-form-field/_form-field-density.scss +4 -3
  246. package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
  247. package/mdc-form-field/_form-field-high-contrast.scss +5 -5
  248. package/mdc-form-field/_form-field-native-select.scss +5 -4
  249. package/mdc-form-field/_form-field-subscript.scss +5 -3
  250. package/mdc-form-field/_form-field-theme.scss +16 -16
  251. package/mdc-form-field/testing/public-api.d.ts +1 -1
  252. package/mdc-helpers/_focus-indicators-theme.scss +6 -6
  253. package/mdc-helpers/_focus-indicators.scss +2 -2
  254. package/mdc-helpers/_mdc-helpers.scss +12 -14
  255. package/mdc-input/_input-theme.scss +10 -10
  256. package/mdc-list/_interactive-list-theme.scss +2 -2
  257. package/mdc-list/_list-theme.scss +15 -17
  258. package/mdc-menu/_menu-theme.scss +10 -10
  259. package/mdc-paginator/_paginator-theme.scss +20 -23
  260. package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
  261. package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
  262. package/mdc-radio/_radio-theme.scss +13 -14
  263. package/mdc-select/_select-theme.scss +10 -10
  264. package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
  265. package/mdc-slider/_slider-theme.scss +11 -12
  266. package/mdc-slider/slider.d.ts +6 -0
  267. package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
  268. package/mdc-table/_table-theme.scss +12 -12
  269. package/mdc-tabs/_tabs-common.scss +5 -4
  270. package/mdc-tabs/_tabs-theme.scss +14 -14
  271. package/mdc-theming/_all-theme.scss +3 -2
  272. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  273. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  274. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  275. package/mdc-theming/prebuilt/purple-green.css +1 -1
  276. package/mdc-tooltip/_tooltip-theme.scss +12 -13
  277. package/mdc-typography/_all-typography.scss +5 -5
  278. package/package.json +50 -4
  279. package/popover-edit/_popover-edit-theme.scss +23 -26
  280. package/selection/_selection.scss +3 -3
@@ -1,41 +1,40 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/tooltip/tooltip';
3
4
  @use '@material/tooltip' as tooltip-theme;
5
+
4
6
  @use '../mdc-helpers/mdc-helpers';
5
- @use '../../material/core/theming/theming';
6
- @use '../../material/core/theming/palette';
7
- @use '../../material/core/typography/typography';
8
7
 
9
8
  @mixin color($config-or-theme) {
10
- $config: theming.get-color-config($config-or-theme);
9
+ $config: mat.get-color-config($config-or-theme);
11
10
  @include mdc-helpers.mat-using-mdc-theme($config) {
12
11
  @include tooltip.core-styles($query: mdc-helpers.$mat-theme-styles-query);
13
12
  // We are defining our own tooltip background color because of concerns
14
13
  // surrounding the 0.6 background color opacity of the MDC tooltip styles.
15
14
  @include tooltip-theme.fill-color(
16
- map.get(palette.$light-theme-background-palette, tooltip)
15
+ map.get(mat.$light-theme-background-palette, tooltip)
17
16
  );
18
17
  }
19
18
  }
20
19
 
21
20
  @mixin typography($config-or-theme) {
22
- $config: typography.private-typography-to-2018-config(
23
- theming.get-typography-config($config-or-theme));
21
+ $config: mat.private-typography-to-2018-config(
22
+ mat.get-typography-config($config-or-theme));
24
23
  @include mdc-helpers.mat-using-mdc-typography($config) {
25
24
  @include tooltip.core-styles($query: mdc-helpers.$mat-typography-styles-query);
26
25
  }
27
26
  }
28
27
 
29
28
  @mixin density($config-or-theme) {
30
- $density-scale: theming.get-density-config($config-or-theme);
29
+ $density-scale: mat.get-density-config($config-or-theme);
31
30
  }
32
31
 
33
32
  @mixin theme($theme-or-color-config) {
34
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
35
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-tooltip') {
36
- $color: theming.get-color-config($theme);
37
- $density: theming.get-density-config($theme);
38
- $typography: theming.get-typography-config($theme);
33
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
34
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-tooltip') {
35
+ $color: mat.get-color-config($theme);
36
+ $density: mat.get-density-config($theme);
37
+ $typography: mat.get-typography-config($theme);
39
38
 
40
39
  @if $color != null {
41
40
  @include color($color);
@@ -1,8 +1,8 @@
1
+ @use '@angular/material' as mat;
1
2
  @use '@material/typography' as mdc-typography;
2
3
  @use 'sass:map';
4
+
3
5
  @use '../mdc-theming/all-theme';
4
- @use '../../material/core/theming/theming';
5
- @use '../../material/core/typography/typography';
6
6
  @use '../mdc-helpers/mdc-helpers';
7
7
 
8
8
  /// Generates an Angular Material typography config based on values from the official Material
@@ -73,12 +73,12 @@
73
73
  }
74
74
 
75
75
  @mixin all-mdc-component-typographies($config-or-theme: null) {
76
- $config: if(theming.private-is-theme-object($config-or-theme),
77
- theming.get-typography-config($config-or-theme), $config-or-theme);
76
+ $config: if(mat.private-is-theme-object($config-or-theme),
77
+ mat.get-typography-config($config-or-theme), $config-or-theme);
78
78
 
79
79
  // If no actual color configuration has been specified, create a default one.
80
80
  @if $config == null {
81
- $config: typography.define-typography-config();
81
+ $config: mat.define-typography-config();
82
82
  }
83
83
 
84
84
  @include all-theme.all-mdc-component-themes((
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-experimental",
3
- "version": "14.0.0-next.8",
3
+ "version": "14.0.0-next.9",
4
4
  "description": "Experimental components for Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -426,15 +426,61 @@
426
426
  },
427
427
  "peerDependencies": {
428
428
  "@angular/animations": "^14.0.0-0 || ^15.0.0",
429
- "@angular/cdk": "14.0.0-next.8",
429
+ "@angular/cdk": "14.0.0-next.9",
430
430
  "@angular/core": "^14.0.0-0 || ^15.0.0",
431
431
  "@angular/common": "^14.0.0-0 || ^15.0.0",
432
432
  "@angular/forms": "^14.0.0-0 || ^15.0.0",
433
433
  "@angular/platform-browser": "^14.0.0-0 || ^15.0.0",
434
- "@angular/material": "14.0.0-next.8",
435
- "material-components-web": "14.0.0-canary.9736ddce9.0"
434
+ "@angular/material": "14.0.0-next.9"
436
435
  },
437
436
  "dependencies": {
437
+ "@material/animation": "14.0.0-canary.9736ddce9.0",
438
+ "@material/auto-init": "14.0.0-canary.9736ddce9.0",
439
+ "@material/banner": "14.0.0-canary.9736ddce9.0",
440
+ "@material/base": "14.0.0-canary.9736ddce9.0",
441
+ "@material/button": "14.0.0-canary.9736ddce9.0",
442
+ "@material/card": "14.0.0-canary.9736ddce9.0",
443
+ "@material/checkbox": "14.0.0-canary.9736ddce9.0",
444
+ "@material/chips": "14.0.0-canary.9736ddce9.0",
445
+ "@material/circular-progress": "14.0.0-canary.9736ddce9.0",
446
+ "@material/data-table": "14.0.0-canary.9736ddce9.0",
447
+ "@material/density": "14.0.0-canary.9736ddce9.0",
448
+ "@material/dialog": "14.0.0-canary.9736ddce9.0",
449
+ "@material/dom": "14.0.0-canary.9736ddce9.0",
450
+ "@material/drawer": "14.0.0-canary.9736ddce9.0",
451
+ "@material/elevation": "14.0.0-canary.9736ddce9.0",
452
+ "@material/fab": "14.0.0-canary.9736ddce9.0",
453
+ "@material/feature-targeting": "14.0.0-canary.9736ddce9.0",
454
+ "@material/floating-label": "14.0.0-canary.9736ddce9.0",
455
+ "@material/form-field": "14.0.0-canary.9736ddce9.0",
456
+ "@material/icon-button": "14.0.0-canary.9736ddce9.0",
457
+ "@material/image-list": "14.0.0-canary.9736ddce9.0",
458
+ "@material/layout-grid": "14.0.0-canary.9736ddce9.0",
459
+ "@material/line-ripple": "14.0.0-canary.9736ddce9.0",
460
+ "@material/linear-progress": "14.0.0-canary.9736ddce9.0",
461
+ "@material/list": "14.0.0-canary.9736ddce9.0",
462
+ "@material/menu": "14.0.0-canary.9736ddce9.0",
463
+ "@material/menu-surface": "14.0.0-canary.9736ddce9.0",
464
+ "@material/notched-outline": "14.0.0-canary.9736ddce9.0",
465
+ "@material/radio": "14.0.0-canary.9736ddce9.0",
466
+ "@material/ripple": "14.0.0-canary.9736ddce9.0",
467
+ "@material/rtl": "14.0.0-canary.9736ddce9.0",
468
+ "@material/segmented-button": "14.0.0-canary.9736ddce9.0",
469
+ "@material/select": "14.0.0-canary.9736ddce9.0",
470
+ "@material/shape": "14.0.0-canary.9736ddce9.0",
471
+ "@material/slider": "14.0.0-canary.9736ddce9.0",
472
+ "@material/snackbar": "14.0.0-canary.9736ddce9.0",
473
+ "@material/switch": "14.0.0-canary.9736ddce9.0",
474
+ "@material/tab": "14.0.0-canary.9736ddce9.0",
475
+ "@material/tab-bar": "14.0.0-canary.9736ddce9.0",
476
+ "@material/tab-indicator": "14.0.0-canary.9736ddce9.0",
477
+ "@material/tab-scroller": "14.0.0-canary.9736ddce9.0",
478
+ "@material/textfield": "14.0.0-canary.9736ddce9.0",
479
+ "@material/theme": "14.0.0-canary.9736ddce9.0",
480
+ "@material/tooltip": "14.0.0-canary.9736ddce9.0",
481
+ "@material/top-app-bar": "14.0.0-canary.9736ddce9.0",
482
+ "@material/touch-target": "14.0.0-canary.9736ddce9.0",
483
+ "@material/typography": "14.0.0-canary.9736ddce9.0",
438
484
  "tslib": "^2.3.0"
439
485
  },
440
486
  "sideEffects": false,
@@ -1,21 +1,17 @@
1
1
  @use 'sass:map';
2
- @use '../../cdk/a11y';
3
- @use '../../material/core/style/variables';
4
- @use '../../material/core/style/private';
5
- @use '../../material/core/theming/theming';
6
- @use '../../material/core/typography/typography';
7
- @use '../../material/core/typography/typography-utils';
2
+ @use '@angular/cdk';
3
+ @use '@angular/material' as mat;
8
4
 
9
5
  @function _hover-content-background($direction, $background-color) {
10
6
  @return linear-gradient($direction, rgba($background-color, 0), $background-color 8px);
11
7
  }
12
8
 
13
9
  @mixin color($config-or-theme) {
14
- $config: theming.get-color-config($config-or-theme);
10
+ $config: mat.get-color-config($config-or-theme);
15
11
  $background: map.get($config, background);
16
12
  $foreground: map.get($config, foreground);
17
13
  $primary: map.get($config, primary);
18
- $background-color: theming.get-color-from-palette($background, 'card');
14
+ $background-color: mat.get-color-from-palette($background, 'card');
19
15
 
20
16
  // TODO: these structural styles don't belong in the `color` part of a theme.
21
17
  // We should figure out a better place for them.
@@ -33,7 +29,8 @@
33
29
  position: absolute;
34
30
  right: 0;
35
31
  top: 0;
36
- transition: opacity variables.$swift-ease-in-duration variables.$swift-ease-in-timing-function;
32
+ transition: opacity mat.$private-swift-ease-in-duration
33
+ mat.$private-swift-ease-in-timing-function;
37
34
  }
38
35
 
39
36
  .mat-row-hover-content-rtl {
@@ -50,7 +47,7 @@
50
47
  position: relative;
51
48
 
52
49
  &::after {
53
- background-color: theming.get-color-from-palette($primary);
50
+ background-color: mat.get-color-from-palette($primary);
54
51
  bottom: 0;
55
52
  content: '';
56
53
  height: 2px;
@@ -60,8 +57,8 @@
60
57
  right: 0;
61
58
  transform-origin: 50%;
62
59
  transform: scaleX(0.5);
63
- transition: background-color variables.$swift-ease-in-duration
64
- variables.$swift-ease-in-timing-function;
60
+ transition: background-color mat.$private-swift-ease-in-duration
61
+ mat.$private-swift-ease-in-timing-function;
65
62
  visibility: hidden;
66
63
  }
67
64
 
@@ -71,22 +68,22 @@
71
68
  &::after {
72
69
  opacity: 1;
73
70
  transform: scaleX(1);
74
- transition: transform 300ms variables.$swift-ease-out-timing-function,
75
- opacity 100ms variables.$swift-ease-out-timing-function,
76
- background-color 300ms variables.$swift-ease-out-timing-function;
71
+ transition: transform 300ms mat.$private-swift-ease-out-timing-function,
72
+ opacity 100ms mat.$private-swift-ease-out-timing-function,
73
+ background-color 300ms mat.$private-swift-ease-out-timing-function;
77
74
  visibility: visible;
78
75
  }
79
76
  }
80
77
  }
81
78
 
82
79
  .mat-edit-pane {
83
- @include private.private-theme-elevation(2, $config);
80
+ @include mat.private-theme-elevation(2, $config);
84
81
  background: $background-color;
85
- color: theming.get-color-from-palette($foreground, text);
82
+ color: mat.get-color-from-palette($foreground, text);
86
83
  display: block;
87
84
  padding: 16px 24px;
88
85
 
89
- @include a11y.high-contrast(active, off) {
86
+ @include cdk.high-contrast(active, off) {
90
87
  // Note that normally we use 1px for high contrast outline, however here we use 3,
91
88
  // because the popover is rendered on top of a table which already has some borders
92
89
  // and doesn't have a backdrop. The thicker outline makes it easier to differentiate.
@@ -147,10 +144,10 @@
147
144
  }
148
145
 
149
146
  @mixin typography($config-or-theme) {
150
- $config: typography.private-typography-to-2014-config(
151
- theming.get-typography-config($config-or-theme));
147
+ $config: mat.private-typography-to-2014-config(
148
+ mat.get-typography-config($config-or-theme));
152
149
  [mat-edit-title] {
153
- @include typography-utils.typography-level($config, title);
150
+ @include mat.typography-level($config, title);
154
151
  }
155
152
  }
156
153
 
@@ -158,11 +155,11 @@
158
155
  @mixin density($config-or-theme) {}
159
156
 
160
157
  @mixin theme($theme-or-color-config) {
161
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
162
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-popover-edit') {
163
- $color: theming.get-color-config($theme);
164
- $density: theming.get-density-config($theme);
165
- $typography: theming.get-typography-config($theme);
158
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
159
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-popover-edit') {
160
+ $color: mat.get-color-config($theme);
161
+ $density: mat.get-density-config($theme);
162
+ $typography: mat.get-typography-config($theme);
166
163
 
167
164
  @if $color != null {
168
165
  @include color($color);
@@ -1,8 +1,8 @@
1
- @use '../../material/core/theming/theming';
1
+ @use '@angular/material' as mat;
2
2
 
3
3
  @mixin theme($theme-or-color-config) {
4
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
5
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-selection');
4
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
5
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-selection');
6
6
  }
7
7
 
8
8
  @mixin typography($config-or-theme) {}