@angular/material 15.1.0-next.2 → 15.1.0-rc.0

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 (497) hide show
  1. package/LICENSE +1 -1
  2. package/dialog/index.d.ts +8 -0
  3. package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
  4. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  5. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  6. package/esm2020/autocomplete/module.mjs +5 -5
  7. package/esm2020/badge/badge-module.mjs +5 -5
  8. package/esm2020/badge/badge.mjs +4 -4
  9. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +4 -4
  10. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
  11. package/esm2020/bottom-sheet/bottom-sheet.mjs +4 -4
  12. package/esm2020/button/button-base.mjs +7 -7
  13. package/esm2020/button/button.mjs +7 -7
  14. package/esm2020/button/fab.mjs +13 -13
  15. package/esm2020/button/icon-button.mjs +7 -7
  16. package/esm2020/button/module.mjs +5 -5
  17. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  18. package/esm2020/button-toggle/button-toggle.mjs +7 -7
  19. package/esm2020/card/card.mjs +43 -43
  20. package/esm2020/card/module.mjs +5 -5
  21. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  22. package/esm2020/checkbox/checkbox.mjs +7 -7
  23. package/esm2020/checkbox/module.mjs +9 -9
  24. package/esm2020/chips/chip-action.mjs +4 -4
  25. package/esm2020/chips/chip-edit-input.mjs +4 -4
  26. package/esm2020/chips/chip-grid.mjs +4 -4
  27. package/esm2020/chips/chip-icons.mjs +10 -10
  28. package/esm2020/chips/chip-input.mjs +4 -4
  29. package/esm2020/chips/chip-listbox.mjs +4 -4
  30. package/esm2020/chips/chip-option.mjs +6 -6
  31. package/esm2020/chips/chip-row.mjs +6 -6
  32. package/esm2020/chips/chip-set.mjs +4 -4
  33. package/esm2020/chips/chip.mjs +5 -5
  34. package/esm2020/chips/module.mjs +5 -5
  35. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  36. package/esm2020/core/datetime/index.mjs +9 -9
  37. package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
  38. package/esm2020/core/error/error-options.mjs +7 -7
  39. package/esm2020/core/line/line.mjs +8 -8
  40. package/esm2020/core/option/index.mjs +5 -5
  41. package/esm2020/core/option/optgroup.mjs +7 -7
  42. package/esm2020/core/option/option.mjs +7 -7
  43. package/esm2020/core/ripple/index.mjs +5 -5
  44. package/esm2020/core/ripple/ripple-renderer.mjs +1 -2
  45. package/esm2020/core/ripple/ripple.mjs +4 -4
  46. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  47. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  48. package/esm2020/core/version.mjs +1 -1
  49. package/esm2020/datepicker/calendar-body.mjs +4 -4
  50. package/esm2020/datepicker/calendar.mjs +7 -7
  51. package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
  52. package/esm2020/datepicker/date-range-input.mjs +4 -4
  53. package/esm2020/datepicker/date-range-picker.mjs +4 -4
  54. package/esm2020/datepicker/date-range-selection-strategy.mjs +25 -14
  55. package/esm2020/datepicker/date-selection-model.mjs +10 -10
  56. package/esm2020/datepicker/datepicker-actions.mjs +10 -10
  57. package/esm2020/datepicker/datepicker-base.mjs +7 -7
  58. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  59. package/esm2020/datepicker/datepicker-input.mjs +4 -4
  60. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  61. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  62. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  63. package/esm2020/datepicker/datepicker.mjs +4 -4
  64. package/esm2020/datepicker/month-view.mjs +4 -4
  65. package/esm2020/datepicker/multi-year-view.mjs +4 -4
  66. package/esm2020/datepicker/year-view.mjs +4 -4
  67. package/esm2020/dialog/dialog-container.mjs +26 -17
  68. package/esm2020/dialog/dialog-content-directives.mjs +13 -13
  69. package/esm2020/dialog/dialog.mjs +7 -7
  70. package/esm2020/dialog/module.mjs +5 -5
  71. package/esm2020/dialog/public-api.mjs +2 -2
  72. package/esm2020/divider/divider-module.mjs +5 -5
  73. package/esm2020/divider/divider.mjs +4 -4
  74. package/esm2020/expansion/accordion.mjs +4 -4
  75. package/esm2020/expansion/expansion-module.mjs +5 -5
  76. package/esm2020/expansion/expansion-panel-content.mjs +4 -4
  77. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  78. package/esm2020/expansion/expansion-panel.mjs +7 -7
  79. package/esm2020/form-field/directives/error.mjs +4 -4
  80. package/esm2020/form-field/directives/floating-label.mjs +4 -4
  81. package/esm2020/form-field/directives/hint.mjs +4 -4
  82. package/esm2020/form-field/directives/label.mjs +4 -4
  83. package/esm2020/form-field/directives/line-ripple.mjs +4 -4
  84. package/esm2020/form-field/directives/notched-outline.mjs +4 -4
  85. package/esm2020/form-field/directives/prefix.mjs +4 -4
  86. package/esm2020/form-field/directives/suffix.mjs +4 -4
  87. package/esm2020/form-field/form-field-control.mjs +4 -4
  88. package/esm2020/form-field/form-field.mjs +4 -4
  89. package/esm2020/form-field/module.mjs +5 -5
  90. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  91. package/esm2020/grid-list/grid-list.mjs +4 -4
  92. package/esm2020/grid-list/grid-tile.mjs +16 -16
  93. package/esm2020/icon/icon-module.mjs +5 -5
  94. package/esm2020/icon/icon-registry.mjs +4 -4
  95. package/esm2020/icon/icon.mjs +4 -4
  96. package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
  97. package/esm2020/input/input.mjs +4 -4
  98. package/esm2020/input/module.mjs +5 -5
  99. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +5 -5
  100. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +4 -4
  101. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +4 -4
  102. package/esm2020/legacy-autocomplete/autocomplete.mjs +4 -4
  103. package/esm2020/legacy-button/button-module.mjs +5 -5
  104. package/esm2020/legacy-button/button.mjs +7 -7
  105. package/esm2020/legacy-card/card-module.mjs +5 -5
  106. package/esm2020/legacy-card/card.mjs +43 -43
  107. package/esm2020/legacy-checkbox/checkbox-module.mjs +5 -5
  108. package/esm2020/legacy-checkbox/checkbox.mjs +4 -4
  109. package/esm2020/legacy-chips/chip-input.mjs +4 -4
  110. package/esm2020/legacy-chips/chip-list.mjs +4 -4
  111. package/esm2020/legacy-chips/chip.mjs +13 -13
  112. package/esm2020/legacy-chips/chips-module.mjs +5 -5
  113. package/esm2020/legacy-core/option/index.mjs +5 -5
  114. package/esm2020/legacy-core/option/optgroup.mjs +4 -4
  115. package/esm2020/legacy-core/option/option.mjs +4 -4
  116. package/esm2020/legacy-dialog/dialog-container.mjs +4 -4
  117. package/esm2020/legacy-dialog/dialog-content-directives.mjs +13 -13
  118. package/esm2020/legacy-dialog/dialog-module.mjs +5 -5
  119. package/esm2020/legacy-dialog/dialog.mjs +4 -4
  120. package/esm2020/legacy-form-field/error.mjs +4 -4
  121. package/esm2020/legacy-form-field/form-field-module.mjs +5 -5
  122. package/esm2020/legacy-form-field/form-field.mjs +4 -4
  123. package/esm2020/legacy-form-field/hint.mjs +4 -4
  124. package/esm2020/legacy-form-field/label.mjs +4 -4
  125. package/esm2020/legacy-form-field/placeholder.mjs +4 -4
  126. package/esm2020/legacy-form-field/prefix.mjs +4 -4
  127. package/esm2020/legacy-form-field/suffix.mjs +4 -4
  128. package/esm2020/legacy-input/input-module.mjs +5 -5
  129. package/esm2020/legacy-input/input.mjs +4 -4
  130. package/esm2020/legacy-list/list-module.mjs +5 -5
  131. package/esm2020/legacy-list/list.mjs +19 -19
  132. package/esm2020/legacy-list/selection-list.mjs +7 -7
  133. package/esm2020/legacy-menu/menu-content.mjs +4 -4
  134. package/esm2020/legacy-menu/menu-item.mjs +4 -4
  135. package/esm2020/legacy-menu/menu-module.mjs +5 -5
  136. package/esm2020/legacy-menu/menu-trigger.mjs +4 -4
  137. package/esm2020/legacy-menu/menu.mjs +4 -4
  138. package/esm2020/legacy-paginator/paginator-module.mjs +5 -5
  139. package/esm2020/legacy-paginator/paginator.mjs +4 -4
  140. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +5 -5
  141. package/esm2020/legacy-progress-bar/progress-bar.mjs +4 -4
  142. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +5 -5
  143. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +4 -4
  144. package/esm2020/legacy-radio/radio-module.mjs +5 -5
  145. package/esm2020/legacy-radio/radio.mjs +7 -7
  146. package/esm2020/legacy-select/select-module.mjs +5 -5
  147. package/esm2020/legacy-select/select.mjs +7 -7
  148. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +5 -5
  149. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +4 -4
  150. package/esm2020/legacy-slider/slider-module.mjs +5 -5
  151. package/esm2020/legacy-slider/slider.mjs +4 -4
  152. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +4 -4
  153. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +4 -4
  154. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +5 -5
  155. package/esm2020/legacy-snack-bar/snack-bar.mjs +4 -4
  156. package/esm2020/legacy-table/cell.mjs +22 -22
  157. package/esm2020/legacy-table/row.mjs +22 -22
  158. package/esm2020/legacy-table/table-module.mjs +5 -5
  159. package/esm2020/legacy-table/table.mjs +7 -7
  160. package/esm2020/legacy-table/text-column.mjs +4 -4
  161. package/esm2020/legacy-tabs/ink-bar.mjs +4 -4
  162. package/esm2020/legacy-tabs/tab-body.mjs +7 -7
  163. package/esm2020/legacy-tabs/tab-content.mjs +4 -4
  164. package/esm2020/legacy-tabs/tab-group.mjs +4 -4
  165. package/esm2020/legacy-tabs/tab-header.mjs +4 -4
  166. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +4 -4
  167. package/esm2020/legacy-tabs/tab-label.mjs +4 -4
  168. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  169. package/esm2020/legacy-tabs/tab.mjs +4 -4
  170. package/esm2020/legacy-tabs/tabs-module.mjs +5 -5
  171. package/esm2020/legacy-tooltip/tooltip-module.mjs +5 -5
  172. package/esm2020/legacy-tooltip/tooltip.mjs +7 -7
  173. package/esm2020/list/action-list.mjs +4 -4
  174. package/esm2020/list/list-base.mjs +10 -8
  175. package/esm2020/list/list-item-sections.mjs +19 -19
  176. package/esm2020/list/list-module.mjs +5 -5
  177. package/esm2020/list/list-option.mjs +10 -5
  178. package/esm2020/list/list.mjs +7 -7
  179. package/esm2020/list/nav-list.mjs +4 -4
  180. package/esm2020/list/public-api.mjs +2 -1
  181. package/esm2020/list/selection-list.mjs +17 -5
  182. package/esm2020/list/subheader.mjs +4 -4
  183. package/esm2020/list/tokens.mjs +11 -0
  184. package/esm2020/menu/menu-content.mjs +7 -7
  185. package/esm2020/menu/menu-item.mjs +4 -4
  186. package/esm2020/menu/menu-trigger.mjs +16 -12
  187. package/esm2020/menu/menu.mjs +8 -8
  188. package/esm2020/menu/module.mjs +5 -5
  189. package/esm2020/paginator/module.mjs +5 -5
  190. package/esm2020/paginator/paginator-intl.mjs +4 -4
  191. package/esm2020/paginator/paginator.mjs +7 -7
  192. package/esm2020/progress-bar/module.mjs +5 -5
  193. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  194. package/esm2020/progress-spinner/module.mjs +5 -5
  195. package/esm2020/progress-spinner/progress-spinner.mjs +4 -4
  196. package/esm2020/radio/module.mjs +5 -5
  197. package/esm2020/radio/radio.mjs +13 -13
  198. package/esm2020/select/module.mjs +5 -5
  199. package/esm2020/select/select.mjs +10 -10
  200. package/esm2020/sidenav/drawer.mjs +10 -10
  201. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  202. package/esm2020/sidenav/sidenav.mjs +10 -10
  203. package/esm2020/slide-toggle/module.mjs +9 -9
  204. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  205. package/esm2020/slide-toggle/slide-toggle.mjs +7 -7
  206. package/esm2020/slider/module.mjs +5 -5
  207. package/esm2020/slider/slider-input.mjs +13 -13
  208. package/esm2020/slider/slider-thumb.mjs +4 -4
  209. package/esm2020/slider/slider.mjs +10 -7
  210. package/esm2020/snack-bar/module.mjs +5 -5
  211. package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
  212. package/esm2020/snack-bar/snack-bar-container.mjs +8 -8
  213. package/esm2020/snack-bar/snack-bar-content.mjs +10 -10
  214. package/esm2020/snack-bar/snack-bar.mjs +7 -7
  215. package/esm2020/sort/sort-header-intl.mjs +4 -4
  216. package/esm2020/sort/sort-header.mjs +4 -4
  217. package/esm2020/sort/sort-module.mjs +5 -5
  218. package/esm2020/sort/sort.mjs +4 -4
  219. package/esm2020/stepper/step-content.mjs +4 -4
  220. package/esm2020/stepper/step-header.mjs +4 -4
  221. package/esm2020/stepper/step-label.mjs +4 -4
  222. package/esm2020/stepper/stepper-button.mjs +7 -7
  223. package/esm2020/stepper/stepper-icon.mjs +4 -4
  224. package/esm2020/stepper/stepper-intl.mjs +4 -4
  225. package/esm2020/stepper/stepper-module.mjs +5 -5
  226. package/esm2020/stepper/stepper.mjs +7 -7
  227. package/esm2020/table/cell.mjs +22 -22
  228. package/esm2020/table/module.mjs +5 -5
  229. package/esm2020/table/row.mjs +22 -22
  230. package/esm2020/table/table.mjs +7 -7
  231. package/esm2020/table/text-column.mjs +4 -4
  232. package/esm2020/tabs/module.mjs +5 -5
  233. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  234. package/esm2020/tabs/tab-body.mjs +10 -10
  235. package/esm2020/tabs/tab-content.mjs +4 -4
  236. package/esm2020/tabs/tab-group.mjs +7 -7
  237. package/esm2020/tabs/tab-header.mjs +7 -7
  238. package/esm2020/tabs/tab-label-wrapper.mjs +7 -7
  239. package/esm2020/tabs/tab-label.mjs +4 -4
  240. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +17 -16
  241. package/esm2020/tabs/tab.mjs +7 -7
  242. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  243. package/esm2020/toolbar/toolbar.mjs +7 -7
  244. package/esm2020/tooltip/module.mjs +5 -5
  245. package/esm2020/tooltip/tooltip.mjs +13 -13
  246. package/esm2020/tree/node.mjs +10 -10
  247. package/esm2020/tree/outlet.mjs +4 -4
  248. package/esm2020/tree/padding.mjs +4 -4
  249. package/esm2020/tree/toggle.mjs +4 -4
  250. package/esm2020/tree/tree-module.mjs +5 -5
  251. package/esm2020/tree/tree.mjs +4 -4
  252. package/fesm2015/autocomplete.mjs +22 -22
  253. package/fesm2015/autocomplete.mjs.map +1 -1
  254. package/fesm2015/badge.mjs +7 -7
  255. package/fesm2015/badge.mjs.map +1 -1
  256. package/fesm2015/bottom-sheet.mjs +10 -10
  257. package/fesm2015/bottom-sheet.mjs.map +1 -1
  258. package/fesm2015/button-toggle.mjs +10 -10
  259. package/fesm2015/button-toggle.mjs.map +1 -1
  260. package/fesm2015/button.mjs +34 -34
  261. package/fesm2015/button.mjs.map +1 -1
  262. package/fesm2015/card.mjs +46 -46
  263. package/fesm2015/card.mjs.map +1 -1
  264. package/fesm2015/checkbox.mjs +17 -17
  265. package/fesm2015/checkbox.mjs.map +1 -1
  266. package/fesm2015/chips.mjs +45 -45
  267. package/fesm2015/chips.mjs.map +1 -1
  268. package/fesm2015/core.mjs +59 -60
  269. package/fesm2015/core.mjs.map +1 -1
  270. package/fesm2015/datepicker.mjs +103 -92
  271. package/fesm2015/datepicker.mjs.map +1 -1
  272. package/fesm2015/dialog.mjs +47 -38
  273. package/fesm2015/dialog.mjs.map +1 -1
  274. package/fesm2015/divider.mjs +7 -7
  275. package/fesm2015/divider.mjs.map +1 -1
  276. package/fesm2015/expansion.mjs +25 -25
  277. package/fesm2015/expansion.mjs.map +1 -1
  278. package/fesm2015/form-field.mjs +34 -34
  279. package/fesm2015/form-field.mjs.map +1 -1
  280. package/fesm2015/grid-list.mjs +22 -22
  281. package/fesm2015/grid-list.mjs.map +1 -1
  282. package/fesm2015/icon/testing.mjs +7 -7
  283. package/fesm2015/icon/testing.mjs.map +1 -1
  284. package/fesm2015/icon.mjs +10 -10
  285. package/fesm2015/icon.mjs.map +1 -1
  286. package/fesm2015/input.mjs +7 -7
  287. package/fesm2015/input.mjs.map +1 -1
  288. package/fesm2015/legacy-autocomplete.mjs +13 -13
  289. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  290. package/fesm2015/legacy-button.mjs +10 -10
  291. package/fesm2015/legacy-button.mjs.map +1 -1
  292. package/fesm2015/legacy-card.mjs +46 -46
  293. package/fesm2015/legacy-card.mjs.map +1 -1
  294. package/fesm2015/legacy-checkbox.mjs +7 -7
  295. package/fesm2015/legacy-checkbox.mjs.map +1 -1
  296. package/fesm2015/legacy-chips.mjs +22 -22
  297. package/fesm2015/legacy-chips.mjs.map +1 -1
  298. package/fesm2015/legacy-core.mjs +10 -10
  299. package/fesm2015/legacy-core.mjs.map +1 -1
  300. package/fesm2015/legacy-dialog.mjs +22 -22
  301. package/fesm2015/legacy-dialog.mjs.map +1 -1
  302. package/fesm2015/legacy-form-field.mjs +25 -25
  303. package/fesm2015/legacy-form-field.mjs.map +1 -1
  304. package/fesm2015/legacy-input.mjs +7 -7
  305. package/fesm2015/legacy-input.mjs.map +1 -1
  306. package/fesm2015/legacy-list.mjs +28 -28
  307. package/fesm2015/legacy-list.mjs.map +1 -1
  308. package/fesm2015/legacy-menu.mjs +16 -16
  309. package/fesm2015/legacy-menu.mjs.map +1 -1
  310. package/fesm2015/legacy-paginator.mjs +7 -7
  311. package/fesm2015/legacy-paginator.mjs.map +1 -1
  312. package/fesm2015/legacy-progress-bar.mjs +7 -7
  313. package/fesm2015/legacy-progress-bar.mjs.map +1 -1
  314. package/fesm2015/legacy-progress-spinner.mjs +7 -7
  315. package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
  316. package/fesm2015/legacy-radio.mjs +10 -10
  317. package/fesm2015/legacy-radio.mjs.map +1 -1
  318. package/fesm2015/legacy-select.mjs +10 -10
  319. package/fesm2015/legacy-select.mjs.map +1 -1
  320. package/fesm2015/legacy-slide-toggle.mjs +7 -7
  321. package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
  322. package/fesm2015/legacy-slider.mjs +7 -7
  323. package/fesm2015/legacy-slider.mjs.map +1 -1
  324. package/fesm2015/legacy-snack-bar.mjs +13 -13
  325. package/fesm2015/legacy-snack-bar.mjs.map +1 -1
  326. package/fesm2015/legacy-table.mjs +55 -55
  327. package/fesm2015/legacy-table.mjs.map +1 -1
  328. package/fesm2015/legacy-tabs.mjs +40 -40
  329. package/fesm2015/legacy-tabs.mjs.map +1 -1
  330. package/fesm2015/legacy-tooltip.mjs +10 -10
  331. package/fesm2015/legacy-tooltip.mjs.map +1 -1
  332. package/fesm2015/list.mjs +82 -53
  333. package/fesm2015/list.mjs.map +1 -1
  334. package/fesm2015/menu.mjs +35 -31
  335. package/fesm2015/menu.mjs.map +1 -1
  336. package/fesm2015/paginator.mjs +13 -13
  337. package/fesm2015/paginator.mjs.map +1 -1
  338. package/fesm2015/progress-bar.mjs +7 -7
  339. package/fesm2015/progress-bar.mjs.map +1 -1
  340. package/fesm2015/progress-spinner.mjs +7 -7
  341. package/fesm2015/progress-spinner.mjs.map +1 -1
  342. package/fesm2015/radio.mjs +16 -16
  343. package/fesm2015/radio.mjs.map +1 -1
  344. package/fesm2015/select.mjs +13 -13
  345. package/fesm2015/select.mjs.map +1 -1
  346. package/fesm2015/sidenav.mjs +22 -22
  347. package/fesm2015/sidenav.mjs.map +1 -1
  348. package/fesm2015/slide-toggle.mjs +17 -17
  349. package/fesm2015/slide-toggle.mjs.map +1 -1
  350. package/fesm2015/slider.mjs +28 -25
  351. package/fesm2015/slider.mjs.map +1 -1
  352. package/fesm2015/snack-bar.mjs +29 -29
  353. package/fesm2015/snack-bar.mjs.map +1 -1
  354. package/fesm2015/sort.mjs +13 -13
  355. package/fesm2015/sort.mjs.map +1 -1
  356. package/fesm2015/stepper.mjs +31 -31
  357. package/fesm2015/stepper.mjs.map +1 -1
  358. package/fesm2015/table.mjs +55 -55
  359. package/fesm2015/table.mjs.map +1 -1
  360. package/fesm2015/tabs.mjs +62 -61
  361. package/fesm2015/tabs.mjs.map +1 -1
  362. package/fesm2015/toolbar.mjs +10 -10
  363. package/fesm2015/toolbar.mjs.map +1 -1
  364. package/fesm2015/tooltip.mjs +16 -16
  365. package/fesm2015/tooltip.mjs.map +1 -1
  366. package/fesm2015/tree.mjs +25 -25
  367. package/fesm2015/tree.mjs.map +1 -1
  368. package/fesm2020/autocomplete.mjs +22 -22
  369. package/fesm2020/autocomplete.mjs.map +1 -1
  370. package/fesm2020/badge.mjs +7 -7
  371. package/fesm2020/badge.mjs.map +1 -1
  372. package/fesm2020/bottom-sheet.mjs +10 -10
  373. package/fesm2020/bottom-sheet.mjs.map +1 -1
  374. package/fesm2020/button-toggle.mjs +10 -10
  375. package/fesm2020/button-toggle.mjs.map +1 -1
  376. package/fesm2020/button.mjs +34 -34
  377. package/fesm2020/button.mjs.map +1 -1
  378. package/fesm2020/card.mjs +46 -46
  379. package/fesm2020/card.mjs.map +1 -1
  380. package/fesm2020/checkbox.mjs +17 -17
  381. package/fesm2020/checkbox.mjs.map +1 -1
  382. package/fesm2020/chips.mjs +45 -45
  383. package/fesm2020/chips.mjs.map +1 -1
  384. package/fesm2020/core.mjs +59 -60
  385. package/fesm2020/core.mjs.map +1 -1
  386. package/fesm2020/datepicker.mjs +103 -92
  387. package/fesm2020/datepicker.mjs.map +1 -1
  388. package/fesm2020/dialog.mjs +47 -38
  389. package/fesm2020/dialog.mjs.map +1 -1
  390. package/fesm2020/divider.mjs +7 -7
  391. package/fesm2020/divider.mjs.map +1 -1
  392. package/fesm2020/expansion.mjs +25 -25
  393. package/fesm2020/expansion.mjs.map +1 -1
  394. package/fesm2020/form-field.mjs +34 -34
  395. package/fesm2020/form-field.mjs.map +1 -1
  396. package/fesm2020/grid-list.mjs +22 -22
  397. package/fesm2020/grid-list.mjs.map +1 -1
  398. package/fesm2020/icon/testing.mjs +7 -7
  399. package/fesm2020/icon/testing.mjs.map +1 -1
  400. package/fesm2020/icon.mjs +10 -10
  401. package/fesm2020/icon.mjs.map +1 -1
  402. package/fesm2020/input.mjs +7 -7
  403. package/fesm2020/input.mjs.map +1 -1
  404. package/fesm2020/legacy-autocomplete.mjs +13 -13
  405. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  406. package/fesm2020/legacy-button.mjs +10 -10
  407. package/fesm2020/legacy-button.mjs.map +1 -1
  408. package/fesm2020/legacy-card.mjs +46 -46
  409. package/fesm2020/legacy-card.mjs.map +1 -1
  410. package/fesm2020/legacy-checkbox.mjs +7 -7
  411. package/fesm2020/legacy-checkbox.mjs.map +1 -1
  412. package/fesm2020/legacy-chips.mjs +22 -22
  413. package/fesm2020/legacy-chips.mjs.map +1 -1
  414. package/fesm2020/legacy-core.mjs +10 -10
  415. package/fesm2020/legacy-core.mjs.map +1 -1
  416. package/fesm2020/legacy-dialog.mjs +22 -22
  417. package/fesm2020/legacy-dialog.mjs.map +1 -1
  418. package/fesm2020/legacy-form-field.mjs +25 -25
  419. package/fesm2020/legacy-form-field.mjs.map +1 -1
  420. package/fesm2020/legacy-input.mjs +7 -7
  421. package/fesm2020/legacy-input.mjs.map +1 -1
  422. package/fesm2020/legacy-list.mjs +28 -28
  423. package/fesm2020/legacy-list.mjs.map +1 -1
  424. package/fesm2020/legacy-menu.mjs +16 -16
  425. package/fesm2020/legacy-menu.mjs.map +1 -1
  426. package/fesm2020/legacy-paginator.mjs +7 -7
  427. package/fesm2020/legacy-paginator.mjs.map +1 -1
  428. package/fesm2020/legacy-progress-bar.mjs +7 -7
  429. package/fesm2020/legacy-progress-bar.mjs.map +1 -1
  430. package/fesm2020/legacy-progress-spinner.mjs +7 -7
  431. package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
  432. package/fesm2020/legacy-radio.mjs +10 -10
  433. package/fesm2020/legacy-radio.mjs.map +1 -1
  434. package/fesm2020/legacy-select.mjs +10 -10
  435. package/fesm2020/legacy-select.mjs.map +1 -1
  436. package/fesm2020/legacy-slide-toggle.mjs +7 -7
  437. package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
  438. package/fesm2020/legacy-slider.mjs +7 -7
  439. package/fesm2020/legacy-slider.mjs.map +1 -1
  440. package/fesm2020/legacy-snack-bar.mjs +13 -13
  441. package/fesm2020/legacy-snack-bar.mjs.map +1 -1
  442. package/fesm2020/legacy-table.mjs +55 -55
  443. package/fesm2020/legacy-table.mjs.map +1 -1
  444. package/fesm2020/legacy-tabs.mjs +40 -40
  445. package/fesm2020/legacy-tabs.mjs.map +1 -1
  446. package/fesm2020/legacy-tooltip.mjs +10 -10
  447. package/fesm2020/legacy-tooltip.mjs.map +1 -1
  448. package/fesm2020/list.mjs +81 -53
  449. package/fesm2020/list.mjs.map +1 -1
  450. package/fesm2020/menu.mjs +35 -31
  451. package/fesm2020/menu.mjs.map +1 -1
  452. package/fesm2020/paginator.mjs +13 -13
  453. package/fesm2020/paginator.mjs.map +1 -1
  454. package/fesm2020/progress-bar.mjs +7 -7
  455. package/fesm2020/progress-bar.mjs.map +1 -1
  456. package/fesm2020/progress-spinner.mjs +7 -7
  457. package/fesm2020/progress-spinner.mjs.map +1 -1
  458. package/fesm2020/radio.mjs +16 -16
  459. package/fesm2020/radio.mjs.map +1 -1
  460. package/fesm2020/select.mjs +13 -13
  461. package/fesm2020/select.mjs.map +1 -1
  462. package/fesm2020/sidenav.mjs +22 -22
  463. package/fesm2020/sidenav.mjs.map +1 -1
  464. package/fesm2020/slide-toggle.mjs +17 -17
  465. package/fesm2020/slide-toggle.mjs.map +1 -1
  466. package/fesm2020/slider.mjs +28 -25
  467. package/fesm2020/slider.mjs.map +1 -1
  468. package/fesm2020/snack-bar.mjs +29 -29
  469. package/fesm2020/snack-bar.mjs.map +1 -1
  470. package/fesm2020/sort.mjs +13 -13
  471. package/fesm2020/sort.mjs.map +1 -1
  472. package/fesm2020/stepper.mjs +31 -31
  473. package/fesm2020/stepper.mjs.map +1 -1
  474. package/fesm2020/table.mjs +55 -55
  475. package/fesm2020/table.mjs.map +1 -1
  476. package/fesm2020/tabs.mjs +62 -61
  477. package/fesm2020/tabs.mjs.map +1 -1
  478. package/fesm2020/toolbar.mjs +10 -10
  479. package/fesm2020/toolbar.mjs.map +1 -1
  480. package/fesm2020/tooltip.mjs +16 -16
  481. package/fesm2020/tooltip.mjs.map +1 -1
  482. package/fesm2020/tree.mjs +25 -25
  483. package/fesm2020/tree.mjs.map +1 -1
  484. package/list/_interactive-list-theme.scss +17 -0
  485. package/list/index.d.ts +16 -1
  486. package/menu/index.d.ts +1 -0
  487. package/package.json +54 -54
  488. package/prebuilt-themes/deeppurple-amber.css +1 -1
  489. package/prebuilt-themes/indigo-pink.css +1 -1
  490. package/prebuilt-themes/pink-bluegrey.css +1 -1
  491. package/prebuilt-themes/purple-green.css +1 -1
  492. package/schematics/ng-add/index.js +2 -2
  493. package/schematics/ng-add/index.mjs +2 -2
  494. package/schematics/ng-generate/mdc-migration/index_bundled.js +190 -185
  495. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +3 -3
  496. package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
  497. package/snack-bar/_snack-bar-theme.scss +5 -2
