@angular/material 17.1.0-next.1 → 17.1.0-next.3

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 (386) hide show
  1. package/button/_button-base.scss +14 -2
  2. package/button/_button-theme.scss +11 -11
  3. package/button/_fab-theme.scss +1 -8
  4. package/button/index.d.ts +31 -2
  5. package/checkbox/_checkbox-theme.scss +5 -10
  6. package/checkbox/index.d.ts +28 -5
  7. package/core/index.d.ts +18 -2
  8. package/core/internal-form-field/_internal-form-field-theme.scss +37 -0
  9. package/core/tokens/m2/mat/_fab.scss +3 -0
  10. package/core/tokens/m2/mat/_filled-button.scss +3 -0
  11. package/core/tokens/m2/mat/_icon-button.scss +3 -0
  12. package/core/tokens/m2/mat/_outlined-button.scss +3 -0
  13. package/core/tokens/m2/mat/_protected-button.scss +3 -0
  14. package/core/tokens/m2/mat/_tab-header.scss +6 -1
  15. package/core/tokens/m2/mat/_text-button.scss +3 -0
  16. package/core/tokens/m2/mdc/_filled-button.scss +7 -6
  17. package/core/tokens/m2/mdc/_form-field.scss +46 -0
  18. package/core/tokens/m2/mdc/_outlined-button.scss +7 -7
  19. package/core/tokens/m2/mdc/_protected-button.scss +7 -6
  20. package/core/tokens/m2/mdc/_text-button.scss +7 -8
  21. package/esm2022/autocomplete/autocomplete-origin.mjs +4 -4
  22. package/esm2022/autocomplete/autocomplete-trigger.mjs +4 -4
  23. package/esm2022/autocomplete/autocomplete.mjs +4 -4
  24. package/esm2022/autocomplete/module.mjs +5 -5
  25. package/esm2022/autocomplete/testing/autocomplete-harness.mjs +1 -1
  26. package/esm2022/badge/badge-module.mjs +5 -5
  27. package/esm2022/badge/badge.mjs +4 -4
  28. package/esm2022/badge/testing/badge-harness.mjs +1 -1
  29. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
  30. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
  31. package/esm2022/bottom-sheet/bottom-sheet-ref.mjs +1 -1
  32. package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
  33. package/esm2022/button/button-base.mjs +46 -19
  34. package/esm2022/button/button.mjs +9 -9
  35. package/esm2022/button/fab.mjs +17 -17
  36. package/esm2022/button/icon-button.mjs +9 -9
  37. package/esm2022/button/module.mjs +5 -5
  38. package/esm2022/button/public-api.mjs +2 -1
  39. package/esm2022/button/testing/button-harness.mjs +4 -3
  40. package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
  41. package/esm2022/button-toggle/button-toggle.mjs +7 -7
  42. package/esm2022/button-toggle/testing/button-toggle-harness.mjs +1 -1
  43. package/esm2022/card/card.mjs +43 -43
  44. package/esm2022/card/module.mjs +5 -5
  45. package/esm2022/checkbox/checkbox-required-validator.mjs +11 -5
  46. package/esm2022/checkbox/checkbox.mjs +39 -7
  47. package/esm2022/checkbox/module.mjs +16 -13
  48. package/esm2022/checkbox/testing/checkbox-harness.mjs +1 -1
  49. package/esm2022/chips/chip-action.mjs +4 -4
  50. package/esm2022/chips/chip-edit-input.mjs +4 -4
  51. package/esm2022/chips/chip-grid.mjs +4 -4
  52. package/esm2022/chips/chip-icons.mjs +10 -10
  53. package/esm2022/chips/chip-input.mjs +4 -4
  54. package/esm2022/chips/chip-listbox.mjs +4 -5
  55. package/esm2022/chips/chip-option.mjs +4 -4
  56. package/esm2022/chips/chip-row.mjs +4 -4
  57. package/esm2022/chips/chip-set.mjs +4 -4
  58. package/esm2022/chips/chip.mjs +5 -4
  59. package/esm2022/chips/module.mjs +5 -5
  60. package/esm2022/chips/testing/chip-edit-input-harness.mjs +1 -1
  61. package/esm2022/chips/testing/chip-input-harness.mjs +1 -1
  62. package/esm2022/chips/testing/chip-listbox-harness.mjs +1 -1
  63. package/esm2022/chips/testing/chip-option-harness.mjs +1 -1
  64. package/esm2022/chips/testing/chip-row-harness.mjs +1 -1
  65. package/esm2022/core/common-behaviors/color.mjs +1 -1
  66. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  67. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  68. package/esm2022/core/common-behaviors/initialized.mjs +1 -1
  69. package/esm2022/core/datetime/date-adapter.mjs +1 -1
  70. package/esm2022/core/datetime/index.mjs +9 -9
  71. package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
  72. package/esm2022/core/error/error-options.mjs +7 -7
  73. package/esm2022/core/internal-form-field/internal-form-field.mjs +29 -0
  74. package/esm2022/core/line/line.mjs +8 -8
  75. package/esm2022/core/option/index.mjs +5 -5
  76. package/esm2022/core/option/optgroup.mjs +4 -4
  77. package/esm2022/core/option/option.mjs +4 -4
  78. package/esm2022/core/private/ripple-loader.mjs +30 -12
  79. package/esm2022/core/public-api.mjs +2 -1
  80. package/esm2022/core/ripple/index.mjs +5 -5
  81. package/esm2022/core/ripple/ripple-event-manager.mjs +1 -1
  82. package/esm2022/core/ripple/ripple-renderer.mjs +1 -1
  83. package/esm2022/core/ripple/ripple.mjs +4 -4
  84. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  85. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  86. package/esm2022/core/version.mjs +1 -1
  87. package/esm2022/datepicker/aria-accessible-name.mjs +1 -1
  88. package/esm2022/datepicker/calendar-body.mjs +4 -4
  89. package/esm2022/datepicker/calendar.mjs +7 -7
  90. package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
  91. package/esm2022/datepicker/date-range-input.mjs +4 -4
  92. package/esm2022/datepicker/date-range-picker.mjs +4 -4
  93. package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
  94. package/esm2022/datepicker/date-selection-model.mjs +10 -10
  95. package/esm2022/datepicker/datepicker-actions.mjs +10 -10
  96. package/esm2022/datepicker/datepicker-base.mjs +7 -7
  97. package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
  98. package/esm2022/datepicker/datepicker-input.mjs +4 -4
  99. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  100. package/esm2022/datepicker/datepicker-module.mjs +5 -5
  101. package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
  102. package/esm2022/datepicker/datepicker.mjs +4 -4
  103. package/esm2022/datepicker/month-view.mjs +4 -4
  104. package/esm2022/datepicker/multi-year-view.mjs +4 -4
  105. package/esm2022/datepicker/testing/calendar-harness.mjs +1 -1
  106. package/esm2022/datepicker/testing/datepicker-input-harness-base.mjs +1 -1
  107. package/esm2022/datepicker/testing/datepicker-input-harness.mjs +1 -1
  108. package/esm2022/datepicker/testing/datepicker-trigger-harness-base.mjs +1 -1
  109. package/esm2022/datepicker/year-view.mjs +4 -4
  110. package/esm2022/dialog/dialog-container.mjs +4 -4
  111. package/esm2022/dialog/dialog-content-directives.mjs +13 -13
  112. package/esm2022/dialog/dialog-ref.mjs +1 -1
  113. package/esm2022/dialog/dialog.mjs +4 -4
  114. package/esm2022/dialog/module.mjs +5 -5
  115. package/esm2022/dialog/testing/dialog-opener.mjs +1 -1
  116. package/esm2022/divider/divider-module.mjs +5 -5
  117. package/esm2022/divider/divider.mjs +4 -4
  118. package/esm2022/expansion/accordion.mjs +4 -4
  119. package/esm2022/expansion/expansion-module.mjs +5 -5
  120. package/esm2022/expansion/expansion-panel-content.mjs +4 -4
  121. package/esm2022/expansion/expansion-panel-header.mjs +10 -10
  122. package/esm2022/expansion/expansion-panel.mjs +7 -7
  123. package/esm2022/expansion/testing/expansion-harness.mjs +1 -1
  124. package/esm2022/form-field/directives/error.mjs +4 -4
  125. package/esm2022/form-field/directives/floating-label.mjs +4 -4
  126. package/esm2022/form-field/directives/hint.mjs +4 -4
  127. package/esm2022/form-field/directives/label.mjs +4 -4
  128. package/esm2022/form-field/directives/line-ripple.mjs +4 -4
  129. package/esm2022/form-field/directives/notched-outline.mjs +4 -4
  130. package/esm2022/form-field/directives/prefix.mjs +4 -4
  131. package/esm2022/form-field/directives/suffix.mjs +4 -4
  132. package/esm2022/form-field/form-field-control.mjs +4 -4
  133. package/esm2022/form-field/form-field.mjs +4 -4
  134. package/esm2022/form-field/module.mjs +5 -5
  135. package/esm2022/form-field/testing/form-field-harness.mjs +1 -1
  136. package/esm2022/grid-list/grid-list-module.mjs +5 -5
  137. package/esm2022/grid-list/grid-list.mjs +4 -4
  138. package/esm2022/grid-list/grid-tile.mjs +16 -16
  139. package/esm2022/grid-list/testing/grid-list-harness.mjs +1 -1
  140. package/esm2022/grid-list/tile-coordinator.mjs +1 -1
  141. package/esm2022/grid-list/tile-styler.mjs +1 -1
  142. package/esm2022/icon/icon-module.mjs +5 -5
  143. package/esm2022/icon/icon-registry.mjs +4 -4
  144. package/esm2022/icon/icon.mjs +4 -4
  145. package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
  146. package/esm2022/icon/testing/icon-harness.mjs +1 -1
  147. package/esm2022/icon/trusted-types.mjs +1 -1
  148. package/esm2022/input/input.mjs +4 -4
  149. package/esm2022/input/module.mjs +5 -5
  150. package/esm2022/input/testing/input-harness.mjs +1 -1
  151. package/esm2022/input/testing/native-select-harness.mjs +1 -1
  152. package/esm2022/list/action-list.mjs +4 -4
  153. package/esm2022/list/list-base.mjs +7 -7
  154. package/esm2022/list/list-item-sections.mjs +19 -19
  155. package/esm2022/list/list-module.mjs +5 -5
  156. package/esm2022/list/list-option.mjs +4 -4
  157. package/esm2022/list/list.mjs +7 -7
  158. package/esm2022/list/nav-list.mjs +4 -4
  159. package/esm2022/list/selection-list.mjs +4 -4
  160. package/esm2022/list/subheader.mjs +4 -4
  161. package/esm2022/list/testing/list-harness-base.mjs +1 -1
  162. package/esm2022/list/testing/list-item-harness-base.mjs +1 -1
  163. package/esm2022/list/testing/selection-list-harness.mjs +1 -1
  164. package/esm2022/menu/menu-content.mjs +4 -4
  165. package/esm2022/menu/menu-item.mjs +4 -4
  166. package/esm2022/menu/menu-trigger.mjs +4 -4
  167. package/esm2022/menu/menu.mjs +4 -4
  168. package/esm2022/menu/module.mjs +5 -5
  169. package/esm2022/menu/testing/menu-harness.mjs +1 -1
  170. package/esm2022/paginator/module.mjs +5 -5
  171. package/esm2022/paginator/paginator-intl.mjs +4 -4
  172. package/esm2022/paginator/paginator.mjs +4 -4
  173. package/esm2022/paginator/testing/paginator-harness.mjs +1 -1
  174. package/esm2022/progress-bar/module.mjs +5 -5
  175. package/esm2022/progress-bar/progress-bar.mjs +4 -4
  176. package/esm2022/progress-spinner/module.mjs +5 -5
  177. package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
  178. package/esm2022/radio/module.mjs +5 -5
  179. package/esm2022/radio/radio.mjs +12 -9
  180. package/esm2022/radio/testing/radio-harness.mjs +1 -1
  181. package/esm2022/select/module.mjs +5 -5
  182. package/esm2022/select/select.mjs +7 -7
  183. package/esm2022/select/testing/select-harness.mjs +1 -1
  184. package/esm2022/sidenav/drawer.mjs +10 -10
  185. package/esm2022/sidenav/sidenav-module.mjs +5 -5
  186. package/esm2022/sidenav/sidenav.mjs +10 -10
  187. package/esm2022/sidenav/testing/drawer-harness.mjs +1 -1
  188. package/esm2022/slide-toggle/module.mjs +16 -22
  189. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +11 -4
  190. package/esm2022/slide-toggle/slide-toggle.mjs +39 -8
  191. package/esm2022/slide-toggle/testing/slide-toggle-harness.mjs +1 -1
  192. package/esm2022/slider/module.mjs +5 -5
  193. package/esm2022/slider/slider-input.mjs +9 -8
  194. package/esm2022/slider/slider-thumb.mjs +4 -4
  195. package/esm2022/slider/slider.mjs +6 -6
  196. package/esm2022/slider/testing/slider-harness.mjs +1 -1
  197. package/esm2022/snack-bar/module.mjs +5 -5
  198. package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
  199. package/esm2022/snack-bar/snack-bar-container.mjs +4 -4
  200. package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
  201. package/esm2022/snack-bar/snack-bar-ref.mjs +1 -1
  202. package/esm2022/snack-bar/snack-bar.mjs +4 -4
  203. package/esm2022/snack-bar/testing/snack-bar-harness.mjs +1 -1
  204. package/esm2022/sort/sort-header-intl.mjs +4 -4
  205. package/esm2022/sort/sort-header.mjs +4 -4
  206. package/esm2022/sort/sort-module.mjs +5 -5
  207. package/esm2022/sort/sort.mjs +4 -4
  208. package/esm2022/sort/testing/sort-harness.mjs +1 -1
  209. package/esm2022/sort/testing/sort-header-harness.mjs +1 -1
  210. package/esm2022/stepper/step-content.mjs +4 -4
  211. package/esm2022/stepper/step-header.mjs +4 -4
  212. package/esm2022/stepper/step-label.mjs +4 -4
  213. package/esm2022/stepper/stepper-button.mjs +7 -7
  214. package/esm2022/stepper/stepper-icon.mjs +4 -4
  215. package/esm2022/stepper/stepper-intl.mjs +4 -4
  216. package/esm2022/stepper/stepper-module.mjs +5 -5
  217. package/esm2022/stepper/stepper.mjs +7 -7
  218. package/esm2022/stepper/testing/step-harness.mjs +1 -1
  219. package/esm2022/stepper/testing/stepper-harness.mjs +1 -1
  220. package/esm2022/table/cell.mjs +22 -22
  221. package/esm2022/table/module.mjs +5 -5
  222. package/esm2022/table/row.mjs +22 -22
  223. package/esm2022/table/table-data-source.mjs +1 -1
  224. package/esm2022/table/table.mjs +7 -7
  225. package/esm2022/table/testing/cell-harness.mjs +1 -1
  226. package/esm2022/table/testing/table-harness.mjs +1 -1
  227. package/esm2022/table/text-column.mjs +4 -4
  228. package/esm2022/tabs/ink-bar.mjs +1 -1
  229. package/esm2022/tabs/module.mjs +5 -5
  230. package/esm2022/tabs/paginated-tab-header.mjs +4 -4
  231. package/esm2022/tabs/tab-body.mjs +7 -7
  232. package/esm2022/tabs/tab-content.mjs +4 -4
  233. package/esm2022/tabs/tab-group.mjs +14 -5
  234. package/esm2022/tabs/tab-header.mjs +5 -5
  235. package/esm2022/tabs/tab-label-wrapper.mjs +4 -4
  236. package/esm2022/tabs/tab-label.mjs +4 -4
  237. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +11 -11
  238. package/esm2022/tabs/tab.mjs +4 -4
  239. package/esm2022/tabs/testing/tab-group-harness.mjs +1 -1
  240. package/esm2022/tabs/testing/tab-nav-bar-harness.mjs +1 -1
  241. package/esm2022/toolbar/toolbar-module.mjs +5 -5
  242. package/esm2022/toolbar/toolbar.mjs +7 -7
  243. package/esm2022/tooltip/module.mjs +5 -5
  244. package/esm2022/tooltip/tooltip.mjs +7 -7
  245. package/esm2022/tree/data-source/flat-data-source.mjs +1 -1
  246. package/esm2022/tree/node.mjs +10 -10
  247. package/esm2022/tree/outlet.mjs +4 -4
  248. package/esm2022/tree/padding.mjs +4 -4
  249. package/esm2022/tree/testing/node-harness.mjs +1 -1
  250. package/esm2022/tree/testing/tree-harness.mjs +1 -1
  251. package/esm2022/tree/toggle.mjs +4 -4
  252. package/esm2022/tree/tree-module.mjs +5 -5
  253. package/esm2022/tree/tree.mjs +4 -4
  254. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  255. package/fesm2022/autocomplete.mjs +13 -13
  256. package/fesm2022/autocomplete.mjs.map +1 -1
  257. package/fesm2022/badge/testing.mjs.map +1 -1
  258. package/fesm2022/badge.mjs +7 -7
  259. package/fesm2022/badge.mjs.map +1 -1
  260. package/fesm2022/bottom-sheet.mjs +10 -10
  261. package/fesm2022/bottom-sheet.mjs.map +1 -1
  262. package/fesm2022/button/testing.mjs +3 -2
  263. package/fesm2022/button/testing.mjs.map +1 -1
  264. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  265. package/fesm2022/button-toggle.mjs +10 -10
  266. package/fesm2022/button-toggle.mjs.map +1 -1
  267. package/fesm2022/button.mjs +82 -55
  268. package/fesm2022/button.mjs.map +1 -1
  269. package/fesm2022/card.mjs +46 -46
  270. package/fesm2022/card.mjs.map +1 -1
  271. package/fesm2022/checkbox/testing.mjs.map +1 -1
  272. package/fesm2022/checkbox.mjs +61 -20
  273. package/fesm2022/checkbox.mjs.map +1 -1
  274. package/fesm2022/chips/testing.mjs.map +1 -1
  275. package/fesm2022/chips.mjs +41 -41
  276. package/fesm2022/chips.mjs.map +1 -1
  277. package/fesm2022/core.mjs +103 -65
  278. package/fesm2022/core.mjs.map +1 -1
  279. package/fesm2022/datepicker/testing.mjs.map +1 -1
  280. package/fesm2022/datepicker.mjs +82 -82
  281. package/fesm2022/datepicker.mjs.map +1 -1
  282. package/fesm2022/dialog/testing.mjs.map +1 -1
  283. package/fesm2022/dialog.mjs +22 -22
  284. package/fesm2022/dialog.mjs.map +1 -1
  285. package/fesm2022/divider.mjs +7 -7
  286. package/fesm2022/divider.mjs.map +1 -1
  287. package/fesm2022/expansion/testing.mjs.map +1 -1
  288. package/fesm2022/expansion.mjs +25 -25
  289. package/fesm2022/expansion.mjs.map +1 -1
  290. package/fesm2022/form-field/testing.mjs.map +1 -1
  291. package/fesm2022/form-field.mjs +34 -34
  292. package/fesm2022/form-field.mjs.map +1 -1
  293. package/fesm2022/grid-list/testing.mjs.map +1 -1
  294. package/fesm2022/grid-list.mjs +22 -22
  295. package/fesm2022/grid-list.mjs.map +1 -1
  296. package/fesm2022/icon/testing.mjs +7 -7
  297. package/fesm2022/icon/testing.mjs.map +1 -1
  298. package/fesm2022/icon.mjs +10 -10
  299. package/fesm2022/icon.mjs.map +1 -1
  300. package/fesm2022/input/testing.mjs.map +1 -1
  301. package/fesm2022/input.mjs +7 -7
  302. package/fesm2022/input.mjs.map +1 -1
  303. package/fesm2022/list/testing.mjs.map +1 -1
  304. package/fesm2022/list.mjs +49 -49
  305. package/fesm2022/list.mjs.map +1 -1
  306. package/fesm2022/menu/testing.mjs.map +1 -1
  307. package/fesm2022/menu.mjs +16 -16
  308. package/fesm2022/menu.mjs.map +1 -1
  309. package/fesm2022/paginator/testing.mjs.map +1 -1
  310. package/fesm2022/paginator.mjs +10 -10
  311. package/fesm2022/paginator.mjs.map +1 -1
  312. package/fesm2022/progress-bar.mjs +7 -7
  313. package/fesm2022/progress-bar.mjs.map +1 -1
  314. package/fesm2022/progress-spinner.mjs +7 -7
  315. package/fesm2022/progress-spinner.mjs.map +1 -1
  316. package/fesm2022/radio/testing.mjs.map +1 -1
  317. package/fesm2022/radio.mjs +16 -13
  318. package/fesm2022/radio.mjs.map +1 -1
  319. package/fesm2022/select/testing.mjs.map +1 -1
  320. package/fesm2022/select.mjs +10 -10
  321. package/fesm2022/select.mjs.map +1 -1
  322. package/fesm2022/sidenav/testing.mjs.map +1 -1
  323. package/fesm2022/sidenav.mjs +22 -22
  324. package/fesm2022/sidenav.mjs.map +1 -1
  325. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  326. package/fesm2022/slide-toggle.mjs +61 -29
  327. package/fesm2022/slide-toggle.mjs.map +1 -1
  328. package/fesm2022/slider/testing.mjs.map +1 -1
  329. package/fesm2022/slider.mjs +20 -19
  330. package/fesm2022/slider.mjs.map +1 -1
  331. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  332. package/fesm2022/snack-bar.mjs +22 -22
  333. package/fesm2022/snack-bar.mjs.map +1 -1
  334. package/fesm2022/sort/testing.mjs.map +1 -1
  335. package/fesm2022/sort.mjs +13 -13
  336. package/fesm2022/sort.mjs.map +1 -1
  337. package/fesm2022/stepper/testing.mjs.map +1 -1
  338. package/fesm2022/stepper.mjs +31 -31
  339. package/fesm2022/stepper.mjs.map +1 -1
  340. package/fesm2022/table/testing.mjs.map +1 -1
  341. package/fesm2022/table.mjs +55 -55
  342. package/fesm2022/table.mjs.map +1 -1
  343. package/fesm2022/tabs/testing.mjs.map +1 -1
  344. package/fesm2022/tabs.mjs +52 -43
  345. package/fesm2022/tabs.mjs.map +1 -1
  346. package/fesm2022/toolbar.mjs +10 -10
  347. package/fesm2022/toolbar.mjs.map +1 -1
  348. package/fesm2022/tooltip.mjs +10 -10
  349. package/fesm2022/tooltip.mjs.map +1 -1
  350. package/fesm2022/tree/testing.mjs.map +1 -1
  351. package/fesm2022/tree.mjs +25 -25
  352. package/fesm2022/tree.mjs.map +1 -1
  353. package/package.json +2 -2
  354. package/prebuilt-themes/deeppurple-amber.css +1 -1
  355. package/prebuilt-themes/indigo-pink.css +1 -1
  356. package/prebuilt-themes/pink-bluegrey.css +1 -1
  357. package/prebuilt-themes/purple-green.css +1 -1
  358. package/radio/_radio-theme.scss +5 -10
  359. package/radio/index.d.ts +2 -0
  360. package/schematics/ng-add/fonts/material-fonts.js +1 -1
  361. package/schematics/ng-add/fonts/material-fonts.mjs +1 -1
  362. package/schematics/ng-add/index.js +2 -2
  363. package/schematics/ng-add/index.mjs +2 -2
  364. package/schematics/ng-add/package-config.js +1 -1
  365. package/schematics/ng-add/package-config.mjs +1 -1
  366. package/schematics/ng-add/setup-project.js +1 -1
  367. package/schematics/ng-add/setup-project.mjs +1 -1
  368. package/schematics/ng-add/theming/theming.js +1 -1
  369. package/schematics/ng-add/theming/theming.mjs +1 -1
  370. package/schematics/ng-generate/address-form/index.js +1 -1
  371. package/schematics/ng-generate/address-form/index.mjs +1 -1
  372. package/schematics/ng-generate/dashboard/index.js +1 -1
  373. package/schematics/ng-generate/dashboard/index.mjs +1 -1
  374. package/schematics/ng-generate/mdc-migration/index_bundled.js +202 -193
  375. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +4 -4
  376. package/schematics/ng-generate/navigation/index.js +1 -1
  377. package/schematics/ng-generate/navigation/index.mjs +1 -1
  378. package/schematics/ng-generate/table/index.js +1 -1
  379. package/schematics/ng-generate/table/index.mjs +1 -1
  380. package/schematics/ng-generate/tree/index.js +1 -1
  381. package/schematics/ng-generate/tree/index.mjs +1 -1
  382. package/schematics/ng-update/index_bundled.js.map +1 -1
  383. package/slide-toggle/_slide-toggle-theme.scss +5 -4
  384. package/slide-toggle/index.d.ts +30 -6
  385. package/tabs/_tabs-common.scss +20 -1
  386. package/tabs/index.d.ts +5 -1
@@ -1 +1 @@
1
- {"version":3,"file":"testing.mjs","sources":["../../../../../../../src/material/sidenav/testing/drawer-harness.ts","../../../../../../../src/material/sidenav/testing/drawer-content-harness.ts","../../../../../../../src/material/sidenav/testing/drawer-container-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-content-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-container-harness.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerHarnessFilters} from './drawer-harness-filters';\n\n/**\n * Base class for the drawer harness functionality.\n * @docs-private\n */\nexport class MatDrawerHarnessBase extends ContentContainerComponentHarness<string> {\n /** Whether the drawer is open. */\n async isOpen(): Promise<boolean> {\n return (await this.host()).hasClass('mat-drawer-opened');\n }\n\n /** Gets the position of the drawer inside its container. */\n async getPosition(): Promise<'start' | 'end'> {\n const host = await this.host();\n return (await host.hasClass('mat-drawer-end')) ? 'end' : 'start';\n }\n\n /** Gets the mode that the drawer is in. */\n async getMode(): Promise<'over' | 'push' | 'side'> {\n const host = await this.host();\n\n if (await host.hasClass('mat-drawer-push')) {\n return 'push';\n }\n\n if (await host.hasClass('mat-drawer-side')) {\n return 'side';\n }\n\n return 'over';\n }\n}\n\n/** Harness for interacting with a standard mat-drawer in tests. */\nexport class MatDrawerHarness extends MatDrawerHarnessBase {\n /** The selector for the host element of a `MatDrawer` instance. */\n static hostSelector = '.mat-drawer';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerHarness` that meets\n * certain criteria.\n * @param options Options for filtering which drawer instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(options: DrawerHarnessFilters = {}): HarnessPredicate<MatDrawerHarness> {\n return new HarnessPredicate(MatDrawerHarness, options).addOption(\n 'position',\n options.position,\n async (harness, position) => (await harness.getPosition()) === position,\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContentHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-drawer-content in tests. */\nexport class MatDrawerContentHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatDrawerContent` instance. */\n static hostSelector = '.mat-drawer-content';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerContentHarness` that\n * meets certain criteria.\n * @param options Options for filtering which drawer content instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContentHarnessFilters = {},\n ): HarnessPredicate<MatDrawerContentHarness> {\n return new HarnessPredicate(MatDrawerContentHarness, options);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContainerHarnessFilters, DrawerHarnessFilters} from './drawer-harness-filters';\nimport {MatDrawerContentHarness} from './drawer-content-harness';\nimport {MatDrawerHarness} from './drawer-harness';\n\n/** Harness for interacting with a standard mat-drawer-container in tests. */\nexport class MatDrawerContainerHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatDrawerContainer` instance. */\n static hostSelector = '.mat-drawer-container';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerContainerHarness` that\n * meets certain criteria.\n * @param options Options for filtering which container instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContainerHarnessFilters = {},\n ): HarnessPredicate<MatDrawerContainerHarness> {\n return new HarnessPredicate(MatDrawerContainerHarness, options);\n }\n\n /**\n * Gets drawers that match particular criteria within the container.\n * @param filter Optionally filters which chips are included.\n */\n async getDrawers(filter: DrawerHarnessFilters = {}): Promise<MatDrawerHarness[]> {\n return this.locatorForAll(MatDrawerHarness.with(filter))();\n }\n\n /** Gets the element that has the container's content. */\n async getContent(): Promise<MatDrawerContentHarness> {\n return this.locatorFor(MatDrawerContentHarness)();\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContentHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-sidenav-content in tests. */\nexport class MatSidenavContentHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatSidenavContent` instance. */\n static hostSelector = '.mat-sidenav-content';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavContentHarness` that\n * meets certain criteria.\n * @param options Options for filtering which sidenav content instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContentHarnessFilters = {},\n ): HarnessPredicate<MatSidenavContentHarness> {\n return new HarnessPredicate(MatSidenavContentHarness, options);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {HarnessPredicate} from '@angular/cdk/testing';\nimport {MatDrawerHarnessBase} from './drawer-harness';\nimport {DrawerHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-sidenav in tests. */\nexport class MatSidenavHarness extends MatDrawerHarnessBase {\n /** The selector for the host element of a `MatSidenav` instance. */\n static hostSelector = '.mat-sidenav';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavHarness` that meets\n * certain criteria.\n * @param options Options for filtering which sidenav instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(options: DrawerHarnessFilters = {}): HarnessPredicate<MatSidenavHarness> {\n return new HarnessPredicate(MatSidenavHarness, options).addOption(\n 'position',\n options.position,\n async (harness, position) => (await harness.getPosition()) === position,\n );\n }\n\n /** Whether the sidenav is fixed in the viewport. */\n async isFixedInViewport(): Promise<boolean> {\n return (await this.host()).hasClass('mat-sidenav-fixed');\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContainerHarnessFilters, DrawerHarnessFilters} from './drawer-harness-filters';\nimport {MatSidenavContentHarness} from './sidenav-content-harness';\nimport {MatSidenavHarness} from './sidenav-harness';\n\n/** Harness for interacting with a standard mat-sidenav-container in tests. */\nexport class MatSidenavContainerHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatSidenavContainer` instance. */\n static hostSelector = '.mat-sidenav-container';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavContainerHarness` that\n * meets certain criteria.\n * @param options Options for filtering which container instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContainerHarnessFilters = {},\n ): HarnessPredicate<MatSidenavContainerHarness> {\n return new HarnessPredicate(MatSidenavContainerHarness, options);\n }\n\n /**\n * Gets sidenavs that match particular criteria within the container.\n * @param filter Optionally filters which chips are included.\n */\n async getSidenavs(filter: DrawerHarnessFilters = {}): Promise<MatSidenavHarness[]> {\n return this.locatorForAll(MatSidenavHarness.with(filter))();\n }\n\n /** Gets the element that has the container's content. */\n async getContent(): Promise<MatSidenavContentHarness> {\n return this.locatorFor(MatSidenavContentHarness)();\n }\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"testing.mjs","sources":["../../../../../../../src/material/sidenav/testing/drawer-harness.ts","../../../../../../../src/material/sidenav/testing/drawer-content-harness.ts","../../../../../../../src/material/sidenav/testing/drawer-container-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-content-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-harness.ts","../../../../../../../src/material/sidenav/testing/sidenav-container-harness.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerHarnessFilters} from './drawer-harness-filters';\n\n/**\n * Base class for the drawer harness functionality.\n * @docs-private\n */\nexport class MatDrawerHarnessBase extends ContentContainerComponentHarness<string> {\n /** Whether the drawer is open. */\n async isOpen(): Promise<boolean> {\n return (await this.host()).hasClass('mat-drawer-opened');\n }\n\n /** Gets the position of the drawer inside its container. */\n async getPosition(): Promise<'start' | 'end'> {\n const host = await this.host();\n return (await host.hasClass('mat-drawer-end')) ? 'end' : 'start';\n }\n\n /** Gets the mode that the drawer is in. */\n async getMode(): Promise<'over' | 'push' | 'side'> {\n const host = await this.host();\n\n if (await host.hasClass('mat-drawer-push')) {\n return 'push';\n }\n\n if (await host.hasClass('mat-drawer-side')) {\n return 'side';\n }\n\n return 'over';\n }\n}\n\n/** Harness for interacting with a standard mat-drawer in tests. */\nexport class MatDrawerHarness extends MatDrawerHarnessBase {\n /** The selector for the host element of a `MatDrawer` instance. */\n static hostSelector = '.mat-drawer';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerHarness` that meets\n * certain criteria.\n * @param options Options for filtering which drawer instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(options: DrawerHarnessFilters = {}): HarnessPredicate<MatDrawerHarness> {\n return new HarnessPredicate(MatDrawerHarness, options).addOption(\n 'position',\n options.position,\n async (harness, position) => (await harness.getPosition()) === position,\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContentHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-drawer-content in tests. */\nexport class MatDrawerContentHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatDrawerContent` instance. */\n static hostSelector = '.mat-drawer-content';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerContentHarness` that\n * meets certain criteria.\n * @param options Options for filtering which drawer content instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContentHarnessFilters = {},\n ): HarnessPredicate<MatDrawerContentHarness> {\n return new HarnessPredicate(MatDrawerContentHarness, options);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContainerHarnessFilters, DrawerHarnessFilters} from './drawer-harness-filters';\nimport {MatDrawerContentHarness} from './drawer-content-harness';\nimport {MatDrawerHarness} from './drawer-harness';\n\n/** Harness for interacting with a standard mat-drawer-container in tests. */\nexport class MatDrawerContainerHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatDrawerContainer` instance. */\n static hostSelector = '.mat-drawer-container';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatDrawerContainerHarness` that\n * meets certain criteria.\n * @param options Options for filtering which container instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContainerHarnessFilters = {},\n ): HarnessPredicate<MatDrawerContainerHarness> {\n return new HarnessPredicate(MatDrawerContainerHarness, options);\n }\n\n /**\n * Gets drawers that match particular criteria within the container.\n * @param filter Optionally filters which chips are included.\n */\n async getDrawers(filter: DrawerHarnessFilters = {}): Promise<MatDrawerHarness[]> {\n return this.locatorForAll(MatDrawerHarness.with(filter))();\n }\n\n /** Gets the element that has the container's content. */\n async getContent(): Promise<MatDrawerContentHarness> {\n return this.locatorFor(MatDrawerContentHarness)();\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContentHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-sidenav-content in tests. */\nexport class MatSidenavContentHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatSidenavContent` instance. */\n static hostSelector = '.mat-sidenav-content';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavContentHarness` that\n * meets certain criteria.\n * @param options Options for filtering which sidenav content instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContentHarnessFilters = {},\n ): HarnessPredicate<MatSidenavContentHarness> {\n return new HarnessPredicate(MatSidenavContentHarness, options);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {HarnessPredicate} from '@angular/cdk/testing';\nimport {MatDrawerHarnessBase} from './drawer-harness';\nimport {DrawerHarnessFilters} from './drawer-harness-filters';\n\n/** Harness for interacting with a standard mat-sidenav in tests. */\nexport class MatSidenavHarness extends MatDrawerHarnessBase {\n /** The selector for the host element of a `MatSidenav` instance. */\n static hostSelector = '.mat-sidenav';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavHarness` that meets\n * certain criteria.\n * @param options Options for filtering which sidenav instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(options: DrawerHarnessFilters = {}): HarnessPredicate<MatSidenavHarness> {\n return new HarnessPredicate(MatSidenavHarness, options).addOption(\n 'position',\n options.position,\n async (harness, position) => (await harness.getPosition()) === position,\n );\n }\n\n /** Whether the sidenav is fixed in the viewport. */\n async isFixedInViewport(): Promise<boolean> {\n return (await this.host()).hasClass('mat-sidenav-fixed');\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ContentContainerComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DrawerContainerHarnessFilters, DrawerHarnessFilters} from './drawer-harness-filters';\nimport {MatSidenavContentHarness} from './sidenav-content-harness';\nimport {MatSidenavHarness} from './sidenav-harness';\n\n/** Harness for interacting with a standard mat-sidenav-container in tests. */\nexport class MatSidenavContainerHarness extends ContentContainerComponentHarness<string> {\n /** The selector for the host element of a `MatSidenavContainer` instance. */\n static hostSelector = '.mat-sidenav-container';\n\n /**\n * Gets a `HarnessPredicate` that can be used to search for a `MatSidenavContainerHarness` that\n * meets certain criteria.\n * @param options Options for filtering which container instances are considered a match.\n * @return a `HarnessPredicate` configured with the given options.\n */\n static with(\n options: DrawerContainerHarnessFilters = {},\n ): HarnessPredicate<MatSidenavContainerHarness> {\n return new HarnessPredicate(MatSidenavContainerHarness, options);\n }\n\n /**\n * Gets sidenavs that match particular criteria within the container.\n * @param filter Optionally filters which chips are included.\n */\n async getSidenavs(filter: DrawerHarnessFilters = {}): Promise<MatSidenavHarness[]> {\n return this.locatorForAll(MatSidenavHarness.with(filter))();\n }\n\n /** Gets the element that has the container's content. */\n async getContent(): Promise<MatSidenavContentHarness> {\n return this.locatorFor(MatSidenavContentHarness)();\n }\n}\n"],"names":[],"mappings":"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"}
@@ -71,15 +71,15 @@ class MatDrawerContent extends CdkScrollable {
71
71
  this._changeDetectorRef.markForCheck();
72
72
  });
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawerContent, deps: [{ token: i0.ChangeDetectorRef }, { token: forwardRef(() => MatDrawerContainer) }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
75
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", type: MatDrawerContent, isStandalone: true, selector: "mat-drawer-content", host: { attributes: { "ngSkipHydration": "" }, properties: { "style.margin-left.px": "_container._contentMargins.left", "style.margin-right.px": "_container._contentMargins.right" }, classAttribute: "mat-drawer-content" }, providers: [
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawerContent, deps: [{ token: i0.ChangeDetectorRef }, { token: forwardRef(() => MatDrawerContainer) }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
75
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MatDrawerContent, isStandalone: true, selector: "mat-drawer-content", host: { attributes: { "ngSkipHydration": "" }, properties: { "style.margin-left.px": "_container._contentMargins.left", "style.margin-right.px": "_container._contentMargins.right" }, classAttribute: "mat-drawer-content" }, providers: [
76
76
  {
77
77
  provide: CdkScrollable,
78
78
  useExisting: MatDrawerContent,
79
79
  },
80
80
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawerContent, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawerContent, decorators: [{
83
83
  type: Component,
84
84
  args: [{
85
85
  selector: 'mat-drawer-content',
@@ -469,10 +469,10 @@ class MatDrawer {
469
469
  this._anchor.parentNode.insertBefore(element, this._anchor);
470
470
  }
471
471
  }
472
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawer, deps: [{ token: i0.ElementRef }, { token: i2.FocusTrapFactory }, { token: i2.FocusMonitor }, { token: i3.Platform }, { token: i0.NgZone }, { token: i2.InteractivityChecker }, { token: DOCUMENT, optional: true }, { token: MAT_DRAWER_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
473
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", type: MatDrawer, isStandalone: true, selector: "mat-drawer", inputs: { position: "position", mode: "mode", disableClose: "disableClose", autoFocus: "autoFocus", opened: "opened" }, outputs: { openedChange: "openedChange", _openedStream: "opened", openedStart: "openedStart", _closedStream: "closed", closedStart: "closedStart", onPositionChanged: "positionChanged" }, host: { attributes: { "tabIndex": "-1", "ngSkipHydration": "" }, listeners: { "@transform.start": "_animationStarted.next($event)", "@transform.done": "_animationEnd.next($event)" }, properties: { "attr.align": "null", "class.mat-drawer-end": "position === \"end\"", "class.mat-drawer-over": "mode === \"over\"", "class.mat-drawer-push": "mode === \"push\"", "class.mat-drawer-side": "mode === \"side\"", "class.mat-drawer-opened": "opened", "@transform": "_animationState" }, classAttribute: "mat-drawer" }, viewQueries: [{ propertyName: "_content", first: true, predicate: ["content"], descendants: true }], exportAs: ["matDrawer"], ngImport: i0, template: "<div class=\"mat-drawer-inner-container\" cdkScrollable #content>\r\n <ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matDrawerAnimations.transformDrawer], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
472
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawer, deps: [{ token: i0.ElementRef }, { token: i2.FocusTrapFactory }, { token: i2.FocusMonitor }, { token: i3.Platform }, { token: i0.NgZone }, { token: i2.InteractivityChecker }, { token: DOCUMENT, optional: true }, { token: MAT_DRAWER_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
473
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MatDrawer, isStandalone: true, selector: "mat-drawer", inputs: { position: "position", mode: "mode", disableClose: "disableClose", autoFocus: "autoFocus", opened: "opened" }, outputs: { openedChange: "openedChange", _openedStream: "opened", openedStart: "openedStart", _closedStream: "closed", closedStart: "closedStart", onPositionChanged: "positionChanged" }, host: { attributes: { "tabIndex": "-1", "ngSkipHydration": "" }, listeners: { "@transform.start": "_animationStarted.next($event)", "@transform.done": "_animationEnd.next($event)" }, properties: { "attr.align": "null", "class.mat-drawer-end": "position === \"end\"", "class.mat-drawer-over": "mode === \"over\"", "class.mat-drawer-push": "mode === \"push\"", "class.mat-drawer-side": "mode === \"side\"", "class.mat-drawer-opened": "opened", "@transform": "_animationState" }, classAttribute: "mat-drawer" }, viewQueries: [{ propertyName: "_content", first: true, predicate: ["content"], descendants: true }], exportAs: ["matDrawer"], ngImport: i0, template: "<div class=\"mat-drawer-inner-container\" cdkScrollable #content>\r\n <ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matDrawerAnimations.transformDrawer], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
474
474
  }
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawer, decorators: [{
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawer, decorators: [{
476
476
  type: Component,
477
477
  args: [{ selector: 'mat-drawer', exportAs: 'matDrawer', animations: [matDrawerAnimations.transformDrawer], host: {
478
478
  'class': 'mat-drawer',
@@ -825,15 +825,15 @@ class MatDrawerContainer {
825
825
  }
826
826
  return this._backdropOverride;
827
827
  }
828
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawerContainer, deps: [{ token: i4.Directionality, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: MAT_DRAWER_DEFAULT_AUTOSIZE }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
829
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.4", type: MatDrawerContainer, isStandalone: true, selector: "mat-drawer-container", inputs: { autosize: "autosize", hasBackdrop: "hasBackdrop" }, outputs: { backdropClick: "backdropClick" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.mat-drawer-container-explicit-backdrop": "_backdropOverride" }, classAttribute: "mat-drawer-container" }, providers: [
828
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawerContainer, deps: [{ token: i4.Directionality, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: MAT_DRAWER_DEFAULT_AUTOSIZE }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
829
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0-next.2", type: MatDrawerContainer, isStandalone: true, selector: "mat-drawer-container", inputs: { autosize: "autosize", hasBackdrop: "hasBackdrop" }, outputs: { backdropClick: "backdropClick" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.mat-drawer-container-explicit-backdrop": "_backdropOverride" }, classAttribute: "mat-drawer-container" }, providers: [
830
830
  {
831
831
  provide: MAT_DRAWER_CONTAINER,
832
832
  useExisting: MatDrawerContainer,
833
833
  },
834
834
  ], queries: [{ propertyName: "_content", first: true, predicate: MatDrawerContent, descendants: true }, { propertyName: "_allDrawers", predicate: MatDrawer, descendants: true }], viewQueries: [{ propertyName: "_userContent", first: true, predicate: MatDrawerContent, descendants: true }], exportAs: ["matDrawerContainer"], ngImport: i0, template: "@if (hasBackdrop) {\n <div class=\"mat-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\n [class.mat-drawer-shown]=\"_isShowingBackdrop()\"></div>\n}\n\n<ng-content select=\"mat-drawer\"></ng-content>\n\n<ng-content select=\"mat-drawer-content\">\n</ng-content>\n\n@if (!_content) {\n <mat-drawer-content>\n <ng-content></ng-content>\n </mat-drawer-content>\n}\n", styles: [".mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color);background-color:var(--mat-sidenav-content-background-color);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);position:relative;z-index:4;color:var(--mat-sidenav-container-text-color);background-color:var(--mat-sidenav-container-background-color);border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*=\"visibility: hidden\"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}"], dependencies: [{ kind: "component", type: MatDrawerContent, selector: "mat-drawer-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
835
835
  }
836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatDrawerContainer, decorators: [{
836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatDrawerContainer, decorators: [{
837
837
  type: Component,
838
838
  args: [{ selector: 'mat-drawer-container', exportAs: 'matDrawerContainer', host: {
839
839
  'class': 'mat-drawer-container',
@@ -880,15 +880,15 @@ class MatSidenavContent extends MatDrawerContent {
880
880
  constructor(changeDetectorRef, container, elementRef, scrollDispatcher, ngZone) {
881
881
  super(changeDetectorRef, container, elementRef, scrollDispatcher, ngZone);
882
882
  }
883
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavContent, deps: [{ token: i0.ChangeDetectorRef }, { token: forwardRef(() => MatSidenavContainer) }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
884
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", type: MatSidenavContent, isStandalone: true, selector: "mat-sidenav-content", host: { attributes: { "ngSkipHydration": "" }, properties: { "style.margin-left.px": "_container._contentMargins.left", "style.margin-right.px": "_container._contentMargins.right" }, classAttribute: "mat-drawer-content mat-sidenav-content" }, providers: [
883
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavContent, deps: [{ token: i0.ChangeDetectorRef }, { token: forwardRef(() => MatSidenavContainer) }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
884
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MatSidenavContent, isStandalone: true, selector: "mat-sidenav-content", host: { attributes: { "ngSkipHydration": "" }, properties: { "style.margin-left.px": "_container._contentMargins.left", "style.margin-right.px": "_container._contentMargins.right" }, classAttribute: "mat-drawer-content mat-sidenav-content" }, providers: [
885
885
  {
886
886
  provide: CdkScrollable,
887
887
  useExisting: MatSidenavContent,
888
888
  },
889
889
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
890
890
  }
891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavContent, decorators: [{
891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavContent, decorators: [{
892
892
  type: Component,
893
893
  args: [{
894
894
  selector: 'mat-sidenav-content',
@@ -947,10 +947,10 @@ class MatSidenav extends MatDrawer {
947
947
  set fixedBottomGap(value) {
948
948
  this._fixedBottomGap = coerceNumberProperty(value);
949
949
  }
950
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenav, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
951
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", type: MatSidenav, isStandalone: true, selector: "mat-sidenav", inputs: { fixedInViewport: "fixedInViewport", fixedTopGap: "fixedTopGap", fixedBottomGap: "fixedBottomGap" }, host: { attributes: { "tabIndex": "-1", "ngSkipHydration": "" }, properties: { "attr.align": "null", "class.mat-drawer-end": "position === \"end\"", "class.mat-drawer-over": "mode === \"over\"", "class.mat-drawer-push": "mode === \"push\"", "class.mat-drawer-side": "mode === \"side\"", "class.mat-drawer-opened": "opened", "class.mat-sidenav-fixed": "fixedInViewport", "style.top.px": "fixedInViewport ? fixedTopGap : null", "style.bottom.px": "fixedInViewport ? fixedBottomGap : null" }, classAttribute: "mat-drawer mat-sidenav" }, exportAs: ["matSidenav"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-drawer-inner-container\" cdkScrollable #content>\r\n <ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matDrawerAnimations.transformDrawer], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
950
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenav, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
951
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MatSidenav, isStandalone: true, selector: "mat-sidenav", inputs: { fixedInViewport: "fixedInViewport", fixedTopGap: "fixedTopGap", fixedBottomGap: "fixedBottomGap" }, host: { attributes: { "tabIndex": "-1", "ngSkipHydration": "" }, properties: { "attr.align": "null", "class.mat-drawer-end": "position === \"end\"", "class.mat-drawer-over": "mode === \"over\"", "class.mat-drawer-push": "mode === \"push\"", "class.mat-drawer-side": "mode === \"side\"", "class.mat-drawer-opened": "opened", "class.mat-sidenav-fixed": "fixedInViewport", "style.top.px": "fixedInViewport ? fixedTopGap : null", "style.bottom.px": "fixedInViewport ? fixedBottomGap : null" }, classAttribute: "mat-drawer mat-sidenav" }, exportAs: ["matSidenav"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-drawer-inner-container\" cdkScrollable #content>\r\n <ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matDrawerAnimations.transformDrawer], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
952
952
  }
953
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenav, decorators: [{
953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenav, decorators: [{
954
954
  type: Component,
955
955
  args: [{ selector: 'mat-sidenav', exportAs: 'matSidenav', animations: [matDrawerAnimations.transformDrawer], host: {
956
956
  'class': 'mat-drawer mat-sidenav',
@@ -981,15 +981,15 @@ class MatSidenavContainer extends MatDrawerContainer {
981
981
  // We need an initializer here to avoid a TS error.
982
982
  this._content = undefined;
983
983
  }
984
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavContainer, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
985
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.4", type: MatSidenavContainer, isStandalone: true, selector: "mat-sidenav-container", host: { attributes: { "ngSkipHydration": "" }, properties: { "class.mat-drawer-container-explicit-backdrop": "_backdropOverride" }, classAttribute: "mat-drawer-container mat-sidenav-container" }, providers: [
984
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavContainer, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
985
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0-next.2", type: MatSidenavContainer, isStandalone: true, selector: "mat-sidenav-container", host: { attributes: { "ngSkipHydration": "" }, properties: { "class.mat-drawer-container-explicit-backdrop": "_backdropOverride" }, classAttribute: "mat-drawer-container mat-sidenav-container" }, providers: [
986
986
  {
987
987
  provide: MAT_DRAWER_CONTAINER,
988
988
  useExisting: MatSidenavContainer,
989
989
  },
990
990
  ], queries: [{ propertyName: "_content", first: true, predicate: MatSidenavContent, descendants: true }, { propertyName: "_allDrawers", predicate: MatSidenav, descendants: true }], exportAs: ["matSidenavContainer"], usesInheritance: true, ngImport: i0, template: "@if (hasBackdrop) {\n <div class=\"mat-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\n [class.mat-drawer-shown]=\"_isShowingBackdrop()\"></div>\n}\n\n<ng-content select=\"mat-sidenav\"></ng-content>\n\n<ng-content select=\"mat-sidenav-content\">\n</ng-content>\n\n@if (!_content) {\n <mat-sidenav-content>\n <ng-content></ng-content>\n </mat-sidenav-content>\n}\n", styles: [".mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color);background-color:var(--mat-sidenav-content-background-color);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);position:relative;z-index:4;color:var(--mat-sidenav-container-text-color);background-color:var(--mat-sidenav-container-background-color);border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*=\"visibility: hidden\"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}"], dependencies: [{ kind: "component", type: MatSidenavContent, selector: "mat-sidenav-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
991
991
  }
992
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavContainer, decorators: [{
992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavContainer, decorators: [{
993
993
  type: Component,
994
994
  args: [{ selector: 'mat-sidenav-container', exportAs: 'matSidenavContainer', host: {
995
995
  'class': 'mat-drawer-container mat-sidenav-container',
@@ -1014,8 +1014,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImpor
1014
1014
  }] } });
1015
1015
 
1016
1016
  class MatSidenavModule {
1017
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1018
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule,
1017
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1018
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule,
1019
1019
  CdkScrollableModule,
1020
1020
  MatDrawer,
1021
1021
  MatDrawerContainer,
@@ -1030,11 +1030,11 @@ class MatSidenavModule {
1030
1030
  MatSidenav,
1031
1031
  MatSidenavContainer,
1032
1032
  MatSidenavContent] }); }
1033
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule,
1033
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule,
1034
1034
  CdkScrollableModule, CdkScrollableModule,
1035
1035
  MatCommonModule] }); }
1036
1036
  }
1037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MatSidenavModule, decorators: [{
1037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MatSidenavModule, decorators: [{
1038
1038
  type: NgModule,
1039
1039
  args: [{
1040
1040
  imports: [