@@ -6,7 +6,6 @@ import * as i0 from '@angular/core';
6
6
  import { EventEmitter, Component, Optional, Inject, ViewEncapsulation, ChangeDetectionStrategy, InjectionToken, Injectable, ANIMATION_MODULE_TYPE as ANIMATION_MODULE_TYPE$1, SkipSelf, Directive, Input, NgModule } from '@angular/core';
7
7
  import * as i1 from '@angular/cdk/a11y';
8
8
  import { ANIMATION_MODULE_TYPE } from '@angular/platform-browser/animations';
9
- import { numbers, cssClasses } from '@material/dialog';
10
9
  import { CdkDialogContainer, Dialog, DialogConfig, DialogModule } from '@angular/cdk/dialog';
11
10
  import { coerceNumberProperty } from '@angular/cdk/coercion';
12
11
  import * as i4 from '@angular/cdk/portal';
@@ -85,6 +84,16 @@ class MatDialogConfig {
85
84
  * Use of this source code is governed by an MIT-style license that can be
86
85
  * found in the LICENSE file at https://angular.io/license
87
86
  */
87
+ /** Class added when the dialog is open. */
88
+ const OPEN_CLASS = 'mdc-dialog--open';
89
+ /** Class added while the dialog is opening. */
90
+ const OPENING_CLASS = 'mdc-dialog--opening';
91
+ /** Class added while the dialog is closing. */
92
+ const CLOSING_CLASS = 'mdc-dialog--closing';
93
+ /** Duration of the opening animation in milliseconds. */
94
+ const OPEN_ANIMATION_DURATION = 150;
95
+ /** Duration of the closing animation in milliseconds. */
96
+ const CLOSE_ANIMATION_DURATION = 75;
88
97
  /**
89
98
  * Base class for the `MatDialogContainer`. The base class does not implement
90
99
  * animations as these are left to implementers of the dialog container.
@@ -112,9 +121,9 @@ class _MatDialogContainerBase extends CdkDialogContainer {
112
121
  this._animationStateChanged.next({ state: 'opened', totalTime });
113
122
  }
114
123
  }
115
- _MatDialogContainerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: _MatDialogContainerBase, deps: [{ token: i0.ElementRef }, { token: i1.FocusTrapFactory }, { token: DOCUMENT, optional: true }, { token: MatDialogConfig }, { token: i1.InteractivityChecker }, { token: i0.NgZone }, { token: i1$1.OverlayRef }, { token: i1.FocusMonitor }], target: i0.ɵɵFactoryTarget.Component });
116
- _MatDialogContainerBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: _MatDialogContainerBase, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: _MatDialogContainerBase, decorators: [{
124
+ _MatDialogContainerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _MatDialogContainerBase, deps: [{ token: i0.ElementRef }, { token: i1.FocusTrapFactory }, { token: DOCUMENT, optional: true }, { token: MatDialogConfig }, { token: i1.InteractivityChecker }, { token: i0.NgZone }, { token: i1$1.OverlayRef }, { token: i1.FocusMonitor }], target: i0.ɵɵFactoryTarget.Component });
125
+ _MatDialogContainerBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", type: _MatDialogContainerBase, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _MatDialogContainerBase, decorators: [{
118
127
  type: Component,
119
128
  args: [{ template: '' }]
120
129
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FocusTrapFactory }, { type: undefined, decorators: [{
@@ -162,11 +171,11 @@ class MatDialogContainer extends _MatDialogContainerBase {
162
171
  this._hostElement = this._elementRef.nativeElement;
163
172
  /** Duration of the dialog open animation. */
164
173
  this._openAnimationDuration = this._animationsEnabled
165
- ? parseCssTime(this._config.enterAnimationDuration) ?? numbers.DIALOG_ANIMATION_OPEN_TIME_MS
174
+ ? parseCssTime(this._config.enterAnimationDuration) ?? OPEN_ANIMATION_DURATION
166
175
  : 0;
167
176
  /** Duration of the dialog close animation. */
168
177
  this._closeAnimationDuration = this._animationsEnabled
169
- ? parseCssTime(this._config.exitAnimationDuration) ?? numbers.DIALOG_ANIMATION_CLOSE_TIME_MS
178
+ ? parseCssTime(this._config.exitAnimationDuration) ?? CLOSE_ANIMATION_DURATION
170
179
  : 0;
171
180
  /** Current timer for dialog animations. */
172
181
  this._animationTimer = null;
@@ -215,12 +224,12 @@ class MatDialogContainer extends _MatDialogContainerBase {
215
224
  // One would expect that the open class is added once the animation finished, but MDC
216
225
  // uses the open class in combination with the opening class to start the animation.
217
226
  this._hostElement.style.setProperty(TRANSITION_DURATION_PROPERTY, `${this._openAnimationDuration}ms`);
218
- this._hostElement.classList.add(cssClasses.OPENING);
219
- this._hostElement.classList.add(cssClasses.OPEN);
227
+ this._hostElement.classList.add(OPENING_CLASS);
228
+ this._hostElement.classList.add(OPEN_CLASS);
220
229
  this._waitForAnimationToComplete(this._openAnimationDuration, this._finishDialogOpen);
221
230
  }
222
231
  else {
223
- this._hostElement.classList.add(cssClasses.OPEN);
232
+ this._hostElement.classList.add(OPEN_CLASS);
224
233
  // Note: We could immediately finish the dialog opening here with noop animations,
225
234
  // but we defer until next tick so that consumers can subscribe to `afterOpened`.
226
235
  // Executing this immediately would mean that `afterOpened` emits synchronously
@@ -234,10 +243,10 @@ class MatDialogContainer extends _MatDialogContainerBase {
234
243
  */
235
244
  _startExitAnimation() {
236
245
  this._animationStateChanged.emit({ state: 'closing', totalTime: this._closeAnimationDuration });
237
- this._hostElement.classList.remove(cssClasses.OPEN);
246
+ this._hostElement.classList.remove(OPEN_CLASS);
238
247
  if (this._animationsEnabled) {
239
248
  this._hostElement.style.setProperty(TRANSITION_DURATION_PROPERTY, `${this._openAnimationDuration}ms`);
240
- this._hostElement.classList.add(cssClasses.CLOSING);
249
+ this._hostElement.classList.add(CLOSING_CLASS);
241
250
  this._waitForAnimationToComplete(this._closeAnimationDuration, this._finishDialogClose);
242
251
  }
243
252
  else {
@@ -263,8 +272,8 @@ class MatDialogContainer extends _MatDialogContainerBase {
263
272
  }
264
273
  /** Clears all dialog animation classes. */
265
274
  _clearAnimationClasses() {
266
- this._hostElement.classList.remove(cssClasses.OPENING);
267
- this._hostElement.classList.remove(cssClasses.CLOSING);
275
+ this._hostElement.classList.remove(OPENING_CLASS);
276
+ this._hostElement.classList.remove(CLOSING_CLASS);
268
277
  }
269
278
  _waitForAnimationToComplete(duration, callback) {
270
279
  if (this._animationTimer !== null) {
@@ -275,9 +284,9 @@ class MatDialogContainer extends _MatDialogContainerBase {
275
284
  this._animationTimer = setTimeout(callback, duration);
276
285
  }
277
286
  }
278
- MatDialogContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogContainer, deps: [{ token: i0.ElementRef }, { token: i1.FocusTrapFactory }, { token: DOCUMENT, optional: true }, { token: MatDialogConfig }, { token: i1.InteractivityChecker }, { token: i0.NgZone }, { token: i1$1.OverlayRef }, { token: ANIMATION_MODULE_TYPE, optional: true }, { token: i1.FocusMonitor }], target: i0.ɵɵFactoryTarget.Component });
279
- MatDialogContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: MatDialogContainer, selector: "mat-dialog-container", host: { attributes: { "tabindex": "-1" }, properties: { "attr.aria-modal": "_config.ariaModal", "id": "_config.id", "attr.role": "_config.role", "attr.aria-labelledby": "_config.ariaLabel ? null : _ariaLabelledBy", "attr.aria-label": "_config.ariaLabel", "attr.aria-describedby": "_config.ariaDescribedBy || null", "class._mat-animation-noopable": "!_animationsEnabled" }, classAttribute: "mat-mdc-dialog-container mdc-dialog" }, usesInheritance: true, ngImport: i0, template: "<div class=\"mdc-dialog__container\">\n <div class=\"mat-mdc-dialog-surface mdc-dialog__surface\">\n <ng-template cdkPortalOutlet></ng-template>\n </div>\n</div>\n", styles: [".mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:var(--mdc-dialog-z-index, 7)}.mdc-dialog .mdc-dialog__content{padding:20px 24px 20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media(max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media(min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:none}@media(max-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px;width:560px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 112px)}}@media(max-width: 720px)and (min-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:560px}}@media(max-width: 720px)and (max-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:calc(100vh - 160px)}}@media(max-width: 720px)and (min-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px}}@media(max-width: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-height: 400px),(max-width: 600px),(min-width: 720px)and (max-height: 400px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{height:100%;max-height:100vh;max-width:100vw;width:100vw;border-radius:0}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{order:-1;left:-12px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header{padding:0 16px 9px;justify-content:flex-start}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-left:calc(16px - 2 * 12px)}}@media(min-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 400px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim{opacity:0}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;transform:scale(0.8);opacity:0;pointer-events:none}.mdc-dialog__surface{position:relative;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%;pointer-events:auto;overflow-y:auto}.mdc-dialog__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}[dir=rtl] .mdc-dialog__surface,.mdc-dialog__surface[dir=rtl]{text-align:right}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-dialog__surface{outline:2px solid windowText}}.mdc-dialog__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors: active){.mdc-dialog__surface::before{border-color:CanvasText}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.mdc-dialog__surface::before{content:none}}.mdc-dialog__title{display:block;margin-top:0;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:0 24px 9px}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:\"\";vertical-align:0}[dir=rtl] .mdc-dialog__title,.mdc-dialog__title[dir=rtl]{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{margin-bottom:1px;padding-bottom:15px}.mdc-dialog--fullscreen .mdc-dialog__header{align-items:baseline;border-bottom:1px solid rgba(0,0,0,0);display:inline-flex;justify-content:space-between;padding:0 24px 9px;z-index:1}@media screen and (forced-colors: active){.mdc-dialog--fullscreen .mdc-dialog__header{border-bottom-color:CanvasText}}.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close{right:-12px}.mdc-dialog--fullscreen .mdc-dialog__title{margin-bottom:0;padding:0;border-bottom:0}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:0;margin-bottom:0}.mdc-dialog--fullscreen .mdc-dialog__close{top:5px}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--fullscreen--titleless .mdc-dialog__close{margin-top:4px}.mdc-dialog--fullscreen--titleless.mdc-dialog--scrollable .mdc-dialog__close{margin-top:0}.mdc-dialog__content{flex-grow:1;box-sizing:border-box;margin:0;overflow:auto}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content,.mdc-dialog__header+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl]{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:none;opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim{opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{transition:opacity 75ms linear}.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim{transition:opacity 150ms linear}.mdc-dialog__surface-scrim{display:none;opacity:0;position:absolute;width:100%;height:100%;z-index:1}.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{display:block}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-dialog--no-content-padding .mdc-dialog__content{padding:0}.mdc-dialog--sheet .mdc-dialog__close{right:12px;top:9px;position:absolute;z-index:1}.mdc-dialog__scrim--removed{pointer-events:none}.mdc-dialog__scrim--removed .mdc-dialog__scrim,.mdc-dialog__scrim--removed .mdc-dialog__surface-scrim{display:none}.mat-mdc-dialog-content{max-height:65vh}.mat-mdc-dialog-container{position:static;display:block}.mat-mdc-dialog-container,.mat-mdc-dialog-container .mdc-dialog__container,.mat-mdc-dialog-container .mdc-dialog__surface{max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mat-mdc-dialog-container .mdc-dialog__surface{display:block;width:100%;height:100%}.mat-mdc-dialog-container{outline:0}.mat-mdc-dialog-container .mdc-dialog__surface{background-color:var(--mdc-dialog-container-color, white)}.mat-mdc-dialog-container .mdc-dialog__surface{box-shadow:var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12))}.mat-mdc-dialog-container .mdc-dialog__surface{border-radius:var(--mdc-dialog-container-shape, var(--mdc-shape-medium, 4px))}.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__title,.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__actions,.mat-mdc-dialog-container.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions{border-color:var(--mdc-dialog-with-divider-divider-color, black)}.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__title{border-bottom-color:var(--mdc-dialog-with-divider-divider-color, black)}.mat-mdc-dialog-container .mdc-dialog__title{font-family:var(--mdc-dialog-subhead-font, \"Arial\");line-height:var(--mdc-dialog-subhead-line-height, 14px);font-size:var(--mdc-dialog-subhead-size, 14px);font-weight:var(--mdc-dialog-subhead-weight, 500);letter-spacing:var(--mdc-dialog-subhead-tracking, 1px)}.mat-mdc-dialog-container .mdc-dialog__title{color:var(--mdc-dialog-subhead-color, black)}.mat-mdc-dialog-container .mdc-dialog__content{font-family:var(--mdc-dialog-supporting-text-font, \"Arial\");line-height:var(--mdc-dialog-supporting-text-line-height, 14px);font-size:var(--mdc-dialog-supporting-text-size, 14px);font-weight:var(--mdc-dialog-supporting-text-weight, 500);letter-spacing:var(--mdc-dialog-supporting-text-tracking, 1px)}.mat-mdc-dialog-container .mdc-dialog__content{color:var(--mdc-dialog-supporting-text-color, black)}.mat-mdc-dialog-container .mdc-dialog__container{transition-duration:var(--mat-dialog-transition-duration, 0ms)}.mat-mdc-dialog-container._mat-animation-noopable .mdc-dialog__container{transition:none}.mat-mdc-dialog-content{display:block}.mat-mdc-dialog-actions{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}"], dependencies: [{ kind: "directive", type: i4.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogContainer, decorators: [{
287
+ MatDialogContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogContainer, deps: [{ token: i0.ElementRef }, { token: i1.FocusTrapFactory }, { token: DOCUMENT, optional: true }, { token: MatDialogConfig }, { token: i1.InteractivityChecker }, { token: i0.NgZone }, { token: i1$1.OverlayRef }, { token: ANIMATION_MODULE_TYPE, optional: true }, { token: i1.FocusMonitor }], target: i0.ɵɵFactoryTarget.Component });
288
+ MatDialogContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", type: MatDialogContainer, selector: "mat-dialog-container", host: { attributes: { "tabindex": "-1" }, properties: { "attr.aria-modal": "_config.ariaModal", "id": "_config.id", "attr.role": "_config.role", "attr.aria-labelledby": "_config.ariaLabel ? null : _ariaLabelledBy", "attr.aria-label": "_config.ariaLabel", "attr.aria-describedby": "_config.ariaDescribedBy || null", "class._mat-animation-noopable": "!_animationsEnabled" }, classAttribute: "mat-mdc-dialog-container mdc-dialog" }, usesInheritance: true, ngImport: i0, template: "<div class=\"mdc-dialog__container\">\n <div class=\"mat-mdc-dialog-surface mdc-dialog__surface\">\n <ng-template cdkPortalOutlet></ng-template>\n </div>\n</div>\n", styles: [".mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:var(--mdc-dialog-z-index, 7)}.mdc-dialog .mdc-dialog__content{padding:20px 24px 20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media(max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media(min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:none}@media(max-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px;width:560px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 112px)}}@media(max-width: 720px)and (min-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:560px}}@media(max-width: 720px)and (max-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:calc(100vh - 160px)}}@media(max-width: 720px)and (min-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px}}@media(max-width: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-height: 400px),(max-width: 600px),(min-width: 720px)and (max-height: 400px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{height:100%;max-height:100vh;max-width:100vw;width:100vw;border-radius:0}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{order:-1;left:-12px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header{padding:0 16px 9px;justify-content:flex-start}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-left:calc(16px - 2 * 12px)}}@media(min-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 400px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim{opacity:0}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;transform:scale(0.8);opacity:0;pointer-events:none}.mdc-dialog__surface{position:relative;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%;pointer-events:auto;overflow-y:auto}.mdc-dialog__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}[dir=rtl] .mdc-dialog__surface,.mdc-dialog__surface[dir=rtl]{text-align:right}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-dialog__surface{outline:2px solid windowText}}.mdc-dialog__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors: active){.mdc-dialog__surface::before{border-color:CanvasText}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.mdc-dialog__surface::before{content:none}}.mdc-dialog__title{display:block;margin-top:0;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:0 24px 9px}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:\"\";vertical-align:0}[dir=rtl] .mdc-dialog__title,.mdc-dialog__title[dir=rtl]{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{margin-bottom:1px;padding-bottom:15px}.mdc-dialog--fullscreen .mdc-dialog__header{align-items:baseline;border-bottom:1px solid rgba(0,0,0,0);display:inline-flex;justify-content:space-between;padding:0 24px 9px;z-index:1}@media screen and (forced-colors: active){.mdc-dialog--fullscreen .mdc-dialog__header{border-bottom-color:CanvasText}}.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close{right:-12px}.mdc-dialog--fullscreen .mdc-dialog__title{margin-bottom:0;padding:0;border-bottom:0}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:0;margin-bottom:0}.mdc-dialog--fullscreen .mdc-dialog__close{top:5px}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--fullscreen--titleless .mdc-dialog__close{margin-top:4px}.mdc-dialog--fullscreen--titleless.mdc-dialog--scrollable .mdc-dialog__close{margin-top:0}.mdc-dialog__content{flex-grow:1;box-sizing:border-box;margin:0;overflow:auto}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content,.mdc-dialog__header+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl]{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:none;opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim{opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{transition:opacity 75ms linear}.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim{transition:opacity 150ms linear}.mdc-dialog__surface-scrim{display:none;opacity:0;position:absolute;width:100%;height:100%;z-index:1}.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{display:block}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-dialog--no-content-padding .mdc-dialog__content{padding:0}.mdc-dialog--sheet .mdc-dialog__close{right:12px;top:9px;position:absolute;z-index:1}.mdc-dialog__scrim--removed{pointer-events:none}.mdc-dialog__scrim--removed .mdc-dialog__scrim,.mdc-dialog__scrim--removed .mdc-dialog__surface-scrim{display:none}.mat-mdc-dialog-content{max-height:65vh}.mat-mdc-dialog-container{position:static;display:block}.mat-mdc-dialog-container,.mat-mdc-dialog-container .mdc-dialog__container,.mat-mdc-dialog-container .mdc-dialog__surface{max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mat-mdc-dialog-container .mdc-dialog__surface{display:block;width:100%;height:100%}.mat-mdc-dialog-container{outline:0}.mat-mdc-dialog-container .mdc-dialog__surface{background-color:var(--mdc-dialog-container-color, white)}.mat-mdc-dialog-container .mdc-dialog__surface{box-shadow:var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12))}.mat-mdc-dialog-container .mdc-dialog__surface{border-radius:var(--mdc-dialog-container-shape, var(--mdc-shape-medium, 4px))}.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__title,.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__actions,.mat-mdc-dialog-container.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions{border-color:var(--mdc-dialog-with-divider-divider-color, black)}.mat-mdc-dialog-container.mdc-dialog--scrollable .mdc-dialog__title{border-bottom-color:var(--mdc-dialog-with-divider-divider-color, black)}.mat-mdc-dialog-container .mdc-dialog__title{font-family:var(--mdc-dialog-subhead-font, \"Arial\");line-height:var(--mdc-dialog-subhead-line-height, 14px);font-size:var(--mdc-dialog-subhead-size, 14px);font-weight:var(--mdc-dialog-subhead-weight, 500);letter-spacing:var(--mdc-dialog-subhead-tracking, 1px)}.mat-mdc-dialog-container .mdc-dialog__title{color:var(--mdc-dialog-subhead-color, black)}.mat-mdc-dialog-container .mdc-dialog__content{font-family:var(--mdc-dialog-supporting-text-font, \"Arial\");line-height:var(--mdc-dialog-supporting-text-line-height, 14px);font-size:var(--mdc-dialog-supporting-text-size, 14px);font-weight:var(--mdc-dialog-supporting-text-weight, 500);letter-spacing:var(--mdc-dialog-supporting-text-tracking, 1px)}.mat-mdc-dialog-container .mdc-dialog__content{color:var(--mdc-dialog-supporting-text-color, black)}.mat-mdc-dialog-container .mdc-dialog__container{transition-duration:var(--mat-dialog-transition-duration, 0ms)}.mat-mdc-dialog-container._mat-animation-noopable .mdc-dialog__container{transition:none}.mat-mdc-dialog-content{display:block}.mat-mdc-dialog-actions{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}"], dependencies: [{ kind: "directive", type: i4.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogContainer, decorators: [{
281
290
  type: Component,
282
291
  args: [{ selector: 'mat-dialog-container', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, host: {
283
292
  'class': 'mat-mdc-dialog-container mdc-dialog',
@@ -624,9 +633,9 @@ class _MatDialogBase {
624
633
  }
625
634
  }
626
635
  }
627
- _MatDialogBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: _MatDialogBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
628
- _MatDialogBase.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: _MatDialogBase });
629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: _MatDialogBase, decorators: [{
636
+ _MatDialogBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _MatDialogBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
637
+ _MatDialogBase.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _MatDialogBase });
638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _MatDialogBase, decorators: [{
630
639
  type: Injectable
631
640
  }], ctorParameters: function () { return [{ type: i1$1.Overlay }, { type: i0.Injector }, { type: undefined }, { type: undefined }, { type: i1$1.OverlayContainer }, { type: undefined }, { type: i0.Type }, { type: i0.Type }, { type: i0.InjectionToken }, { type: undefined }]; } });
632
641
  /**
@@ -653,9 +662,9 @@ class MatDialog extends _MatDialogBase {
653
662
  this._idPrefix = 'mat-mdc-dialog-';
654
663
  }
655
664
  }
656
- MatDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialog, deps: [{ token: i1$1.Overlay }, { token: i0.Injector }, { token: i2.Location, optional: true }, { token: MAT_DIALOG_DEFAULT_OPTIONS, optional: true }, { token: MAT_DIALOG_SCROLL_STRATEGY }, { token: MatDialog, optional: true, skipSelf: true }, { token: i1$1.OverlayContainer }, { token: ANIMATION_MODULE_TYPE$1, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
657
- MatDialog.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialog });
658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialog, decorators: [{
665
+ MatDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialog, deps: [{ token: i1$1.Overlay }, { token: i0.Injector }, { token: i2.Location, optional: true }, { token: MAT_DIALOG_DEFAULT_OPTIONS, optional: true }, { token: MAT_DIALOG_SCROLL_STRATEGY }, { token: MatDialog, optional: true, skipSelf: true }, { token: i1$1.OverlayContainer }, { token: ANIMATION_MODULE_TYPE$1, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
666
+ MatDialog.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialog });
667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialog, decorators: [{
659
668
  type: Injectable
660
669
  }], ctorParameters: function () { return [{ type: i1$1.Overlay }, { type: i0.Injector }, { type: i2.Location, decorators: [{
661
670
  type: Optional
@@ -725,9 +734,9 @@ class MatDialogClose {
725
734
  _closeDialogVia(this.dialogRef, event.screenX === 0 && event.screenY === 0 ? 'keyboard' : 'mouse', this.dialogResult);
726
735
  }
727
736
  }
728
- MatDialogClose.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogClose, deps: [{ token: MatDialogRef, optional: true }, { token: i0.ElementRef }, { token: MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
729
- MatDialogClose.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: { ariaLabel: ["aria-label", "ariaLabel"], type: "type", dialogResult: ["mat-dialog-close", "dialogResult"], _matDialogClose: ["matDialogClose", "_matDialogClose"] }, host: { listeners: { "click": "_onButtonClick($event)" }, properties: { "attr.aria-label": "ariaLabel || null", "attr.type": "type" } }, exportAs: ["matDialogClose"], usesOnChanges: true, ngImport: i0 });
730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogClose, decorators: [{
737
+ MatDialogClose.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogClose, deps: [{ token: MatDialogRef, optional: true }, { token: i0.ElementRef }, { token: MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
738
+ MatDialogClose.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: { ariaLabel: ["aria-label", "ariaLabel"], type: "type", dialogResult: ["mat-dialog-close", "dialogResult"], _matDialogClose: ["matDialogClose", "_matDialogClose"] }, host: { listeners: { "click": "_onButtonClick($event)" }, properties: { "attr.aria-label": "ariaLabel || null", "attr.type": "type" } }, exportAs: ["matDialogClose"], usesOnChanges: true, ngImport: i0 });
739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogClose, decorators: [{
731
740
  type: Directive,
732
741
  args: [{
733
742
  selector: '[mat-dialog-close], [matDialogClose]',
@@ -779,9 +788,9 @@ class MatDialogTitle {
779
788
  }
780
789
  }
781
790
  }
782
- MatDialogTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogTitle, deps: [{ token: MatDialogRef, optional: true }, { token: i0.ElementRef }, { token: MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
783
- MatDialogTitle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: { id: "id" }, host: { properties: { "id": "id" }, classAttribute: "mat-mdc-dialog-title mdc-dialog__title" }, exportAs: ["matDialogTitle"], ngImport: i0 });
784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogTitle, decorators: [{
791
+ MatDialogTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogTitle, deps: [{ token: MatDialogRef, optional: true }, { token: i0.ElementRef }, { token: MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
792
+ MatDialogTitle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: { id: "id" }, host: { properties: { "id": "id" }, classAttribute: "mat-mdc-dialog-title mdc-dialog__title" }, exportAs: ["matDialogTitle"], ngImport: i0 });
793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogTitle, decorators: [{
785
794
  type: Directive,
786
795
  args: [{
787
796
  selector: '[mat-dialog-title], [matDialogTitle]',
@@ -801,9 +810,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
801
810
  */
802
811
  class MatDialogContent {
803
812
  }
804
- MatDialogContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogContent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
805
- MatDialogContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]", host: { classAttribute: "mat-mdc-dialog-content mdc-dialog__content" }, ngImport: i0 });
806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogContent, decorators: [{
813
+ MatDialogContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogContent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
814
+ MatDialogContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]", host: { classAttribute: "mat-mdc-dialog-content mdc-dialog__content" }, ngImport: i0 });
815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogContent, decorators: [{
807
816
  type: Directive,
808
817
  args: [{
809
818
  selector: `[mat-dialog-content], mat-dialog-content, [matDialogContent]`,
@@ -822,9 +831,9 @@ class MatDialogActions {
822
831
  this.align = 'start';
823
832
  }
824
833
  }
825
- MatDialogActions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogActions, deps: [], target: i0.ɵɵFactoryTarget.Directive });
826
- MatDialogActions.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: { align: "align" }, host: { properties: { "class.mat-mdc-dialog-actions-align-center": "align === \"center\"", "class.mat-mdc-dialog-actions-align-end": "align === \"end\"" }, classAttribute: "mat-mdc-dialog-actions mdc-dialog__actions" }, ngImport: i0 });
827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogActions, decorators: [{
834
+ MatDialogActions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogActions, deps: [], target: i0.ɵɵFactoryTarget.Directive });
835
+ MatDialogActions.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: { align: "align" }, host: { properties: { "class.mat-mdc-dialog-actions-align-center": "align === \"center\"", "class.mat-mdc-dialog-actions-align-end": "align === \"end\"" }, classAttribute: "mat-mdc-dialog-actions mdc-dialog__actions" }, ngImport: i0 });
836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogActions, decorators: [{
828
837
  type: Directive,
829
838
  args: [{
830
839
  selector: `[mat-dialog-actions], mat-dialog-actions, [matDialogActions]`,
@@ -859,8 +868,8 @@ function getClosestDialog(element, openDialogs) {
859
868
  */
860
869
  class MatDialogModule {
861
870
  }
862
- MatDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
863
- MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: MatDialogModule, declarations: [MatDialogContainer,
871
+ MatDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
872
+ MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogModule, declarations: [MatDialogContainer,
864
873
  MatDialogClose,
865
874
  MatDialogTitle,
866
875
  MatDialogActions,
@@ -870,8 +879,8 @@ MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
870
879
  MatDialogContent,
871
880
  MatDialogActions,
872
881
  MatCommonModule] });
873
- MatDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogModule, providers: [MatDialog, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER], imports: [DialogModule, OverlayModule, PortalModule, MatCommonModule, MatCommonModule] });
874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MatDialogModule, decorators: [{
882
+ MatDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogModule, providers: [MatDialog, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER], imports: [DialogModule, OverlayModule, PortalModule, MatCommonModule, MatCommonModule] });
883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: MatDialogModule, decorators: [{
875
884
  type: NgModule,
876
885
  args: [{
877
886
  imports: [DialogModule, OverlayModule, PortalModule, MatCommonModule],